Start the correct copy of named (pass ${named_program} to ndc(8)).

PR:		27051
Submitted by:	Maxim Konovalov <maxim@macomnet.ru>
This commit is contained in:
Dima Dorfman 2001-06-14 04:34:40 +00:00
parent 84d86fba8d
commit 99ef257e68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78200

View File

@ -10,4 +10,4 @@ if [ -r /etc/defaults/rc.conf ]; then
elif [ -r /etc/rc.conf ]; then
. /etc/rc.conf
fi
exec %DESTSBIN%/%INDOT%ndc restart ${named_flags}
exec %DESTSBIN%/%INDOT%ndc -n ${named_program} restart ${named_flags}