Use 'svn list -R' instead of find, and recognize comments in shell scripts

and {ssh,sshd}_config.
This commit is contained in:
des 2016-01-19 14:25:22 +00:00
parent 1fb8b3ddb1
commit 23cbd2460d

View File

@ -5,10 +5,10 @@
:>keywords
:>rcsid
find . -type f -name '*.[1-9ch]' | cut -c 3- | \
svn list -R | grep -v '/$' | \
while read f ; do
svn proplist -v $f | grep -q 'FreeBSD=%H' || continue
egrep -l '(\.\\"|/\*) \$FreeBSD[:\$]' $f >>keywords
egrep -l '^(#|\.\\"|/\*)[[:space:]]+\$FreeBSD[:\$]' $f >>keywords
egrep -l '__RCSID\("\$FreeBSD[:\$]' $f >>rcsid
done
sort -u keywords rcsid | xargs perl -n -i -e '