]> git.pld-linux.org Git - packages/netatalk.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:
    atalk.init -> 1.6
    netatalk.init -> 1.9

atalk.init
netatalk.init

index b254a2103adf03b3b4331b1de2656577fe18fd29..686a0e482302f7d32e9d84a97077879737d7a4cd 100644 (file)
@@ -31,7 +31,7 @@ fi
 
 RETVAL=0
 case "$1" in
-  start) 
+  start)
        if [ ! -f /var/lock/subsys/atalk ]; then
                _insmod single -f /lib/modules/`uname -r`/misc/appletalk.o
                if [ "$ATALK_BGROUND" = yes ]; then
@@ -55,7 +55,7 @@ case "$1" in
        fi
        touch /var/lock/subsys/atalk
        ;;
-  stop) 
+  stop)
        if [ -f /var/lock/subsys/atalk ]; then
                if [ "$ATALK_BGROUND" = yes ]; then
                        msg_stopping afpd
index 3e2d200007537ba7a3d418b45a6c35bc3c1306f0..ba2d414c717851f914ff1e5f38cd51d3f921abca 100644 (file)
@@ -3,7 +3,7 @@
 # description: This package enables Linux to talk to Macintosh \
 #              computers via the AppleTalk networking protocol and \
 #              provides printer, file sharing, and AppleTalk routing \
-#              services. 
+#              services.
 #
 # AppleTalk daemons. Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
@@ -48,7 +48,7 @@ case "$1" in
                exit 0
        fi
 
-       if is_yes "${ATALKD_RUN}"; then 
+       if is_yes "${ATALKD_RUN}"; then
                msg_starting "atalkd"
                daemon atalkd
                RETVAL_ATALKD=$?
@@ -116,15 +116,15 @@ case "$1" in
        exit $?
        ;;
   status)
-       if is_yes "${ATALKD_RUN}"; then 
+       if is_yes "${ATALKD_RUN}"; then
            if is_yes "${PAPD_RUN}"; then
                status papd
            fi
-           
+
            if is_yes "${TIMELORD_RUN}"; then
                status timelord
            fi
-           
+
            if  is_yes "${AFPD_RUN}"; then
                status afpd
            fi
This page took 0.102864 seconds and 4 git commands to generate.