We do not hardcode /usr/local.

This commit is contained in:
ajacoutot 2010-11-11 10:38:46 +00:00
parent 71cf993eeb
commit 268ba59512
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.38 2010/11/11 10:32:54 edd Exp $
# $OpenBSD: Makefile,v 1.39 2010/11/11 10:38:46 ajacoutot Exp $
COMMENT= server for streaming various media formats
DISTNAME= icecast-2.3.2
REVISION = 0
REVISION = 1
CATEGORIES= net audio
HOMEPAGE= http://www.icecast.org/

View File

@ -1,10 +1,10 @@
#!/bin/sh
#
# $OpenBSD: icecast.rc,v 1.1 2010/11/11 10:32:54 edd Exp $
# $OpenBSD: icecast.rc,v 1.2 2010/11/11 10:38:47 ajacoutot Exp $
. /etc/rc.d/rc.subr
daemon="/usr/local/bin/icecast"
daemon="${TRUEPREFIX}/bin/icecast"
daemon_flags="-b -c /var/icecast/icecast.xml"
rc_cmd $1