]> git.pond.sub.org Git - empserver/commit
(main, init_server, emp_server.6): Add -R command line option to set
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 23 Oct 2007 03:05:56 +0000 (03:05 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 23 Oct 2007 03:05:56 +0000 (03:05 +0000)
commitec484e17a74de4d2c50b532a05ef97cdd8faddb1
treee0a93df2bbe9b02f2f3d5ef520cb1bacdb35af7a
parentc115ed13275b3d30904b520d0d7b0fb1b15bd101
(main, init_server, emp_server.6): Add -R command line option to set
a seed for the random function.

(nightlybuild.sh): Add the -R 1 for the server.
(nightlybuild.sh): Switch to -R 1 for the fairland as 1 is safer.
Some systems might generate lousy randomness from a
zero seed.

(prng.patch): Not required anymore, -R 1 is used instead.

(main, emp_server.6): Rename -r and -R to -u and -U.  "-R" is now used for random seed.
include/prototypes.h
man/emp_server.6
src/scripts/nightly/nightlybuild.sh
src/scripts/nightly/patches/All/prng.patch [deleted file]
src/server/main.c