You are right, 'cron.d/apticron' is created by the `post-inst` script:

    cat <<EOF >"$tmpfile"
    # cron entry for apticron
    
    $min $hour * * * root test -x /usr/sbin/apticron && /usr/sbin/apticron 
--cron
    EOF
    
    ucf --debconf-ok --three-way "$tmpfile" /etc/cron.d/apticron

The changelog file does not contain an explanation for this
addition/duplication. I suspect that the author of `post-inst` meant to
use '/etc/cron.daily/apticron', not its '/etc/cron.d/' twin. This would
explain why they are identical.

-- 
apticron installs both 'cron.d/apticron' and 'cron.daily/apticron'
https://bugs.launchpad.net/bugs/657983
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to