]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- fix dhcpd path
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 3 Feb 2008 19:26:38 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.init -> 1.20
    dhcp6.init -> 1.2

dhcp.init
dhcp6.init

index 2cb8dc2f5cb4c9342f0231c91e171f2676de6bc8..354b417a0d60f4b6d7101c61c0859de0aab380fe 100644 (file)
--- a/dhcp.init
+++ b/dhcp.init
@@ -25,7 +25,7 @@ fi
 
 checkconfig() {
        show "Checking %s configuration" "DHCP Server"
-       out=`/usr/sbin/dhcpd -t 2>&1`; rc=$?
+       out=`/sbin/dhcpd -t 2>&1`; rc=$?
        if [ $rc -gt 0 ]; then
                fail
                echo >&2 "$out"
index 84b49fde0238456fdf56ce6ef65c6bf192608b3b..881cc7cc2e3967431cabcf44b9721aaac84b93d0 100644 (file)
@@ -25,7 +25,7 @@ fi
 
 checkconfig() {
        show "Checking %s configuration" "DHCP IPv6 Server"
-       out=`/usr/sbin/dhcpd -t 2>&1`; rc=$?
+       out=`/sbin/dhcpd -t 2>&1`; rc=$?
        if [ $rc -gt 0 ]; then
                fail
                echo >&2 "$out"
This page took 0.201676 seconds and 4 git commands to generate.