From owner-cvs-sbin Sun Mar 10 23:48:15 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13725 for cvs-sbin-outgoing; Sun, 10 Mar 1996 23:48:15 -0800 (PST) Received: from veda.is (root@veda.is [193.4.230.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA13715 Sun, 10 Mar 1996 23:48:05 -0800 (PST) Received: (from adam@localhost) by veda.is (8.7.4/8.7.3) id HAA03163; Mon, 11 Mar 1996 07:47:55 GMT From: Adam David Message-Id: <199603110747.HAA03163@veda.is> Subject: Re: cvs commit: src/sbin/mount mount.c To: mpp@freefall.freebsd.org (Mike Pritchard) Date: Mon, 11 Mar 1996 07:47:52 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199603110022.QAA02676@freefall.freebsd.org> from Mike Pritchard at "Mar 10, 96 04:22:31 pm" X-Mailer: ELM [version 2.4ME+ PL10 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > mpp 96/03/10 16:22:30 > > Modified: sbin/mount mount.c > Log: > Only restrict the user from doing something like "mount /mnt /mnt" > for file system types that actually cause a panic (ufs, msdos, cd9660). > This makes /proc mountable again. > > Revision Changes Path > 1.11 +7 -4 src/sbin/mount/mount.c > # mount foo:/usr /usr mount: foo:: No such file or directory This problem exists with both revisions 1.11 and 1.10 Adam