Update links to "Arthur" to use the HTTP protocol
This commit is contained in:
parent
cdd6b961af
commit
9e79ed8605
|
@ -22,7 +22,7 @@ The following software packages are needed:
|
||||||
- GNU sed
|
- GNU sed
|
||||||
Source:
|
Source:
|
||||||
http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz
|
http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz
|
||||||
ftp://arthur.barton.de/pub/unix/aux/tools/sed-3.02.tar.gz
|
http://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
|
A/UX comes with /bin/sed which isn't supporting all functions needed
|
||||||
by GNU automake/autoconf.
|
by GNU automake/autoconf.
|
||||||
|
@ -34,7 +34,7 @@ The following software packages are needed:
|
||||||
- libUTIL.a
|
- libUTIL.a
|
||||||
Source:
|
Source:
|
||||||
ftp://ftp.mayn.de/pub/really_old_stuff/apple/apple_unix/Sys_stuff/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
|
http://arthur.barton.de/pub/unix/aux/libraries/libUTIL-2.1.tar.gz
|
||||||
|
|
||||||
This library contains functions that are common on other UNIX
|
This library contains functions that are common on other UNIX
|
||||||
systems but not on A/UX e.g. memmove(), strerror() and strdup().
|
systems but not on A/UX e.g. memmove(), strerror() and strdup().
|
||||||
|
@ -50,7 +50,7 @@ A few hints in case of errors:
|
||||||
(so 'configure' uses its own shell script) or use a fully functionable one.
|
(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
|
There's at least one binary "out there" causing problems. The one
|
||||||
of the GNU fileutils works fine:
|
of the GNU fileutils works fine:
|
||||||
ftp://arthur.barton.de/pub/unix/aux/tools/fileutils-4.0.tar.gz
|
http://arthur.barton.de/pub/unix/aux/tools/fileutils-4.0.tar.gz
|
||||||
|
|
||||||
- The precompiled binary of the old 'bash' shouldn't be installed within
|
- The precompiled binary of the old 'bash' shouldn't be installed within
|
||||||
/bin (better do this in /usr/local/bin) because 'configure' would
|
/bin (better do this in /usr/local/bin) because 'configure' would
|
||||||
|
|
|
@ -123,7 +123,7 @@ Please note that versions up to and including 5.1.3 contain a bug that
|
||||||
sometimes causes IRC Services to hang on startup. There are two workarounds:
|
sometimes causes IRC Services to hang on startup. There are two workarounds:
|
||||||
a) send the services process a HUP signal ("killall -HUP ircservices")
|
a) send the services process a HUP signal ("killall -HUP ircservices")
|
||||||
b) apply this patch to the IRC Services source tree:
|
b) apply this patch to the IRC Services source tree:
|
||||||
<ftp://ngircd.barton.de/ngircd/contrib/IRCServices513-FlushBuffer.patch>
|
<http://arthur.barton.de/pub/ngircd/contrib/IRCServices513-FlushBuffer.patch>
|
||||||
|
|
||||||
At least the following settings have to be tweaked, in addition to all the
|
At least the following settings have to be tweaked, in addition to all the
|
||||||
settings marked as required by IRC Services:
|
settings marked as required by IRC Services:
|
||||||
|
|
Loading…
Reference in New Issue