summaryrefslogtreecommitdiffstats
path: root/source/a/dbus/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dbus/doinst.sh')
-rw-r--r--source/a/dbus/doinst.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/a/dbus/doinst.sh b/source/a/dbus/doinst.sh
index d12d7756a..dcefd1ff5 100644
--- a/source/a/dbus/doinst.sh
+++ b/source/a/dbus/doinst.sh
@@ -18,5 +18,9 @@ if [ -e etc/rc.d/rc.messagebus ]; then
mv etc/rc.d/rc.messagebus.new.incoming etc/rc.d/rc.messagebus.new
fi
-config etc/rc.d/rc.messagebus.new
+#config etc/rc.d/rc.messagebus.new
+# No, just install the thing. Leaving it as .new will only lead to problems.
+if [ -r etc/rc.d/rc.messagebus.new ]; then
+ mv etc/rc.d/rc.messagebus.new etc/rc.d/rc.messagebus
+fi