Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/miniroot pullup 1.25->1.26 (is): make ftp insta...
details: https://anonhg.NetBSD.org/src/rev/06d4255797c8
branches: netbsd-1-4
changeset: 468488:06d4255797c8
user: perry <perry%NetBSD.org@localhost>
date: Mon Apr 26 16:35:21 1999 +0000
description:
pullup 1.25->1.26 (is): make ftp installs work again
diffstat:
distrib/miniroot/install.sub | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 5d032c68a5b2 -r 06d4255797c8 distrib/miniroot/install.sub
--- a/distrib/miniroot/install.sub Mon Apr 26 16:31:47 1999 +0000
+++ b/distrib/miniroot/install.sub Mon Apr 26 16:35:21 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: install.sub,v 1.25 1999/01/25 23:34:21 garbled Exp $
+# $NetBSD: install.sub,v 1.25.2.1 1999/04/26 16:35:21 perry Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -671,7 +671,7 @@
# Build the basics of an ftp-script...
echo "#!/bin/sh" > /tmp/ftp-script.sh
echo "cd /mnt" >> /tmp/ftp-script.sh
- echo "ftp -i -n $_ftp_server_ip << \__end_commands" >> \
+ echo "ftp -e -i -n $_ftp_server_ip << \__end_commands" >> \
/tmp/ftp-script.sh
echo "user $_ftp_server_login $_ftp_server_password" >> \
/tmp/ftp-script.sh
Home |
Main Index |
Thread Index |
Old Index