summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-11-28 08:58:44 +0000
committerru <ru@FreeBSD.org>2003-11-28 08:58:44 +0000
commitbbfc6ebf1a8a4b1f4833688739feb726c5ae3ae8 (patch)
tree44bba5e590833354d18dadad3c968c4675aa3dda /tools
parent50fbb1fb9fc90999e9ab376acde71e2c43db7e52 (diff)
downloadFreeBSD-src-bbfc6ebf1a8a4b1f4833688739feb726c5ae3ae8.zip
FreeBSD-src-bbfc6ebf1a8a4b1f4833688739feb726c5ae3ae8.tar.gz
Understand the old pseudo-device config(8) file directive, for 4.x.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/release/chk_dokern.sh_and_drivers.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/release/chk_dokern.sh_and_drivers.conf b/tools/tools/release/chk_dokern.sh_and_drivers.conf
index 57adb00..a47c700 100644
--- a/tools/tools/release/chk_dokern.sh_and_drivers.conf
+++ b/tools/tools/release/chk_dokern.sh_and_drivers.conf
@@ -31,7 +31,7 @@ for f in */drivers.conf; do
arch=`dirname $f`
grep -v '^#' $f | grep -v '^$' | awk '{ print $1 }' |
while read x; do
- egrep -qw "^(device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \
+ egrep -qw "^((pseudo-)?device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \
echo $x not found in $arch/GENERIC
sed -e'/"SMALL"/,/^else$/d' ${arch}/dokern.sh | \
grep -qw $x && \
@@ -46,7 +46,7 @@ for f in */dokern.sh; do
grep -w -- -e | sed -e's,^[^/]*/,,' -e's,/.*$,,' |
grep -v '^ident\.\*GENERIC$' |
while read x; do
- egrep -q "^(device|options|makeoptions)[[:space:]]+$x" \
+ egrep -q "^((pseudo-)?device|options|makeoptions)[[:space:]]+$x" \
../sys/${arch}/conf/GENERIC || \
echo $x not found in $arch/GENERIC
grep -qw ^$x ${arch}/drivers.conf && \
OpenPOWER on IntegriCloud