summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/autofs/run
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2010-07-08 18:56:26 (GMT)
committerBritney Fransen <brfransen@gmail.com>2010-07-08 18:56:26 (GMT)
commite8745421f0b408d0f352bbba08a2717da515f4cd (patch)
treef7706ac8f5d42efecbcfca911207fc87c8f3c58f /abs/extra-testing/autofs/run
parent857cd6061fd90c5a282ac466eea68e629b126650 (diff)
downloadlinhes_pkgbuild-e8745421f0b408d0f352bbba08a2717da515f4cd.zip
linhes_pkgbuild-e8745421f0b408d0f352bbba08a2717da515f4cd.tar.gz
linhes_pkgbuild-e8745421f0b408d0f352bbba08a2717da515f4cd.tar.bz2
autofs: add status log to finish file
Diffstat (limited to 'abs/extra-testing/autofs/run')
-rwxr-xr-xabs/extra-testing/autofs/run5
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/extra-testing/autofs/run b/abs/extra-testing/autofs/run
index e394e5f..342ade6 100755
--- a/abs/extra-testing/autofs/run
+++ b/abs/extra-testing/autofs/run
@@ -4,12 +4,11 @@ exec 2>&1
. /etc/rc.conf
. /etc/rc.d/functions
-stat_runit "Starting autofs4 kernel module"
+stat_runit "Starting autofs4 kernel module" && echo ""
set -e # barf if modprobe fails
/sbin/modprobe autofs4
-stat_runit "Starting autofs automount"
-
+stat_runit "Starting autofs automount" && echo ""
# source application-specific settings
[ -f /etc/conf.d/autofs ] && . /etc/conf.d/autofs