1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix INSTALL_DIR

Submitted by: Steve Ames (maintainer) via privat mail
This commit is contained in:
Martin Wilke 2006-09-27 22:05:43 +00:00
parent 2b467068de
commit a0d4117f62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174000

View File

@ -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