- tweak the command for rc.local, prodded by Piotr Sikora
This commit is contained in:
parent
8e0041ffe3
commit
fa707a1afa
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2009/02/10 21:38:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2009/02/11 08:15:20 jasper Exp $
|
||||
|
||||
COMMENT-main= modern authoritative nameserver
|
||||
COMMENT-mysql= mysql database access module for powerdns
|
||||
@ -9,7 +9,7 @@ COMMENT-sqlite3= sqlite3 database access module for powerdns
|
||||
V= 2.9.21.2
|
||||
DISTNAME= pdns-${V}
|
||||
PKGNAME= powerdns-${V}
|
||||
PKGNAME-main= powerdns-${V}p0
|
||||
PKGNAME-main= powerdns-${V}p1
|
||||
PKGNAME-mysql= powerdns-mysql-${V}p0
|
||||
PKGNAME-pgsql= powerdns-pgsql-${V}p0
|
||||
PKGNAME-sqlite= powerdns-sqlite-${V}p0
|
||||
|
@ -3,7 +3,7 @@ To start the powerdns server at boot time, add the following to
|
||||
|
||||
if [ -x ${PREFIX}/sbin/pdns_server ]; then
|
||||
echo -n ' pdns_server'; ${PREFIX}/sbin/pdns_server \
|
||||
--daemon=no --guardian=no --control-console --loglevel=9
|
||||
--daemon=yes --guardian=no --control-console --loglevel=9
|
||||
fi
|
||||
|
||||
An autogenerated configuration file has been installed into:
|
||||
|
Loading…
Reference in New Issue
Block a user