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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]