From 60b5f10bd9b61d10a4efdc4fd8631b696b54442e Mon Sep 17 00:00:00 2001 From: gavin Date: Sun, 3 Jan 2010 19:14:22 +0000 Subject: The default hash table size is 257 not 255. Reword the rest of the line slightly while here. PR: bin/121671 Submitted by: Artis Caune artis.caune gmail.com Approved by: ed (mentor) --- etc/rc.d/nsswitch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index 1540583..1b1f992 100755 --- a/etc/rc.d/nsswitch +++ b/etc/rc.d/nsswitch @@ -77,10 +77,10 @@ generate_host_conf() nis) echo "nis" >> $host_conf ;; - *=*) + cache | *=*) ;; *) - printf "Warning: unrecognized source [%s]", $_s > "/dev/stderr" + printf "Warning: unrecognized source [%s]\n" $_s > "/dev/stderr" ;; esac done -- cgit v1.1