OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 11-Jun-2003 23:40:28
Branch: HEAD Handle: 2003061122402601
Modified files:
openpkg-src/apg apg.spec
openpkg-web news.txt
Log:
remove syslog(3) usage
Summary:
Revision Changes Path
1.28 +5 -1 openpkg-src/apg/apg.spec
1.4829 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apg/apg.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 apg.spec
--- openpkg-src/apg/apg.spec 23 Apr 2003 08:20:28 -0000 1.27
+++ openpkg-src/apg/apg.spec 11 Jun 2003 21:40:27 -0000 1.28
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 2.1.0
-Release: 20030423
+Release: 20030611
# list of sources
Source0: http://www.adel.nursat.kz/apg/download/apg-%{version}.tar.gz
@@ -58,6 +58,10 @@
%prep
%setup -q
%patch -p0
+ %{l_shtool} subst -s -e 's/^#.*include.*syslog\.h.*$//' apg.c
+ %{l_shtool} subst -s -e 's/syslog.*LOG_.*;\(.*\)$/;\1/' apg.c errors.c
+ %{l_shtool} subst -s -e 's/openlog.*;\(.*\)$/;\1/' apg.c
+ %{l_shtool} subst -s -e 's/closelog.*;\(.*\)$/;\1/' apg.c
%build
libs=""
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4828 -r1.4829 news.txt
--- openpkg-web/news.txt 11 Jun 2003 18:31:34 -0000 1.4828
+++ openpkg-web/news.txt 11 Jun 2003 21:40:26 -0000 1.4829
@@ -1,3 +1,4 @@
+11-Jun-2003: Upgraded package: P<apg-2.1.0-20030611>
11-Jun-2003: Upgraded package: P<postfix-2.0.12-20030611>
11-Jun-2003: Upgraded package: P<dmalloc-5.2.0-20030611>
11-Jun-2003: Upgraded package: P<strace-4.4.98-20030611>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]