From: "Raul Porcel (armin76)" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/deluge/files: deluged.init
Date: Thu, 15 Jan 2009 09:43:15 +0000 [thread overview]
Message-ID: <E1LNOkt-0003nx-E0@stork.gentoo.org> (raw)
armin76 09/01/15 09:43:15
Modified: deluged.init
Log:
Revbump so users get the fix on the init script, bug #254995, thanks to Matt Farmer <matt at mattfarmer dot net> for the fix
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64, RepoMan options: --force)
Revision Changes Path
1.4 net-p2p/deluge/files/deluged.init
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/files/deluged.init?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/files/deluged.init?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/deluge/files/deluged.init?r1=1.3&r2=1.4
Index: deluged.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/files/deluged.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- deluged.init 28 Dec 2008 12:00:27 -0000 1.3
+++ deluged.init 15 Jan 2009 09:43:15 -0000 1.4
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/files/deluged.init,v 1.3 2008/12/28 12:00:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/files/deluged.init,v 1.4 2009/01/15 09:43:15 armin76 Exp $
depend() {
need net
@@ -33,7 +33,7 @@
start() {
checkconfig || return $?
- DELUGED_USER_HOME=`getent passwd | grep $( echo "${DELUGED_USER}" | cut -d ':' -f 1 ) | cut -d ':' -f 6`
+ DELUGED_USER_HOME=`getent passwd | grep ^$( echo "${DELUGED_USER}" | cut -d ':' -f 1 ): | cut -d ':' -f 6`
ebegin "Starting Deluged"
start-stop-daemon --start --user "${DELUGED_USER}" \
--name deluged --pidfile /var/run/deluged.pid --background --make-pidfile \
next reply other threads:[~2009-01-15 9:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-15 9:43 Raul Porcel (armin76) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-21 14:56 [gentoo-commits] gentoo-x86 commit in net-p2p/deluge/files: deluged.init Raul Porcel (armin76)
2011-09-17 18:39 Raul Porcel (armin76)
2011-09-17 18:13 Raul Porcel (armin76)
2011-08-07 13:16 Raul Porcel (armin76)
2010-10-02 15:36 Raul Porcel (armin76)
2009-02-17 15:32 Raul Porcel (armin76)
2008-07-07 10:39 Raul Porcel (armin76)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1LNOkt-0003nx-E0@stork.gentoo.org \
--to=armin76@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox