From owner-cvs-all@FreeBSD.ORG Tue May 24 14:31:23 2005 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 64B1816A41C; Tue, 24 May 2005 14:31:23 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1182D43D49; Tue, 24 May 2005 14:31:20 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j4OEXfwk028310; Tue, 24 May 2005 08:33:42 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42933A68.6000801@samsco.org> Date: Tue, 24 May 2005 08:30:00 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jean-Sebastien Pedron References: <200505241237.j4OCbJEL051511@repoman.freebsd.org> In-Reply-To: <200505241237.j4OCbJEL051511@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org 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 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 14:31:23 -0000 Jean-Sebastien Pedron wrote: > dumbbell 2005-05-24 12:37:19 UTC > > FreeBSD src repository > > Modified files: > sbin Makefile > Log: > Connect mount_reiserfs(8) to the build. > > Approved by: mux (mentor) > > Revision Changes Path > 1.149 +1 -0 src/sbin/Makefile Since there is no chance that ReiserFS will be used for mounting / or /usr, this probably would have fit better in /usr/sbin instead of /sbin. It's not a big enough deal to change unless you want to, but I'm just mentioning it for future reference. Scott