Add newly supported databases such as services, protocols and rpc

into generated nsswitch.conf.
This commit is contained in:
Hajimu UMEMOTO 2006-04-29 04:49:19 +00:00
parent 0e3a96aae0
commit de4bee5922

View File

@ -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
}