mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Adam J. Richter" <adam@yggdrasil.com>
To: andrew@walrond.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: Patch: 2.5.62.4 small devfs
Date: Mon, 3 Mar 2003 10:15:52 -0800	[thread overview]
Message-ID: <200303031815.KAA03000@adam.yggdrasil.com> (raw)

>Could you suggest a simple bit of sh script that will tell me if I have 
>a devfs or small devfs kernel, (so my init scripts can decide whether or 
>not to load devfsd?)

	I haven't tested this, but something like this might
work:

	if [ -e /dev/.devfsd ] ; then
		echo "Running old devfs"
		devfsd
	else
		echo "Running no devfs or new devfs."
	fi

Adam J. Richter     __     ______________   575 Oroville Road
adam@yggdrasil.com     \ /                  Milpitas, California 95035
+1 408 309-6081         | g g d r a s i l   United States of America
                         "Free Software For The Rest Of Us."

             reply	other threads:[~2003-03-03 18:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-03 18:15 Adam J. Richter [this message]
     [not found] <200303031638.h23GcH131618@gaea.projecticarus.com>
2003-03-03 16:45 ` Andrew Walrond
  -- strict thread matches above, loose matches on Subject: below --
2003-02-28 22:29 Adam J. Richter
2003-03-03 16:27 ` Andrew Walrond

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200303031815.KAA03000@adam.yggdrasil.com \
    --to=adam@yggdrasil.com \
    --cc=andrew@walrond.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®