From owner-cvs-all@FreeBSD.ORG Sat Jul 7 11:29:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 079C116A41F; Sat, 7 Jul 2007 11:29:28 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EA44F13C483; Sat, 7 Jul 2007 11:29:27 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l67BTRwc088407; Sat, 7 Jul 2007 11:29:27 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l67BTRBZ088406; Sat, 7 Jul 2007 11:29:27 GMT (envelope-from remko) Message-Id: <200707071129.l67BTRBZ088406@repoman.freebsd.org> From: Remko Lodder Date: Sat, 7 Jul 2007 11:29:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/mdmfs mdmfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2007 11:29:28 -0000 remko 2007-07-07 11:29:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/mdmfs mdmfs.c Log: MFC rev 1.33 mdmfs.c o For this change I needed to modify a little extra, since the RELENG_5 version works different then the RELENG_6 or HEAD version that we currently have. I "backported" the -n change to RELENG_5 as well, without modifying the current behaviour for the other options etc. -n is used by newfs to tell "do not generate a .snap directory" instead of specifying rotational-positions, reflect that in the command arguments. PR: bin/110178 Submitted by: Alex Kozlov Approved by: imp (mentor) Approved by: imp (mentor, implicit) Revision Changes Path 1.20.2.1 +6 -6 src/sbin/mdmfs/mdmfs.c