[packages/unscd] fix formatting

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


commit 8ad007716aaa2e6be7cf9d7fc4446425f58b6d7a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Sep 12 21:07:22 2013 +0300

    fix formatting

 nscd.conf | 57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)
---
diff --git a/nscd.conf b/nscd.conf
index 3dd8350..6c8fdfd 100644
--- a/nscd.conf
+++ b/nscd.conf
@@ -1,7 +1,7 @@
-#
+# vim:ts=8:sw=8:noet
 # /etc/nscd.conf
 #
-# An example Name Service Cache config file.  This file is needed by nscd.
+# Name Service Cache config file.  This file is needed by nscd.
 #
 # Legal entries are:
 #
@@ -9,17 +9,17 @@
 #	debug-level		<level>
 #	threads			<initial #threads to use>
 #	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> IGNORED in unscd
+#	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> 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>
+#	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>
+#	negative-time-to-live	<service> <time in seconds>
+#	suggested-size		<service> <prime number>
 #	check-files		<service> <yes|no>
 #	persistent		<service> <yes|no> IGNORED in unscd
 #	shared			<service> <yes|no> IGNORED in unscd
@@ -28,27 +28,26 @@
 # Currently supported cache names (services): passwd, group, hosts
 #
 
+logfile			/var/log/nscd
+threads			4
+max-threads		32
+server-user		nscd
+debug-level		0
 
-	logfile			/var/log/nscd
-	threads			4
-	max-threads		32
-	server-user		nscd
-	debug-level		0
-
-	enable-cache		passwd		yes
-	positive-time-to-live	passwd		600
-	negative-time-to-live	passwd		20
-	suggested-size		passwd		211
-	check-files		passwd		yes
+enable-cache		passwd		yes
+positive-time-to-live	passwd		600
+negative-time-to-live	passwd		20
+suggested-size		passwd		211
+check-files		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
+enable-cache		group		yes
+positive-time-to-live	group		3600
+negative-time-to-live	group		60
+suggested-size		group		211
+check-files		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
+enable-cache		hosts		yes
+positive-time-to-live	hosts		3600
+negative-time-to-live	hosts		20
+suggested-size		hosts		211
+check-files		hosts		yes
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list