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 Date: 26-Sep-2004 14:48:32
Branch: HEAD Handle: 2004092613483100
Modified files:
openpkg-src/clamav clamav.spec rc.clamav
Log:
fix packaging after recent clamav.conf -> clamd.conf renamings
Summary:
Revision Changes Path
1.36 +2 -2 openpkg-src/clamav/clamav.spec
1.14 +1 -1 openpkg-src/clamav/rc.clamav
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/clamav.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 clamav.spec
--- openpkg-src/clamav/clamav.spec 22 Sep 2004 07:18:16 -0000 1.35
+++ openpkg-src/clamav/clamav.spec 26 Sep 2004 12:48:31 -0000 1.36
@@ -34,7 +34,7 @@
Group: Filesystem
License: GPL
Version: 0.80rc2
-Release: 20040922
+Release: 20040926
# list of sources
Source0: http://osdn.dl.sourceforge.net/clamav/clamav-%{version}.tar.gz
@@ -115,7 +115,7 @@
%{l_shtool} install -c -m 644 \
-e 's;^#\(DatabaseDirectory\).*;\1 %{l_prefix}/share/clamav;' \
-e 's;^#\(UpdateLogFile\).*;\1 %{l_prefix}/var/clamav/freshclam.log;' \
- -e 's;^#\(NotifyClamd\).*;\1 %{l_prefix}/etc/clamav/clamav.conf;' \
+ -e 's;^#\(NotifyClamd\).*;\1 %{l_prefix}/etc/clamav/clamd.conf;' \
etc/freshclam.conf \
$RPM_BUILD_ROOT%{l_prefix}/etc/clamav/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/rc.clamav
============================================================================
$ cvs diff -u -r1.13 -r1.14 rc.clamav
--- openpkg-src/clamav/rc.clamav 2 Aug 2004 18:14:03 -0000 1.13
+++ openpkg-src/clamav/rc.clamav 26 Sep 2004 12:48:31 -0000 1.14
@@ -13,7 +13,7 @@
clamav_log_complevel="9"
%common
- clamav_cfgfile="@l_prefix@/etc/clamav/clamav.conf"
+ clamav_cfgfile="@l_prefix@/etc/clamav/clamd.conf"
clamav_pidfile="@l_prefix@/var/clamav/clamd.pid"
clamav_signal () {
[ -f $clamav_pidfile ] && kill -$1 `cat $clamav_pidfile`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]