36e99c9d8e
- Kill DEINSTALL - Add WANTLIB marker - Bump PKGNAME ok sturm@
7 lines
179 B
Plaintext
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
|