diff options
author | Roy Marples <roy@marples.name> | 2008-01-30 13:37:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-30 13:37:20 +0000 |
commit | 51a9c647b9a1c209d57472fcd356368a00846a80 (patch) | |
tree | 607e6594164b6c41447d46ae7a81a4915ed9ad67 /man | |
parent | 0c75e888fcc71599f3a695ae54a7a0b1beb16f0f (diff) |
Allow !net to remove the net provision from dependencies.
Diffstat (limited to 'man')
-rw-r--r-- | man/runscript.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index 07f81123..77c15924 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -114,7 +114,8 @@ will start and stop it in the right order in relation to other services. As it's a function it can be very flexable, see the example below. Here is a list of the functions you can use in a .Ic depend -function. You simply pass the names of the services to it. +function. You simply pass the names of the services to it to add to that +dpendency type, or prefix it with ! to remove it. .Bl -tag -width "RC_DEFAULTLEVEL" .It Ic need The service will refuse to start until needed services have started and it |