summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts/checkpaths.sh
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2014-01-19 14:44:26 -0500
committerRichard Lowe <richlowe@richlowe.net>2014-02-18 16:39:41 -0500
commita422476ddc8b07ee8e17a5962a46cd3b1f2ae17b (patch)
tree2d61b9dacc9229da6f06a71d476dc70dda600c5c /usr/src/tools/scripts/checkpaths.sh
parentc3e6cb59e6ec7e289cc296c8f5f6e77651afe0a2 (diff)
downloadillumos-joyent-a422476ddc8b07ee8e17a5962a46cd3b1f2ae17b.tar.gz
4525 remove last vestiges of tonic
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Jens Elkner <jel+illumos@cs.uni-magdeburg.de> Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/tools/scripts/checkpaths.sh')
-rw-r--r--usr/src/tools/scripts/checkpaths.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/usr/src/tools/scripts/checkpaths.sh b/usr/src/tools/scripts/checkpaths.sh
index cf74c7362c..5a897deb45 100644
--- a/usr/src/tools/scripts/checkpaths.sh
+++ b/usr/src/tools/scripts/checkpaths.sh
@@ -114,17 +114,9 @@ fi
if [ -f $SRC/tools/opensolaris/license-list ]; then
sed -e 's/$/.descrip/' < $SRC/tools/opensolaris/license-list | \
- validate_paths -n SRC/tools/opensolaris/license-list \
- -e ^usr/closed
+ validate_paths -n SRC/tools/opensolaris/license-list
fi
-# Finally, make sure the that (req|inc).flg files are in good shape.
-# If SCCS files are not expected to be present, though, then don't
-# check them.
-if [ ! -d "$CODEMGR_WS/Codemgr_wsdata" ]; then
- f_flg='-f'
-fi
-
-validate_flg $f_flg -e ^usr/closed/
+validate_flg -f
exit 0