chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b2516a0
)
typo in cron script
author
Richard Kettlewell
<rjk@greenend.org.uk>
Fri, 18 Feb 2011 19:04:31 +0000
(19:04 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Fri, 18 Feb 2011 19:04:31 +0000
(19:04 +0000)
debian/disorder.daily
patch
|
blob
|
blame
|
history
diff --git
a/debian/disorder.daily
b/debian/disorder.daily
index 3a4c64a60dd42151fdc526f622b502a86d385a4c..18f4bedcd679ea6979c2bb2d1f513feabd3eeb5e 100755
(executable)
--- a/
debian/disorder.daily
+++ b/
debian/disorder.daily
@@
-25,6
+25,6
@@
fi
if ${PRUNE}; then
# Delete old backups
if ${PRUNE}; then
# Delete old backups
- find /var/lib/disorder/backups -type
-
f -ctime +${MAXAGE} -print0 \
+ find /var/lib/disorder/backups -type f -ctime +${MAXAGE} -print0 \
| xargs -r0 rm -f
fi
| xargs -r0 rm -f
fi