home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircd_os2.zip / readme.os2 < prev    next >
Text File  |  1996-03-12  |  1KB  |  35 lines

  1.  
  2.   Ok, I compiled (its hard call 4 hours compile a port) ircd2.8.21+CSr20 for
  3.   OS/2. Changes made. 
  4.  
  5.         Default DPATH is a directory from where ircd.exe was started from,
  6.         not #define DPATH from config.sys.
  7.  
  8.         Default resolv file is $ETC/resolv instead of /etc/resolv.conf
  9.  
  10.         Some nuke protection added, the only valid error when it closes a 
  11.         socket is ETIMEDOUT now, coz all other errors can be a nuke.
  12.  
  13.         files256.a is an library wich allow emx to open 256 files.
  14.  
  15.         there are limit of 256 sockets in emx select() emulator, but its can
  16.         be increased by rebuilding emx.dll
  17.       
  18.         There are many cases I forget to #ifdef __EMX__ my patches, so 
  19.         diff it with an real source code to see what/where patched.
  20.  
  21.         If you need to recompile, you should have sh,sed,awk,csum and other
  22.         unix stuff on the PATH somewhere
  23.  
  24.        --------------- How to run a simple server ------------------
  25.     
  26.        create a directory, for example c:\ircd
  27.        copy ircd.exe there
  28.        copy doc\example.conf to c:\ircd\ircd.conf
  29.        edit that ircd.conf configuration file
  30.        run ircd and thats it.
  31.  
  32.        -------------------------------------------------------------
  33.        
  34.  
  35.