>On my system, >% mount | grep devpts >/devpts on /dev/pts type devpts (rw,gid=5,mode=620) >% >Note the initial /. Shouldn't the devpts_mounted check in devpts.sh be >'^/devpts'? If I make this change myself, everything seems to work >correctly. Is it normal for that slash to be there?
devpts.sh doesn't use '/devpts' for the "device", perhaps that's what you have in your /etc/fstab? In any event, I've changed the check to grep for '/dev/pts' instead for the next release. -- Joel Klecker (aka Espy) Debian GNU/Linux Developer <URL:mailto:[EMAIL PROTECTED]> <URL:mailto:[EMAIL PROTECTED]> <URL:http://web.espy.org/> <URL:http://www.debian.org/>

