summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2006-04-29 04:49:19 +0000
committerume <ume@FreeBSD.org>2006-04-29 04:49:19 +0000
commit00dbaccdc47a4909b01e3013e28beefeb8c3da09 (patch)
tree4fee228366673802b9a821f42f4c9d0b617b83bb /etc
parentca7df9cd78eee8ff0798235b7d017b26c97edfab (diff)
downloadFreeBSD-src-00dbaccdc47a4909b01e3013e28beefeb8c3da09.zip
FreeBSD-src-00dbaccdc47a4909b01e3013e28beefeb8c3da09.tar.gz
Add newly supported databases such as services, protocols and rpc
into generated nsswitch.conf.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/nsswitch6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch
index 4966c7e..9e22ddb 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
}
OpenPOWER on IntegriCloud