[arch-commits] Commit in clamav/repos (22 files)

Dave Reisner dreisner at archlinux.org
Sat Jun 16 17:13:04 UTC 2012


    Date: Saturday, June 16, 2012 @ 13:13:04
  Author: dreisner
Revision: 161925

db-move: moved clamav from [staging] to [testing] ( i686,  x86_64)

Added:
  clamav/repos/testing-i686/
  clamav/repos/testing-i686/PKGBUILD
    (from rev 161923, clamav/repos/staging-i686/PKGBUILD)
  clamav/repos/testing-i686/conf.d
    (from rev 161923, clamav/repos/staging-i686/conf.d)
  clamav/repos/testing-i686/config.patch
    (from rev 161923, clamav/repos/staging-i686/config.patch)
  clamav/repos/testing-i686/install
    (from rev 161923, clamav/repos/staging-i686/install)
  clamav/repos/testing-i686/logrotate
    (from rev 161923, clamav/repos/staging-i686/logrotate)
  clamav/repos/testing-i686/rc.d
    (from rev 161923, clamav/repos/staging-i686/rc.d)
  clamav/repos/testing-i686/service
    (from rev 161923, clamav/repos/staging-i686/service)
  clamav/repos/testing-i686/service.fresh
    (from rev 161923, clamav/repos/staging-i686/service.fresh)
  clamav/repos/testing-i686/tmpfiles.d
    (from rev 161923, clamav/repos/staging-i686/tmpfiles.d)
  clamav/repos/testing-x86_64/
  clamav/repos/testing-x86_64/PKGBUILD
    (from rev 161923, clamav/repos/staging-x86_64/PKGBUILD)
  clamav/repos/testing-x86_64/conf.d
    (from rev 161923, clamav/repos/staging-x86_64/conf.d)
  clamav/repos/testing-x86_64/config.patch
    (from rev 161923, clamav/repos/staging-x86_64/config.patch)
  clamav/repos/testing-x86_64/install
    (from rev 161923, clamav/repos/staging-x86_64/install)
  clamav/repos/testing-x86_64/logrotate
    (from rev 161923, clamav/repos/staging-x86_64/logrotate)
  clamav/repos/testing-x86_64/rc.d
    (from rev 161923, clamav/repos/staging-x86_64/rc.d)
  clamav/repos/testing-x86_64/service
    (from rev 161923, clamav/repos/staging-x86_64/service)
  clamav/repos/testing-x86_64/service.fresh
    (from rev 161923, clamav/repos/staging-x86_64/service.fresh)
  clamav/repos/testing-x86_64/tmpfiles.d
    (from rev 161923, clamav/repos/staging-x86_64/tmpfiles.d)
Deleted:
  clamav/repos/staging-i686/
  clamav/repos/staging-x86_64/

------------------------------+
 testing-i686/PKGBUILD        |   64 +++++++++++++++++++++++++++++++++++++++
 testing-i686/conf.d          |    8 ++++
 testing-i686/config.patch    |   30 ++++++++++++++++++
 testing-i686/install         |   14 ++++++++
 testing-i686/logrotate       |    8 ++++
 testing-i686/rc.d            |   66 +++++++++++++++++++++++++++++++++++++++++
 testing-i686/service         |   10 ++++++
 testing-i686/service.fresh   |   10 ++++++
 testing-i686/tmpfiles.d      |    1 
 testing-x86_64/PKGBUILD      |   64 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/conf.d        |    8 ++++
 testing-x86_64/config.patch  |   30 ++++++++++++++++++
 testing-x86_64/install       |   14 ++++++++
 testing-x86_64/logrotate     |    8 ++++
 testing-x86_64/rc.d          |   66 +++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/service       |   10 ++++++
 testing-x86_64/service.fresh |   10 ++++++
 testing-x86_64/tmpfiles.d    |    1 
 18 files changed, 422 insertions(+)

Copied: clamav/repos/testing-i686/PKGBUILD (from rev 161923, clamav/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=clamav
+pkgver=0.97.5
+pkgrel=1
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('bzip2' 'libltdl')
+backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 'etc/conf.d/clamav')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        'rc.d'
+        'conf.d'
+        'service'
+        'service.fresh'
+        'logrotate'
+        'tmpfiles.d'
+        'config.patch')
+sha1sums=('1bb317ead4a1a677a9a11a063fc35a63f22309e9'
+          'c9d508c1e5972f0f849d8694c1872455fa9e74de'
+          'cb116cdab49a810381a515cbcfb6a6c148547f07'
+          'df522b0488f3901e491f148c9300f6bae348c605'
+          'cda9a087e5593992150cb456e34c5f6f589aca82'
+          '7cace58743a36dae3e63e5e0c6cc73ea5ef9a6ee'
+          'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+          '1c8ef193919b041135115170acd6313f008de808')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	patch -p1 -i ../config.patch
+
+	./configure \
+		--prefix=/usr \
+		--sysconfdir=/etc/clamav \
+		--with-dbdir=/var/lib/clamav \
+		--disable-clamav \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+
+	# Make sure conf files get installed, because make install
+	# doesn't do that if clamav is already installed upon building.
+	install -Dm644 etc/clamd.conf "${pkgdir}"/etc/clamav/clamd.conf
+	install -Dm644 etc/freshclam.conf "${pkgdir}"/etc/clamav/freshclam.conf
+
+	install -Dm644 ../service.fresh "${pkgdir}"/usr/lib/systemd/system/freshclamd.service
+	install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/clamd.service
+	install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
+	install -Dm644 ../logrotate "${pkgdir}"/etc/logrotate.d/clamav
+	install -Dm644 ../conf.d "${pkgdir}"/etc/conf.d/clamav
+	install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/clamav
+}

Copied: clamav/repos/testing-i686/conf.d (from rev 161923, clamav/repos/staging-i686/conf.d)
===================================================================
--- testing-i686/conf.d	                        (rev 0)
+++ testing-i686/conf.d	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,8 @@
+# clamav startup script config options
+
+# change these to "yes" to start 
+START_FRESHCLAM="no"
+START_CLAMD="no"
+
+# Options to pass to freshclam (man freshclam for more info).
+FRESHCLAM_OPTS="-c 12"

Copied: clamav/repos/testing-i686/config.patch (from rev 161923, clamav/repos/staging-i686/config.patch)
===================================================================
--- testing-i686/config.patch	                        (rev 0)
+++ testing-i686/config.patch	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,30 @@
+diff -arU 0 old/etc/clamd.conf new/etc/clamd.conf
+--- old/etc/clamd.conf	2010-12-02 19:31:21.773357389 +0100
++++ new/etc/clamd.conf	2010-12-02 19:31:45.873357389 +0100
+@@ -14 +14 @@
+-#LogFile /tmp/clamd.log
++LogFile /var/log/clamav/clamd.log
+@@ -34 +34 @@
+-#LogTime yes
++LogTime yes
+@@ -61 +61 @@
+-#PidFile /var/run/clamd.pid
++PidFile /run/clamav/clamd.pid
+@@ -65 +65 @@
+-#TemporaryDirectory /var/tmp
++TemporaryDirectory /tmp
+@@ -80 +80 @@
+-#LocalSocket /tmp/clamd.socket
++LocalSocket /var/lib/clamav/clamd.sock
+@@ -190 +190 @@
+-#User clamav
++User clamav
+diff -arU 0 old/etc/freshclam.conf new/etc/freshclam.conf
+--- old/etc/freshclam.conf	2010-12-02 19:31:21.773357389 +0100
++++ new/etc/freshclam.conf	2010-12-02 19:31:51.190024057 +0100
+@@ -17 +17 @@
+-#UpdateLogFile /var/log/freshclam.log
++UpdateLogFile /var/log/clamav/freshclam.log
+@@ -121 +121 @@
+-#NotifyClamd /path/to/clamd.conf
++NotifyClamd /etc/clamav/clamd.conf

Copied: clamav/repos/testing-i686/install (from rev 161923, clamav/repos/staging-i686/install)
===================================================================
--- testing-i686/install	                        (rev 0)
+++ testing-i686/install	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,14 @@
+post_install() {
+	getent group clamav &>/dev/null || groupadd -r -g 64 clamav >/dev/null
+	getent passwd clamav &>/dev/null || useradd -r -u 64 -g clamav -d /dev/null -s /bin/false -c "Clam AntiVirus" clamav >/dev/null
+
+	chown -R clamav:clamav /var/lib/clamav
+	install -o clamav -g clamav -d /run/clamav
+	install -o clamav -g clamav -d /var/log/clamav
+}
+
+post_remove() {
+	getent passwd clamav &>/dev/null && userdel clamav >/dev/null
+	getent group clamav &>/dev/null && groupdel clamav >/dev/null
+	return 0
+}

Copied: clamav/repos/testing-i686/logrotate (from rev 161923, clamav/repos/staging-i686/logrotate)
===================================================================
--- testing-i686/logrotate	                        (rev 0)
+++ testing-i686/logrotate	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,8 @@
+/var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
+    create 644 clamav clamav
+    sharedscripts
+    postrotate
+            /bin/kill -HUP `cat /run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
+            /bin/kill -HUP `cat /run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
+    endscript
+}

Copied: clamav/repos/testing-i686/rc.d (from rev 161923, clamav/repos/staging-i686/rc.d)
===================================================================
--- testing-i686/rc.d	                        (rev 0)
+++ testing-i686/rc.d	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,66 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+[[ -f /etc/conf.d/clamav ]] && source /etc/conf.d/clamav
+
+PID_FC=$(pidof -o %PPID /usr/bin/freshclam)
+PID_CD=$(pidof -o %PPID /usr/sbin/clamd)
+
+case "$1" in
+	start)
+		if [[ $START_CLAMD = yes ]]; then
+			stat_busy "Starting ClamD"
+			[[ -z $PID_CD ]] && /usr/sbin/clamd
+			if [[ $? -gt 0 ]]; then
+					stat_fail
+			else
+					add_daemon clamav
+					stat_done
+			fi
+		fi
+		sleep 1
+		if [[ $START_FRESHCLAM = yes ]]; then
+			stat_busy "Starting FreshClam"
+			[[ -z $PID_FC ]] && /usr/bin/freshclam -p /run/clamav/freshclam.pid -d $FRESHCLAM_OPTS
+			if [[ $? -gt 0 ]]; then
+					stat_fail
+			else
+					add_daemon clamav
+					stat_done
+			fi
+		fi
+	;;
+	stop)
+		if [[ $START_CLAMD = yes ]]; then
+			stat_busy "Stopping ClamD"
+			[[ -n $PID_CD ]] && kill $PID_CD &> /dev/null
+				if [[ $? -gt 0 ]]; then
+					stat_fail
+				else
+					rm_daemon clamav
+					stat_done
+				fi
+		fi
+
+		if [[ $START_FRESHCLAM = yes ]]; then
+			stat_busy "Stopping FreshClam"
+			[[ -n $PID_FC ]] && kill $PID_FC &> /dev/null
+			if [[ $? -gt 0 ]]; then
+					stat_fail
+			else
+					rm_daemon clamav
+					stat_done
+			fi
+		fi
+	;;
+	restart)
+		$0 stop
+		sleep 2
+		$0 start
+		;;
+	*)
+		echo "usage: $0 {start|stop|restart}"	
+esac
+exit 0

Copied: clamav/repos/testing-i686/service (from rev 161923, clamav/repos/staging-i686/service)
===================================================================
--- testing-i686/service	                        (rev 0)
+++ testing-i686/service	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,10 @@
+[Unit]
+Description=clamav daemon
+
+[Service]
+Type=forking
+PIDFile=/run/clamav/clamd.pid
+ExecStart=/usr/sbin/clamd
+
+[Install]
+WantedBy=multi-user.target

Copied: clamav/repos/testing-i686/service.fresh (from rev 161923, clamav/repos/staging-i686/service.fresh)
===================================================================
--- testing-i686/service.fresh	                        (rev 0)
+++ testing-i686/service.fresh	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,10 @@
+[Unit]
+Description=clamav updater
+
+[Service]
+Type=forking
+PIDFile=/run/clamav/freshclam.pid
+ExecStart=/usr/bin/freshclam -d -p /run/clamav/freshclam.pid
+
+[Install]
+WantedBy=multi-user.target

Copied: clamav/repos/testing-i686/tmpfiles.d (from rev 161923, clamav/repos/staging-i686/tmpfiles.d)
===================================================================
--- testing-i686/tmpfiles.d	                        (rev 0)
+++ testing-i686/tmpfiles.d	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1 @@
+d /run/clamav 0755 clamav clamav

Copied: clamav/repos/testing-x86_64/PKGBUILD (from rev 161923, clamav/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=clamav
+pkgver=0.97.5
+pkgrel=1
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('bzip2' 'libltdl')
+backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 'etc/conf.d/clamav')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        'rc.d'
+        'conf.d'
+        'service'
+        'service.fresh'
+        'logrotate'
+        'tmpfiles.d'
+        'config.patch')
+sha1sums=('1bb317ead4a1a677a9a11a063fc35a63f22309e9'
+          'c9d508c1e5972f0f849d8694c1872455fa9e74de'
+          'cb116cdab49a810381a515cbcfb6a6c148547f07'
+          'df522b0488f3901e491f148c9300f6bae348c605'
+          'cda9a087e5593992150cb456e34c5f6f589aca82'
+          '7cace58743a36dae3e63e5e0c6cc73ea5ef9a6ee'
+          'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+          '1c8ef193919b041135115170acd6313f008de808')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	patch -p1 -i ../config.patch
+
+	./configure \
+		--prefix=/usr \
+		--sysconfdir=/etc/clamav \
+		--with-dbdir=/var/lib/clamav \
+		--disable-clamav \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+
+	# Make sure conf files get installed, because make install
+	# doesn't do that if clamav is already installed upon building.
+	install -Dm644 etc/clamd.conf "${pkgdir}"/etc/clamav/clamd.conf
+	install -Dm644 etc/freshclam.conf "${pkgdir}"/etc/clamav/freshclam.conf
+
+	install -Dm644 ../service.fresh "${pkgdir}"/usr/lib/systemd/system/freshclamd.service
+	install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/clamd.service
+	install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
+	install -Dm644 ../logrotate "${pkgdir}"/etc/logrotate.d/clamav
+	install -Dm644 ../conf.d "${pkgdir}"/etc/conf.d/clamav
+	install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/clamav
+}

Copied: clamav/repos/testing-x86_64/conf.d (from rev 161923, clamav/repos/staging-x86_64/conf.d)
===================================================================
--- testing-x86_64/conf.d	                        (rev 0)
+++ testing-x86_64/conf.d	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,8 @@
+# clamav startup script config options
+
+# change these to "yes" to start 
+START_FRESHCLAM="no"
+START_CLAMD="no"
+
+# Options to pass to freshclam (man freshclam for more info).
+FRESHCLAM_OPTS="-c 12"

Copied: clamav/repos/testing-x86_64/config.patch (from rev 161923, clamav/repos/staging-x86_64/config.patch)
===================================================================
--- testing-x86_64/config.patch	                        (rev 0)
+++ testing-x86_64/config.patch	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,30 @@
+diff -arU 0 old/etc/clamd.conf new/etc/clamd.conf
+--- old/etc/clamd.conf	2010-12-02 19:31:21.773357389 +0100
++++ new/etc/clamd.conf	2010-12-02 19:31:45.873357389 +0100
+@@ -14 +14 @@
+-#LogFile /tmp/clamd.log
++LogFile /var/log/clamav/clamd.log
+@@ -34 +34 @@
+-#LogTime yes
++LogTime yes
+@@ -61 +61 @@
+-#PidFile /var/run/clamd.pid
++PidFile /run/clamav/clamd.pid
+@@ -65 +65 @@
+-#TemporaryDirectory /var/tmp
++TemporaryDirectory /tmp
+@@ -80 +80 @@
+-#LocalSocket /tmp/clamd.socket
++LocalSocket /var/lib/clamav/clamd.sock
+@@ -190 +190 @@
+-#User clamav
++User clamav
+diff -arU 0 old/etc/freshclam.conf new/etc/freshclam.conf
+--- old/etc/freshclam.conf	2010-12-02 19:31:21.773357389 +0100
++++ new/etc/freshclam.conf	2010-12-02 19:31:51.190024057 +0100
+@@ -17 +17 @@
+-#UpdateLogFile /var/log/freshclam.log
++UpdateLogFile /var/log/clamav/freshclam.log
+@@ -121 +121 @@
+-#NotifyClamd /path/to/clamd.conf
++NotifyClamd /etc/clamav/clamd.conf

Copied: clamav/repos/testing-x86_64/install (from rev 161923, clamav/repos/staging-x86_64/install)
===================================================================
--- testing-x86_64/install	                        (rev 0)
+++ testing-x86_64/install	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,14 @@
+post_install() {
+	getent group clamav &>/dev/null || groupadd -r -g 64 clamav >/dev/null
+	getent passwd clamav &>/dev/null || useradd -r -u 64 -g clamav -d /dev/null -s /bin/false -c "Clam AntiVirus" clamav >/dev/null
+
+	chown -R clamav:clamav /var/lib/clamav
+	install -o clamav -g clamav -d /run/clamav
+	install -o clamav -g clamav -d /var/log/clamav
+}
+
+post_remove() {
+	getent passwd clamav &>/dev/null && userdel clamav >/dev/null
+	getent group clamav &>/dev/null && groupdel clamav >/dev/null
+	return 0
+}

Copied: clamav/repos/testing-x86_64/logrotate (from rev 161923, clamav/repos/staging-x86_64/logrotate)
===================================================================
--- testing-x86_64/logrotate	                        (rev 0)
+++ testing-x86_64/logrotate	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,8 @@
+/var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
+    create 644 clamav clamav
+    sharedscripts
+    postrotate
+            /bin/kill -HUP `cat /run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
+            /bin/kill -HUP `cat /run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
+    endscript
+}

Copied: clamav/repos/testing-x86_64/rc.d (from rev 161923, clamav/repos/staging-x86_64/rc.d)
===================================================================
--- testing-x86_64/rc.d	                        (rev 0)
+++ testing-x86_64/rc.d	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,66 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+[[ -f /etc/conf.d/clamav ]] && source /etc/conf.d/clamav
+
+PID_FC=$(pidof -o %PPID /usr/bin/freshclam)
+PID_CD=$(pidof -o %PPID /usr/sbin/clamd)
+
+case "$1" in
+	start)
+		if [[ $START_CLAMD = yes ]]; then
+			stat_busy "Starting ClamD"
+			[[ -z $PID_CD ]] && /usr/sbin/clamd
+			if [[ $? -gt 0 ]]; then
+					stat_fail
+			else
+					add_daemon clamav
+					stat_done
+			fi
+		fi
+		sleep 1
+		if [[ $START_FRESHCLAM = yes ]]; then
+			stat_busy "Starting FreshClam"
+			[[ -z $PID_FC ]] && /usr/bin/freshclam -p /run/clamav/freshclam.pid -d $FRESHCLAM_OPTS
+			if [[ $? -gt 0 ]]; then
+					stat_fail
+			else
+					add_daemon clamav
+					stat_done
+			fi
+		fi
+	;;
+	stop)
+		if [[ $START_CLAMD = yes ]]; then
+			stat_busy "Stopping ClamD"
+			[[ -n $PID_CD ]] && kill $PID_CD &> /dev/null
+				if [[ $? -gt 0 ]]; then
+					stat_fail
+				else
+					rm_daemon clamav
+					stat_done
+				fi
+		fi
+
+		if [[ $START_FRESHCLAM = yes ]]; then
+			stat_busy "Stopping FreshClam"
+			[[ -n $PID_FC ]] && kill $PID_FC &> /dev/null
+			if [[ $? -gt 0 ]]; then
+					stat_fail
+			else
+					rm_daemon clamav
+					stat_done
+			fi
+		fi
+	;;
+	restart)
+		$0 stop
+		sleep 2
+		$0 start
+		;;
+	*)
+		echo "usage: $0 {start|stop|restart}"	
+esac
+exit 0

Copied: clamav/repos/testing-x86_64/service (from rev 161923, clamav/repos/staging-x86_64/service)
===================================================================
--- testing-x86_64/service	                        (rev 0)
+++ testing-x86_64/service	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,10 @@
+[Unit]
+Description=clamav daemon
+
+[Service]
+Type=forking
+PIDFile=/run/clamav/clamd.pid
+ExecStart=/usr/sbin/clamd
+
+[Install]
+WantedBy=multi-user.target

Copied: clamav/repos/testing-x86_64/service.fresh (from rev 161923, clamav/repos/staging-x86_64/service.fresh)
===================================================================
--- testing-x86_64/service.fresh	                        (rev 0)
+++ testing-x86_64/service.fresh	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1,10 @@
+[Unit]
+Description=clamav updater
+
+[Service]
+Type=forking
+PIDFile=/run/clamav/freshclam.pid
+ExecStart=/usr/bin/freshclam -d -p /run/clamav/freshclam.pid
+
+[Install]
+WantedBy=multi-user.target

Copied: clamav/repos/testing-x86_64/tmpfiles.d (from rev 161923, clamav/repos/staging-x86_64/tmpfiles.d)
===================================================================
--- testing-x86_64/tmpfiles.d	                        (rev 0)
+++ testing-x86_64/tmpfiles.d	2012-06-16 17:13:04 UTC (rev 161925)
@@ -0,0 +1 @@
+d /run/clamav 0755 clamav clamav




More information about the arch-commits mailing list