1
0
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:
Akinori MUSHA 2003-04-19 23:10:16 +00:00
parent 3888585c53
commit 3b055139d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79319
2 changed files with 3 additions and 2 deletions

View File

@ -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}

View File

@ -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
;;