From 661ede82860570b8530e911f9fc20086c5cc2938 Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 4 Oct 2011 17:11:38 +0000 Subject: Match the files directive and all the ways to add or subtract options and makeoptions by being a little smarter about REs. --- sys/conf/makeLINT.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/makeLINT.sed b/sys/conf/makeLINT.sed index 83445cf..6b3dab6 100644 --- a/sys/conf/makeLINT.sed +++ b/sys/conf/makeLINT.sed @@ -1,7 +1,7 @@ #!/usr/bin/sed -E -n -f # $FreeBSD$ -/^(machine|ident|device|nodevice|makeoptions|nomakeoption|options|option|nooption|profile|cpu|maxusers)[[:space:]]/ { +/^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ { s/[[:space:]]*#.*$// p } -- cgit v1.1