Changes between Version 21 and Version 22 of UnixClientPackage


Ignore:
Timestamp:
May 6, 2008, 6:06:54 AM (16 years ago)
Author:
Eric Myers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnixClientPackage

    v21 v22  
    3636== init script to start/stop daemon ==
    3737
    38    * `/etc/init.d/boinc`  or `/etc/init.d/boinc-client` ?
     38The init script to start/stop the client running as a Unix daemon is
    3939
    40 Again, let's try to pick one name for all distros.
     40   * `/etc/init.d/boinc` 
     41
     42Though one may find `/etc/init.d/boinc-client`, since the Debian packages started using that.
    4143 
    4244> If the client executable is simply `boinc` then the init script should have the same name -EAM
    4345
     46
    4447=== config file read by the init script ===
    4548
    46    * `/etc/default/boinc-client` on Debian
    47    * `/etc/sysconfig/boinc-client` on Fedora
     49   * `/etc/default/boinc` on Debian
     50   * `/etc/sysconfig/boinc` on Fedora
    4851
    4952Same comment as above applies.   The name should match the name of the init script.
     
    7477== bash command completion script ==
    7578
    76 The page BashCommandCompletion includes a command completion script for `boinc` and `boinccmd` for the BASH shell. Name this script `boinc` and put it in the directory pointed to by `$BASH_COMPLETION_DIR`. Any scripts placed in this directory will be sourced by interactive BASH shells. It is usually
     79The file `client/scripts/boinc.bash` in SVN (documented at BashCommandCompletion) is
     80a command completion script for `boinc` and `boinccmd` for the BASH shell. Name this script `boinc` and put it in the directory pointed to by `$BASH_COMPLETION_DIR`. Any scripts placed in this directory will be sourced by interactive BASH shells. It is usually
    7781`/etc/bash_completion.d` and is defined at the beginning of BASH's main completion script (which is usually `/etc/bash_completion`).
    7882