Your message dated Wed, 29 Sep 2010 08:17:05 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-shadow-devel] Bug#598442: passwd backup script in
cron.daily fails with files not found
has caused the Debian Bug report #598442,
regarding passwd backup script in cron.daily fails with files not found
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
598442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598442
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: passwd backup script in cron.daily fails with files not found
Package: passwd
Version: 1:4.1.4.2+svn3283-1
Severity: normal
The passwd backup script /etc/cron.daily/passwd fails with files not
found because
it tries to copy the original files from /var/backups.
Please see the attached file for a fix.
Regards,
Christoph Kling
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages passwd depends on:
ii debianutils 3.4 Miscellaneous utilities
specific t
ii libc6 2.11.2-5 Embedded GNU C Library:
Shared lib
ii libpam-modules 1.1.1-6 Pluggable Authentication
Modules f
ii libpam0g 1.1.1-6 Pluggable Authentication
Modules l
ii libselinux1 2.0.96-1 SELinux runtime shared
libraries
passwd recommends no packages.
passwd suggests no packages.
-- Configuration Files:
/etc/cron.daily/passwd changed:
cd /var/backups || exit 0
for FILE in passwd group shadow gshadow; do
test -f /etc/$FILE || continue
cmp -s $FILE.bak /etc/$FILE && continue
cp -p /etc/$FILE $FILE.bak && chmod 600 $FILE.bak
done
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:4.1.4.2+svn3283-2
Quoting Christoph Kling ([email protected]):
> Subject: passwd backup script in cron.daily fails with files not found
> Package: passwd
> Version: 1:4.1.4.2+svn3283-1
> Severity: normal
>
> The passwd backup script /etc/cron.daily/passwd fails with files not
> found because
> it tries to copy the original files from /var/backups.
Fixed in 1:4.1.4.2+svn3283-2
signature.asc
Description: Digital signature
--- End Message ---