summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-06-24 22:49:18 +0000
committerAron Griffis <agriffis@gentoo.org>2005-06-24 22:49:18 +0000
commita2b507d1a29a0b5e8eaac347880937d55892c3c4 (patch)
treecd4d2b62ac0c1121a6e34942a4916423eb539586 /net-mail
parentMove keepdir from pkg_preinst to src_install where it belongs. Use chown and (diff)
downloadhistorical-a2b507d1a29a0b5e8eaac347880937d55892c3c4.tar.gz
historical-a2b507d1a29a0b5e8eaac347880937d55892c3c4.tar.bz2
historical-a2b507d1a29a0b5e8eaac347880937d55892c3c4.zip
User "mail" is part of baselayout /etc/passwd, there's no need to call
useradd. Move directory creation to src_install where it belongs Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/pop3vscan/ChangeLog9
-rw-r--r--net-mail/pop3vscan/Manifest18
-rw-r--r--net-mail/pop3vscan/pop3vscan-0.4-r1.ebuild13
-rw-r--r--net-mail/pop3vscan/pop3vscan-0.4.ebuild12
4 files changed, 32 insertions, 20 deletions
diff --git a/net-mail/pop3vscan/ChangeLog b/net-mail/pop3vscan/ChangeLog
index 1508ea9d8612..5bbd120ec5e9 100644
--- a/net-mail/pop3vscan/ChangeLog
+++ b/net-mail/pop3vscan/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/pop3vscan
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/ChangeLog,v 1.14 2004/12/19 18:22:02 weeve Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/ChangeLog,v 1.15 2005/06/24 22:49:18 agriffis Exp $
+
+ 24 Jun 2005; Aron Griffis <agriffis@gentoo.org> pop3vscan-0.4.ebuild,
+ pop3vscan-0.4-r1.ebuild:
+ User "mail" is part of baselayout /etc/passwd, there's no need to call
+ useradd. Move directory creation to src_install where it belongs
19 Dec 2004; Jason Wever <weeve@gentoo.org> pop3vscan-0.4-r1.ebuild:
Stable on sparc.
diff --git a/net-mail/pop3vscan/Manifest b/net-mail/pop3vscan/Manifest
index fe003d0eb2ac..81026a34905c 100644
--- a/net-mail/pop3vscan/Manifest
+++ b/net-mail/pop3vscan/Manifest
@@ -1,7 +1,17 @@
-MD5 9ab02185fb78e8b0868e466efadc2d70 ChangeLog 1516
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 ecfe97d2a91cc3236c6e6ff6d5d5ef93 pop3vscan-0.4-r1.ebuild 1408
+MD5 fa5a258704c3f8cf83f0bb09303055ba pop3vscan-0.4.ebuild 1205
+MD5 ed9acf3dade52dd96e2aac6f54b5942b ChangeLog 1759
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 e1c1cf8172004d687a773e825eb30d01 pop3vscan-0.4.ebuild 1284
-MD5 eb235cb01f095ea1eab7a242052d949d pop3vscan-0.4-r1.ebuild 1452
-MD5 ce149161cbc3342eec80fe74757fa41d files/digest-pop3vscan-0.4 65
MD5 e8716b98e8a9ebd3cc7a3eee99b11568 files/pop3vscan 617
MD5 31dc6dee0390bf98e963a763fcb09a96 files/digest-pop3vscan-0.4-r1 138
+MD5 ce149161cbc3342eec80fe74757fa41d files/digest-pop3vscan-0.4 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCvI33BXaUFmZvwyMRAuioAKDIqUlWQpQ7A2FnrHLL/imAfASjFwCcDjyp
+XwFl0W9IezZi4fVomNnXHn0=
+=IWMx
+-----END PGP SIGNATURE-----
diff --git a/net-mail/pop3vscan/pop3vscan-0.4-r1.ebuild b/net-mail/pop3vscan/pop3vscan-0.4-r1.ebuild
index 6112829e0e3b..122cdcc46a25 100644
--- a/net-mail/pop3vscan/pop3vscan-0.4-r1.ebuild
+++ b/net-mail/pop3vscan/pop3vscan-0.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4-r1.ebuild,v 1.6 2004/12/19 18:22:02 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4-r1.ebuild,v 1.7 2005/06/24 22:49:18 agriffis Exp $
inherit eutils
@@ -42,15 +42,14 @@ src_install () {
doins ${FILESDIR}/pop3vscan
fperms 755 /etc/init.d/pop3vscan
+ dodir /var/spool/pop3vscan
+ fperms 700 /var/spool/pop3vscan
+ fowners mail /var/spool/pop3vscan
+
dodoc README
}
pkg_postinst() {
- useradd -d /tmp -s /bin/false -g nogroup mail
- dodir /var/spool/pop3vscan
- fowners mail /var/spool/pop3vscan
- fperms 700 /var/spool/pop3vscan
-
einfo "You need configure /etc/pop3vscan and /etc/pop3vscan.mail"
einfo "For start pop3vscan you can use /etc/init.d/pop3vscan start"
einfo "You need port-redirecting, a rule like:"
diff --git a/net-mail/pop3vscan/pop3vscan-0.4.ebuild b/net-mail/pop3vscan/pop3vscan-0.4.ebuild
index bfa960308a93..40da6c28a93e 100644
--- a/net-mail/pop3vscan/pop3vscan-0.4.ebuild
+++ b/net-mail/pop3vscan/pop3vscan-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# 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.15 2004/10/01 21:39:34 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4.ebuild,v 1.16 2005/06/24 22:49:18 agriffis Exp $
DESCRIPTION="A transparent POP3-Proxy with virus-scanning capabilities."
SRC_URI="mirror://sourceforge/pop3vscan/${P}.tar.gz"
@@ -35,15 +35,13 @@ src_install () {
doins ${FILESDIR}/pop3vscan
fperms 755 /etc/init.d/pop3vscan
+ dodir /var/spool/pop3vscan
+ fperms 700 /var/spool/pop3vscan
+
dodoc README
}
pkg_postinst() {
- useradd -d /tmp -s /bin/false -g nogroup mail
- dodir /var/spool/pop3vscan
- fowners mail /var/spool/pop3vscan
- fperms 700 /var/spool/pop3vscan
-
einfo "You need configure /etc/pop3vscan and /etc/pop3vscan.mail"
einfo "For start pop3vscan you can use /etc/init.d/pop3vscan start"
einfo "You need port-redirecting, a rule like:"