summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-08-24 09:33:08 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-08-24 09:33:08 +0000
commite069f545e9919523065d40cd3d2ec89d27ceb0e2 (patch)
tree8561cab7f95a0aea594aba69f1b184838a2137f4 /net-mail/vpopmail/vpopmail-5.4.10.ebuild
parent'cp -pPR' instead of 'cp -a' required by Darwin and BSD (bug #103487) (diff)
downloadgentoo-2-e069f545e9919523065d40cd3d2ec89d27ceb0e2.tar.gz
gentoo-2-e069f545e9919523065d40cd3d2ec89d27ceb0e2.tar.bz2
gentoo-2-e069f545e9919523065d40cd3d2ec89d27ceb0e2.zip
chown root:root -> chown root:0, wrt bug #103563
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail/vpopmail/vpopmail-5.4.10.ebuild')
-rw-r--r--net-mail/vpopmail/vpopmail-5.4.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/vpopmail/vpopmail-5.4.10.ebuild b/net-mail/vpopmail/vpopmail-5.4.10.ebuild
index fd0fc3d0f67b..bc23cb43acab 100644
--- a/net-mail/vpopmail/vpopmail-5.4.10.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.10.ebuild,v 1.2 2005/08/23 13:34:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.10.ebuild,v 1.3 2005/08/24 09:33:08 ferdy Exp $
inherit eutils gnuconfig fixheadtails
@@ -185,7 +185,7 @@ src_install() {
einfo "Locking down vpopmail permissions"
# secure things more, i don't want the vpopmail user being able to write this stuff!
- chown -R root:root ${D}${VPOP_HOME}/{bin,etc,include}
+ chown -R root:0 ${D}${VPOP_HOME}/{bin,etc,include}
chown root:vpopmail ${D}${VPOP_HOME}/bin/vchkpw
chmod 4711 ${D}${VPOP_HOME}/bin/vchkpw
}