diff options
author | Ned Ludd <solar@gentoo.org> | 2003-12-09 05:48:23 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-12-09 05:48:23 +0000 |
commit | 7edbd4617c387f2705040d61314112a95a083c5c (patch) | |
tree | 97a24597d9a528bb6e8876d9e1c06fc5dfba6f5e /sys-apps/chpax | |
parent | permission change on chpax so the portage user can execute it. (diff) | |
download | historical-7edbd4617c387f2705040d61314112a95a083c5c.tar.gz historical-7edbd4617c387f2705040d61314112a95a083c5c.tar.bz2 historical-7edbd4617c387f2705040d61314112a95a083c5c.zip |
permission change on chpax so the portage user can execute it.
Diffstat (limited to 'sys-apps/chpax')
-rw-r--r-- | sys-apps/chpax/Manifest | 7 | ||||
-rw-r--r-- | sys-apps/chpax/chpax-0.5.ebuild | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sys-apps/chpax/Manifest b/sys-apps/chpax/Manifest index 3b6501222ace..d51b633a86ea 100644 --- a/sys-apps/chpax/Manifest +++ b/sys-apps/chpax/Manifest @@ -1,9 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/Manifest,v 1.23 2003/12/09 05:48:19 solar Exp $ -MD5 9e39416c6ece1709251ee0225fb58bcc ChangeLog 1748 +MD5 6ac60e5d68731642288e56e2feed339a ChangeLog 1748 MD5 e6543624c262cae90cc830cde90ad3ae metadata.xml 165 -MD5 e3915a8bf0206d52258c1ecaf2a56efb chpax-0.5.ebuild 952 +MD5 0ff6b5cc322eacad2902b4c8fb538da8 chpax-0.5.ebuild 952 MD5 644b57ed00f0b489cab221da32fe7f1d files/pax-init.d 1261 MD5 d95ac8cbc92ddd4a9e401455d79571f7 files/digest-chpax-0.5 59 MD5 42c2ad18c61bdc29acfa318ea4be3899 files/pax-conf.d 1061 diff --git a/sys-apps/chpax/chpax-0.5.ebuild b/sys-apps/chpax/chpax-0.5.ebuild index 42aaffb35cd5..e3e69d669c9e 100644 --- a/sys-apps/chpax/chpax-0.5.ebuild +++ b/sys-apps/chpax/chpax-0.5.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/sys-apps/chpax/chpax-0.5.ebuild,v 1.4 2003/12/05 12:22:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.5.ebuild,v 1.5 2003/12/09 05:48:19 solar Exp $ # S=${WORKDIR}/chpax @@ -28,7 +28,7 @@ src_compile() { src_install() { into / dosbin chpax - fperms 700 /sbin/chpax + fperms 711 /sbin/chpax dodoc Changelog README doman chpax.1 |