
Contribs
--------

  The 'contribs' directory will have several useful tools to be used in
cooperation with G2S.

Starting G2S
------------

  Kill your old superserver :
  
			     ps ax | grep inetd
			     kill <pid>

  Start the Jnetd daemon with :
  
			  jnetd <configuration file>
			  
  It will fork and will run in the background.
  Try to connect on your local host :
  
			      telnet localhost
			     
  and see what happens. If something goes wrong, please check :
  
- Whether the inetd or xinetd daemon is not running anymore,  
- Your syslog messages,
- If the service you requested is actually in your jnetd configuration file,
- If the daemon is still running.

Stopping G2S and restarting it
------------------------------

  To stop the daemon :
  
			     ps ax | grep jnetd
			     kill <pid>
			     
  It should keep running during aproximatively 30 seconds. Don't panic, it is
normal. Just check in the syslog that it actually caught the signal.

  Please note that the current active TCP connections will NOT be dropped.
  This is usually what system administrators want when reconfigurating their
superserver, and it prevents from killing one's own connection.

  When the daemon doesn't run anymore, you can run it anew.
  
