debian-updates-BAD.conf 361 B

123456
  1. # Check for debian updates
  2. UserParameter=debian_updates[*], aptitude -F%p search "?upgradable ?archive(`sed '/^deb .*$1/!d;s/^deb [^ ]* \([^ ]*\) .*/\1/;q' /etc/apt/sources.list`)" 2>/dev/null | wc -l
  3. # Increase the global timeout (unfortunately), or zabbix killing
  4. # aptitude will leave a /tmp/aptitude-zabbix.* directory turd every
  5. # now and then.
  6. Timeout=12