diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:06:52 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:06:52 +0000 |
| commit | 795903174b2520c2a8df1a32f9da6d80895563e0 (patch) | |
| tree | 4f562e4b2adbfc4486190a61fa64b074818cd927 /editors/gxedit/files/patch-ad | |
| parent | Upgrade to 0.3.1. (diff) | |
Upgrade to 1.19.
Notes
Notes:
svn path=/head/; revision=16115
Diffstat (limited to 'editors/gxedit/files/patch-ad')
| -rw-r--r-- | editors/gxedit/files/patch-ad | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad index a298d10d3ef0..6ba922bdc1e5 100644 --- a/editors/gxedit/files/patch-ad +++ b/editors/gxedit/files/patch-ad @@ -1,13 +1,21 @@ ---- ftp-ls.sh.orig Tue Nov 24 02:02:51 1998 -+++ ftp-ls.sh Tue Nov 24 02:03:00 1998 +--- ftp-ls.sh.orig Mon Jan 18 02:22:16 1999 ++++ ftp-ls.sh Mon Jan 18 02:22:27 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.sh.orig Tue Nov 24 02:02:48 1998 -+++ ftp.sh Tue Nov 24 02:02:56 1998 +--- ftp-put.sh.orig Mon Jan 18 02:22:19 1999 ++++ ftp-put.sh Mon Jan 18 02:22:33 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 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh |
