changed the Cleanup "Dangerous file" message to something more verbose git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2435 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -137,7 +137,7 @@ bash scripts/xfind.sh Documentation/. architecture/. misc/. \
-printf 'WARNING: Non-Standard Perm at %p\n' \
\) -o \( \
\( ! -type d ! -type f \) \
-printf 'WARNING: Dangerous file: %p\n' \
-printf 'WARNING: Neither a dir nor a regular file: %p\n' \
\)
exit 0
xxxxxxxxxx