diff options
author | Sven Wegener <swegener@gentoo.org> | 2011-12-04 11:51:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2011-12-04 11:51:46 +0000 |
commit | cab2381e0b402d6aadd2a618914eccc1306fe78f (patch) | |
tree | 5366c3b17f4062ed505a1f9a83d00811e8ceb22b /app-antivirus | |
parent | Add missing die statements. stable on amd64. bug #391511 (diff) | |
download | gentoo-2-cab2381e0b402d6aadd2a618914eccc1306fe78f.tar.gz gentoo-2-cab2381e0b402d6aadd2a618914eccc1306fe78f.tar.bz2 gentoo-2-cab2381e0b402d6aadd2a618914eccc1306fe78f.zip |
Replace opts with extra_commands
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/files/clamd.rc | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 3335cf4d3d55..e9ca46113ef9 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.410 2011/11/28 05:26:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.411 2011/12/04 11:51:46 swegener Exp $ + + 04 Dec 2011; Sven Wegener <swegener@gentoo.org> files/clamd.rc: + Replace opts with extra_commands 28 Nov 2011; Tim Harder <radhermit@gentoo.org> clamav-0.97.3.ebuild: Fix autotools-utils usage (bug #392135). diff --git a/app-antivirus/clamav/files/clamd.rc b/app-antivirus/clamav/files/clamd.rc index 62fd0539a154..a1a55c243ad5 100644 --- a/app-antivirus/clamav/files/clamd.rc +++ b/app-antivirus/clamav/files/clamd.rc @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.rc,v 1.17 2009/06/21 09:46:12 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.rc,v 1.18 2011/12/04 11:51:46 swegener Exp $ -opts="logfix" +extra_commands="logfix" depend() { use net |