Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 16:35:48 GMT
From:      Matthias Bode <papabaer.opensource+freebsd@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175138: mediatomb: typo in startup dependency leads to wrong start order
Message-ID:  <201301081635.r08GZmaV055944@red.freebsd.org>
Resent-Message-ID: <201301081640.r08Ge0Mg012713@freefall.freebsd.org>

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

>Number:         175138
>Category:       ports
>Synopsis:       mediatomb: typo in startup dependency leads to wrong start order
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 08 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Bode
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD server.myfield.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Mediatomb gets started before network is configured. This is caused by a typo in files/mediatomb.in (see patch)

>How-To-Repeat:
portsnap update && portsnap extract
>Fix:
Change 'DEAMON' to 'DAEMON' in '/usr/local/etc/rc.d/mediatomb'


Patch attached with submission follows:

--- mediatomb.in	2013-01-08 17:18:30.870339075 +0100
+++ mediatomb.in.orig	2013-01-08 17:19:01.487343235 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/net/mediatomb/files/mediatomb.in,v 1.2 2012/11/17 06:00:05 svnexp Exp $
 
 # PROVIDE: mediatomb
-# REQUIRE: DAEMON
+# REQUIRE: DEAMON
 # KEYWORD: shutdown
 
 # Define these mediatomb_* variables in one of these files:


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



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