Check for files belongs to an unknown user or unknown group.

Do not run by default.
This commit is contained in:
Wolfram Schneider 1997-11-01 15:03:05 +00:00
parent d5c1fb3ee9
commit 7010605e55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30881
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,14 @@
#!/bin/sh -
#
# $Id$
exit 0 # do not run by default
echo ""
echo "Check for files belongs to an unknown user or unknown group:"
# directories to be verified
: ${NOIDSEARCHPATHS="/"}
find -H $NOIDSEARCHPATHS -fstype local \( -nogroup -or -nouser \) -print

View File

@ -1,10 +1,11 @@
# $Id: Makefile,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
# $Id: Makefile,v 1.2 1997/08/18 16:49:40 pst Exp $
BIN= 120.clean-kvmdb \
300.uucp \
310.locate \
320.whatis \
330.catman \
340.noid \
999.local
.include <bsd.prog.mk>