Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2005 02:17:59 GMT
From:      Mike Benjamin <mikeb@mikeb.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/81932: icecast2 port has wrong rc.subr path in init file
Message-ID:  <200506060217.j562HxTY000846@www.freebsd.org>
Resent-Message-ID: <200506060220.j562K1co065012@freefall.freebsd.org>

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

>Number:         81932
>Category:       ports
>Synopsis:       icecast2 port has wrong rc.subr path in init file
>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:   Mon Jun 06 02:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mike Benjamin
>Release:        4.11-RELEASE-p9
>Organization:
>Environment:
FreeBSD pinky.disturbed.org 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #3: Sat Jun  4 16:47:40 MST 2005     root@pinky.disturbed.org:/usr/obj/usr/src/sys/PINKY  i386

>Description:
/usr/local/etc/rc.d/icecast2.sh
(# $FreeBSD: ports/audio/icecast2/files/icecast2.sh,v 1.1 2004/12/10 21:41:23 lofi Exp $)

installed by the icecast2-2.2.0_1,1 port, has the following on line 17;
. "/etc/rc.subr"

It should read;
. "/usr/local/etc/rc.subr"
>How-To-Repeat:
Attempt to start icecast2 with the included rc script.
>Fix:
apply the following patch to /usr/local/etc/rc.d/icecast2.sh

17c17
< . "/etc/rc.subr"
---
> . "/usr/local/etc/rc.subr"

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



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