From owner-cvs-etc Sun Jul 6 01:07:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA13884 for cvs-etc-outgoing; Sun, 6 Jul 1997 01:07:59 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA13860; Sun, 6 Jul 1997 01:06:49 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA20322; Sun, 6 Jul 1997 18:04:29 +1000 Date: Sun, 6 Jul 1997 18:04:29 +1000 From: Bruce Evans Message-Id: <199707060804.SAA20322@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: cvs commit: src/etc/etc.i386 rc.i386 Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > etc/etc.i386 rc.i386 > Log: > fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, not > just the next argument. We really need to be able to tag drivers with rand_args was supposed to allow multiple -s args, something like "-s 5 -s 11", but this doesn't work, except possibly with non-obvious quoting. rc.conf still says to use -s. Bruce