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:
parent
d345610884
commit
dea2fc0945
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175960
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user