summaryrefslogtreecommitdiffstats
path: root/source/l/avahi/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/avahi/doinst.sh')
-rw-r--r--source/l/avahi/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/avahi/doinst.sh b/source/l/avahi/doinst.sh
index 86a70b185..77c716128 100644
--- a/source/l/avahi/doinst.sh
+++ b/source/l/avahi/doinst.sh
@@ -31,7 +31,7 @@ if [ -x /usr/bin/update-desktop-database ]; then
fi
# Reload messagebus service:
-if [ -x etc/rc.d/rc.messagebus ]; then
- chroot . /etc/rc.d/rc.messagebus reload
+if [ -x /etc/rc.d/rc.messagebus ]; then
+ sh /etc/rc.d/rc.messagebus reload 1> /dev/null 2> /dev/null
fi