summaryrefslogtreecommitdiff
path: root/debian/cron.daily
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-13 13:46:12 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-13 13:46:12 -0500
commitdd0158e0f7cbb26db472d8c4da20d7dfa1e112f8 (patch)
treedc7d201930a6728caf5a80737df5c247b93df65b /debian/cron.daily
parentd7179c5d73ec0e90cf4193b1f76391d325d9ea8d (diff)
shut up cron job
(I hope that no VCS outputs commits to stderr..)
Diffstat (limited to 'debian/cron.daily')
-rw-r--r--debian/cron.daily2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/cron.daily b/debian/cron.daily
index 6b7ccf7..78e66e4 100644
--- a/debian/cron.daily
+++ b/debian/cron.daily
@@ -4,7 +4,7 @@ if [ -x /usr/sbin/etckeeper ] && [ -e /etc/etckeeper/etckeeper.conf ]; then
. /etc/etckeeper/etckeeper.conf
if [ "$AVOID_DAILY_AUTOCOMMITS" != "1" ]; then
if etckeeper unclean; then
- etckeeper commit "daily autocommit"
+ etckeeper commit "daily autocommit" >/dev/null
fi
fi
fi