Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > e62f51b3c9c4797a380d8e815dd2df0a > files > 22

dhcpv6-0.10-33.el5.src.rpm

--- dhcp-0.10/dhcp6s.sh.server6_addr	2005-01-09 14:11:20.355740047 -0500
+++ dhcp-0.10/dhcp6s.sh	2005-01-09 14:20:55.003552335 -0500
@@ -22,8 +22,10 @@
 [ ${NETWORKING} = "no" ] && exit 0
 
 # Check that files exist
-[ -f /usr/sbin/dhcp6s ] || exit 0
+[ -x /usr/sbin/dhcp6s ] || exit 0
 [ -f /etc/dhcp6s.conf ] || exit 0
+[ -f /etc/server6_addr.conf ] || exit 0
+
 if [ "x$DHCP6SIF" =  "x" ]; then logger -s -t "dhcp6s" -p "daemon.info" "Warning: dhcp6s listening on ALL interfaces - set DHCP6SIF in /etc/sysconfig/dhcp6s"; fi
 
 RETVAL=0