Your message dated Wed, 06 Feb 2008 11:45:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464390: Obsolete conffile /etc/init.d/sudo has been
modified by you.
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: sudo
Version: 1.6.9p11-2
Severity: normal
Hi,
I'm pretty sure I didn't modify this file.
Preparing to replace sudo 1.6.9p11-1+b1 (using .../sudo_1.6.9p11-2_i386.deb) ...
Obsolete conffile /etc/init.d/sudo has been modified by you.
Saving as /etc/init.d/sudo.dpkg-bak ...
Removing any system startup links for /etc/init.d/sudo ...
/etc/rcS.d/S75sudo
Unpacking replacement sudo ...
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
cpio mktemp sudo tzdata update-inetd
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1093kB of archives.
After this operation, 123kB disk space will be freed.
Do you want to continue [Y/n]?
Preconfiguring packages ...
(Reading database ... 30196 files and directories currently installed.)
Preparing to replace mktemp 1.5-5 (using .../archives/mktemp_1.5-6_i386.deb) ...
Unpacking replacement mktemp ...
Setting up mktemp (1.5-6) ...
(Reading database ... 30196 files and directories currently installed.)
Preparing to replace tzdata 2007k-2 (using .../tzdata_2007k-3_all.deb) ...
Unpacking replacement tzdata ...
Setting up tzdata (2007k-3) ...
User defined timezone, leaving /etc/localtime unchanged.
Local time is now: Wed Feb 6 16:53:45 CET 2008.
Universal Time is now: Wed Feb 6 15:53:45 UTC 2008.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
(Reading database ... 30196 files and directories currently installed.)
Preparing to replace cpio 2.9-9 (using .../archives/cpio_2.9-10_i386.deb) ...
Unpacking replacement cpio ...
Preparing to replace update-inetd 4.28 (using .../update-inetd_4.29_all.deb) ...
Unpacking replacement update-inetd ...
Preparing to replace sudo 1.6.9p11-1+b1 (using .../sudo_1.6.9p11-2_i386.deb) ...
Obsolete conffile /etc/init.d/sudo has been modified by you.
Saving as /etc/init.d/sudo.dpkg-bak ...
Removing any system startup links for /etc/init.d/sudo ...
/etc/rcS.d/S75sudo
Unpacking replacement sudo ...
Setting up cpio (2.9-10) ...
Setting up update-inetd (4.29) ...
Setting up sudo (1.6.9p11-2) ...
Installing new version of config file /etc/pam.d/sudo ...
[EMAIL PROTECTED]:~$ cat /etc/init.d/sudo.dpkg-bak
#! /bin/sh
### BEGIN INIT INFO
# Provides: sudo
# Required-Start: $local_fs $remote_fs
# Required-Stop:
# Default-Start: S 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
N=/etc/init.d/sudo
set -e
case "$1" in
start)
# make sure privileges don't persist across reboots
if [ -d /var/run/sudo ]
then
find /var/run/sudo -exec touch -t 198501010000 '{}' \;
fi
;;
stop|reload|restart|force-reload)
;;
*)
echo "Usage: $N {start|stop|restart|force-reload}" >&2
exit 1
;;
esac
exit 0
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages sudo depends on:
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libpam-modules 0.99.7.1-5 Pluggable Authentication Modules f
ii libpam0g 0.99.7.1-5 Pluggable Authentication Modules l
sudo recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, 2008-02-06 at 16:57 +0100, Olaf van der Spek wrote:
> I'm pretty sure I didn't modify this file.
This behavior of the preinst means that dpkg thinks the file has a
different md5sum than when it was initially installed. I can't think of
any better behavior in this case.
Feel free to delete /etc/init.d/sudo.dpkg-bak if you don't want it.
Bdale
--- End Message ---