Hi wxs and jpaetzel.

        I noticed that dhcpd server stoped after portupgrade, sometimes.
        It's a painful accident on my network.  Because I didn't notice
        some troubles:-(.

        Why do you stop the daemons? Is it really absolutely necessary
        to stop a service before it's files go away?

        SEE ALSO:
        
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html#AEN5402

$ grep forcestop isc-dhcp*/pkg-plist
isc-dhcp31-relay/pkg-plist:@unexec %D/etc/rc.d/isc-dhcrelay.sh forcestop 
2>/dev/null || true
isc-dhcp31-relay/pkg-plist:@unexec %D/etc/rc.d/isc-dhcrelay forcestop 
2>/dev/null || true
isc-dhcp31-server/pkg-plist:@unexec %D/etc/rc.d/isc-dhcpd.sh forcestop 
2>/dev/null || true
isc-dhcp31-server/pkg-plist:@unexec %D/etc/rc.d/isc-dhcpd forcestop 2>/dev/null 
|| true
isc-dhcp41-relay/pkg-plist:@unexec %D/etc/rc.d/isc-dhcrelay.sh forcestop 
2>/dev/null || true
isc-dhcp41-relay/pkg-plist:@unexec %D/etc/rc.d/isc-dhcrelay forcestop 
2>/dev/null || true
isc-dhcp41-server/pkg-plist:@unexec %D/etc/rc.d/isc-dhcpd forcestop 2>/dev/null 
|| true

        I want to remove these lines in pkg-plist.

        Thank you!

-- 
Norikatsu Shigemura <n...@freebsd.org>
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to