[Pkg-utopia-maintainers] Bug#452371: network-manager: Scripts in if-up.d are executed with PHASE=up instead of PHASE=post-up

Michal Sojka sojkam1 at fel.cvut.cz
Thu Nov 22 10:18:12 UTC 2007


Package: network-manager
Version: 0.6.5-3
Severity: normal
Tags: patch

According to interfaces(5) scripts in /etc/network/if-up.d/ should be
executed with PAHSE equal to "post-up". NetworkManager sets this to
"up".

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager depends on:
ii  adduser                     3.105        add and remove users and groups
ii  dbus                        1.1.1-3      simple interprocess messaging syst
ii  dhcdbd                      3.0-1        D-Bus interface to the ISC DHCP cl
ii  hal                         0.5.10-2     Hardware Abstraction Layer
ii  ifupdown                    0.6.8        high level tools to configure netw
ii  iproute                     20070313-1   Professional tools to control the 
ii  iputils-arping              3:20070202-3 Tool to send ICMP echo requests to
ii  libc6                       2.6.1-6      GNU C Library: Shared libraries
ii  libdbus-1-3                 1.1.1-3      simple interprocess messaging syst
ii  libdbus-glib-1-2            0.74-1       simple interprocess messaging syst
ii  libgcrypt11                 1.2.4-2      LGPL Crypto library - runtime libr
ii  libglib2.0-0                2.14.3-1     The GLib library of C routines
ii  libgpg-error0               1.4-2        library for common error values an
ii  libhal1                     0.5.10-2     Hardware Abstraction Layer - share
ii  libiw29                     29-1         Wireless tools - library
ii  libnl1-pre6                 1.0~pre6-6   Library for dealing with netlink s
ii  libnm-util0                 0.6.5-3      network management framework (shar
ii  lsb-base                    3.1-24       Linux Standard Base 3.1 init scrip
ii  wpasupplicant               0.6.0-4      Client support for WPA and WPA2 (I

Versions of packages network-manager recommends:
ii  network-manager-kde           1:0.2-2    KDE systray applet for controlling

-- no debconf information
-------------- next part --------------
Index: network-manager-0.6.5/debian/network-manager-dispatcher.script
===================================================================
--- network-manager-0.6.5.orig/debian/network-manager-dispatcher.script	2007-11-22 11:07:26.000000000 +0100
+++ network-manager-0.6.5/debian/network-manager-dispatcher.script	2007-11-22 11:08:39.000000000 +0100
@@ -19,7 +19,7 @@
 case "$2" in
     up)
 	export MODE="start"
-	export PHASE="up"
+	export PHASE="post-up"
 	exec run-parts /etc/network/if-up.d
 	;;
     down)


More information about the Pkg-utopia-maintainers mailing list