summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-29 14:43:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-29 14:43:06 +0000
commit78db07b997b9832ec4f8a7de5e5b9d2f5c74800b (patch)
treec0187c80b1cf4386efe7860f58b90da547ca8ca8 /media-plugins/mythdvd
parentAnother crasher fix from upstream (diff)
downloadhistorical-78db07b997b9832ec4f8a7de5e5b9d2f5c74800b.tar.gz
historical-78db07b997b9832ec4f8a7de5e5b9d2f5c74800b.tar.bz2
historical-78db07b997b9832ec4f8a7de5e5b9d2f5c74800b.zip
Fixed init script
Package-Manager: portage-2.1.2_pre1-r4
Diffstat (limited to 'media-plugins/mythdvd')
-rw-r--r--media-plugins/mythdvd/ChangeLog5
-rw-r--r--media-plugins/mythdvd/files/mtd.init2
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 $?
-
+}