OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 09-Jul-2003 16:14:30
Branch: HEAD Handle: 2003070915142901
Modified files:
openpkg-src/openpkg-rc openpkg-rc.spec
openpkg-web news.txt
Log:
Minor manpage and configuration file name and location replacements
Summary:
Revision Changes Path
1.2 +7 -5 openpkg-src/openpkg-rc/openpkg-rc.spec
1.5472 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-rc/openpkg-rc.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 openpkg-rc.spec
--- openpkg-src/openpkg-rc/openpkg-rc.spec 9 Jul 2003 12:49:55 -0000 1.1
+++ openpkg-src/openpkg-rc/openpkg-rc.spec 9 Jul 2003 14:14:30 -0000 1.2
@@ -1,8 +1,8 @@
##
## openpkg-rc.spec -- OpenPKG RPM Specification
-## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -67,14 +67,16 @@
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/lib/openpkg \
$RPM_BUILD_ROOT%{l_prefix}/etc/openpkg-rc \
- $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
- $RPM_BUILD_ROOT%{l_prefix}/man/man5
+ $RPM_BUILD_ROOT%{l_prefix}/man/man5 \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man8
%{l_shtool} install -s -c -m 755 \
rc $RPM_BUILD_ROOT%{l_prefix}/lib/openpkg/openpkg-rc
%{l_shtool} install -c -m 644 \
- %{SOURCE rc.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg-rc/
+ %{SOURCE rc.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/openpkg-rc/rc.fixme
%{l_shtool} install -c -m 644 \
- rc.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/openpkg-rc.1
+ -e 's;RC 1;RC 8;g' \
+ -e 's;rc\(.*\)(1);rc\1(8);g' \
+ rc.1 $RPM_BUILD_ROOT%{l_prefix}/man/man8/rc.8
%{l_shtool} install -c -m 644 \
rc-sample.5 $RPM_BUILD_ROOT%{l_prefix}/man/man5/
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5471 -r1.5472 news.txt
--- openpkg-web/news.txt 9 Jul 2003 14:08:27 -0000 1.5471
+++ openpkg-web/news.txt 9 Jul 2003 14:14:29 -0000 1.5472
@@ -1,3 +1,4 @@
+09-Jul-2003: Upgraded package: P<openpkg-rc-0.7.1-20030709>
09-Jul-2003: Upgraded package: P<mysqlcc-0.9.2-20030709>
09-Jul-2003: Upgraded package: P<ghostscript-esp-7.05.6-20030709>
09-Jul-2003: Upgraded package: P<vim-6.2.21-20030709>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]