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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo