mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Fix INSTALL_DIR
Submitted by: Steve Ames (maintainer) via privat mail
This commit is contained in:
parent
2b467068de
commit
a0d4117f62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174000
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user