summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2010-01-03 19:14:22 +0000
committergavin <gavin@FreeBSD.org>2010-01-03 19:14:22 +0000
commit60b5f10bd9b61d10a4efdc4fd8631b696b54442e (patch)
tree6b5486d446bc019555c0cab045fe33d304428d60 /etc
parenta507f603a7934a188370cd0e9669e145baaef69f (diff)
downloadFreeBSD-src-60b5f10bd9b61d10a4efdc4fd8631b696b54442e.zip
FreeBSD-src-60b5f10bd9b61d10a4efdc4fd8631b696b54442e.tar.gz
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)
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/nsswitch4
1 files 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
OpenPOWER on IntegriCloud