summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/autofs/run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/autofs/run')
-rwxr-xr-xabs/extra-testing/autofs/run8
1 files changed, 7 insertions, 1 deletions
diff --git a/abs/extra-testing/autofs/run b/abs/extra-testing/autofs/run
index 7d146fc..e394e5f 100755
--- a/abs/extra-testing/autofs/run
+++ b/abs/extra-testing/autofs/run
@@ -1,8 +1,14 @@
#!/bin/sh
exec 2>&1
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+stat_runit "Starting autofs4 kernel module"
set -e # barf if modprobe fails
/sbin/modprobe autofs4
-#exec /etc/rc.d/autofs start
+
+stat_runit "Starting autofs automount"
# source application-specific settings
[ -f /etc/conf.d/autofs ] && . /etc/conf.d/autofs