diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-07-26 18:35:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-07-26 18:35:46 +0000 |
commit | 236775b8e9fba1f1944dbefcc28b4b191ee86733 (patch) | |
tree | 5b4fbf41c44cc53689c3a804ffb698581a078b6d /net-p2p/mldonkey | |
parent | Marked ~ppc/~ppc64 wrt #357599 (diff) | |
download | gentoo-2-236775b8e9fba1f1944dbefcc28b4b191ee86733.tar.gz gentoo-2-236775b8e9fba1f1944dbefcc28b4b191ee86733.tar.bz2 gentoo-2-236775b8e9fba1f1944dbefcc28b4b191ee86733.zip |
Replace chuid with user, bug #375711
(Portage version: 2.1.10.7/cvs/Linux ia64)
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/mldonkey/files/mldonkey.initd | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/ChangeLog b/net-p2p/mldonkey/ChangeLog index 09deaafcee98..a544399078a2 100644 --- a/net-p2p/mldonkey/ChangeLog +++ b/net-p2p/mldonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/mldonkey # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.242 2011/05/11 19:54:09 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.243 2011/07/26 18:35:46 armin76 Exp $ + + 26 Jul 2011; Raúl Porcel <armin76@gentoo.org> files/mldonkey.initd: + Replace chuid with user, bug #375711 11 May 2011; Christoph Mende <angelos@gentoo.org> mldonkey-3.0.6.ebuild: Stable on amd64 wrt bug #366375 diff --git a/net-p2p/mldonkey/files/mldonkey.initd b/net-p2p/mldonkey/files/mldonkey.initd index a757bf36e907..79ba3eeb499e 100644 --- a/net-p2p/mldonkey/files/mldonkey.initd +++ b/net-p2p/mldonkey/files/mldonkey.initd @@ -29,7 +29,7 @@ start() { ebegin "Starting ${SVCNAME}" cd "${MLDONKEY_DIR}" export MLDONKEY_DIR - start-stop-daemon --start --chuid "${USER}" --nice "${NICE}" \ + start-stop-daemon --start --user "${USER}" --nice "${NICE}" \ --exec "${MLDONKEY_BINARY}" --pidfile /var/run/"${SVCNAME}".pid \ --background --make-pidfile eend $? |