From b00e7a4162da3adeb62f5807e2f30cd71041a8e5 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 23 Jan 1999 08:07:05 +0000 Subject: [PATCH] add missing colons (this is what happens when you cut & paste from a man page...) noticed by Dave Huang in [lib/6865] --- etc/nsswitch.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/nsswitch.conf b/etc/nsswitch.conf index 1300a9cfd145..9d865df96ae4 100644 --- a/etc/nsswitch.conf +++ b/etc/nsswitch.conf @@ -1,14 +1,14 @@ -# $NetBSD: nsswitch.conf,v 1.2 1999/01/22 03:39:10 lukem Exp $ +# $NetBSD: nsswitch.conf,v 1.3 1999/01/23 08:07:05 lukem Exp $ # # nsswitch.conf(5) - # name service switch configuration file # # these are the defaults in libc # -group compat -group_compat nis -hosts dns files -netgroup files [notfound=return] nis -networks files -passwd compat -passwd_compat nis +group: compat +group_compat: nis +hosts: dns files +netgroup: files [notfound=return] nis +networks: files +passwd: compat +passwd_compat: nis