summaryrefslogtreecommitdiff
path: root/editors/gxedit/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-24 17:41:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-24 17:41:09 +0000
commit0b318dae37d3b3731d1a6cac13c435664956b65c (patch)
treed7bcecf212f3ec81f19595d38cd79e4675d95c64 /editors/gxedit/files/patch-ad
parentNew list of MASTER_SITES. (diff)
Update to version 1.22.
PR: 10453 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Notes
Notes: svn path=/head/; revision=17375
Diffstat (limited to '')
-rw-r--r--editors/gxedit/files/patch-ad12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad
index 6ba922bdc1e5..c1e30fdae343 100644
--- a/editors/gxedit/files/patch-ad
+++ b/editors/gxedit/files/patch-ad
@@ -1,21 +1,21 @@
---- ftp-ls.sh.orig Mon Jan 18 02:22:16 1999
-+++ ftp-ls.sh Mon Jan 18 02:22:27 1999
+--- ftp-ls.sh.orig Sat Mar 6 13:15:14 1999
++++ ftp-ls.sh Sat Mar 6 13:15:38 1999
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# ftp.sh output_file host directory user pass
ftp -n $2 > $1 2> $1 <<EOC
user $4 $5
---- ftp-put.sh.orig Mon Jan 18 02:22:19 1999
-+++ ftp-put.sh Mon Jan 18 02:22:33 1999
+--- ftp-put.sh.orig Sat Mar 6 13:15:45 1999
++++ ftp-put.sh Sat Mar 6 13:15:54 1999
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# ftp-put.sh output_file host directory remote_file local_file user pass
ftp -n $2 > $1 2> $1 <<EOC
user $6 $7
---- ftp.sh.orig Mon Jan 18 02:22:22 1999
-+++ ftp.sh Mon Jan 18 02:22:38 1999
+--- ftp.sh.orig Sat Mar 6 14:27:12 1999
++++ ftp.sh Sat Mar 6 14:27:17 1999
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh