OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Feb-2005 09:09:38
Branch: HEAD Handle: 2005021108093800
Modified files:
openpkg-src/findutils rc.findutils
Log:
use the usually larger /var/tmp instead of the usually smaller /tmp
Summary:
Revision Changes Path
1.13 +1 -1 openpkg-src/findutils/rc.findutils
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/rc.findutils
============================================================================
$ cvs diff -u -r1.12 -r1.13 rc.findutils
--- openpkg-src/findutils/rc.findutils 11 Feb 2005 08:08:12 -0000
1.12
+++ openpkg-src/findutils/rc.findutils 11 Feb 2005 08:09:38 -0000
1.13
@@ -5,7 +5,7 @@
%config
findutils_enable="$openpkg_rc_def"
- findutils_tmpdir="/tmp"
+ findutils_tmpdir="/var/tmp"
findutils_localpaths="/"
findutils_netpaths=""
findutils_prunepaths="/tmp /usr/tmp /var/tmp /afs"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]