Add bullseye build
This commit is contained in:
parent
fc6c79328d
commit
0db14669f8
9 changed files with 442 additions and 1 deletions
19
bullseye_php7/nsswitch.conf
Normal file
19
bullseye_php7/nsswitch.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# /etc/nsswitch.conf
|
||||
#
|
||||
# Example configuration of GNU Name Service Switch functionality.
|
||||
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
||||
# `info libc "Name Service Switch"' for information about this file.
|
||||
|
||||
passwd: compat ldap
|
||||
group: compat ldap
|
||||
shadow: compat
|
||||
|
||||
hosts: files dns
|
||||
networks: files
|
||||
|
||||
protocols: db files
|
||||
services: db files
|
||||
ethers: db files
|
||||
rpc: db files
|
||||
|
||||
netgroup: nis
|
||||
Loading…
Add table
Add a link
Reference in a new issue