diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-29 14:43:06 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-29 14:43:06 +0000 |
commit | 7f3c51642bdb260985708ab5df7317c96d10b411 (patch) | |
tree | 5dba282eccc0b8a57ac18c11922703d5d7c98514 /media-plugins | |
parent | Another crasher fix from upstream (diff) | |
download | gentoo-2-7f3c51642bdb260985708ab5df7317c96d10b411.tar.gz gentoo-2-7f3c51642bdb260985708ab5df7317c96d10b411.tar.bz2 gentoo-2-7f3c51642bdb260985708ab5df7317c96d10b411.zip |
Fixed init script
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythdvd/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythdvd/files/mtd.init | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index 5af27d2d22e3..882471c4dc41 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythdvd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.34 2006/09/29 14:30:37 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.35 2006/09/29 14:43:06 cardoe Exp $ + + 29 Sep 2006; Doug Goldstein <cardoe@gentoo.org> files/mtd.init: + Fixed init script *mythdvd-0.20_p11329 (29 Sep 2006) diff --git a/media-plugins/mythdvd/files/mtd.init b/media-plugins/mythdvd/files/mtd.init index 0593e7b8a648..ada7cadb94ef 100644 --- a/media-plugins/mythdvd/files/mtd.init +++ b/media-plugins/mythdvd/files/mtd.init @@ -21,4 +21,4 @@ stop () { ebegin "Stopping MythTV Transcoding Daemon" start-stop-daemon --stop --quiet --pidfile=/var/run/mtd.pid eend $? - +} |