Fix startup script's path.

PR:		ports/24123, ports/24304
Submitted by:	Steve Coltrin <spcoltri@omcl.org>, Helge Oldach <send-pr@oldach.net>
This commit is contained in:
Vanilla I. Shu 2001-01-15 23:10:03 +00:00
parent d8acc37d1d
commit 25a7d82d0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37235
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
case "$1" in
start)
/sbin/ldconfig -m %%PREFIX%%/pilot/lib
/sbin/ldconfig -m %%PREFIX%%/lib
;;
stop)
;;

View File

@ -2,7 +2,7 @@
case "$1" in
start)
/sbin/ldconfig -m %%PREFIX%%/pilot/lib
/sbin/ldconfig -m %%PREFIX%%/lib
;;
stop)
;;