diff options
author | Don Seiler <rizzo@gentoo.org> | 2003-12-09 01:37:29 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2003-12-09 01:37:29 +0000 |
commit | 8d7df5667a98445727f3f39b28c0fa94ff328180 (patch) | |
tree | e8f08e35637ce6f6ae5e7c2af7e8e276df66520f /net-p2p | |
parent | Removed old version (diff) | |
download | gentoo-2-8d7df5667a98445727f3f39b28c0fa94ff328180.tar.gz gentoo-2-8d7df5667a98445727f3f39b28c0fa94ff328180.tar.bz2 gentoo-2-8d7df5667a98445727f3f39b28c0fa94ff328180.zip |
Changing chown usage to use colon
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/zuul/ChangeLog | 3 | ||||
-rw-r--r-- | net-p2p/zuul/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/zuul/zuul-1.2.0.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/zuul/ChangeLog b/net-p2p/zuul/ChangeLog index 248f096bf4ce..2e2211668cf5 100644 --- a/net-p2p/zuul/ChangeLog +++ b/net-p2p/zuul/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header $ + 08 Dec 2003; Don Seiler <rizzo@gentoo.org>; zuul-1.2.0.ebuild: + Changing chown usage to use colon + *zuul-1.2.0 (18 Nov 2003) 18 Nov 2003; Don Seiler <rizzo@gentoo.org>; zuul-1.2.0.ebuild: diff --git a/net-p2p/zuul/Manifest b/net-p2p/zuul/Manifest index 8b15dab7c84f..57c3666b0bd8 100644 --- a/net-p2p/zuul/Manifest +++ b/net-p2p/zuul/Manifest @@ -1,8 +1,8 @@ MD5 07942936b14ce221c70c5c407366ffdf zuul-1.0.0.ebuild 1431 MD5 b43b1f23e5a7c7f9087dd625a7154d03 zuul-1.1.2.ebuild 1436 -MD5 667e64d22b25b605bace72d6b81451aa ChangeLog 492 +MD5 d18cb3c91bb5cebb974cff576e187519 ChangeLog 594 MD5 b55e7bc8fa0de44dffb6301e159ff8fc metadata.xml 534 -MD5 531db1c16e96eef1f581b80cbbec1a67 zuul-1.2.0.ebuild 1132 +MD5 ffef7e9084f2e48f0801949da8002439 zuul-1.2.0.ebuild 1132 MD5 79aebd3adca669a7baa793ff03748417 files/digest-zuul-1.0.0 61 MD5 cd4f98be101a25b70d78c04ce72d6981 files/digest-zuul-1.1.2 61 MD5 2837a795228b1fb9c93ff14fb82191f7 files/digest-zuul-1.2.0 61 diff --git a/net-p2p/zuul/zuul-1.2.0.ebuild b/net-p2p/zuul/zuul-1.2.0.ebuild index 225655d00e50..5aa9ddb04734 100644 --- a/net-p2p/zuul/zuul-1.2.0.ebuild +++ b/net-p2p/zuul/zuul-1.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Don Seiler <rizzo@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.1 2003/11/19 00:24:22 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.2 2003/12/09 01:37:26 rizzo Exp $ inherit webapp-apache @@ -29,7 +29,7 @@ src_install() { cp -a * "${D}/${HTTPD_ROOT}/zuul" dodoc ${S}/docs/* - chown -R "${HTTPD_USER}.${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}/zuul" + chown -R "${HTTPD_USER}:${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}/zuul" } pkg_postinst() { |