From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 15 21:10:13 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B222D16A403 for ; Thu, 15 Mar 2007 21:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A3D1313C448 for ; Thu, 15 Mar 2007 21:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2FLADuu008471 for ; Thu, 15 Mar 2007 21:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2FLADCA008469; Thu, 15 Mar 2007 21:10:13 GMT (envelope-from gnats) Date: Thu, 15 Mar 2007 21:10:13 GMT Message-Id: <200703152110.l2FLADCA008469@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: bin/110348: Add an option to do not automatically run ls with -A for root X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2007 21:10:13 -0000 The following reply was made to PR bin/110348; it has been noted by GNATS. From: Kris Kennaway To: Murilo Opsfelder Araujo Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/110348: Add an option to do not automatically run ls with -A for root Date: Thu, 15 Mar 2007 17:09:38 -0400 On Thu, Mar 15, 2007 at 06:05:13PM +0000, Murilo Opsfelder Araujo wrote: > ls automatically add -A option for root user. I believe it's better to have a way to disable this at buildworld time. > > This patch implements an option NO_LSAUTODOT, that can be used on make.conf to disable that feature. A build option is unnecessary for something so minor and easily worked around, just set an alias of ls=ls -I for your root shell. Kris