aboutsummaryrefslogtreecommitdiff
path: root/irc/thales
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-07 17:07:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-07 17:07:21 +0000
commit3fa39ba86ee0df7d0bd98f7690003c75026a7ee3 (patch)
tree59557c20271325baa511950d770522a183c6a8ea /irc/thales
parent18f52a868161ee91df7954776d8226005b6c8400 (diff)
downloadports-3fa39ba86ee0df7d0bd98f7690003c75026a7ee3.tar.gz
ports-3fa39ba86ee0df7d0bd98f7690003c75026a7ee3.zip
- Fix path in rc script
PR: ports/102949 Submitted by: Gerrit Beine <gerrit.beine(at)gmx.de> (maintainer)
Notes
Notes: svn path=/head/; revision=172516
Diffstat (limited to 'irc/thales')
-rw-r--r--irc/thales/files/thales.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/thales/files/thales.sh.in b/irc/thales/files/thales.sh.in
index bd2df2e0d153..177420c7b09c 100644
--- a/irc/thales/files/thales.sh.in
+++ b/irc/thales/files/thales.sh.in
@@ -19,7 +19,7 @@
name="thales"
rcvar=`set_rcvar`
-command="%%PREFIX%%/bin/thales"
+command="%%PREFIX%%/sbin/thales"
[ -z "$thales_enable" ] && thales_enable="NO"