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 /etc | |
parent | 0c75e888fcc71599f3a695ae54a7a0b1beb16f0f (diff) |
Allow !net to remove the net provision from dependencies.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 8cfc0c9f..041dd3ba 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -85,9 +85,14 @@ net_fs_list="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs" #rc_use="net.eth0" #rc_after="clock" #rc_before="local" +#rc_provide="!net" # You can also enable the above commands here for each service. Below is an # example for service foo. #rc_foo_config="/etc/foo" #rc_foo_need="openvpn" #rc_foo_after="clock" + +# You can also remove dependencies. +# This is mainly used for saying which servies do NOT provide net. +#rc_net_tap0_provide="!net" |