From owner-cvs-sbin Mon Jun 23 15:46:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA05601 for cvs-sbin-outgoing; Mon, 23 Jun 1997 15:46:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA05571; Mon, 23 Jun 1997 15:45:45 -0700 (PDT) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA02709; Mon, 23 Jun 1997 15:44:52 -0700 (PDT) Date: Mon, 23 Jun 1997 15:44:52 -0700 (PDT) Message-Id: <199706232244.PAA02709@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/newfs newfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tegge 1997/06/23 15:44:52 PDT Modified files: sbin/newfs newfs.c Log: Allow use of the name "swap" instead of an actual swap device. This makes configuration of mfs /tmp on diskless clients more intuitive for people like me, that have used this feature on NetBSD and SunOS. Using the -T option and /dev/null, while already supported, is neither intuitive nor documented in the handbook. Obtained from: NetBSD Revision Changes Path 1.17 +31 -0 src/sbin/newfs/newfs.c