public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythbackend.init
@ 2012-06-24 20:06 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-24 20:06 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/24 20:06:50

  Modified:             mythbackend.init
  Log:
  Specify the PID file that SSD should look at since MythBackend makes the PID file. Remove the user perm drop since SSD does that for us.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-tv/mythtv/files/mythbackend.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?r1=1.1&r2=1.2

Index: mythbackend.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythbackend.init	22 Jun 2012 03:30:50 -0000	1.1
+++ mythbackend.init	24 Jun 2012 20:06:50 -0000	1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.1 2012/06/22 03:30:50 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.2 2012/06/24 20:06:50 cardoe Exp $
 
 description="MythTV backend recording daemon"
 extra_commands="resched upnprebuild"
@@ -29,11 +29,12 @@
 
 	ebegin "Starting MythTV Backend"
 	start-stop-daemon --start --quiet -u mythtv:video \
-		--exec /usr/bin/mythbackend --
+		--exec /usr/bin/mythbackend \
+                --pidfile /var/run/mythbackend.pid -- \
 		--daemon --pidfile /var/run/mythbackend.pid \
 		--verbose ${MYTHBACKEND_VERBOSE} \
 		--logfile /var/log/mythtv/mythbackend.log \
-		--user mythtv ${MYTHBACKEND_OPTS}
+		${MYTHBACKEND_OPTS}
 	eend $?
 }
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythbackend.init
@ 2012-06-30  5:05 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-30  5:05 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/30 05:05:10

  Modified:             mythbackend.init
  Log:
  Fix typo in the init script
  
  (Portage version: 2.1.11.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-tv/mythtv/files/mythbackend.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/files/mythbackend.init?r1=1.3&r2=1.4

Index: mythbackend.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mythbackend.init	27 Jun 2012 00:39:58 -0000	1.3
+++ mythbackend.init	30 Jun 2012 05:05:10 -0000	1.4
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.3 2012/06/27 00:39:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.4 2012/06/30 05:05:10 cardoe Exp $
 
 description="MythTV backend recording daemon"
 extra_commands="resched upnprebuild"
@@ -30,7 +30,7 @@
 	ebegin "Starting MythTV Backend"
 	start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \
                 --pidfile /var/run/mythbackend.pid -- \
-		--daemon --pidfile /var/run/mythbackend.pid --user mythtv
+		--daemon --pidfile /var/run/mythbackend.pid --user mythtv \
 		--verbose ${MYTHBACKEND_VERBOSE} \
 		--logpath /var/log/mythtv/ \
 		${MYTHBACKEND_OPTS}






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-30  5:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 20:06 [gentoo-commits] gentoo-x86 commit in media-tv/mythtv/files: mythbackend.init Doug Goldstein (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-30  5:05 Doug Goldstein (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox