[BACK]Return to fetch.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / ftp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/ftp/fetch.c between version 1.91 and 1.92

version 1.91, 1999/10/24 12:31:38 version 1.92, 1999/11/03 07:42:02
Line 1582  go_fetch(url)
Line 1582  go_fetch(url)
                         fputs(                          fputs(
 "NetBSD is a freely available and redistributable UNIX-like operating system.\n"  "NetBSD is a freely available and redistributable UNIX-like operating system.\n"
 "For more information, see http://www.netbsd.org/index.html\n", ttyout);  "For more information, see http://www.netbsd.org/index.html\n", ttyout);
                   } else if (strcasecmp(url, "version") == 0) {
                           fprintf(ttyout, "Version: %s\n", FTP_VERSION);
                 } else {                  } else {
                         fprintf(ttyout, "`%s' is an interesting topic.\n", url);                          fprintf(ttyout, "`%s' is an interesting topic.\n", url);
                 }                  }
                   fputs("\n", ttyout);
                 return (0);                  return (0);
         }          }
   

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

CVSweb <webmaster@jp.NetBSD.org>