Vasil Dimov wrote: > > One could always minimize downtime by doing > portupgrade xyz && /usr/local/etc/rc.d/xyz start >
You should not do it with portupgrade. Just add the lines in pkgtools.conf: AFTERINSTALL = { '*' => proc { |origin| cmd_start_rc(origin) }, } -- Dixi. Sem. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"