aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>1999-03-07 22:38:33 +0000
committerH. Peter Anvin <hpa@zytor.com>1999-03-07 22:38:33 +0000
commitaa840f23efa9e3a677860eccf8f7e4da2278457d (patch)
treebefa3b400663417be0e4b32393666e96c5760be1
parentd3d1aba95f5a6d1b424cc61f421772482f8ee8bd (diff)
downloadautofs3-aa840f23efa9e3a677860eccf8f7e4da2278457d.tar.gz
autofs3-aa840f23efa9e3a677860eccf8f7e4da2278457d.tar.xz
autofs3-aa840f23efa9e3a677860eccf8f7e4da2278457d.zip
Don't hard-code the sbindir.
-rw-r--r--samples/rc.autofs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/rc.autofs.in b/samples/rc.autofs.in
index 2fc9391..9e15bd6 100644
--- a/samples/rc.autofs.in
+++ b/samples/rc.autofs.in
@@ -22,7 +22,7 @@ FLAGS="defaults 21"
#
# Location of the automount daemon
#
-DAEMON=/usr/sbin/automount
+DAEMON=@@sbindir@@/automount
#
# Determine which kind of configuration we're using