about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;
-