diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 17:48:39 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 17:48:39 +0000 |
| commit | 3555fcba5197db1749b414c1b416bff4913447bb (patch) | |
| tree | 5a4f1df7f971019ecd08dc7f78b2b3cb188f4712 /misc/videotext/files/patch-af | |
| parent | be130730bdd7175c124190e1aba43d8a3796129f (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-af')
| -rw-r--r-- | misc/videotext/files/patch-af | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/videotext/files/patch-af b/misc/videotext/files/patch-af new file mode 100644 index 000000000000..edb726c1e467 --- /dev/null +++ b/misc/videotext/files/patch-af @@ -0,0 +1,19 @@ +*** scripts/uninstall-magic.orig Tue Jun 8 16:10:07 1999 +--- scripts/uninstall-magic Tue Jun 8 16:10:07 1999 +*************** fi +*** 21,27 **** + trap 'rm -f "$1.vtxnew"' 0 + + cp -p "$1" "$1.vtxnew" +! gawk ' + /^#.*VideoteXt/ { + skip = 1 + next +--- 21,27 ---- + trap 'rm -f "$1.vtxnew"' 0 + + cp -p "$1" "$1.vtxnew" +! awk ' + /^#.*VideoteXt/ { + skip = 1 + next |
