Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-14 Thread Theodore Tso
tags 459403 +pending thanks Thanks, i've checked in a fix into the e2fsprogs repository. - Ted -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-06 Thread Julien Cristau
Package: libuuid1 Version: 1.40.4-1 Severity: serious Hi, the libuuid1 postinst contains: groupadd -f -K GID_MIN=1 -K GID_MAX=999 libuuid if ! grep -q libuuid /etc/passwd; then useradd -d /var/lib/libuuid -K UID_MIN=1 -K UID_MAX=499 -g libuuid libuuid fi mkdir -p /var/lib/libuuid chown