Author: arekm                        Date: Sun Feb  3 19:26:43 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix dhcpd path

---- Files affected:
SOURCES:
   dhcp.init (1.19 -> 1.20) , dhcp6.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/dhcp.init
diff -u SOURCES/dhcp.init:1.19 SOURCES/dhcp.init:1.20
--- SOURCES/dhcp.init:1.19      Tue Dec 25 13:18:50 2007
+++ SOURCES/dhcp.init   Sun Feb  3 20:26:38 2008
@@ -25,7 +25,7 @@
 
 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: SOURCES/dhcp6.init
diff -u SOURCES/dhcp6.init:1.1 SOURCES/dhcp6.init:1.2
--- SOURCES/dhcp6.init:1.1      Fri Jan  4 10:36:51 2008
+++ SOURCES/dhcp6.init  Sun Feb  3 20:26:38 2008
@@ -25,7 +25,7 @@
 
 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"
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dhcp.init?r1=1.19&r2=1.20&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dhcp6.init?r1=1.1&r2=1.2&f=u

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

Reply via email to