diff options
author | Roy Marples <roy@marples.name> | 2007-08-15 16:58:51 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-08-15 16:58:51 +0000 |
commit | 2ad4a5ba4a0adb5f018f00e892832b0fe1e73f49 (patch) | |
tree | 1ec9e8da225183531db403a55fed2102aa4dcd6a /sh/rc-help.sh | |
parent | 3950eb6eba585492a9ca31d47d9a59a6e1789a5c (diff) |
Add config to rc-help.sh
Diffstat (limited to 'sh/rc-help.sh')
-rwxr-xr-x | sh/rc-help.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sh/rc-help.sh b/sh/rc-help.sh index 8edbb8ef..d6f0fe5c 100755 --- a/sh/rc-help.sh +++ b/sh/rc-help.sh @@ -178,6 +178,12 @@ ${CYAN}Dependencies:${OFF} of a system logger depend on 'logger'. This should make things much more generic. + ${GREEN}config${OFF} + This is not really a dependency type, rather it informs the dependency + system about config files that may affect the dependencies of the service. + One example of this is the netmount service which changes its dependencies + depending on the config of /etc/fstab. + Note that the 'need', 'use', 'before', and 'after' dependency types accept an '*' as an argument. Having: |