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: 04-Jun-2003 11:30:28
Branch: HEAD Handle: 2003060410302602
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
openpkg-web news.txt
Log:
better support SuSE
Summary:
Revision Changes Path
1.3 +1 -0 openpkg-src/openpkg/HISTORY
1.164 +11 -5 openpkg-src/openpkg/openpkg.spec
1.4720 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.2 -r1.3 HISTORY
--- openpkg-src/openpkg/HISTORY 3 Jun 2003 08:31:11 -0000 1.2
+++ openpkg-src/openpkg/HISTORY 4 Jun 2003 09:30:28 -0000 1.3
@@ -2,6 +2,7 @@
2003
====
+20030604 better support SuSE
20030603 make sure 'shtool install -e ...' does not fail if file is not writeable
due to permissions
20030530 add HISTORY file to package
20030519 upgrade to cURL 7.10.5
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.163 -r1.164 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 3 Jun 2003 08:31:11 -0000 1.163
+++ openpkg-src/openpkg/openpkg.spec 4 Jun 2003 09:30:28 -0000 1.164
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20030603
+%define V_openpkg 20030604
# the used software versions
%define V_rpm 4.0.2
@@ -1192,10 +1192,13 @@
elif [ -f /etc/redhat-release -o -f /etc/mandrake-release ];
then
sroot=/etc/rc.d/init.d
lroot=/etc/rc.d/rc%d.d
+ elif [ -f /etc/SuSE-release ]; then
+ sroot=/etc/init.d
+ lroot=/etc/init.d/rc%d.d
else
echo "WARNING: you are not running one of the supported
standard" 1>&2
- echo "WARNING: Linux platforms (Debian, RedHat). We are
trying" 1>&2
- echo "WARNING: to guess the location of the system init
scripts!" 1>&2
+ echo "WARNING: Linux platforms (Debian, RedHat, Mandrake,
SuSE, Gentoo)." 1>&2
+ echo "WARNING: Guessing the location of the system init
scripts!" 1>&2
sroot=""
lroot=""
for sr in /etc/rc.d/init.d /etc/init.d /sbin/init.d; do
@@ -1562,10 +1565,13 @@
elif [ -f /etc/redhat-release -o -f /etc/mandrake-release ];
then
sroot=/etc/rc.d/init.d
lroot=/etc/rc.d/rc%d.d
+ elif [ -f /etc/SuSE-release ]; then
+ sroot=/etc/init.d
+ lroot=/etc/init.d/rc%d.d
else
echo "WARNING: you are not running one of the supported
standard" 1>&2
- echo "WARNING: Linux platforms (Debian, RedHat). We are
trying" 1>&2
- echo "WARNING: to guess the location of the system init
scripts!" 1>&2
+ echo "WARNING: Linux platforms (Debian, RedHat, Mandrake,
SuSE, Gentoo)." 1>&2
+ echo "WARNING: Guessing the location of the system init
scripts!" 1>&2
sroot=""
lroot=""
for sr in /etc/rc.d/init.d /etc/init.d /sbin/init.d; do
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4719 -r1.4720 news.txt
--- openpkg-web/news.txt 4 Jun 2003 09:16:33 -0000 1.4719
+++ openpkg-web/news.txt 4 Jun 2003 09:30:26 -0000 1.4720
@@ -1,3 +1,4 @@
+04-Jun-2003: Upgraded package: P<openpkg-20030604-20030604>
04-Jun-2003: Upgraded package: P<xine-ui-0.9.21-20030604>
04-Jun-2003: Upgraded package: P<gd-2.0.15-20030604>
04-Jun-2003: Upgraded package: P<xine-lib-1.0b12-20030604>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]