mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Correct the file path for dancer-services.
This commit is contained in:
parent
3888585c53
commit
3b055139d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79319
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= dancer-services
|
||||
PORTVERSION= 1.8.0.6.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://www.doc.ic.ac.uk/~aps100/dancer/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
if [ -x %PREFIX%/bin/dancer-services ]; then
|
||||
su -fm ircservices -c %PREFIX%/bin/dancer-services && echo ' dancer-services'
|
||||
if [ -x %PREFIX%/sbin/dancer-services ]; then
|
||||
su -fm ircservices -c %PREFIX%/sbin/dancer-services && echo ' dancer-services'
|
||||
fi
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user