Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ftp revert previous (creation of /usr/bin/pftp link);
details: https://anonhg.NetBSD.org/src/rev/5da86aeed7f1
branches: trunk
changeset: 471978:5da86aeed7f1
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Apr 16 23:01:55 1999 +0000
description:
revert previous (creation of /usr/bin/pftp link);
* $FTPMODE is the documented way in ftp(1) to force passive, active,
gate-ftp, or autodetect.
* AFAIK, we haven't shipped any previous release with pftp in /usr/bin
* no link was made for gate-ftp (and i don't think that makes sense in
/usr/bin either)
* even though the link isn't made, the support for pftp, gate-ftp, and
the `-p' flag should remain since people may depend on having their
own link (e.g, ~/bin/pftp -> /usr/bin/ftp) or aliases which use
these things. it doesn't hurt to leave argv[0] checking in ftp's main().
diffstat:
usr.bin/ftp/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 25acc92c6e95 -r 5da86aeed7f1 usr.bin/ftp/Makefile
--- a/usr.bin/ftp/Makefile Fri Apr 16 22:35:49 1999 +0000
+++ b/usr.bin/ftp/Makefile Fri Apr 16 23:01:55 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/04/15 20:48:49 mcr Exp $
+# $NetBSD: Makefile,v 1.19 1999/04/16 23:01:55 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
PROG= ftp
@@ -12,6 +12,5 @@
CPPFLAGS+= -DHAVE_TIMEGM # system has timegm(3), a UTC version of mktime
LDADD+= -ledit -ltermcap -lutil
DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
-LINKS=/usr/bin/ftp /usr/bin/pftp
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index