mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
This uses relative paths to make it more specific to avoid any potential future problems with .PATH and leverages CONFS. libc was picked as the destination location for these because of the syscalls that use these files as the lowest level place they are referenced. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17164
16 lines
272 B
Text
16 lines
272 B
Text
#
|
|
# nsswitch.conf(5) - name service switch configuration file
|
|
# $FreeBSD$
|
|
#
|
|
group: compat
|
|
group_compat: nis
|
|
hosts: files dns
|
|
netgroup: compat
|
|
networks: files
|
|
passwd: compat
|
|
passwd_compat: nis
|
|
shells: files
|
|
services: compat
|
|
services_compat: nis
|
|
protocols: files
|
|
rpc: files
|