Use $ipsec_file instead of hardcoded /etc/ipsec.conf.

This change should be made in rev1.2.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2006-01-24 15:11:11 +00:00
parent 44a515834f
commit 2d7b446560
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154770

View File

@ -17,7 +17,7 @@ name="ipsec"
rcvar=`set_rcvar`
start_precmd="ipsec_prestart"
start_cmd="ipsec_start"
stop_precmd="test -f /etc/ipsec.conf"
stop_precmd="test -f $ipsec_file"
stop_cmd="ipsec_stop"
reload_cmd="ipsec_reload"
extra_commands="reload"