Source-Changes-HG archive

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

[src/trunk]: src/distrib/miniroot Disable line editing for the ftp-scripts. A...



details:   https://anonhg.NetBSD.org/src/rev/8f3d3aad6824
branches:  trunk
changeset: 472271:8f3d3aad6824
user:      is <is%NetBSD.org@localhost>
date:      Mon Apr 26 10:50:44 1999 +0000

description:
Disable line editing for the ftp-scripts. Apparently, this is what makes
ftp installs work again.

diffstat:

 distrib/miniroot/install.sub |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4c3b83c37cee -r 8f3d3aad6824 distrib/miniroot/install.sub
--- a/distrib/miniroot/install.sub      Mon Apr 26 09:42:14 1999 +0000
+++ b/distrib/miniroot/install.sub      Mon Apr 26 10:50:44 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.26 1999/04/26 10:50:44 is 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