From owner-cvs-all Sat Jul 27 23:45:32 2002
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
by hub.freebsd.org (Postfix) with ESMTP
id 0490237B400; Sat, 27 Jul 2002 23:45:31 -0700 (PDT)
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
by mx1.FreeBSD.org (Postfix) with ESMTP
id ABE0A43E3B; Sat, 27 Jul 2002 23:45:30 -0700 (PDT)
(envelope-from dd@FreeBSD.org)
Received: from freefall.freebsd.org (dd@localhost [127.0.0.1])
by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6S6jUJU040873;
Sat, 27 Jul 2002 23:45:30 -0700 (PDT)
(envelope-from dd@freefall.freebsd.org)
Received: (from dd@localhost)
by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6S6jUCo040872;
Sat, 27 Jul 2002 23:45:30 -0700 (PDT)
Message-Id: <200207280645.g6S6jUCo040872@freefall.freebsd.org>
From: Dima Dorfman
Date: Sat, 27 Jul 2002 23:45:30 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/devfs devfs.8 devfs.c extern.h rule.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
List-ID:
List-Archive: (Web Archive)
List-Help: (List Instructions)
List-Subscribe:
List-Unsubscribe:
X-Loop: FreeBSD.ORG
dd 2002/07/27 23:45:30 PDT
Modified files:
sbin/devfs devfs.8 devfs.c extern.h rule.c
Log:
Implement this (quoted from the updated man page): If the first token
of a rule specification is a single dash (``-''), rules are read from
the standard input and the rest of the specification is ignored.
Revision Changes Path
1.3 +26 -0 src/sbin/devfs/devfs.8
1.2 +90 -1 src/sbin/devfs/devfs.c
1.2 +2 -0 src/sbin/devfs/extern.h
1.2 +63 -8 src/sbin/devfs/rule.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message