openbsd-ports/net/pdnsd/pkg/MESSAGE
alek 36e99c9d8e - Replace INSTALL with @sample, @new(user|group), @exec and MESSAGE
- Kill DEINSTALL
- Add WANTLIB marker
- Bump PKGNAME

ok sturm@
2004-12-01 19:59:59 +00:00

7 lines
179 B
Plaintext

You may want to put the following in /etc/rc.local:
if [ -x ${PREFIX}/sbin/pdnsd ]; then
echo -n ' pdnsd';
${PREFIX}/sbin/pdnsd -4 -s -d -p /var/run/pdnsd.pid
fi