about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRiccardo Setti <giskard@autistici.org>2006-01-16 08:51:15 +0000
committerRiccardo Setti <giskard@autistici.org>2006-01-16 08:51:15 +0000
commite806203207aefa08f75eb009f36c0644bda9a2c4 (patch)
tree3ad38203aa92ed0ce74c572960c82b6c204628b1
parent66d4cc2e4760d67230ae61fd9e87178d14c11456 (diff)
dhcdbd.dhcp3 must stay in the dhcdbd package
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@476 ceb527fc-18e6-0310-9fe2-813c157c29e7
-rw-r--r--debian/dhcdbd.dhcp313
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/dhcdbd.dhcp3 b/debian/dhcdbd.dhcp3
deleted file mode 100644
index 010842f3..00000000
--- a/debian/dhcdbd.dhcp3
+++ /dev/null
@@ -1,13 +0,0 @@
-if [ -n "${dhc_dbus}" ]; then
-		/usr/bin/dbus-send \
-		--system \
-		--dest=com.redhat.dhcp \
-		--type=method_call \
-		/com/redhat/dhcp/$interface \
-		com.redhat.dhcp.set \
-		'string:'"`env | /bin/egrep -v '^(PATH|SHLVL|_|PWD|dhc_dbus)\='`";
-		if (( ( dhc_dbus & 31 ) == 31 )); then
-				exit 0;
-		fi;
-fi;
-