OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Jan-2004 11:19:29
Branch: HEAD Handle: 2004011310192800
Modified files:
openpkg-src/openpkg HISTORY rc.openpkg
Log:
add %status to rc.openpkg
Summary:
Revision Changes Path
1.106 +1 -0 openpkg-src/openpkg/HISTORY
1.15 +7 -0 openpkg-src/openpkg/rc.openpkg
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.105 -r1.106 HISTORY
--- openpkg-src/openpkg/HISTORY 12 Jan 2004 22:11:54 -0000 1.105
+++ openpkg-src/openpkg/HISTORY 13 Jan 2004 10:19:28 -0000 1.106
@@ -2,6 +2,7 @@
2004
====
+20040113 add %status to rc.openpkg; this prevents warnings when no package provides
a status
20040112 settings from [smrn]gid options get lost; fix by introducing a temporary
variable
20040112 fix RPM internal handling of %_excludedocs macro
20040107 fix config.cache file handling in building of GNU tar and GNU patch
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rc.openpkg
============================================================================
$ cvs diff -u -r1.14 -r1.15 rc.openpkg
--- openpkg-src/openpkg/rc.openpkg 22 Jul 2003 17:14:48 -0000 1.14
+++ openpkg-src/openpkg/rc.openpkg 13 Jan 2004 10:19:28 -0000 1.15
@@ -50,3 +50,10 @@
# cleanup
unset opt_prepend
+%status -u @l_susr@ -o
+ openpkg_usable="unknown"
+ openpkg_active="unknown"
+ echo "openpkg_enable=\"$openpkg_enable\""
+ echo "openpkg_usable=\"$openpkg_usable\""
+ echo "openpkg_active=\"$openpkg_active\""
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]