]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- kill trailing tabs
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 Jun 2005 19:48:49 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-snmpd.init -> 1.9

net-snmpd.init

index 0719210226b021c6c55a920d17c986707013dea6..aab081b187400b4c9926c935b44d9b05e49c99bb 100644 (file)
@@ -61,7 +61,7 @@ case "$1" in
                rm -f /var/lock/subsys/snmpd >/dev/null 2>&1
        else
                msg_not_running "snmpd"
-       fi      
+       fi
        ;;
   reload)
        if [ -f /var/lock/subsys/snmpd ]; then
@@ -70,7 +70,7 @@ case "$1" in
                rm -f /var/lock/subsys/snmpd >/dev/null 2>&1
        else
                msg_not_running "snmpd"
-       fi      
+       fi
        ;;
   restart|force-reload)
        $0 stop
This page took 0.038427 seconds and 4 git commands to generate.