head	1.3;
access;
symbols
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.11.08.06.07.39;	author kris;	state dead;
branches;
next	1.2;

1.2
date	2000.11.13.14.10.08;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	95.10.03.23.15.23;	author asami;	state Exp;
branches;
next	;


desc
@@


1.3
log
@As announced on Aug 7, remove the forbidden moxftp port.
@
text
@--- archie.c.orig	Sat May 21 05:11:43 1994
+++ archie.c	Sat Nov 11 03:53:49 2000
@@@@ -160,7 +160,7 @@@@
     char *host;
     int i;
 
-    archie = lpopen("type archie", "r");
+    archie = lpopen("which archie", "r");
     if (fgets(string, sizeof(string), archie) != NULL) {
 	if ((cp = bsdstrstr(string, "not found")) != NULL) {
     	     lpclose(archie);
@


1.2
log
@- Fix MASTER_SITES
- Support CFLAGS propely

PR: 22813
Submitted by: Ports Fury
@
text
@@


1.1
log
@Submitted by:	Steve Passe <smp@@csn.net>

there is a  bug in net/moxftp keeping it from finding the installed
archie application.  the following patch fixes it:
@
text
@d1 11
a11 19
*** oldarchie.c    Mon Oct  2 14:02:08 1995
--- archie.c       Mon Oct  2 14:09:28 1995
***************
*** 163,169 ****
      char *host;
      int i;
  
!     archie = lpopen("type archie", "r");
      if (fgets(string, sizeof(string), archie) != NULL) {
        if ((cp = bsdstrstr(string, "not found")) != NULL) {
             lpclose(archie);
--- 163,169 ----
      char *host;
      int i;
  
!     archie = lpopen("which archie", "r");
      if (fgets(string, sizeof(string), archie) != NULL) {
        if ((cp = bsdstrstr(string, "not found")) != NULL) {
             lpclose(archie);
@

