diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-08 01:07:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-08 01:07:21 +0800 |
commit | 80b785acb73fd88435876343083c3a12b3821976 (patch) | |
tree | 77a97b966f89d2e9353f89746498dbd746ac6f95 /irc/thales | |
parent | 67d8aa4f523c50141cd8f22791d515e80adf20f8 (diff) | |
download | freebsd-ports-gnome-80b785acb73fd88435876343083c3a12b3821976.tar.gz freebsd-ports-gnome-80b785acb73fd88435876343083c3a12b3821976.tar.zst freebsd-ports-gnome-80b785acb73fd88435876343083c3a12b3821976.zip |
- Fix path in rc script
PR: ports/102949
Submitted by: Gerrit Beine <gerrit.beine(at)gmx.de> (maintainer)
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" |