[packages/unscd] remove unsupported options, document those

glen glen at pld-linux.org
Thu Sep 12 20:08:08 CEST 2013


commit 8b201f88702855f608909973e315767313f5c84e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Sep 12 21:05:41 2013 +0300

    remove unsupported options, document those

 nscd.conf | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/nscd.conf b/nscd.conf
index e195469..3dd8350 100644
--- a/nscd.conf
+++ b/nscd.conf
@@ -11,19 +11,19 @@
 #	max-threads		<maximum #threads to use>
 #	server-user             <user to run server as instead of root>
 #		server-user is ignored if nscd is started with -S parameters
-#       stat-user               <user who is allowed to request statistics>
-#	reload-count		unlimited|<number>
-#	paranoia		<yes|no>
-#	restart-interval	<time in seconds>
+#       stat-user               <user who is allowed to request statistics> IGNORED in unscd
+#	reload-count		unlimited|<number> IGNORED in unscd
+#	paranoia		<yes|no> IGNORED in unscd
+#	restart-interval	<time in seconds> IGNORED in unscd
 #
 #       enable-cache		<service> <yes|no>
 #	positive-time-to-live	<service> <time in seconds>
 #	negative-time-to-live   <service> <time in seconds>
 #       suggested-size		<service> <prime number>
 #	check-files		<service> <yes|no>
-#	persistent		<service> <yes|no>
-#	shared			<service> <yes|no>
-#	auto-propagate		<service> <yes|no>
+#	persistent		<service> <yes|no> IGNORED in unscd
+#	shared			<service> <yes|no> IGNORED in unscd
+#	auto-propagate		<service> <yes|no> IGNORED in unscd
 #
 # Currently supported cache names (services): passwd, group, hosts
 #
@@ -33,34 +33,22 @@
 	threads			4
 	max-threads		32
 	server-user		nscd
-	stat-user		root
 	debug-level		0
-#	reload-count		5
-	paranoia		no
-#	restart-interval	3600
 
 	enable-cache		passwd		yes
 	positive-time-to-live	passwd		600
 	negative-time-to-live	passwd		20
 	suggested-size		passwd		211
 	check-files		passwd		yes
-	persistent		passwd		yes
-	shared			passwd		yes
-	auto-propagate		passwd		yes
 
 	enable-cache		group		yes
 	positive-time-to-live	group		3600
 	negative-time-to-live	group		60
 	suggested-size		group		211
 	check-files		group		yes
-	persistent		group		yes
-	shared			group		yes
-	auto-propagate		group		yes
 
 	enable-cache		hosts		yes
 	positive-time-to-live	hosts		3600
 	negative-time-to-live	hosts		20
 	suggested-size		hosts		211
 	check-files		hosts		yes
-	persistent		hosts		yes
-	shared			hosts		yes
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/unscd.git/commitdiff/6835b93cbe4cd62d17b989fcb7145f1a2d0794a0



More information about the pld-cvs-commit mailing list