aboutsummaryrefslogtreecommitdiff
path: root/src/autofs/autofs
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofs/autofs')
-rwxr-xr-xsrc/autofs/autofs2
1 files changed, 1 insertions, 1 deletions
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