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: 21-Jun-2005 21:04:15
Branch: HEAD Handle: 2005062120041400
Modified files:
openpkg-src/findutils findutils.patch findutils.spec
Log:
ops, sorry. The patching was not finished.
Summary:
Revision Changes Path
1.7 +4 -40 openpkg-src/findutils/findutils.patch
1.66 +0 -1 openpkg-src/findutils/findutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 findutils.patch
--- openpkg-src/findutils/findutils.patch 8 Mar 2005 11:04:05 -0000
1.6
+++ openpkg-src/findutils/findutils.patch 21 Jun 2005 19:04:14 -0000
1.7
@@ -1,7 +1,7 @@
Index: locate/updatedb.sh
---- locate/updatedb.sh.orig 2005-01-29 18:34:23 +0100
-+++ locate/updatedb.sh 2005-02-11 20:20:27 +0100
-@@ -108,6 +108,7 @@
+--- locate/updatedb.sh.orig 2005-06-19 11:11:59 +0200
++++ locate/updatedb.sh 2005-06-21 20:59:47 +0200
+@@ -136,6 +136,7 @@
: [EMAIL PROTECTED]@}
# Directory to hold intermediate files.
@@ -9,7 +9,7 @@
if test -d /var/tmp; then
: ${TMPDIR=/var/tmp}
elif test -d /usr/tmp; then
-@@ -115,7 +116,7 @@
+@@ -143,7 +144,7 @@
else
: ${TMPDIR=/tmp}
fi
@@ -18,39 +18,3 @@
# The user to search network directories as.
: ${NETUSER=daemon}
-@@ -166,7 +167,7 @@
- if test -n "$SEARCHPATHS"; then
- if [ "$LOCALUSER" != "" ]; then
- # : A1
-- su $LOCALUSER -s $SHELL -c \
-+ su $LOCALUSER -c \
- "$find $SEARCHPATHS $FINDOPTIONS \
- \\( $prunefs_exp \
- -type d -regex '$PRUNEREGEX' \\) -prune -o $print_option"
-@@ -182,7 +183,7 @@
- myuid=`getuid`
- if [ "$myuid" = 0 ]; then
- # : A3
-- su $NETUSER -s $SHELL -c \
-+ su $NETUSER -c \
- "$find $NETPATHS $FINDOPTIONS \\( -type d -regex '$PRUNEREGEX' -prune
\\) -o $print_option" ||
- exit $?
- else
-@@ -236,7 +237,7 @@
- if test -n "$SEARCHPATHS"; then
- if [ "$LOCALUSER" != "" ]; then
- # : A5
-- su $LOCALUSER -s $SHELL -c \
-+ su $LOCALUSER -c \
- "$find $SEARCHPATHS $FINDOPTIONS \
- \( $prunefs_exp \
- -type d -regex '$PRUNEREGEX' \) -prune -o $print_option" || exit $?
-@@ -252,7 +253,7 @@
- myuid=`getuid`
- if [ "$myuid" = 0 ]; then
- # : A7
-- su $NETUSER -s $SHELL -c \
-+ su $NETUSER -c \
- "$find $NETPATHS $FINDOPTIONS \\( -type d -regex '$PRUNEREGEX' -prune
\\) -o $print_option" ||
- exit $?
- else
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.65 -r1.66 findutils.spec
--- openpkg-src/findutils/findutils.spec 21 Jun 2005 18:57:13 -0000
1.65
+++ openpkg-src/findutils/findutils.spec 21 Jun 2005 19:04:14 -0000
1.66
@@ -60,7 +60,6 @@
%prep
%setup -q
- exit 0
%patch -p0
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]