added scripts to place config files, added a note in source about that
[systembsd.git] / hacks / unpunch_config.sh
1 #!/bin/sh
2
3 # unsticks our config for hostnamed (which needs to use the system bus)
4 # and restarts dbus
5
6 rm /etc/dbus-1/system.d/hostnamed-dbus.conf
7 /etc/rc.d/dbus_daemon reload >> /dev/null