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