summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 14:22:10 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 14:22:10 -0400
commitf8296b65608ea5414de118653b3929493d81a94c (patch)
tree03a28f95a232da07b5816446c93c8b7a1bc0e806
parentbb6df9198b3dba28e378acf738b0770fb159a1c8 (diff)
db-cleanup: clarify message
-rwxr-xr-xdb-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-cleanup b/db-cleanup
index 3b5ea13..989bda1 100755
--- a/db-cleanup
+++ b/db-cleanup
@@ -63,7 +63,7 @@ for POOL in "${PKGPOOLS[@]}" "${SRCPOOLS[@]}"; do
"${FTP_BASE}/${POOL}/"
done
-msg "Removing symlinks:"
+msg "Removing dead symlinks:"
find -L "${FTP_BASE}/" -type l
"${CLEANUP_DRYRUN}" || find -L "${FTP_BASE}/" -type l -delete