diff options
author | Bill Nottingham <notting@redhat.com> | 2008-03-10 23:34:21 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-03-10 23:34:21 -0400 |
commit | 4ee4655195b9935761adb83c963f480b98e30ed0 (patch) | |
tree | b52e607a7628d0dda71c8a2a7954055fb7e4acc4 | |
parent | d69a228ea0dc6f2a54f7724e8ab84452c23c57f2 (diff) | |
download | initscripts-4ee4655195b9935761adb83c963f480b98e30ed0.tar initscripts-4ee4655195b9935761adb83c963f480b98e30ed0.tar.gz initscripts-4ee4655195b9935761adb83c963f480b98e30ed0.tar.bz2 initscripts-4ee4655195b9935761adb83c963f480b98e30ed0.tar.xz initscripts-4ee4655195b9935761adb83c963f480b98e30ed0.zip |
Disable by default in favor of NetworkManager.
-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 78370f9e..b1b15592 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -2,7 +2,7 @@ # # network Bring up/down networking # -# chkconfig: 2345 10 90 +# chkconfig: - 10 90 # description: Activates/Deactivates all network interfaces configured to \ # start at boot time. # |