Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pkg_install Fix FTP_CMD for Solaris: something went...



details:   https://anonhg.NetBSD.org/src/rev/b798aad8c0d9
branches:  trunk
changeset: 534761:b798aad8c0d9
user:      seb <seb%NetBSD.org@localhost>
date:      Fri Aug 02 17:04:55 2002 +0000

description:
Fix FTP_CMD for Solaris: something went wrong when it was added.
Approved by wiz.

diffstat:

 usr.sbin/pkg_install/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c4e6dbcc9e90 -r b798aad8c0d9 usr.sbin/pkg_install/Makefile.inc
--- a/usr.sbin/pkg_install/Makefile.inc Fri Aug 02 16:51:48 2002 +0000
+++ b/usr.sbin/pkg_install/Makefile.inc Fri Aug 02 17:04:55 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2002/06/21 14:49:40 agc Exp $
+# $NetBSD: Makefile.inc,v 1.19 2002/08/02 17:04:55 seb Exp $
 # Original from FreeBSD, no rcs id.
 
 .include <bsd.own.mk>
@@ -24,7 +24,7 @@
 .elif ${OPSYS} == "SunOS"
 LOCALBASE?= /usr/pkg
 TAR_CMD?= tar
-FTP_CMD?= tar
+FTP_CMD?= ftp
 ZOULARISBASE?= ${LOCALBASE}/bsd
 TAR_FULLPATHNAME?= ${ZOULARISBASE}/bin/${TAR_CMD}
 FTP_FULLPATHNAME?= ${ZOULARISBASE}/bin/${FTP_CMD}



Home | Main Index | Thread Index | Old Index