: mkperm 4/12/90
: Run me as root.
DISTRIB=/interim
PLIST=/usr/adm/interim/permlist
cd $DISTRIB
mv -f $PLIST $PLIST.old
exec find . -exec /usr/local/perm {} ';' | sort -o $PLIST
chmod 666 $PLIST
diff $PLIST.old $PLIST | scat
