From owner-cvs-all@FreeBSD.ORG Mon Sep 11 06:34:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDAE16A40F; Mon, 11 Sep 2006 06:34:14 +0000 (UTC) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 768A243D45; Mon, 11 Sep 2006 06:34:12 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.7/8.13.7) with ESMTP id k8B6YBRG078666; Sun, 10 Sep 2006 23:34:12 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.7/8.13.7/Submit) id k8B6YBEP078665; Sun, 10 Sep 2006 23:34:11 -0700 (PDT) (envelope-from obrien) Date: Sun, 10 Sep 2006 23:34:11 -0700 From: "David O'Brien" To: Craig Rodrigues Message-ID: <20060911063411.GA78561@dragon.NUXI.org> References: <200605162212.k4GMCtFf001467@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605162212.k4GMCtFf001467@repoman.freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 06:34:14 -0000 On Tue, May 16, 2006 at 10:12:55PM +0000, Craig Rodrigues wrote: > rodrigc 2006-05-16 22:12:55 UTC > FreeBSD src repository > Modified files: > sbin Makefile > Log: > Disconnect mount_reiserfs from build. > It is no longer needed, because "mount -t reiserfs" calls nmount(2) > directly to mount a ReiserFS file system without the use of > this external mount program. Since all of our other files systems have a mount_ command, can you please reconnect mount_reiserfs to the build so we have consistency (until the time all other FS's don't have a mount_). I'm sure I'm not the only one that is very used to using mount_ when manually mounting something. -- -- David (obrien@FreeBSD.org)