Update of /cvsroot/netrek/server/Vanilla/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3547/docs

Modified Files:
	sample_sysdef.in 
Log Message:
voting site policy

Index: sample_sysdef.in
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/docs/sample_sysdef.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sample_sysdef.in	21 Mar 2005 10:17:16 -0000	1.2
+++ sample_sysdef.in	26 Apr 2006 09:52:42 -0000	1.3
@@ -5,6 +5,35 @@
 #	Edit this file to meet your requirements, or use the program gum to
 #	view and update it graphically.
 #
+#	Enable voting by players
+VOTING=0
+#
+#	Enable vote for temporary ban
+#	(requires VOTING=1)
+BAN_VOTE_ENABLE=0
+#
+#	Length of ban in number of non-banned logins
+#	(requires BAN_VOTE_ENABLE=1)
+BAN_VOTE_LENGTH=10
+#
+#	Offset to change ban length by on each retry during ban period
+#	(positive values penalise people who return before their ban is up,
+#	and negative values adjust their ban length down)
+#	(requires BAN_VOTE_ENABLE=1)
+BAN_VOTE_OFFSET=0
+#
+#	Enable vote for ejection
+#	(requires VOTING=1)
+EJECT_VOTE_ENABLE=0
+#
+#	Only allow ejection if there is a queue of players
+#	(requires EJECT_VOTE_ENABLE=1)
+EJECT_VOTE_ONLY_IF_QUEUE=0
+#
+#	Kill ntserv process to eject, causes some client problems
+#	(requires EJECT_VOTE_ENABLE=1)
+EJECT_VOTE_VICIOUS=0
+#
 #	Maximum client update rate per second
 MAXUPDATE=10
 #