diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:18:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 13:18:33 +0000 |
commit | 5749a52786f5820d03242df642cbff5efb40ab9d (patch) | |
tree | 740bea13b58e5a7eda5a3b179889410e9536a666 /x11-plugins/wmnetmon | |
parent | Replace root:root in root:0. Bug #103563. (diff) | |
download | gentoo-2-5749a52786f5820d03242df642cbff5efb40ab9d.tar.gz gentoo-2-5749a52786f5820d03242df642cbff5efb40ab9d.tar.bz2 gentoo-2-5749a52786f5820d03242df642cbff5efb40ab9d.zip |
Replace root:root in root:0. Bug #103563.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-plugins/wmnetmon')
-rw-r--r-- | x11-plugins/wmnetmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnetmon/wmnetmon-0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmnetmon/ChangeLog b/x11-plugins/wmnetmon/ChangeLog index aee6c4664adb..3efc465316e1 100644 --- a/x11-plugins/wmnetmon/ChangeLog +++ b/x11-plugins/wmnetmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnetmon -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/ChangeLog,v 1.5 2004/11/24 23:38:27 weeve Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/ChangeLog,v 1.6 2005/12/16 13:17:14 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> wmnetmon-0.2.ebuild: + Replace root:root in root:0. Bug #103563. 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmnetmon-0.2.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild index 66953cad3880..73c420364df4 100644 --- a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild +++ b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.8 2004/11/24 23:38:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.9 2005/12/16 13:17:14 flameeyes Exp $ IUSE="" S=${WORKDIR}/${P}p5/ @@ -21,7 +21,7 @@ src_compile() { src_install() { dobin wmnetmon - fowners root:root /usr/bin/wmnetmon + fowners root:0 /usr/bin/wmnetmon fperms 4755 /usr/bin/wmnetmon dodoc README Changes wmnetmonrc } |