1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Fix rc script

PR:		ports/104927
Submitted by:	<spam@anthologeek.net>
This commit is contained in:
Pav Lucistnik 2006-10-31 22:42:50 +00:00
parent d345610884
commit dea2fc0945
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175960
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= xbms
PORTVERSION= 0.30.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.xboxmediaplayer.de/downloads/
DISTNAME= ${PORTNAME}_${PORTVERSION}

View File

@ -15,9 +15,9 @@
name="xbms"
rcvar=${name}_enable
command=%%PREFIX%%/sbin/${name}
command=%%PREFIX%%/bin/${name}
pidfile=/var/run/${name}.pid
required_files=%%PREFIX%%/etc/$[name}.conf
required_files=%%PREFIX%%/etc/${name}.conf
load_rc_config $name