1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/gxedit/files/patch-ad

25 lines
676 B
Plaintext
Raw Normal View History

1999-01-17 20:06:52 +00:00
--- ftp-ls.sh.orig Mon Jan 18 02:22:16 1999
+++ ftp-ls.sh Mon Jan 18 02:22:27 1999
1998-11-23 18:20:07 +00:00
@@ -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
1999-01-17 20:06:52 +00:00
--- 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
1998-11-23 18:20:07 +00:00
@@ -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