daemondo

Rainer Müller raimue at macports.org
Wed Feb 11 05:57:12 PST 2009


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


More information about the macports-users mailing list