]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- tabs
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Jan 2007 17:39:39 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.init -> 1.17

dhcp.init

index 89ee292550981a12029c515b094be36139609fd2..a96dd446fc9f5a217f115f7941d77d21e731488f 100644 (file)
--- a/dhcp.init
+++ b/dhcp.init
@@ -24,7 +24,7 @@ else
 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 @@ RETVAL=0
 # 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
This page took 0.034279 seconds and 4 git commands to generate.