Ryan Schmidt wrote: > That's pretty good to know. > > Should we have an alias in port for sending SIGHUP? Maybe > > port restart bind9
Port does not know the pid of daemondo and therefore can't send SIGHUP, this should be done by launchd. I consider pkill/killall too dangerous as a general way to do this. The correct way to restart an already loaded bind9 would be: sudo launchctl stop org.macports.bind9 sudo launchctl start org.macports.bind9 Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
