]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- fix: missing "fi" in start target.
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Jul 2001 14:18:25 +0000 (14:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-relay.init -> 1.10

dhcp-relay.init

index b9a08520f1b9cedd1f450655e65973e71673eb68..2cae40c875237735ecc2b15b875e8ba8b5244ec8 100644 (file)
@@ -36,6 +36,7 @@ case "$1" in
        else
                msg_Already_Running "DHCP relay"
                exit 1
+       fi
        ;;
   stop)
        msg_stopping "DHCP relay"
This page took 0.057622 seconds and 4 git commands to generate.