From: kremlin Date: Sat, 7 Jun 2014 07:45:04 +0000 (-0400) Subject: XML configs will be either compiled in (default) or installed (flagged), rm workarounds X-Git-Tag: hostnamed-copyable~36 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=e1ab1483144fea7ca4191ed5d443cec9d86c3a67 XML configs will be either compiled in (default) or installed (flagged), rm workarounds --- diff --git a/hacks/hostnamed-dbus.conf b/hacks/hostnamed-dbus.conf deleted file mode 100644 index c84c0f3..0000000 --- a/hacks/hostnamed-dbus.conf +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - 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 diff --git a/hacks/unpunch_config.sh b/hacks/unpunch_config.sh deleted file mode 100755 index 076c353..0000000 --- a/hacks/unpunch_config.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# unsticks our config for hostnamed (which needs to use the system bus) -# and restarts dbus - -rm /etc/dbus-1/system.d/hostnamed-dbus.conf -/etc/rc.d/dbus_daemon reload >> /dev/null