[Pkg-utopia-maintainers] Bug#539753: network-manager: Init script	provides wrong name for sequence based boot
    Andreas Tille 
    tillea at rki.de
       
    Mon Aug  3 12:41:17 UTC 2009
    
    
  
Package: network-manager
Version: 0.7.1-1
Severity: important
Tags: patch
Hi,
to enable sequence based booting with insserv the init file has
to provide the same name as the start script.  The problem is that
gdm is refering to the network-manager and thus fails to load right
in time because it is not running.
Applying the following patch of /etc/init.d/network-manager
solves the problem:
--- network-manager.orig        2009-04-17 02:46:50.000000000 +0200
+++ network-manager     2009-07-31 13:55:28.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:          NetworkManager
+# Provides:          network-manager
 # Required-Start:    $remote_fs dbus hal
 # Required-Stop:     $remote_fs dbus hal
 # Should-Start:             $syslog
Kind regards and thanks for maintainingnetwork-manager
       Andreas.
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
    
    
More information about the Pkg-utopia-maintainers
mailing list