From 5c61a7d623349e92b1b167ebeda338290df7451a Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 29 Jun 2013 19:59:38 +0200 Subject: rcdscripts: autofs, bluez, nfs-utils and ppp sbin deprecation --- src/autofs/autofs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/autofs/autofs') diff --git a/src/autofs/autofs b/src/autofs/autofs index 08bd3e1..245b1b4 100755 --- a/src/autofs/autofs +++ b/src/autofs/autofs @@ -16,7 +16,7 @@ PID=`cat /var/run/autofs-running 2> /dev/null` case "$1" in start) stat_busy "Starting $daemon_name daemon" - [ -z "$PID" ] && /usr/sbin/automount $daemonoptions &> /dev/null + [ -z "$PID" ] && /usr/bin/automount $daemonoptions &> /dev/null if [ $? -gt 0 ]; then stat_fail else -- cgit v1.2.3