Sophie

Sophie

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

dhcpv6-0.10-33.el5.src.rpm

--- dhcp-0.10/dhcp6s.sh.bz217309	2006-11-27 14:44:26.000000000 -0500
+++ dhcp-0.10/dhcp6s.sh	2006-11-27 14:44:56.000000000 -0500
@@ -24,7 +24,6 @@
 # Check that files exist
 [ -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