diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-08-25 22:05:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-08-25 22:05:53 +0000 |
commit | 24576fb96f68ccf855b83a8709bf02c5bf15c0db (patch) | |
tree | c34cd76c487218ee1c42aaa5e28285c046653b95 /sys-apps | |
parent | adding depend() to init-script (diff) | |
download | gentoo-2-24576fb96f68ccf855b83a8709bf02c5bf15c0db.tar.gz gentoo-2-24576fb96f68ccf855b83a8709bf02c5bf15c0db.tar.bz2 gentoo-2-24576fb96f68ccf855b83a8709bf02c5bf15c0db.zip |
-1 to root
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pmount/pmount-0.9.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/pmount/pmount-0.9.3-r1.ebuild b/sys-apps/pmount/pmount-0.9.3-r1.ebuild index 42a04d966d03..7f4243b9617e 100644 --- a/sys-apps/pmount/pmount-0.9.3-r1.ebuild +++ b/sys-apps/pmount/pmount-0.9.3-r1.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/sys-apps/pmount/pmount-0.9.3-r1.ebuild,v 1.1 2005/08/25 16:07:09 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.3-r1.ebuild,v 1.2 2005/08/25 22:05:53 cardoe Exp $ inherit eutils @@ -43,8 +43,8 @@ src_install () { exeinto /usr/bin exeopts -m 4770 doexe pmount pumount - fowners -1:plugdev /usr/bin/pmount - fowners -1:plugdev /usr/bin/pumount + fowners root:plugdev /usr/bin/pmount + fowners root:plugdev /usr/bin/pumount dodoc AUTHORS CHANGES TODO doman pmount.1 pumount.1 |