aboutsummaryrefslogtreecommitdiffstats
path: root/misc/videotext/files/patch-ad
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-06-08 17:48:39 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-06-08 17:48:39 +0000
commit3555fcba5197db1749b414c1b416bff4913447bb (patch)
tree5a4f1df7f971019ecd08dc7f78b2b3cb188f4712 /misc/videotext/files/patch-ad
parentbe130730bdd7175c124190e1aba43d8a3796129f (diff)
Initial import of videotext, a program to display Videotext/Teletext
pages either direct from hardware or from .vtx files which can be produced from the vbidecode program.
Diffstat (limited to 'misc/videotext/files/patch-ad')
-rw-r--r--misc/videotext/files/patch-ad19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/videotext/files/patch-ad b/misc/videotext/files/patch-ad
new file mode 100644
index 000000000000..bcad311d4a66
--- /dev/null
+++ b/misc/videotext/files/patch-ad
@@ -0,0 +1,19 @@
+*** scripts/mktitlepage.orig Tue Jun 8 16:10:07 1999
+--- scripts/mktitlepage Tue Jun 8 16:10:07 1999
+***************
+*** 14,20 ****
+ # by 2 hex-digits, so currently we can only set the lower 16 bits of the attributes.
+
+
+! exec gawk '
+ BEGIN {
+ print "/* This file was created automatically by mktitlepage. DO NOT EDIT */"
+ }
+--- 14,20 ----
+ # by 2 hex-digits, so currently we can only set the lower 16 bits of the attributes.
+
+
+! exec awk '
+ BEGIN {
+ print "/* This file was created automatically by mktitlepage. DO NOT EDIT */"
+ }