Hi, unattended-upgrades: + apt package already comes with cron script using this. - uses perl and looks slow and heavy - use /etc/apt/apt-conf.d/*. - does not use apt-config
cron-apt: + shell script - does not use normal /etc/apt/apt-conf.d/*. - does not use apt-config - code is long for simple thing I am wondering if we can just replace unattended-upgrades functionality using shell script. (Maybe simpler variant. If it sees some blacklisted package touched, it does nothing.) Using -s and grep, it may be OK. to do so ... I may change apt cron script to do just that. (Of course using apt-config) It send root mail anyway. Osamu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

