annotate debian/cron.daily @ 301:3b5b7f3fd71f noffle

[svn] initial debian/ upload
author godisch
date Fri, 14 Feb 2003 13:54:32 +0000
parents
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