diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-28 06:05:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-28 06:05:43 +0800 |
commit | 64ee87921c4b67161ef98d52b54d28524163cda1 (patch) | |
tree | ccef42f6f1651832331f8cba62c55d0c3c735645 /net | |
parent | 17be3fbdc6475f1dbf435795c036aa22b78af2a3 (diff) | |
download | freebsd-ports-gnome-64ee87921c4b67161ef98d52b54d28524163cda1.tar.gz freebsd-ports-gnome-64ee87921c4b67161ef98d52b54d28524163cda1.tar.zst freebsd-ports-gnome-64ee87921c4b67161ef98d52b54d28524163cda1.zip |
- Fix INSTALL_DIR
Submitted by: Steve Ames (maintainer) via privat mail
Diffstat (limited to 'net')
-rw-r--r-- | net/mediaproxy/files/mediaproxy.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mediaproxy/files/mediaproxy.sh.in b/net/mediaproxy/files/mediaproxy.sh.in index 03b89f912d6f..e20cf1646aec 100644 --- a/net/mediaproxy/files/mediaproxy.sh.in +++ b/net/mediaproxy/files/mediaproxy.sh.in @@ -17,7 +17,7 @@ load_rc_config $name : ${mediaproxy_enable="NO"} -INSTALL_DIR="/tmp/mediaproxy-1.7.2" +INSTALL_DIR="%%PREFIX%%" RUNTIME_DIR="/var/run" PROXY="$INSTALL_DIR/mediaproxy/mediaproxy.py" @@ -77,7 +77,7 @@ case "$1" in start ;; *) - echo "Usage: ${INSTALL_DIR}/etc/init.d/$NAME {start|stop|restart|force-reload}" >&2 + echo "Usage: ${INSTALL_DIR}/etc/rc.d/$NAME {start|stop|restart|force-reload}" >&2 exit 1 ;; esac |