From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 23 15:52:40 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 9E0FE10656A5 for ; Wed, 23 Dec 2009 15:52:40 +0000 (UTC) (envelope-from arikapwr@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 29F9E8FC1E for ; Wed, 23 Dec 2009 15:52:39 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so1858360eyf.9 for ; Wed, 23 Dec 2009 07:52:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=YCurCtKR6yUiQoRtZr2h/IKdJMWTfcuXIOTC5nIcTuI=; b=jgA5ZWFC7EenkOr6jXEWd+g1k1W4u1X5/5pD/HQGAE3Zne07niLt2bZiRwt+AKKGVh O2Y0m0cnDxEDoVGjLq6FStsXZ7GMnbn1NzmMDXZIY+DdNug+sCNUiCC1UNKHdpm62YRF j+R6OChcNsNgTQsGx6m52CkgCWI5coohp3NtY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=U8nRRJhU5xu8rPPOLmWiDdyN48rxaNWZkmloYup7zwcpPGOZZdKS4N9IKR0XVSGPZK V/HrGKSpT49g6zTwGtlX3F/rtNT3aWC9ocFmH3md5RBZkse/GZ1JtrbCneAt2gnTEWhV wLiiCwv49CBNj3uc1i6o1SBZDNh21uEqXMmcE= Received: by 10.213.0.139 with SMTP id 11mr1506147ebb.86.1261582051485; Wed, 23 Dec 2009 07:27:31 -0800 (PST) Received: from ?192.168.1.33? (106.Red-79-147-146.dynamicIP.rima-tde.net [79.147.146.106]) by mx.google.com with ESMTPS id 13sm5204187ewy.1.2009.12.23.07.27.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Dec 2009 07:27:30 -0800 (PST) Message-ID: <4B3236F9.60005@gmail.com> Date: Wed, 23 Dec 2009 16:27:53 +0100 From: Daniel Tordable User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4B311165.4020800@missouri.edu> In-Reply-To: <4B311165.4020800@missouri.edu> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 23 Dec 2009 16:18:25 +0000 Cc: "freebsd-hackers@freebsd.org" 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: Wed, 23 Dec 2009 15:52:40 -0000 Stephen Montgomery-Smith escribió: > I would like to introduce a program into the base called > "screw-the-whole-system." It would do something like this: > > while true; do \ > echo "Please wait while your system is being destroyed..." > sleep 10 > done > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" > Why not adding regexp functionality to our killall in order just to do root # killall * System is going down INMEDIATELY and then forget about the "shutdown" command to save some KiB of space?