Changes between Version 7 and Version 8 of UnixClientPackage


Ignore:
Timestamp:
Apr 10, 2008, 9:11:34 AM (16 years ago)
Author:
Eric Myers
Comment:

filenames and paths in monospace.

Legend:

Unmodified
Added
Removed
Modified
  • UnixClientPackage

    v7 v8  
    66== Working directory ==
    77
    8 This is /var/lib/boinc on Fedora, but /var/lib/boinc-client on Debian.
    9 Can we agree on only one of these?
     8This is `/var/lib/boinc` on Fedora, but `/var/lib/boinc-client` on Debian.  Can we agree on only one of these?
    109
    11 === config files of the core client ===
    12 (cc_config.xml, remote_hosts.cfg, etc.)
     10=== Configuration files for the core client ===
     11These are `cc_config.xml`, `remote_hosts.cfg`, etc.)
    1312Debian, for example, puts these in /etc/boinc-client/ and has appropriate symlinks in the working directory
    1413
     
    1716It is [http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.2 policy in Debian] that all configuraton files must reside in `/etc` -FST
    1817 
     18That makes sense only for files which the sysadmin would edit to change configuration (like `/etc/default/boinc-client`) but not these .xml files, which are basically only saved state.  They are not really "configuration" files in the Unix sense.  -EAM
     19
     20
    1921== Executable files ==
    2022The proper names of these are being debated (April 2008).  If there are changes, old names can be supported for a while with soft-links.
     
    2628== init script to start/stop daemon ==
    2729
     30   * `/etc/init.d/boinc`  or `/etc/init.d/boinc-client` ?
     31
     32Again, let's try to pick one name for all distros.
     33
    2834=== config file read by the init script ===
    2935
     36   * `/etc/default/boinc-client` on Debian
     37   * `/etc/default/boinc` on Fedora
     38
     39Can we make these the same for both?
     40
     41
    3042== Unix 'man' pages ==
     43Under `/usr/share/man/man1` the files:
     44
     45   *  `boinc.1`
     46   *  `boinc_client.1`
     47   *  `boincmgr.1`
     48   *  `boinc_cmd.1`
     49
     50Change the names as needed to match any changes in command names.
     51
    3152
    3253== bash command completion script ==