aboutsummaryrefslogtreecommitdiffstats
path: root/hacks/punch_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/punch_config.sh')
-rwxr-xr-xhacks/punch_config.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/hacks/punch_config.sh b/hacks/punch_config.sh
deleted file mode 100755
index 611250d..0000000
--- a/hacks/punch_config.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# sticks our config for hostnamed (which needs to use the system bus)
-# in place. and restarts dbus-daemon will be replaced by a more elegant,
-# not-hack in the future
-
-cp $(dirname "$(readlink -f "$0")")/hostnamed-dbus.conf /etc/dbus-1/system.d/hostnamed-dbus.conf
-/etc/rc.d/dbus_daemon reload >> /dev/null