Received: (at submit) by bugs.debian.org; 17 Apr 1997 17:44:57 +0000 Received: (qmail 23729 invoked from network); 17 Apr 1997 17:44:56 -0000 Received: from unknown (HELO zaratustra.feedback.com.ar) (root@200.5.76.7) by master.debian.org with SMTP; 17 Apr 1997 17:43:53 -0000 Received: from newton (root@dialup5S2.Feedback.com.ar [200.5.76.123]) by zaratustra.feedback.com.ar (8.7.3/8.7.3) with ESMTP id OAA28244 for <submit@bugs.debian.org>; Thu, 17 Apr 1997 14:43:41 -0300 Received: by newton id m0wHkh2-000kI1C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 17 Apr 1997 03:29:16 -0300 (ARST) Message-Id: <m0wHkh2-000kI1C@newton> Date: Thu, 17 Apr 1997 03:29:16 -0300 (ARST) From: Nicolas Lichtmaier <nick@Feedback.com.ar> Subject: dpkg: Executable conffiles in /etc/cron.*/ run even if package is deinstalled. To: submit@bugs.debian.org X-Mailer: bug 2.92 Package: dpkg Version: 1.4.0.8 I have this: $ l /etc/cron.weekly/man* -rwxr-xr-x 1 root root 148 Mar 31 1996 /etc/cron.weekly/man* -rwxr-xr-x 1 root root 255 Feb 26 15:08 /etc/cron.weekly/man-db* $ dpkg -l man man-db Desired=Unknown/Install/Remove/Purge | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-===============-==============-============================================ rc man 2.3.10-18 Display the on-line manual. ii man-db 2.3.10-33 Display the on-line manual. When a package is removed (not purged) it removes itself from rc scripts, and from places like that. However, executable conffiles executed by run-parts are still executed. dpkg can chmod -x file or something... This can turn into annoying behaviours... in this example, the catpages would be created twice!