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: 05-Oct-2007 17:37:40
Branch: HEAD Handle: 2007100516374000
Modified files:
openpkg-src/bind bind.spec rc.bind
Log:
some packaging cosmetics and cleanups
Summary:
Revision Changes Path
1.127 +1 -1 openpkg-src/bind/bind.spec
1.24 +8 -8 openpkg-src/bind/rc.bind
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.126 -r1.127 bind.spec
--- openpkg-src/bind/bind.spec 5 Oct 2007 15:36:21 -0000 1.126
+++ openpkg-src/bind/bind.spec 5 Oct 2007 15:37:40 -0000 1.127
@@ -49,7 +49,7 @@
# list of sources
Source0: ftp://ftp.isc.org/isc/bind9/%{V_dist}/bind-%{V_dist}.tar.gz
Source1: bind.txt
-Source9: rc.bind
+Source2: rc.bind
# build information
Prefix: %{l_prefix}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind/rc.bind
============================================================================
$ cvs diff -u -r1.23 -r1.24 rc.bind
--- openpkg-src/bind/rc.bind 25 Aug 2006 19:15:59 -0000 1.23
+++ openpkg-src/bind/rc.bind 5 Oct 2007 15:37:40 -0000 1.24
@@ -50,15 +50,15 @@
%daily -u @l_susr@
rcService bind enable yes || exit 0
shtool rotate -f \
- -n ${bind_stats_numfiles} -s ${bind_stats_minsize} -d \
- -z ${bind_stats_complevel} -m 644 -o @l_rusr@ -g @l_rgrp@ \
- -P "${bind_stats_prolog}" \
- -E "${bind_stats_epilog}" \
+ -n $bind_stats_numfiles -s $bind_stats_minsize -d \
+ -z $bind_stats_complevel -m 644 -o @l_rusr@ -g @l_rgrp@ \
+ -P "$bind_stats_prolog" \
+ -E "$bind_stats_epilog" \
@l_prefix@/var/bind/named.stats
shtool rotate -f \
- -n ${bind_log_numfiles} -s ${bind_log_minsize} -d \
- -z ${bind_log_complevel} -m 644 -o @l_rusr@ -g @l_rgrp@ \
- -P "${bind_log_prolog}" \
- -E "${bind_log_epilog}; rc bind reload" \
+ -n $bind_log_numfiles -s $bind_log_minsize -d \
+ -z $bind_log_complevel -m 644 -o @l_rusr@ -g @l_rgrp@ \
+ -P "$bind_log_prolog" \
+ -E "$bind_log_epilog; rc bind reload" \
@l_prefix@/var/bind/named.log
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]