diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 07:48:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 07:48:41 +0000 |
commit | 69a9d14a97064073a5a9a0b4e088f726b91eed17 (patch) | |
tree | 74ca8a2d1ad7e7a0a1b4f66bfb353332f6867e01 /media-sound/mup | |
parent | Don't call chown with root:root. (diff) | |
download | historical-69a9d14a97064073a5a9a0b4e088f726b91eed17.tar.gz historical-69a9d14a97064073a5a9a0b4e088f726b91eed17.tar.bz2 historical-69a9d14a97064073a5a9a0b4e088f726b91eed17.zip |
Just chown root if you need to make setuid a binary, the group can be different.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/mup')
-rw-r--r-- | media-sound/mup/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mup/Manifest | 20 | ||||
-rw-r--r-- | media-sound/mup/mup-5.0.ebuild | 4 |
3 files changed, 22 insertions, 8 deletions
diff --git a/media-sound/mup/ChangeLog b/media-sound/mup/ChangeLog index 782fc9f3c289..4cfa3795dab3 100644 --- a/media-sound/mup/ChangeLog +++ b/media-sound/mup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mup # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.14 2005/07/25 13:51:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.15 2005/08/24 07:48:41 flameeyes Exp $ + + 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> mup-5.0.ebuild: + Just chown root if you need to make setuid a binary, the group can be + different. 25 Jul 2005; David Holm <dholm@gentoo.org> mup-5.0.ebuild: Added to ~ppc. diff --git a/media-sound/mup/Manifest b/media-sound/mup/Manifest index 0baf65df32e5..1a928e94445e 100644 --- a/media-sound/mup/Manifest +++ b/media-sound/mup/Manifest @@ -1,10 +1,20 @@ -MD5 4554e140d28cab5b21a0fa07bec72a78 ChangeLog 1773 -MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 4071a2541100bf388bd92a561ebe0577 ChangeLog 1932 MD5 2aa7f964e840bea93ea0ceb418be50ed mup-4.4.ebuild 2103 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +MD5 948103f2005dce62a32f289b0981a282 mup-5.0.ebuild 2119 MD5 41c3b17508896d4f8d030ffa37446b2a mup-4.6.ebuild 2134 -MD5 6656c3785f49ccd749bfb3a2d4e83955 mup-5.0.ebuild 2120 +MD5 234ec2d99e4c992ccc12fa76de885a0e files/5.0-beaming-bug.patch 928 +MD5 54c05300dd4879fbf61504bc145fc1ef files/digest-mup-4.6 120 MD5 d73a9c5effa0eb340ee9eb4b799e32b8 files/4.6-gcc.patch 272 MD5 3cdff463ef32c2e7b16982e0db999cfa files/digest-mup-4.4 120 -MD5 54c05300dd4879fbf61504bc145fc1ef files/digest-mup-4.6 120 -MD5 234ec2d99e4c992ccc12fa76de885a0e files/5.0-beaming-bug.patch 928 MD5 631bd9db6b998acd073dbeae3e9cc0b8 files/digest-mup-5.0 120 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDDCZuj5H05b2HAEkRAnscAJ9KLNvUY+VZLvgsdkTEbFrkpsIYlgCfdTzb +avAkQ9G7VnxqUuLIQN6T61A= +=ELg8 +-----END PGP SIGNATURE----- diff --git a/media-sound/mup/mup-5.0.ebuild b/media-sound/mup/mup-5.0.ebuild index 932b8ed0e1e2..4e4e2cf154ed 100644 --- a/media-sound/mup/mup-5.0.ebuild +++ b/media-sound/mup/mup-5.0.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/media-sound/mup/mup-5.0.ebuild,v 1.5 2005/07/25 13:51:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.0.ebuild,v 1.6 2005/08/24 07:48:41 flameeyes Exp $ inherit eutils toolchain-funcs @@ -75,7 +75,7 @@ pkg_postinst() { einfo "requires that it can write to the console device. To allow" einfo "this, make mupdisp setuid to root, like this:" einfo - einfo "\tchown root:root /usr/bin/mupdisp" + einfo "\tchown root /usr/bin/mupdisp" einfo "\tchmod u+s /usr/bin/mupdisp" fi if use X || use svga ; then |