Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2010 23:04:29 +0100
From:      Bernhard Froehlich <decke@bluelife.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143535: [MAINTAINER] multimedia/mythtv: Fix mythbackend startscript
Message-ID:  <20100203230429.36a89258@bluelife.at>
Resent-Message-ID: <201002032110.o13LA1kW089073@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143535
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/mythtv: Fix mythbackend startscript
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 03 21:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bernhard Froehlich
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD chii.bluelife.at 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan  8 09:39:23 CET
>Description:
Torfinn Ingolfsen <torfinn.ingolfsen at broadpark.no> noticed
that mythbackend gets started before MySQL and cannot connect
because of that. The attached patch was tested with rcorder
and should fix that problem.

http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-January/010758.html

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mythtv-0.22_1.patch begins here ---
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/multimedia/mythtv.old/Makefile /usr/ports/multimedia/mythtv/Makefile
--- /usr/ports/multimedia/mythtv.old/Makefile	2009-12-19 14:03:51.000000000 +0100
+++ /usr/ports/multimedia/mythtv/Makefile	2010-02-03 22:51:22.000000000 +0100
@@ -8,6 +8,7 @@
 
 PORTNAME=	mythtv
 PORTVERSION=	0.22
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://ftp.osuosl.org/pub/mythtv/ \
 		LOCAL/glarkin
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/multimedia/mythtv.old/files/mythbackend.in /usr/ports/multimedia/mythtv/files/mythbackend.in
--- /usr/ports/multimedia/mythtv.old/files/mythbackend.in	2009-12-19 14:03:51.000000000 +0100
+++ /usr/ports/multimedia/mythtv/files/mythbackend.in	2010-02-03 22:50:49.000000000 +0100
@@ -3,8 +3,7 @@
 # $FreeBSD: ports/multimedia/mythtv/files/mythbackend.in,v 1.3 2009/12/19 13:03:51 miwi Exp $
 
 # PROVIDE: mythbackend
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
+# REQUIRE: DAEMON mysql
 # KEYWORD: shutdown
 
 # Define mythbackend_enable in /etc/rc.conf[.local] to enable mythbackend
--- mythtv-0.22_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100203230429.36a89258>