From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 22 22:10:22 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87DA6106568F for ; Tue, 22 Dec 2009 22:10:22 +0000 (UTC) (envelope-from freebsd-hackers@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA528FC16 for ; Tue, 22 Dec 2009 22:10:22 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NNCvb-0006WQ-VD for freebsd-hackers@freebsd.org; Tue, 22 Dec 2009 23:10:03 +0100 Received: from CPE00134609fbfb-CM0013718690da.cpe.net.cable.rogers.com ([99.226.150.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Dec 2009 23:10:03 +0100 Received: from jasonspiro4 by CPE00134609fbfb-CM0013718690da.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Dec 2009 23:10:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-hackers@freebsd.org From: Jason Spiro Date: Tue, 22 Dec 2009 22:06:12 +0000 (UTC) Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 99.226.150.73 (Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.13) Gecko/2009080717 Firefox/3.0.13) Sender: news Subject: Re: Suggestion: rename "killall" to "fkill", but wait five years to phase the new name in X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 22:10:22 -0000 jhell DataIX.net> writes: > > This is what shell aliases are for and what a system admins job consist > of. If it gives you that much of a problem just alias it out for your self > in your .cshrc .shrc .bashrc .bash_profile etc. If you want to change > something on a more per user basis figure out how to setup a skeleton > directory so when a new user is created they get all the files from that > skel copied into there home. If it is more of a system-wide change then > the shell files in /etc will probably be of more use. > > PS: Applying your changes to a mailing list are not const. Using aliases would help me, but wouldn't help people elsewhere in the world who don't know what SysV killall does. Renaming FreeBSD killall would help prevent them from getting burned, perhaps on a busy production server, even once.