]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/README-AUX.txt
Add doc/Contributing.txt to distribution archive
[ngircd-alex.git] / doc / README-AUX.txt
index 9de39a2afc24a66fdcdf59921ef690c39f402dbd..b52429475ce3111045267d92ee0480f99800e8b0 100644 (file)
@@ -1,7 +1,7 @@
 
                     ngIRCd - Next Generation IRC Server
 
-                     (c)2001-2003 by Alexander Barton,
+                      (c)2001-2005 Alexander Barton,
                    alex@barton.de, http://www.barton.de/
 
                ngIRCd is free software and published under the
@@ -22,7 +22,7 @@ The following software packages are needed:
  - GNU sed
    Source:
    http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz
-   ftp://arthur.ath.cx/pub/AUX/Software/Tools/sed-3.02.tar.gz
+   ftp://arthur.barton.de/pub/unix/aux/tools/sed-3.02.tar.gz
 
    A/UX comes with /bin/sed which isn't supporting all functions needed
    by GNU automake/autoconf.
@@ -33,11 +33,11 @@ The following software packages are needed:
 
  - libUTIL.a
    Source:
-   http://ftp.mayn.de/pub/apple/apple_unix/Sys_stuff/libUTIL-2.1.tar.gz
-   ftp://arthur.ath.cx/pub/AUX/Software/Libraries/libUTIL-2.1.tar.gz
+   ftp://ftp.mayn.de/pub/really_old_stuff/apple/apple_unix/Sys_stuff/libUTIL-2.1.tar.gz>
+   ftp://arthur.barton.de/pub/unix/aux/libraries/libUTIL-2.1.tar.gz
 
    This library contains functions that are common on other UNIX
-   systems but not on A/UX e.g. memmove(), strerror() und strdup().
+   systems but not on A/UX e.g. memmove(), strerror() and strdup().
 
 
 After installation of these packages just do a "./configure" and "make" to
@@ -50,7 +50,7 @@ A few hints in case of errors:
    (so 'configure' uses its own shell script) or use a fully functionable one.
    There's at least one binary "out there" causing problems. The one
    of the GNU fileutils works fine:
-   ftp://arthur.ath.cx/pub/UNIX/AUX/Software/Tools/fileutils-4.0.tar.gz
+   ftp://arthur.barton.de/pub/unix/aux/tools/fileutils-4.0.tar.gz
 
  - The precompiled binary of the old 'bash' shouldn't be installed within
    /bin (better do this in /usr/local/bin) because 'configure' would
@@ -60,8 +60,8 @@ A few hints in case of errors:
    the 'config.status' script. Better rename /bin/sh to /bin/sh.AUX and
    replace it by a symbolic link to /bin/ksh (ln -s /bin/ksh /bin/sh as
    root).
-   These procedure should'nt cause you into problems and is recommended
+   These procedure shouldn't cause you into problems and is recommended
    even if you don't use ngIRCd.
 
 -- 
-$Id: README-AUX.txt,v 1.8 2003/04/21 21:59:34 goetz Exp $
+$Id: README-AUX.txt,v 1.10 2006/07/23 12:19:57 alex Exp $