summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-qli::help.e
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-22 23:30:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-22 23:30:24 +0000
commita776f8a8659f6f9a868de2d2f8b48db12e2857c1 (patch)
treec67504db70cc077d4ac59b2d2c046f48a99a87aa /databases/firebird20-server/files/patch-qli::help.e
parentMaintainer update (diff)
Maintainer update
(also added WWW-field to pkg-descr to make portlint happy) PR: ports/45582 Submitted by: Chris Knight <chris@aims.com.au>
Notes
Notes: svn path=/head/; revision=70779
Diffstat (limited to 'databases/firebird20-server/files/patch-qli::help.e')
-rw-r--r--databases/firebird20-server/files/patch-qli::help.e11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/firebird20-server/files/patch-qli::help.e b/databases/firebird20-server/files/patch-qli::help.e
deleted file mode 100644
index c01f12ba284a..000000000000
--- a/databases/firebird20-server/files/patch-qli::help.e
+++ /dev/null
@@ -1,11 +0,0 @@
---- qli/help.e.orig Fri Aug 4 06:53:52 2000
-+++ qli/help.e Tue Nov 19 12:31:43 2002
-@@ -160,7 +160,7 @@
- if (!(l = p - X.TOPIC))
- continue;
- if (++topics == 1 && banner)
-- ib_printf ("%s\n", banner, string, parent);
-+ ib_printf ("%s%s%s\n", banner, string, parent);
- p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH;
- if (p + l > line + RIGHT_MARGIN)
- {