diff options
author | Bill Nottingham <notting@redhat.com> | 2000-03-31 15:36:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-03-31 15:36:41 +0000 |
commit | 4d6593c39a0fd5ee089ccd6aef02b491c97ff1d6 (patch) | |
tree | 9ebe5a548fcd68a1b7fe3a4f716d9c054d66ded9 | |
parent | 84acbaf5be5d235e547a1d7ef84272fed258ace3 (diff) | |
download | initscripts-4d6593c39a0fd5ee089ccd6aef02b491c97ff1d6.tar initscripts-4d6593c39a0fd5ee089ccd6aef02b491c97ff1d6.tar.gz initscripts-4d6593c39a0fd5ee089ccd6aef02b491c97ff1d6.tar.bz2 initscripts-4d6593c39a0fd5ee089ccd6aef02b491c97ff1d6.tar.xz initscripts-4d6593c39a0fd5ee089ccd6aef02b491c97ff1d6.zip |
blarg. linuxconf support broken again. Can we kill this yet?
-rwxr-xr-x | rc.d/init.d/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 84c7ed04..8f486277 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -180,7 +180,7 @@ case "$1" in if [ -x /bin/linuxconf ] ; then eval `/bin/linuxconf --hint netdev` [ -n "$DEV_UP$DEV_DOWN$DEV_RECONF$DEV_RECONF_ALIASES" -o \ - -n "$DEV_RECONF_ROUTES$IPXINTERNALNET" ] + -n "$DEV_RECONF_ROUTES$IPXINTERNALNET" ] && \ echo reload exit 0 else |