diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-23 18:20:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-23 18:20:07 +0000 |
commit | 91bb6fd7227748aa747d55f65bde01d079902e32 (patch) | |
tree | 4436dae55add5a6489b13fd992a777a50da19b99 /editors/gxedit/files/patch-ad | |
parent | Upgrade to 0.20p48. (diff) |
Upgrade to 1.17.
Notes
Notes:
svn path=/head/; revision=14831
Diffstat (limited to 'editors/gxedit/files/patch-ad')
-rw-r--r-- | editors/gxedit/files/patch-ad | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad new file mode 100644 index 000000000000..a298d10d3ef0 --- /dev/null +++ b/editors/gxedit/files/patch-ad @@ -0,0 +1,16 @@ +--- ftp-ls.sh.orig Tue Nov 24 02:02:51 1998 ++++ ftp-ls.sh Tue Nov 24 02:03:00 1998 +@@ -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.sh.orig Tue Nov 24 02:02:48 1998 ++++ ftp.sh Tue Nov 24 02:02:56 1998 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + # ftp.sh output_file host directory remote_file local_file user pass + ftp -n $2 > $1 2> $1 <<EOC + user $6 $7 |