From owner-freebsd-rc@FreeBSD.ORG Wed Sep 8 00:06:55 2010 Return-Path: Delivered-To: rc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A481610656DE for ; Wed, 8 Sep 2010 00:06:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 51F968FC13 for ; Wed, 8 Sep 2010 00:06:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o8802Sbi088461 for ; Tue, 7 Sep 2010 18:02:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 07 Sep 2010 18:02:39 -0600 (MDT) Message-Id: <20100907.180239.988891467257658938.imp@bsdimp.com> To: rc@FreeBSD.org From: "M. Warner Losh" X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Remove the only use of printf in /etc/rc.d X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2010 00:06:55 -0000 Comments on the following patch? Warner Index: nsswitch =================================================================== --- nsswitch (revision 211943) +++ nsswitch (working copy) @@ -80,7 +80,7 @@ cache | *=*) ;; *) - printf "Warning: unrecognized source [%s]\n" $_s >&2 + echo "Warning: unrecognized source [$_s]" >&2 ;; esac done