2005-01-24 Dan Williams <dcbw@redhat.com>

* 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
This commit is contained in:
Dan Williams
2005-01-24 21:40:30 +00:00
parent 681aade546
commit 177b361b75
2 changed files with 14 additions and 3 deletions

View File

@@ -1,8 +1,22 @@
2005-01-24 Dan Williams <dcbw@redhat.com>
* 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 <walters@redhat.com>
* named/named.conf: Use any port for query source instead of
restricting to port 53.
2005-01-24 Dan Williams <dcbw@redhat.com>
* 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 <dcbw@redhat.com>
Patch from Tom Parker <palfrey@tevp.net>

View File

@@ -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