diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
commit | a334319f6530564d22e775935d9c91663623a1b4 (patch) | |
tree | b5877475619e4c938e98757d518bb1e9cbead751 /nscd/nscd.conf | |
parent | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (diff) | |
download | glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.gz |
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Diffstat (limited to 'nscd/nscd.conf')
-rw-r--r-- | nscd/nscd.conf | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/nscd/nscd.conf b/nscd/nscd.conf index 954eafd554..87e7a84487 100644 --- a/nscd/nscd.conf +++ b/nscd/nscd.conf @@ -23,8 +23,6 @@ # check-files <service> <yes|no> # persistent <service> <yes|no> # shared <service> <yes|no> -# max-db-size <service> <number bytes> -# auto-propagate <service> <yes|no> # # Currently supported cache names (services): passwd, group, hosts # @@ -33,8 +31,8 @@ # logfile /var/log/nscd.log # threads 6 # max-threads 128 - server-user nscd -# stat-user nocpulse +# server-user nobody +# stat-user somebody debug-level 0 # reload-count 5 paranoia no @@ -47,8 +45,6 @@ check-files passwd yes persistent passwd yes shared passwd yes - max-db-size passwd 33554432 - auto-propagate passwd yes enable-cache group yes positive-time-to-live group 3600 @@ -57,8 +53,6 @@ check-files group yes persistent group yes shared group yes - max-db-size group 33554432 - auto-propagate group yes enable-cache hosts yes positive-time-to-live hosts 3600 @@ -67,4 +61,3 @@ check-files hosts yes persistent hosts yes shared hosts yes - max-db-size hosts 33554432 |