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 openpkg-web Date: 03-Feb-2003 12:03:44
Branch: HEAD Handle: 2003020311034301
Modified files:
openpkg-src/openpkg openpkg.spec rc
openpkg-web news.txt
Log:
try to fix temporary filename issues
Summary:
Revision Changes Path
1.131 +2 -2 openpkg-src/openpkg/openpkg.spec
1.21 +4 -8 openpkg-src/openpkg/rc
1.3167 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.130 -r1.131 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 2 Feb 2003 19:01:45 -0000 1.130
+++ openpkg-src/openpkg/openpkg.spec 3 Feb 2003 11:03:44 -0000 1.131
@@ -39,8 +39,8 @@
# o any cc(1)
# the package version and release
-%define V_openpkg 20030202
-%define R_openpkg 20030202
+%define V_openpkg 20030203
+%define R_openpkg 20030203
# the used software versions
%define V_rpm 4.0.2
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rc
============================================================================
$ cvs diff -u -r1.20 -r1.21 rc
--- openpkg-src/openpkg/rc 2 Feb 2003 19:01:45 -0000 1.20
+++ openpkg-src/openpkg/rc 3 Feb 2003 11:03:44 -0000 1.21
@@ -88,15 +88,11 @@
PATH="@l_prefix@/sbin:$PATH"
PATH="@l_prefix@/lib/openpkg:$PATH"
-# find a reasonable temporary location
-if [ ".$TMPDIR" != . ]; then
- tmpdir="$TMPDIR"
-elif [ ".$TEMPDIR" != . ]; then
- tmpdir="$TEMPDIR"
-else
- tmpdir="/tmp"
-fi
+# set a reasonable temporary location
+tmpdir="/tmp"
tmpfile="$tmpdir/rc.$$.tmp"
+TMPDIR="$tmpdir"; export TMPDIR
+TEMPDIR="$tmpdir"; export TEMPDIR
# handle --query option
if [ ".$query" = .1 ]; then
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3166 -r1.3167 news.txt
--- openpkg-web/news.txt 3 Feb 2003 10:55:29 -0000 1.3166
+++ openpkg-web/news.txt 3 Feb 2003 11:03:43 -0000 1.3167
@@ -1,3 +1,4 @@
+03-Feb-2003: Upgraded package: P<openpkg-20030203-20030203>
03-Feb-2003: Upgraded package: P<glib2-2.2.1-20030203>
03-Feb-2003: Upgraded package: P<chkrootkit-0.39-20030203>
02-Feb-2003: Upgraded package: P<openpkg-20030202-20030202>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]