Re: dexter and devfs

2000-10-16 Thread Matthew Garrett
On Mon, Oct 16, 2000 at 01:38:03AM -0500, Branden Robinson wrote: > If someone gives me some (POSIX) shell scriptage, invoking no commands > that aren't in essential packages, which will decisively determine whether > or not a system is using devfs, I will add support for devfs filenames in > the m

Re: dexter and devfs

2000-10-16 Thread Ben Collins
On Mon, Oct 16, 2000 at 02:41:00AM -0500, Derek J Witt wrote: > I also found this to work as well: > > === > > #!/bin/sh > DEVFS=`grep devfs /proc/filesystems | cut -f2` > > [ $DEVFS = "devfs" ] && echo "You're using devfs. :-)" Needs to be more complex: #!/bin/sh # They may have more th

Re: dexter and devfs

2000-10-16 Thread Matthew Garrett
On Mon, Oct 16, 2000 at 01:38:03AM -0500, Branden Robinson wrote: > If someone gives me some (POSIX) shell scriptage, invoking no commands > that aren't in essential packages, which will decisively determine whether > or not a system is using devfs, I will add support for devfs filenames in > the

Re: dexter and devfs

2000-10-16 Thread Ben Collins
On Mon, Oct 16, 2000 at 02:41:00AM -0500, Derek J Witt wrote: > I also found this to work as well: > > === > > #!/bin/sh > DEVFS=`grep devfs /proc/filesystems | cut -f2` > > [ $DEVFS = "devfs" ] && echo "You're using devfs. :-)" Needs to be more complex: #!/bin/sh # They may have more t

Re: dexter and devfs

2000-10-16 Thread Derek J Witt
I also found this to work as well: === #!/bin/sh DEVFS=`grep devfs /proc/filesystems | cut -f2` [ $DEVFS = "devfs" ] && echo "You're using devfs. :-)" === Looks like it's going to be a simple thing to test anyway we do it. :-) ** Derek J Witt

Re: dexter and devfs

2000-10-16 Thread Zephaniah E. Hull
On Mon, Oct 16, 2000 at 01:38:03AM -0500, Branden Robinson wrote: > If someone gives me some (POSIX) shell scriptage, invoking no commands > that aren't in essential packages, which will decisively determine whether > or not a system is using devfs, I will add support for devfs filenames in > the m

dexter and devfs

2000-10-16 Thread Branden Robinson
If someone gives me some (POSIX) shell scriptage, invoking no commands that aren't in essential packages, which will decisively determine whether or not a system is using devfs, I will add support for devfs filenames in the mouse configuration section. But not before; it's beyond my current knowle

Re: dexter and devfs

2000-10-16 Thread Derek J Witt
I also found this to work as well: === #!/bin/sh DEVFS=`grep devfs /proc/filesystems | cut -f2` [ $DEVFS = "devfs" ] && echo "You're using devfs. :-)" === Looks like it's going to be a simple thing to test anyway we do it. :-) ** Derek J Witt

Re: dexter and devfs

2000-10-15 Thread Zephaniah E. Hull
On Mon, Oct 16, 2000 at 01:38:03AM -0500, Branden Robinson wrote: > If someone gives me some (POSIX) shell scriptage, invoking no commands > that aren't in essential packages, which will decisively determine whether > or not a system is using devfs, I will add support for devfs filenames in > the

dexter and devfs

2000-10-15 Thread Branden Robinson
If someone gives me some (POSIX) shell scriptage, invoking no commands that aren't in essential packages, which will decisively determine whether or not a system is using devfs, I will add support for devfs filenames in the mouse configuration section. But not before; it's beyond my current knowl