OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jul-2005 13:42:14
Branch: HEAD Handle: 2005071812421400
Modified files:
openpkg-src/bind8 bind8.spec rc.bind8
Log:
add bind8_flags similar to what the bind package uses
Summary:
Revision Changes Path
1.54 +1 -1 openpkg-src/bind8/bind8.spec
1.12 +2 -1 openpkg-src/bind8/rc.bind8
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind8/bind8.spec
============================================================================
$ cvs diff -u -r1.53 -r1.54 bind8.spec
--- openpkg-src/bind8/bind8.spec 24 Mar 2005 11:18:28 -0000 1.53
+++ openpkg-src/bind8/bind8.spec 18 Jul 2005 11:42:14 -0000 1.54
@@ -33,7 +33,7 @@
Group: DNS
License: GPL
Version: 8.4.6
-Release: 20050218
+Release: 20050718
# list of sources
Source0:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/bind8/bind-%{version}-src.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind8/rc.bind8
============================================================================
$ cvs diff -u -r1.11 -r1.12 rc.bind8
--- openpkg-src/bind8/rc.bind8 7 Dec 2004 19:57:25 -0000 1.11
+++ openpkg-src/bind8/rc.bind8 18 Jul 2005 11:42:14 -0000 1.12
@@ -5,6 +5,7 @@
%config
bind8_enable="$openpkg_rc_def"
+ bind8_flags=""
bind8_log_prolog="true"
bind8_log_epilog="true"
bind8_log_numfiles="5"
@@ -22,7 +23,7 @@
%start -p 100 -u @l_susr@
rcService bind8 enable yes || exit 0
rcService bind8 active yes && exit 0
- @l_prefix@/sbin/ndc start
+ @l_prefix@/sbin/ndc start ${bind8_flags}
%stop -p 900 -u @l_susr@
rcService bind8 enable yes || exit 0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]