Package: initramfs-tools Version: 0.60 Severity: important Justification: Packages must not require the existance of any files in /usr/share/doc in order to function. http://release.debian.org/etch_rc_policy.txt
The postinstall script does: |if [ ! -e /etc/mkinitramfs/modules ]; then | cp /usr/share/doc/initramfs-tools/examples/modules /etc/mkinitramfs/ |fi This code gets called on a dpkg-reconfigure, and can fail if the admin has removed /etc/mkinitramfs/modules: |$ sudo dpkg-reconfigure initramfs-tools |cp: cannot stat `/usr/share/doc/initramfs-tools/examples/modules': No such file or directory -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

