Package: tiger Version: 1:3.2.4~rc1-3.4 Severity: normal Tags: patch On a usrmerged system (now the default), tiger outputs spurious messages like these:
NEW: --WARN-- [lin001w] File `/bin/apt-get' does not belong to any package. NEW: --WARN-- [lin001w] File `/bin/chsh' does not belong to any package. NEW: --WARN-- [lin001w] File `/bin/cut' does not belong to any package. I suspect the optimization isn't usrmerge-aware because the "non-optimized" version which uses dpkg directly works just fine. Francois -- System Information: Debian Release: forky/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.12.38+deb13-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages tiger depends on: ii binutils 2.45-3 ii bsdutils 1:2.41.1-1 ii debconf [debconf-2.0] 1.5.91 ii debianutils 5.23.2 ii libc6 2.41-12 ii lsb-release 12.1-1 ii net-tools 2.10-1.3 ii ucf 3.0052 Versions of packages tiger recommends: ii chkrootkit 0.58b-5+b2 pn john <none> ii postfix [mail-transport-agent] 3.10.3-3 pn tripwire | aide <none> Versions of packages tiger suggests: ii lsof 4.99.4+dfsg-2 pn lynis <none> -- debconf information: * tiger/mail_rcpt: root * tiger/policy_adapt:
diff --git a/tigerrc b/tigerrc index 35949a4..1aaf807 100644 --- a/tigerrc +++ b/tigerrc @@ -390,7 +390,7 @@ Tiger_Running_Procs='syslogd cron atd klogd' # Should we optimize DPKG checks? (by not using dpkg but looking on # the file database at /var/lib/dpkg?) # -Tiger_DPKG_Optimize=Y +Tiger_DPKG_Optimize=N # # Other applications: #

