summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-01-20 19:15:44 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-01-20 19:15:44 +0000
commit76d3e84e4712457b7a7c2bd50bc0a74741ffa62c (patch)
treec790929b83deaa73811b39ebd91bf3c41c08c3ae /net-mail/mailbase
parentcleanup (diff)
downloadgentoo-2-76d3e84e4712457b7a7c2bd50bc0a74741ffa62c.tar.gz
gentoo-2-76d3e84e4712457b7a7c2bd50bc0a74741ffa62c.tar.bz2
gentoo-2-76d3e84e4712457b7a7c2bd50bc0a74741ffa62c.zip
fowner syntax. closes 38034
Diffstat (limited to 'net-mail/mailbase')
-rw-r--r--net-mail/mailbase/ChangeLog8
-rw-r--r--net-mail/mailbase/mailbase-0.00-r5.ebuild6
-rw-r--r--net-mail/mailbase/mailbase-0.00-r6.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/mailbase/ChangeLog b/net-mail/mailbase/ChangeLog
index b4e31862b296..f42b70dfb70f 100644
--- a/net-mail/mailbase/ChangeLog
+++ b/net-mail/mailbase/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/mailbase
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.18 2003/12/26 01:12:43 robbat2 Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.19 2004/01/20 19:15:44 mholzer Exp $
+
+ 20 Jan 2004; Martin Holzer <mholzer@gentoo.org> mailbase-0.00-r5.ebuild,
+ mailbase-0.00-r6.ebuild:
+ fowner syntax. closes 38034
25 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> mailbase-0.00-r4.ebuild:
change to keepdir as per bug #35308
diff --git a/net-mail/mailbase/mailbase-0.00-r5.ebuild b/net-mail/mailbase/mailbase-0.00-r5.ebuild
index 72566e02551f..f2489df1bd9d 100644
--- a/net-mail/mailbase/mailbase-0.00-r5.ebuild
+++ b/net-mail/mailbase/mailbase-0.00-r5.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/mailbase/mailbase-0.00-r5.ebuild,v 1.12 2003/12/14 22:54:52 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-0.00-r5.ebuild,v 1.13 2004/01/20 19:15:44 mholzer Exp $
S="${WORKDIR}"
DESCRIPTION="MTA layout package"
@@ -21,7 +21,7 @@ src_install() {
doins ${FILESDIR}/mailcap
keepdir /var/spool/mail
- fowners root.mail /var/spool/mail
+ fowners root:mail /var/spool/mail
fperms 1777 /var/spool/mail
dosym /var/spool/mail /var/mail
}
diff --git a/net-mail/mailbase/mailbase-0.00-r6.ebuild b/net-mail/mailbase/mailbase-0.00-r6.ebuild
index a7ba39bf6907..8b677ba1398a 100644
--- a/net-mail/mailbase/mailbase-0.00-r6.ebuild
+++ b/net-mail/mailbase/mailbase-0.00-r6.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/mailbase/mailbase-0.00-r6.ebuild,v 1.4 2003/12/14 22:54:52 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-0.00-r6.ebuild,v 1.5 2004/01/20 19:15:44 mholzer Exp $
S="${WORKDIR}"
DESCRIPTION="MTA layout package"
@@ -21,7 +21,7 @@ src_install() {
doins ${FILESDIR}/mailcap
keepdir /var/spool/mail
- fowners root.mail /var/spool/mail
+ fowners root:mail /var/spool/mail
fperms 0775 /var/spool/mail
dosym /var/spool/mail /var/mail
}