[dl-x86solaris-devel 98] CVS update: dlkit2/sv

Back to archive index

SAWADA Keiji card_capto****@users*****
2006年 3月 29日 (水) 01:45:04 JST


Index: dlkit2/sv/restart-dhcpd.sh
diff -u dlkit2/sv/restart-dhcpd.sh:1.1.2.1 dlkit2/sv/restart-dhcpd.sh:1.1.2.2
--- dlkit2/sv/restart-dhcpd.sh:1.1.2.1	Sun Mar 12 14:18:57 2006
+++ dlkit2/sv/restart-dhcpd.sh	Wed Mar 29 01:45:04 2006
@@ -16,7 +16,7 @@
 case "$pref" in
     isc_csw)
 	echon "Restarting DHCP server(ISC DHCP/CSW): "
-	/etc/init.d/cswdhcpd stop
+	set +e; /etc/init.d/cswdhcpd stop; pkill dhcpd; set -e
 	cp "$conf" /opt/csw/etc/dhcpd.conf
 	/etc/init.d/cswdhcpd start
 	;;


dl-x86solaris-devel メーリングリストの案内
Back to archive index