aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-27 22:05:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-27 22:05:43 +0000
commita0d4117f6222dd63ff41848795ee80ba18dcba19 (patch)
tree69ef5924066f97d7c92c66a4b4507691ab3aae70 /net
parent2b467068de07b0c02c3223db40eeeea58f4e4fa9 (diff)
- Fix INSTALL_DIR
Submitted by: Steve Ames (maintainer) via privat mail
Notes
Notes: svn path=/head/; revision=174000
Diffstat (limited to 'net')
-rw-r--r--net/mediaproxy/files/mediaproxy.sh.in4
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