diff options
author | jim-p <jimp@pfsense.org> | 2013-04-26 13:15:34 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-04-26 13:15:34 -0400 |
commit | 459b5317da7c13ef51011f1709a706075e2b8618 (patch) | |
tree | 419824c3b033a3d1d8bd2c2ab99e6c00306ccb51 | |
parent | aa72848dd20d2f6c935e19bfba3e15c4d72fcc97 (diff) | |
download | pfsense-459b5317da7c13ef51011f1709a706075e2b8618.zip pfsense-459b5317da7c13ef51011f1709a706075e2b8618.tar.gz |
Add nsswitch.conf to stop syslog from producing errors when sending full messages.
-rw-r--r-- | etc/nsswitch.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/nsswitch.conf b/etc/nsswitch.conf new file mode 100644 index 0000000..0cfac41 --- /dev/null +++ b/etc/nsswitch.conf @@ -0,0 +1,8 @@ +group: files +hosts: files dns +networks: files +passwd: files +shells: files +services: files +protocols: files +rpc: files |