From 177b361b75f8e05ce11aaba3d75314fee0a1745c Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 24 Jan 2005 21:40:30 +0000 Subject: [PATCH] 2005-01-24 Dan Williams * initscript/RedHat/NetworkManager - Remove the ### BEGIN INIT INFO section, which caused chkconfig to add the NM startup script at priority 50, which was way too early git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@395 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 14 ++++++++++++++ initscript/RedHat/NetworkManager | 3 --- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ee3555db..2fd18b5b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,22 @@ +2005-01-24 Dan Williams + + * initscript/RedHat/NetworkManager + - Remove the ### BEGIN INIT INFO section, which caused chkconfig + to add the NM startup script at priority 50, which was + way too early + 2005-01-24 Colin Walters * named/named.conf: Use any port for query source instead of restricting to port 53. +2005-01-24 Dan Williams + + * initscript/RedHat/NetworkManager + - Remove the ### BEGIN INIT INFO section, which caused chkconfig + to add the NM startup script at priority 50, which was + way too early + 2005-01-24 Dan Williams Patch from Tom Parker diff --git a/initscript/RedHat/NetworkManager b/initscript/RedHat/NetworkManager index c5daf4459..8911d4205 100755 --- a/initscript/RedHat/NetworkManager +++ b/initscript/RedHat/NetworkManager @@ -9,9 +9,6 @@ # processname: NetworkManager # pidfile: /var/run/NetworkManager.pid # -### BEGIN INIT INFO -# Provides: $network -### END INIT INFO # Sanity checks. [ -x /usr/bin/NetworkManager ] || exit 1