diff options
Diffstat (limited to 'irc/dancer-services')
-rw-r--r-- | irc/dancer-services/Makefile | 1 | ||||
-rw-r--r-- | irc/dancer-services/files/dancer-services.sh | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile index 13a34980866a..556126cf1534 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 f52c4a40f049..0898a5066d77 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 ;; |