diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 18:06:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 18:06:50 +0000 |
commit | 92b53f73b047a62a7ac5fed5615d2739e6ba150d (patch) | |
tree | 1f958f225d703f6d907920d0e359131db1aba75f /net-mail/pop3vscan | |
parent | Pruning old versions. (Manifest recommit) (diff) | |
download | gentoo-2-92b53f73b047a62a7ac5fed5615d2739e6ba150d.tar.gz gentoo-2-92b53f73b047a62a7ac5fed5615d2739e6ba150d.tar.bz2 gentoo-2-92b53f73b047a62a7ac5fed5615d2739e6ba150d.zip |
pkg_postinstall -> pkg_postinst
Diffstat (limited to 'net-mail/pop3vscan')
-rw-r--r-- | net-mail/pop3vscan/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/pop3vscan/pop3vscan-0.4.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-mail/pop3vscan/ChangeLog b/net-mail/pop3vscan/ChangeLog index 572d3222e5d0..6d0161b2d1a0 100644 --- a/net-mail/pop3vscan/ChangeLog +++ b/net-mail/pop3vscan/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-mail/pop3vscan -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # AUTHOR: José Alberto Suárez López <bass@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/ChangeLog,v 1.6 2003/12/07 03:02:57 wesolows Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/ChangeLog,v 1.7 2004/06/04 18:06:50 mr_bones_ Exp $ + + 04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> pop3vscan-0.4.ebuild: + pkg_postinstall -> pkg_postinst 06 Dec 2003; Keith M Wesolowski <wesolows@gentoo.org> pop3vscan-0.4.ebuild: Remove prebuilt x86 binaries so it can build on other platforms. diff --git a/net-mail/pop3vscan/pop3vscan-0.4.ebuild b/net-mail/pop3vscan/pop3vscan-0.4.ebuild index ac03b1e5ff22..22335387bdab 100644 --- a/net-mail/pop3vscan/pop3vscan-0.4.ebuild +++ b/net-mail/pop3vscan/pop3vscan-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4.ebuild,v 1.11 2003/12/07 03:02:57 wesolows Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4.ebuild,v 1.12 2004/06/04 18:06:50 mr_bones_ Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A transparent POP3-Proxy with virus-scanning capabilities." @@ -37,8 +37,7 @@ src_install () { dodoc README } -pkg_postinstall () { - +pkg_postinst() { useradd -d /tmp -s /bin/false -g nogroup mail dodir /var/spool/pop3vscan fowners mail /var/spool/pop3vscan |