Disable line editing for the ftp-scripts. Apparently, this is what makes
ftp installs work again.
This commit is contained in:
parent
56a9b84b91
commit
5baac5a0fb
|
@ -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 @@ __install_ftp_2
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue