Package: apticron
Version: 1.1.42
Severity: normal
Tags: patch

I have custom package named cacti-thold. This name is false matched as
package in hold state by this line in apticron script:

DSELECT_HOLDS=`dpkg --get-selections |grep hold |cut -f1`

simple change, to grep only lines which ends by "hold", can solve this:

DSELECT_HOLDS=`dpkg --get-selections |grep "hold$" |cut -f1`

regards
Slavko

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

apticron not installed on this machine



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to