ports/81932: icecast2 port has wrong rc.subr path in init file

Mike Benjamin mikeb at mikeb.org
Mon Jun 6 02:20:02 UTC 2005


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



More information about the freebsd-ports-bugs mailing list