Author: glen                         Date: Mon Jan 22 17:39:45 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- tabs

---- Files affected:
SOURCES:
   dhcp.init (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SOURCES/dhcp.init
diff -u SOURCES/dhcp.init:1.16 SOURCES/dhcp.init:1.17
--- SOURCES/dhcp.init:1.16      Mon Jan 22 18:38:56 2007
+++ SOURCES/dhcp.init   Mon Jan 22 18:39:39 2007
@@ -24,7 +24,7 @@
 fi
 
 checkconfig() {
-       show "Checking %s configuration" DHCPD
+       show "Checking %s configuration" DHCPD
        out=`/usr/sbin/dhcpd -t 2>&1`; rc=$?
        if [ $rc -gt 0 ]; then
                fail
@@ -61,19 +61,19 @@
 # See how we were called.
 case "$1" in
   start)
-       checkconfig || exit 1
-       start
+       checkconfig || exit 1
+       start
        ;;
   stop)
-       stop
+       stop
        ;;
   restart)
-       checkconfig || exit 1
+       checkconfig || exit 1
        stop
        start
        ;;
   checkconfig)
-       checkconfig
+       checkconfig
        ;;
   status)
        status dhcpd
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dhcp.init?r1=1.16&r2=1.17&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to