sas             Fri Jan 26 08:04:58 2001 EDT

  Modified files:              
    /php4/ext/ircg      README.txt 
  Log:
  Whitespace change.
  
  
Index: php4/ext/ircg/README.txt
diff -u php4/ext/ircg/README.txt:1.4 php4/ext/ircg/README.txt:1.5
--- php4/ext/ircg/README.txt:1.4        Thu Jan 18 02:46:17 2001
+++ php4/ext/ircg/README.txt    Fri Jan 26 08:04:58 2001
@@ -1,4 +1,4 @@
-($Id: README.txt,v 1.4 2001/01/18 10:46:17 sas Exp $)
+($Id: README.txt,v 1.5 2001/01/26 16:04:58 sas Exp $)
 
 STATUS
 
@@ -14,11 +14,11 @@
 INSTALLATION: THE QUICK WAY
 
 
-1.    Download
+1.  Download
 
     http://schumann.cx/ircg/install_ircg.sh
 
-2.    Edit some variables at the top of that script:
+2.  Edit some variables at the top of that script:
 
     prefix
        the directory where all software gets installed (the user running
@@ -40,7 +40,7 @@
     system make is not GNU make, apply s/make/gmake/ or whatever
     is appropiate for your system to install_ircg.sh.
 
-3.    Run
+3.  Run
 
        chmod +x install_ircg.sh
        ./install_ircg.sh
@@ -63,21 +63,21 @@
 THE MANUAL WAY
 
 
-1.    Install SGI's State Threads Library
+1.  Install SGI's State Threads Library
 
     http://oss.sgi.com/projects/state-threads/download/
 
     (Just copy st.h to /usr/include and libst.* to /usr/lib)
     
-2.    Install the event-based IRC Gateway Library
+2.  Install the event-based IRC Gateway Library
 
     http://schumann.cx/ircg/
 
-3.    Download and extract thttpd 2.20b or later
+3.  Download and extract thttpd 2.20b or later
 
     http://www.acme.com/software/thttpd/
 
-4.    Install PHP into thttpd
+4.  Install PHP into thttpd
 
     $ ./configure [..] \
                --with-thttpd=../thttpd-2.xx \
@@ -85,12 +85,12 @@
 
     $ make install
 
-5.    Patch thttpd to add State Thread support
+5.  Patch thttpd to add State Thread support
 
     $ cd thttpd-2.xx
     $ patch -p1 < ../IRCG-x.x/patch_thttpd
 
-6.    Configure and install thttpd
+6.  Configure and install thttpd
 
 
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to