OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 29-Aug-2002 13:46:59
Branch: HEAD Handle: 2002082912465801
Modified files:
openpkg-src/openpkg openpkg.spec
openpkg-web news.txt
Log:
fix for more modern SuSE
Summary:
Revision Changes Path
1.94 +6 -12 openpkg-src/openpkg/openpkg.spec
1.1432 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/openpkg/openpkg.spec
============================================================
$ cvs diff -u -r1.93 -r1.94 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 26 Aug 2002 09:20:36 -0000 1.93
+++ openpkg-src/openpkg/openpkg.spec 29 Aug 2002 11:46:59 -0000 1.94
@@ -39,8 +39,8 @@
# o any cc(1)
# the package version and release
-%define V_openpkg 20020826
-%define R_openpkg 20020826
+%define V_openpkg 20020829
+%define R_openpkg 20020829
# the used software versions
%define V_rpm 4.0.2
@@ -1053,16 +1053,13 @@
if [ -f /etc/debian_version ]; then
sroot=/etc/init.d
lroot=/etc/rc%d.d
- elif [ -f /etc/SuSE-release ]; then
- sroot=/sbin/init.d
- lroot=/sbin/init.d/rc%d.d
elif [ -f /etc/redhat-release -o -f /etc/mandrake-release ]; then
sroot=/etc/rc.d/init.d
lroot=/etc/rc.d/rc%d.d
else
echo "WARNING: you are not running one of the supported
standard" 1>&2
- echo "WARNING: Linux platforms (Debian, SuSE, RedHat). We are"
1>&2
- echo "WARNING: trying to guess the location of the system init
scripts!" 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
sroot=""
lroot=""
for sr in /etc/rc.d/init.d /etc/init.d /sbin/init.d; do
@@ -1361,16 +1358,13 @@
if [ -f /etc/debian_version ]; then
sroot=/etc/init.d
lroot=/etc/rc%d.d
- elif [ -f /etc/SuSE-release ]; then
- sroot=/sbin/init.d
- lroot=/sbin/init.d/rc%d.d
elif [ -f /etc/redhat-release -o -f /etc/mandrake-release ]; then
sroot=/etc/rc.d/init.d
lroot=/etc/rc.d/rc%d.d
else
echo "WARNING: you are not running one of the supported
standard" 1>&2
- echo "WARNING: Linux platforms (Debian, SuSE, RedHat). We are"
1>&2
- echo "WARNING: trying to guess the location of the system init
scripts!" 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
sroot=""
lroot=""
for sr in /etc/rc.d/init.d /etc/init.d /sbin/init.d; do
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1431 -r1.1432 news.txt
--- openpkg-web/news.txt 29 Aug 2002 10:09:36 -0000 1.1431
+++ openpkg-web/news.txt 29 Aug 2002 11:46:58 -0000 1.1432
@@ -1,3 +1,4 @@
+29-Aug-2002: Upgraded package: P<openpkg-20020829-20020829>
29-Aug-2002: Upgraded package: P<sendmail-8.12.6-20020829>
29-Aug-2002: Upgraded package: P<pgp2-2.6.3i-20020629>
28-Aug-2002: Upgraded package: P<guile-1.4.1-20020828>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]