diff options
author | Roy Marples <roy@marples.name> | 2008-06-03 11:51:36 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-06-03 11:51:36 +0000 |
commit | f2ea7ca51443f2fec41a6a3cbcf468fa84be2a90 (patch) | |
tree | 09a291705a287d60d116fa66aacca68b117fdf9a /doc | |
parent | b41c864fc34803cc9bd0e37395fa878f0a383547 (diff) |
Let ifdown control all interfaces.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 136072f0..28a2fb98 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1010,7 +1010,7 @@ #postdown() { # # Enable Wake-On-LAN for every interface except for lo -# # Probably a good idea to set RC_DOWN_INTERFACE="no" in /etc/conf.d/rc +# # Probably a good idea to set ifdown="no" in /etc/conf.d/net # # as well ;) # [ "${IFACE}" != "lo" ] && ethtool -s "${IFACE}" wol g |