diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-07 17:07:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-07 17:07:21 +0000 |
commit | 3fa39ba86ee0df7d0bd98f7690003c75026a7ee3 (patch) | |
tree | 59557c20271325baa511950d770522a183c6a8ea /irc/thales | |
parent | 18f52a868161ee91df7954776d8226005b6c8400 (diff) | |
download | ports-3fa39ba86ee0df7d0bd98f7690003c75026a7ee3.tar.gz ports-3fa39ba86ee0df7d0bd98f7690003c75026a7ee3.zip |
Notes
Diffstat (limited to 'irc/thales')
-rw-r--r-- | irc/thales/files/thales.sh.in | 2 |
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" |