OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 25-Sep-2003 10:18:32
Branch: HEAD Handle: 2003092509183101
Modified files:
openpkg-src/findutils findutils.spec rc.findutils
openpkg-web news.txt
Log:
added updatedb control features
Summary:
Revision Changes Path
1.35 +5 -2 openpkg-src/findutils/findutils.spec
1.9 +15 -1 openpkg-src/findutils/rc.findutils
1.6721 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 findutils.spec
--- openpkg-src/findutils/findutils.spec 18 Sep 2003 15:38:12 -0000 1.34
+++ openpkg-src/findutils/findutils.spec 25 Sep 2003 08:18:32 -0000 1.35
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 4.1.20
-Release: 20030918
+Release: 20030925
# list of sources
Source0: ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ -43,7 +43,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030909
-PreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909, coreutils
AutoReq: no
AutoReqProv: no
@@ -52,6 +52,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;| sort ;| %{l_prefix}/bin/gsort -T `%{l_prefix}/etc/rc --query
findutils_tmpdir` ;g' \
+ locate/updatedb.sh
%build
CC="%{l_cc}"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/rc.findutils
============================================================================
$ cvs diff -u -r1.8 -r1.9 rc.findutils
--- openpkg-src/findutils/rc.findutils 19 Jul 2003 17:05:54 -0000 1.8
+++ openpkg-src/findutils/rc.findutils 25 Sep 2003 08:18:32 -0000 1.9
@@ -5,8 +5,22 @@
%config
findutils_enable="$openpkg_rc_def"
+ findutils_tmpdir="/tmp"
+ findutils_localpaths="/"
+ findutils_netpaths=""
+ findutils_prunepaths="/tmp /usr/tmp /var/tmp /afs"
+ findutils_prunefs="nfs NFS proc"
+ findutils_localuser="@l_susr@"
+ findutils_netuser="@l_susr@"
%daily -u @l_susr@
rcService findutils enable yes || exit 0
- @l_prefix@/bin/updatedb 2>&1 >/dev/null
+ @l_prefix@/bin/updatedb \
+ --localpaths="${findutils_localpaths}" \
+ --netpaths="${findutils_netpaths}" \
+ --prunepaths="${findutils_prunepaths}" \
+ --prunefs="${findutils_prunefs}" \
+ --localuser="${findutils_localuser}" \
+ --netuser="${findutils_netuser}" \
+ >/dev/null 2>&1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6720 -r1.6721 news.txt
--- openpkg-web/news.txt 25 Sep 2003 08:05:05 -0000 1.6720
+++ openpkg-web/news.txt 25 Sep 2003 08:18:31 -0000 1.6721
@@ -1,3 +1,4 @@
+25-Sep-2003: Upgraded package: P<findutils-4.1.20-20030925>
25-Sep-2003: Upgraded package: P<spamassassin-2.60-20030925>
25-Sep-2003: Upgraded package: P<honeyd-0.6a-20030924>
24-Sep-2003: Upgraded package: P<subversion-0.30.0-20030924>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]