1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Fix links to the current IF-archive site.
-- Niko Tyni <ntyni@iki.fi> Fri, 14 Jul 2006 00:36:33 +0300
Index: jzip-210r20001005/doc/jzip.6
===================================================================
--- jzip-210r20001005.orig/doc/jzip.6 2006-07-13 22:36:11.000000000 +0300
+++ jzip-210r20001005/doc/jzip.6 2006-07-13 22:41:14.000000000 +0300
@@ -73,7 +73,7 @@
.TP
http://www.jzip.sourceforge.net/
.TP
-ftp://ftp.gmd.de/if-archive/infocom/interpreters/zip/
+ftp://ifarchive.org/infocom/interpreters/zip/
.SH FILES
.TP
.I /usr/games/jzip
Index: jzip-210r20001005/osdepend.c
===================================================================
--- jzip-210r20001005.orig/osdepend.c 2006-07-13 22:36:11.000000000 +0300
+++ jzip-210r20001005/osdepend.c 2006-07-13 22:40:48.000000000 +0300
@@ -197,7 +197,7 @@
fprintf( stdout, "---------------------------------------------------------\n" );
fprintf( stdout, "Author : %s\n", JZIPAUTHOR );
fprintf( stdout, "Official Webpage: %s\n", JZIPURL );
- fprintf( stdout, "IF Archive : ftp://ftp.gmd.de/if-archive/interpreters/zip/\n" );
+ fprintf( stdout, "IF Archive : ftp://ifarchive.org/infocom/interpreters/zip/\n" );
fprintf( stdout, " Based on ZIP 2.0 source code by Mark Howell\n\n" );
fprintf( stdout,
"Bugs: Please report bugs and portability bugs to the maintainer." );
|