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: 05-Aug-2003 08:52:31
Branch: HEAD Handle: 2003080507522902
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rc
openpkg-web news.txt
Log:
allow variables with other characters than A-Z (e.g. LD_LIBRARY_PATH)
to be set in %env, too.
Summary:
Revision Changes Path
1.27 +1 -0 openpkg-src/openpkg/HISTORY
1.188 +1 -1 openpkg-src/openpkg/openpkg.spec
1.46 +1 -1 openpkg-src/openpkg/rc
1.6029 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.26 -r1.27 HISTORY
--- openpkg-src/openpkg/HISTORY 30 Jul 2003 16:14:52 -0000 1.26
+++ openpkg-src/openpkg/HISTORY 5 Aug 2003 06:52:30 -0000 1.27
@@ -2,6 +2,7 @@
2003
====
+20030805 allow variables with other characters than A-Z (e.g. LD_LIBRARY_PATH) to
be set in %env, too.
20030730 add entry to /etc/shells only if /etc/shells already exists at all
20030729 aux.wrap{src,bin}.sh: exit immediately if uudecode cannot be found
20030729 rc: fixed processing of $openpkg_rc_def (requires pre-inclusion of rc.conf)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.187 -r1.188 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 30 Jul 2003 18:54:41 -0000 1.187
+++ openpkg-src/openpkg/openpkg.spec 5 Aug 2003 06:52:30 -0000 1.188
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20030730
+%define V_openpkg 20030805
# the used software versions
%define V_rpm 4.0.2
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rc
============================================================================
$ cvs diff -u -r1.45 -r1.46 rc
--- openpkg-src/openpkg/rc 29 Jul 2003 09:10:47 -0000 1.45
+++ openpkg-src/openpkg/rc 5 Aug 2003 06:52:31 -0000 1.46
@@ -577,7 +577,7 @@
echo "exec 1<&3-" >>$tmpfile
echo "unset PWD SHLVL" >>$tmpfile
echo "env |\\" >>$tmpfile
- echo "egrep '^[A-Z]*=.' |\\" >>$tmpfile
+ echo "egrep '^[A-Z_][A-Z0-9_]*=.' |\\" >>$tmpfile
echo "sed -e 's/\\\\/\\\\\\\\/g' -e 's/\"/\\\\\"/g' \\" >>$tmpfile
case $SHELL in
csh|*/csh|tcsh|*/tcsh )
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6028 -r1.6029 news.txt
--- openpkg-web/news.txt 4 Aug 2003 16:21:12 -0000 1.6028
+++ openpkg-web/news.txt 5 Aug 2003 06:52:29 -0000 1.6029
@@ -1,3 +1,4 @@
+05-Aug-2003: Upgraded package: P<openpkg-20030805-20030805>
04-Aug-2003: Upgraded package: P<ez-ipupdate-3.0.10-20030804>
04-Aug-2003: New package: P<ez-ipupdate-3.0.10-20030804>
04-Aug-2003: Upgraded package: P<gv-3.5.8-20030804>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]