Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythbackend.init
Date: Sat, 30 Jun 2012 05:05:21
Message-Id: 20120630050510.9A1A12004C@flycatcher.gentoo.org
1 cardoe 12/06/30 05:05:10
2
3 Modified: mythbackend.init
4 Log:
5 Fix typo in the init script
6
7 (Portage version: 2.1.11.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-tv/mythtv/files/mythbackend.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?r1=1.3&r2=1.4
15
16 Index: mythbackend.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mythbackend.init 27 Jun 2012 00:39:58 -0000 1.3
23 +++ mythbackend.init 30 Jun 2012 05:05:10 -0000 1.4
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.3 2012/06/27 00:39:58 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.4 2012/06/30 05:05:10 cardoe Exp $
30
31 description="MythTV backend recording daemon"
32 extra_commands="resched upnprebuild"
33 @@ -30,7 +30,7 @@
34 ebegin "Starting MythTV Backend"
35 start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \
36 --pidfile /var/run/mythbackend.pid -- \
37 - --daemon --pidfile /var/run/mythbackend.pid --user mythtv
38 + --daemon --pidfile /var/run/mythbackend.pid --user mythtv \
39 --verbose ${MYTHBACKEND_VERBOSE} \
40 --logpath /var/log/mythtv/ \
41 ${MYTHBACKEND_OPTS}