On Wed, Feb 09, 2000 at 07:29:07AM -0800, Joel Klecker wrote: > >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.
Yes, my fstab does have /devpts. I don't remember if I did that myself or if a script did it; I've removed the slash now. Thanks, -Ben -- Ben Darnell [EMAIL PROTECTED] http://thoughtstream.org

