OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Jun-2002 16:42:06
Branch: HEAD Handle: 2002063015420500
Modified files:
openpkg-src/bind rc.bind
openpkg-src/bind8 rc.bind
Log:
Altered bind's startup priority to ensure bind as started before apache for
example. Otherwise if the local bind is the one and only nameserver stated
in /etc/resolv.conf apache isn't able to resolve it's virtual servers.
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-src/bind/rc.bind
1.3 +1 -1 openpkg-src/bind8/rc.bind
____________________________________________________________________________
Index: openpkg-src/bind/rc.bind
============================================================
$ cvs diff -u -r1.5 -r1.6 rc.bind
--- openpkg-src/bind/rc.bind 7 Feb 2002 14:20:55 -0000 1.5
+++ openpkg-src/bind/rc.bind 30 Jun 2002 14:42:05 -0000 1.6
@@ -9,7 +9,7 @@
bind_log_minsize="512K"
bind_log_complevel="9"
-%start -p 200 -u root
+%start -p 100 -u root
if opServiceEnabled bind; then
@l_prefix@/sbin/named
fi
Index: openpkg-src/bind8/rc.bind
============================================================
$ cvs diff -u -r1.2 -r1.3 rc.bind
--- openpkg-src/bind8/rc.bind 16 Apr 2002 19:38:53 -0000 1.2
+++ openpkg-src/bind8/rc.bind 30 Jun 2002 14:42:05 -0000 1.3
@@ -9,7 +9,7 @@
bind_log_minsize="512K"
bind_log_complevel="9"
-%start -p 200 -u root
+%start -p 100 -u root
if opServiceEnabled bind; then
@l_prefix@/sbin/ndc start
fi
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]