- add svn:eol-style native where needed, seems that we forgot some files last time - nuke svn:keywords from some files where it is not used
20 lines
482 B
Plaintext
20 lines
482 B
Plaintext
# Make sure that `passwd`, `group` and `shadow` have mysql in their lines
|
|
# You should place mysql at the end, so that it is queried after the other mechanisams
|
|
#
|
|
passwd: compat mysql
|
|
group: compat mysql
|
|
shadow: compat mysql
|
|
|
|
hosts: files dns
|
|
networks: files dns
|
|
|
|
services: db files
|
|
protocols: db files
|
|
rpc: db files
|
|
ethers: db files
|
|
netmasks: files
|
|
netgroup: files
|
|
bootparams: files
|
|
|
|
automount: files
|
|
aliases: files |