From 72b2574e410d12184319b60b308b70d5181d1cdf Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 19 Apr 2003 23:10:16 +0000 Subject: Correct the file path for dancer-services. --- irc/dancer-services/Makefile | 1 + irc/dancer-services/files/dancer-services.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'irc') diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile index 13a3498..556126c 100644 --- a/irc/dancer-services/Makefile +++ b/irc/dancer-services/Makefile @@ -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} diff --git a/irc/dancer-services/files/dancer-services.sh b/irc/dancer-services/files/dancer-services.sh index f52c4a4..0898a50 100644 --- a/irc/dancer-services/files/dancer-services.sh +++ b/irc/dancer-services/files/dancer-services.sh @@ -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 ;; -- cgit v1.1