From owner-cvs-usrsbin Sat Mar 29 03:01:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA20809 for cvs-usrsbin-outgoing; Sat, 29 Mar 1997 03:01:59 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA20801; Sat, 29 Mar 1997 03:01:56 -0800 (PST) Date: Sat, 29 Mar 1997 03:01:56 -0800 (PST) From: Bruce Evans Message-Id: <199703291101.DAA20801@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/vnconfig vnconfig.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/29 03:01:55 Modified: usr.sbin/vnconfig vnconfig.c Log: Use new mount args (mount "ufs" instead of MOUNT_UFS). vnconfig doesn't seem to be in Lite2, although dev/vn is. The Lite2 merge in userland has converted all mount calls except this one and one for devfs in init, so we can drop support for old mount args soon. Vnconfig probably shouldn't support mounting - it only supports ufs. Revision Changes Path 1.5 +1 -1 src/usr.sbin/vnconfig/vnconfig.c