aboutsummaryrefslogtreecommitdiff
path: root/cleaner.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-06-27 23:01:13 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-06-27 23:01:13 +0300
commitfdab97d3badc7cc48aeadc54a0946e42976e8387 (patch)
tree46724a38846ef8c36cf53fa323b65bd1a2469363 /cleaner.in
parent380b7047132b7747999c2bca1164671f5fb8c604 (diff)
downloadbeam-fdab97d3badc7cc48aeadc54a0946e42976e8387.tar.gz
beam-fdab97d3badc7cc48aeadc54a0946e42976e8387.tar.bz2
Minor changes.
* beam.conf (backup_logrotate_conf): Initialize variable. * cleaner.in: Include more detail in the initial verbose header. * lib/beam/common.in (beam_logrotate): Pass $verbose to logrotate.
Diffstat (limited to 'cleaner.in')
-rwxr-xr-xcleaner.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleaner.in b/cleaner.in
index c89511f..d8a57bc 100755
--- a/cleaner.in
+++ b/cleaner.in
@@ -55,7 +55,7 @@ esac
thisweek=$(date +%U)
lastweek=$((thisweek - retainweeks))
-$verbose \# removing files older than week $lastweek
+$verbose \# removing from $dir files ending in $suffix and older than week $lastweek
if [ -z "$suffix" ]; then
find $dir -type f -printf '%f\n'

Return to:

Send suggestions and report system problems to the System administrator.