]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofs.init -> 1.28

autofs.init

index 9af8c174b015cf10e4f57ce7d3f3886971e95de2..6370f0a699f500954f970632c4ed707baaa4bff8 100644 (file)
@@ -31,7 +31,7 @@ if is_yes "${NETWORKING}"; then
 else
        exit 0
 fi
-                       
+
 DAEMON=/usr/sbin/automount
 
 #
@@ -77,7 +77,7 @@ fi
 #
 # Check for YellowPage maps to be loaded
 #
-if is_yes $USE_YP; then 
+if is_yes $USE_YP; then
        if [ -e /usr/bin/ypcat ] && \
           [ `ypcat -k auto.master 2>/dev/null | wc -l` -gt 0 ]; then
                ypcat -k auto.master | (
@@ -110,7 +110,7 @@ case "$1" in
        if [ ! -f /var/lock/subsys/autofs ]; then
                msg_starting automounter
                busy
-               getmounts | sh 
+               getmounts | sh
                RETVAL=$?
                [ $RETVAL -eq 0 ] && ok || fail
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/autofs
This page took 0.0802 seconds and 4 git commands to generate.