mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
11 lines
358 B
Text
11 lines
358 B
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);
|