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

fcron.init

index ade54be0ff56daa83c56b6e567ba61ead193710c..33c7d503045d59ae136cbb7382800fc22eb8ef22 100644 (file)
@@ -24,7 +24,7 @@ case "$1" in
   start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/crond ]; then
-               msg_starting fcron 
+               msg_starting fcron
                [ -f /var/spool/cron/systab.orig ] && rm -rf /var/spool/cron/systab.orig
                FIND=`find /etc/cron.d/ \( -type f ! -name '*~' ! -name \*\.swp \
                      ! -name \*\.rpmorig ! -name \*\.rpmnew ! -name \*\.rpmsave \)`
@@ -48,7 +48,7 @@ case "$1" in
        else
                msg_not_running fcron
        fi
-                                                                                                                                       
+
        ;;
   status)
        status crond
This page took 0.126771 seconds and 4 git commands to generate.