From owner-cvs-usrsbin Sun Sep 7 05:44:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA16484 for cvs-usrsbin-outgoing; Sun, 7 Sep 1997 05:44:06 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA16439; Sun, 7 Sep 1997 05:43:56 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id WAA05338; Sun, 7 Sep 1997 22:42:34 +1000 Date: Sun, 7 Sep 1997 22:42:34 +1000 From: Bruce Evans Message-Id: <199709071242.WAA05338@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config Makefile config.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >bde 1997/09/07 03:35:19 PDT > > Modified files: > usr.sbin/config Makefile config.8 > Log: > Don't say that swapping is configured by config. Oops, changing the Makefile was bogus. This also fixes config.8 claiming that the "swap" configuration file contains definitions for `argument processing'. There seem to be no traces of arg processing except for an unused variable `argdev' in nfsdiskless.c, and in a stale comment about this variable, and in a copy of the stale comment. What was it? Bruce