Check named_enable rather than just named_flags.

PR:		3893 (sort of)
This commit is contained in:
Jordan K. Hubbard 1997-06-18 01:55:19 +00:00
parent 131d416032
commit 34f52ab279

View File

@ -1,4 +1,4 @@
# $Id: ndcedit.awk,v 1.4 1997/02/22 16:08:19 peter Exp $
# $Id: ndcedit.awk,v 1.5 1997/05/27 07:19:57 jkh Exp $
NR == 3 {
print "#"
print "# This file is generated automatically, do not edit it here!"
@ -13,8 +13,8 @@ NR == 3 {
}
{
if ($1 == "named") {
printf "\t\t# $namedflags is imported from /etc/rc.conf\n"
printf "\t\tif [ \"X${named_flags}\" != X\"NO\" ]; then\n"
printf "\t\t# $named_flags is imported from /etc/rc.conf\n"
printf "\t\tif [ \"X${named_enable}\" = X\"YES\" ]; then\n"
printf "\t\t\tnamed ${named_flags} && {\n"
getline
printf "\t%s\n", $0