From owner-cvs-sys Thu Nov 20 09:10:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA18480 for cvs-sys-outgoing; Thu, 20 Nov 1997 09:10:52 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA18203; Thu, 20 Nov 1997 09:07:33 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA13324; Thu, 20 Nov 1997 09:07:23 -0800 (PST) Date: Thu, 20 Nov 1997 09:07:23 -0800 (PST) Message-Id: <199711201707.JAA13324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/20 09:07:23 PST Modified files: sys/i386/i386 autoconf.c Log: Don't allow setting the dump device to any partition except the one traditionally reserved for swap devices. The restrictions should now be the same as the ones for dumpsys(). The restriction on the partition should be removed someday, and dumpsys() shouldn't repeat all the checks. Revision Changes Path 1.79 +8 -1 src/sys/i386/i386/autoconf.c