ports/175138: mediatomb: typo in startup dependency leads to wrong start order

Matthias Bode papabaer.opensource+freebsd at googlemail.com
Tue Jan 8 16:40:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list