# HG changeset patch # User heiko # Date 1168951097 0 # Node ID c6b65799fdb3448b5f68777ad0f13b9032dfef94 # Parent 9c16227f96aa484a319b7a1d14ce97486c7c66b5 new deb cron.daily.ex installed diff -r 9c16227f96aa -r c6b65799fdb3 cron.daily.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cron.daily.ex Tue Jan 16 12:38:17 2007 +0000 @@ -0,0 +1,7 @@ +#! /bin/bash + +# only output if terminal is connected +test -t 0 || exec >/dev/null + +exigrey --clean 3 '*' +exigrey --purge 5 '*' diff -r 9c16227f96aa -r c6b65799fdb3 debian/changelog --- a/debian/changelog Tue Jan 16 12:25:15 2007 +0000 +++ b/debian/changelog Tue Jan 16 12:38:17 2007 +0000 @@ -1,3 +1,12 @@ +exigrey (0.18-1) stable; urgency=low + + * new upstream + - Kosmetik + + * cron.daily.ex + + -- Heiko Schlittermann Tue, 16 Jan 2007 13:25:22 +0100 + exigrey (0.17-1) stable; urgency=low * new upstream diff -r 9c16227f96aa -r c6b65799fdb3 debian/cron.daily --- a/debian/cron.daily Tue Jan 16 12:25:15 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -#! /bin/bash - -# only output if terminal is connected -test -t 0 || exec >/dev/null - -exigrey --clean 3 '*' -exigrey --purge 5 '*' diff -r 9c16227f96aa -r c6b65799fdb3 debian/dirs --- a/debian/dirs Tue Jan 16 12:25:15 2007 +0000 +++ b/debian/dirs Tue Jan 16 12:38:17 2007 +0000 @@ -1,2 +1,3 @@ usr/bin usr/sbin +etc/cron.daily diff -r 9c16227f96aa -r c6b65799fdb3 debian/rules --- a/debian/rules Tue Jan 16 12:25:15 2007 +0000 +++ b/debian/rules Tue Jan 16 12:38:17 2007 +0000 @@ -61,6 +61,8 @@ DESTDIR=$(CURDIR)/debian/exigrey \ install + install -m755 cron.daily.ex $(CURDIR)/debian/exigrey/etc/cron.daily/exigrey + # Build architecture-independent files here. binary-indep: build install