[net/openntpd] pidfile support

Tomek Wałaszek tmwalaszek at gmail.com
Sat May 31 19:39:14 UTC 2014


Hello,
I was missing pid file support in OpenNTPD. I've created a patch that
enables pidfile /var/run/ntpd.pid in OpenNTPD and now I can define in the
rc script pidfile location. With pidfile location I dont see any more this
annoying message when restarting and stopping:

[root at vps24009 ~]# /usr/local/etc/rc.d/openntpd stop
Stopping openntpd.
kill: 20188: No such process
kill: 20189: No such process


And with pidfile="/var/run/ntpd.pid" in openntpd rc script

[root at vps24009 ~]# /usr/local/etc/rc.d/openntpd stop
Stopping openntpd.


Regards,
Tomasz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openntpd.patch
Type: text/x-patch
Size: 3749 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20140531/15d34537/attachment.bin>


More information about the freebsd-ports mailing list