Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Sep 2010 18:02:39 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        rc@FreeBSD.org
Subject:   Remove the only use of printf in /etc/rc.d
Message-ID:  <20100907.180239.988891467257658938.imp@bsdimp.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100907.180239.988891467257658938.imp>