diff options
author | 2003-12-14 22:59:47 +0000 | |
---|---|---|
committer | 2003-12-14 22:59:47 +0000 | |
commit | 883b85bbbf829261c3efbbde645c2f17e1af1f65 (patch) | |
tree | ee9aa16de4a3eec3ad44d8fc96b1af78112774eb /net-mail/postfix/postfix-1.1.11.20020917.ebuild | |
parent | new ebuild for streaming audio server (diff) | |
download | gentoo-2-883b85bbbf829261c3efbbde645c2f17e1af1f65.tar.gz gentoo-2-883b85bbbf829261c3efbbde645c2f17e1af1f65.tar.bz2 gentoo-2-883b85bbbf829261c3efbbde645c2f17e1af1f65.zip |
QA: fixing chown user.group to user:group, bug #35127
Diffstat (limited to 'net-mail/postfix/postfix-1.1.11.20020917.ebuild')
-rw-r--r-- | net-mail/postfix/postfix-1.1.11.20020917.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/postfix/postfix-1.1.11.20020917.ebuild b/net-mail/postfix/postfix-1.1.11.20020917.ebuild index a93e480fb049..540ee7ee738f 100644 --- a/net-mail/postfix/postfix-1.1.11.20020917.ebuild +++ b/net-mail/postfix/postfix-1.1.11.20020917.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.11.20020917.ebuild,v 1.8 2003/09/05 08:38:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.11.20020917.ebuild,v 1.9 2003/12/14 22:59:41 spider Exp $ IUSE="ssl mysql sasl ldap" @@ -119,7 +119,7 @@ src_install () { cd ${S}/bin dosbin post* sendmail - chown root.postdrop ${D}/usr/sbin/{postdrop,postqueue} + chown root:postdrop ${D}/usr/sbin/{postdrop,postqueue} chmod 2755 ${D}/usr/sbin/{postdrop,postqueue} dosym /usr/sbin/sendmail /usr/bin/mailq |