annotate debian/cron.daily @ 307:a6e66cc358e8 noffle

[svn] output md5sums and conffiles
author godisch
date Mon, 17 Feb 2003 17:11:14 +0000
parents 3b5b7f3fd71f
children 08222dbe6eb0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
301
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
1 #!/bin/sh -e
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
2 #
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
3 # expire old articles, output will be logged to syslog
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
4
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
5 [ -x /usr/bin/noffle ] && /usr/bin/noffle --expire > /dev/null 2>&1