Changes between Version 7 and Version 8 of UnixClientPackage
- Timestamp:
- Apr 10, 2008, 9:11:34 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnixClientPackage
v7 v8 6 6 == Working directory == 7 7 8 This is /var/lib/boinc on Fedora, but /var/lib/boinc-client on Debian. 9 Can we agree on only one of these? 8 This is `/var/lib/boinc` on Fedora, but `/var/lib/boinc-client` on Debian. Can we agree on only one of these? 10 9 11 === config files ofthe core client ===12 (cc_config.xml, remote_hosts.cfg, etc.)10 === Configuration files for the core client === 11 These are `cc_config.xml`, `remote_hosts.cfg`, etc.) 13 12 Debian, for example, puts these in /etc/boinc-client/ and has appropriate symlinks in the working directory 14 13 … … 17 16 It 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 18 17 18 That 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 19 21 == Executable files == 20 22 The proper names of these are being debated (April 2008). If there are changes, old names can be supported for a while with soft-links. … … 26 28 == init script to start/stop daemon == 27 29 30 * `/etc/init.d/boinc` or `/etc/init.d/boinc-client` ? 31 32 Again, let's try to pick one name for all distros. 33 28 34 === config file read by the init script === 29 35 36 * `/etc/default/boinc-client` on Debian 37 * `/etc/default/boinc` on Fedora 38 39 Can we make these the same for both? 40 41 30 42 == Unix 'man' pages == 43 Under `/usr/share/man/man1` the files: 44 45 * `boinc.1` 46 * `boinc_client.1` 47 * `boincmgr.1` 48 * `boinc_cmd.1` 49 50 Change the names as needed to match any changes in command names. 51 31 52 32 53 == bash command completion script ==