From de4bee5922b26e3f4ea850854bc35e0cf8a5d523 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sat, 29 Apr 2006 04:49:19 +0000 Subject: [PATCH] Add newly supported databases such as services, protocols and rpc into generated nsswitch.conf. --- etc/rc.d/nsswitch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index 4966c7e0861a..9e22ddbe108a 100644 --- a/etc/rc.d/nsswitch +++ b/etc/rc.d/nsswitch @@ -58,7 +58,7 @@ convert_host_conf() *) printf "Warning: unrecognized line [%s]", $line > "/dev/stderr" ;; - + esac done < $host_conf @@ -77,6 +77,10 @@ networks: files passwd: compat passwd_compat: nis shells: files +services: files +services_compat: nis +protocols: files +rpc: files EOF }