The patch as supplied does not correctly work (under 2.2.14, at least). I changed this: +devpts=$(grep -c devpts /proc/filesystems || true) to this: +devpts=$(grep -c devpts /proc/mounts || true)
and all was happy. -- Brian M. Almeida Linux Systems Engineer | http://www.winstar.com | [EMAIL PROTECTED] Debian Developer | http://www.debian.org | [EMAIL PROTECTED] Scotty is smoking the dilithium crystals again, Jim

