/etc/cron.daily/sn always want to do some article expiration.

Bug #1321 reported by Ralph Corderoy
4
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/sn/debian-config. Perhaps this can be adopted officially?

    EXPIRETIME=7d
    test -f /etc/news/sn/debian-config && . /etc/news/sn/debian-config

--> test "$EXPIRETIME" != never &&
    for f in *
    do
        ...
    done

    if [ "$RUNFROM" = cron ]; then
        /usr/sbin/snget >/dev/null 2>&1 &
    fi

Changed in sn:
assignee: nobody → motu
Revision history for this message
Barry deFreese (bddebian) wrote :

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.

Changed in sn:
importance: Low → Wishlist
status: Unconfirmed → Confirmed
Changed in sn (Ubuntu):
assignee: MOTU (motu) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.