Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/miniroot pullup from trunk, requested by is, gr...
details: https://anonhg.NetBSD.org/src/rev/05e8871721c8
branches: netbsd-1-5
changeset: 489430:05e8871721c8
user: is <is%NetBSD.org@localhost>
date: Mon Sep 11 19:13:14 2000 +0000
description:
pullup from trunk, requested by is, granted by thorpej:
install.sub 1.36: make ftp install work with the changed ftp
diffstat:
distrib/miniroot/install.sub | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 16004d6bc4ca -r 05e8871721c8 distrib/miniroot/install.sub
--- a/distrib/miniroot/install.sub Mon Sep 11 19:10:09 2000 +0000
+++ b/distrib/miniroot/install.sub Mon Sep 11 19:13:14 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: install.sub,v 1.35 2000/05/13 08:13:55 lukem Exp $
+# $NetBSD: install.sub,v 1.35.4.1 2000/09/11 19:13:14 is Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -705,7 +705,7 @@
# Make a copy of this script that lists the directory
# contents, and use that to determine the files to get.
cat /tmp/ftp-script.sh > /tmp/ftp-dir.sh
- echo "ls" >> /tmp/ftp-dir.sh
+ echo "nlist" >> /tmp/ftp-dir.sh
echo "quit" >> /tmp/ftp-dir.sh
echo "__end_commands" >> /tmp/ftp-dir.sh
Home |
Main Index |
Thread Index |
Old Index