diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-15 22:56:28 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-15 22:56:28 +0000 |
commit | 02fd433d0cf02c0c004cfdd6ce54bb90eea948b8 (patch) | |
tree | 19cd7bd982ba059c3920e930d7a9bf50d916d03f /net-mail | |
parent | Added the grubsplash patch. (Manifest recommit) (diff) | |
download | gentoo-2-02fd433d0cf02c0c004cfdd6ce54bb90eea948b8.tar.gz gentoo-2-02fd433d0cf02c0c004cfdd6ce54bb90eea948b8.tar.bz2 gentoo-2-02fd433d0cf02c0c004cfdd6ce54bb90eea948b8.zip |
fix fowner/fowners.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/vpopmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/vpopmail/vpopmail-5.4.0_rc1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/vpopmail/ChangeLog b/net-mail/vpopmail/ChangeLog index 68e6c63043d0..ea0f4443686b 100644 --- a/net-mail/vpopmail/ChangeLog +++ b/net-mail/vpopmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/vpopmail # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.27 2004/01/05 07:55:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.28 2004/02/15 22:56:28 robbat2 Exp $ + + 15 Feb 2004; Robin Johnson,,604-339-5621,604-298-8414 <robbat2@gentoo.org> + vpopmail-5.4.0_rc1.ebuild: + fix fowner/fowners. *vpopmail-5.4.0_rc1 (05 Jan 2004) diff --git a/net-mail/vpopmail/vpopmail-5.4.0_rc1.ebuild b/net-mail/vpopmail/vpopmail-5.4.0_rc1.ebuild index 32303ec06c11..b18df568fb88 100644 --- a/net-mail/vpopmail/vpopmail-5.4.0_rc1.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.0_rc1.ebuild,v 1.3 2004/02/08 04:59:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.0_rc1.ebuild,v 1.4 2004/02/15 22:56:28 robbat2 Exp $ IUSE="mysql ipalias clearpasswd" @@ -169,7 +169,7 @@ src_install () { echo 'localhost|0|vpopmail|secret|vpopmail' >>${D}/etc/vpopmail.conf # lock down perms fperms 640 /etc/vpopmail.conf - fowner root:vpopmail /etc/vpopmail.conf + fowners root:vpopmail /etc/vpopmail.conf fi # Install a proper cronjob instead of the old nastiness |