/etc/cron.daily/sn always want to do some article expiration.
Bug #1321 reported by
Ralph Corderoy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sn (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
/etc/cron.daily/sn doesn't allow for no automatic expiration of
articles
/etc/cron.daily/sn doesn't allow for no automatic expiration of
articles. Deleting the file would stop `RUNFROM = cron' working. I've
added a test of EXPIRETIME, allowing `never' to be set in
/etc/news/
EXPIRETIME=7d
test -f /etc/news/
--> test "$EXPIRETIME" != never &&
for f in *
do
...
done
if [ "$RUNFROM" = cron ]; then
fi
Changed in sn: | |
assignee: | nobody → motu |
Changed in sn (Ubuntu): | |
assignee: | MOTU (motu) → nobody |
To post a comment you must log in.
Thanks for your suggestion. The changes you are requesting require more discussion, which should be done on an appropriate mailing list or forum. <http:// www.ubuntu. com/community/ forums/> might be a good start.