From 43fbfd6cf811b376c9fe139f5dbc77ad36b27550 Mon Sep 17 00:00:00 2001 From: Chris Torek Date: Sun, 18 Apr 1993 11:32:53 -0800 Subject: [PATCH] rename `files' file so we can coexist with old config for a while SCCS-vsn: usr.sbin/config.new/gram.y 5.3 --- usr/src/usr.sbin/config.new/gram.y | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/config.new/gram.y b/usr/src/usr.sbin/config.new/gram.y index 985401fcab..62df975507 100644 --- a/usr/src/usr.sbin/config.new/gram.y +++ b/usr/src/usr.sbin/config.new/gram.y @@ -15,7 +15,7 @@ * * %sccs.include.redist.c% * - * @(#)gram.y 5.2 (Berkeley) %G% + * @(#)gram.y 5.3 (Berkeley) %G% */ #include @@ -360,6 +360,7 @@ setmachine(mch) machine = mch; (void)sprintf(buf, "files.%s", mch); - if (include(buf, ENDFILE) || include("../../conf/files", ENDFILE)) + if (include(buf, ENDFILE) || + include("../../conf/files.newconf", ENDFILE)) exit(1); } -- 2.20.1