diff options
author | Roy Marples <roy@marples.name> | 2008-05-10 11:09:52 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-05-10 11:09:52 +0000 |
commit | 2d75eb7976a93085a333f01fa57d89e5438911ff (patch) | |
tree | 7581397bae041980ed93239311f9b049885282f7 /init.d | |
parent | 3663cf1e2a9b8ac73e76f1ac18dffc8274b1fe65 (diff) |
netmount may use openvpn.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/netmount.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in index a875e1d0..6636e8aa 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -33,7 +33,8 @@ depend() config /etc/fstab need net ${pmap} - use afc-client amd autofs dns nfs nfsmount portmap rpcbind rpc.statd + use afc-client amd autofs openvpn + use dns nfs nfsmount portmap rpcbind rpc.statd keyword nojail noopenvz noprefix novserver } |