diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-06-03 13:43:16 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-06-03 13:43:16 +0000 |
commit | be797c2492fd6d9a45de00df2e9cb437216171c9 (patch) | |
tree | f380eb835636ea46f729548c26caa759330e5e6e /editors/gxedit/files/patch-ad | |
parent | - Update to 0.1212 [1] (diff) |
Remove ports which expired on 2005-06-01 (no pending PRs, either)
Notes
Notes:
svn path=/head/; revision=136727
Diffstat (limited to 'editors/gxedit/files/patch-ad')
-rw-r--r-- | editors/gxedit/files/patch-ad | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad deleted file mode 100644 index c1e30fdae343..000000000000 --- a/editors/gxedit/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 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 Sat Mar 6 14:27:12 1999 -+++ ftp.sh Sat Mar 6 14:27:17 1999 -@@ -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 |