summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndc/ndcedit.awk
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ndc/ndcedit.awk')
-rw-r--r--usr.sbin/ndc/ndcedit.awk6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ndc/ndcedit.awk b/usr.sbin/ndc/ndcedit.awk
index bbb9218..8074819 100644
--- a/usr.sbin/ndc/ndcedit.awk
+++ b/usr.sbin/ndc/ndcedit.awk
@@ -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
OpenPOWER on IntegriCloud