diff options
| author | Michael Biebl <biebl@debian.org> | 2009-08-16 01:00:26 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-08-16 01:00:26 +0000 |
| commit | c3c5a459732cf6643ae2cf39790bbb0438fc9d31 (patch) | |
| tree | addc29f5d14fe137eec392c4526a8402618dbce4 /debian | |
| parent | 58e3fe9fb934d4790a20cd911d95d80e36191d72 (diff) | |
* debian/network-manager.init
- Update LSB header. Add "network-manager" to Provides as this name is
apparently used within the gdm init script and to be more in line with
the recommend practice to name the Provides like the init script.
Don't remove the "NetworkManager" Provides as other scripts might
already depend on that name. (Closes: #539753)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3218 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/network-manager.init | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4f419677..c3897795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,12 @@ network-manager (0.7.1-2) UNRELEASED; urgency=low on most Broadcom ethernet and wifi chipsets. Update NM to detect the driver for the changed device layout. (Closes: #540613) Patch pulled from upstream git. + * debian/network-manager.init + - Update LSB header. Add "network-manager" to Provides as this name is + apparently used within the gdm init script and to be more in line with + the recommend practice to name the Provides like the init script. + Don't remove the "NetworkManager" Provides as other scripts might + already depend on that name. (Closes: #539753) [ Sjoerd Simons ] * debian/control diff --git a/debian/network-manager.init b/debian/network-manager.init index 3fc396db..058dbd24 100644 --- a/debian/network-manager.init +++ b/debian/network-manager.init @@ -1,6 +1,6 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: NetworkManager +# Provides: NetworkManager network-manager # Required-Start: $remote_fs dbus hal # Required-Stop: $remote_fs dbus hal # Should-Start: $syslog |