From f5512c7c057d95e62228e5c4793bdd162b3d0a09 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 29 May 2011 21:50:33 +0200 Subject: Handle dhcp4-change and dhcp6-change events * debian/network-manager-dispatcher.script - Handle dhcp4-change and dhcp6-change events (by doing nothing). This prevents the 01ifupdown dispatcher script from logging an error on DHCP lease changes. (Closes: #628154) --- debian/changelog | 4 ++++ debian/network-manager-dispatcher.script | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8c9a5975..13804bcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ network-manager (0.8.4.0-2) UNRELEASED; urgency=low * Update package descriptions. + * debian/network-manager-dispatcher.script + - Handle dhcp4-change and dhcp6-change events (by doing nothing). This + prevents the 01ifupdown dispatcher script from logging an error on DHCP + lease changes. (Closes: #628154) -- Michael Biebl Thu, 21 Apr 2011 17:31:46 +0200 diff --git a/debian/network-manager-dispatcher.script b/debian/network-manager-dispatcher.script index 9cd12d06..5869bda5 100644 --- a/debian/network-manager-dispatcher.script +++ b/debian/network-manager-dispatcher.script @@ -40,7 +40,8 @@ case "$2" in # export PHASE="pre-down" # exec run-parts /etc/network/if-down.d # ;; - hostname) + hostname|dhcp4-change|dhcp6-change) + # Do nothing ;; *) echo "$0: called with unknown action \`$2'" 1>&2 -- cgit 1.3.0-6-gf8a5