diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-25 19:39:48 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-25 19:39:48 +0000 |
commit | d9c7c45dc4fd8beb1c424a8d605bbb3bc1286634 (patch) | |
tree | 5f01fb8475f9b8cf1bede4e1ac3a935c54d71778 /textproc/xml2rfc/files/patch-xml2rfc.tcl | |
parent | Use MASTER_SITE_REDHAT_LINUX. (diff) |
Import xml2rfc 1.13.
Renders documents authored in XML/RFC2629 in text,
html or nroff, in a manner pleasing to the eye.
PR: 40323
Submitted by: Joe Abley <jabley@automagic.org>
Notes
Notes:
svn path=/head/; revision=63562
Diffstat (limited to 'textproc/xml2rfc/files/patch-xml2rfc.tcl')
-rw-r--r-- | textproc/xml2rfc/files/patch-xml2rfc.tcl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/xml2rfc/files/patch-xml2rfc.tcl b/textproc/xml2rfc/files/patch-xml2rfc.tcl new file mode 100644 index 000000000000..a0ef216941de --- /dev/null +++ b/textproc/xml2rfc/files/patch-xml2rfc.tcl @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- xml2rfc.tcl.orig Mon Jun 10 04:32:34 2002 ++++ xml2rfc.tcl Thu Jul 25 21:33:22 2002 +@@ -1,7 +1,7 @@ + #!/bin/sh + # the next line restarts using the correct interpreter \ +-if test ! -z "$DISPLAY"; then exec wish "$0" "$0" "$@"; \ +-elif test ! -z "$1"; then exec tclsh "$0" "$0" "$@"; \ ++if test ! -z "$DISPLAY"; then exec wish8.3 "$0" "$0" "$@"; \ ++elif test ! -z "$1"; then exec tclsh8.3 "$0" "$0" "$@"; \ + else echo "usage: $0 filename" >&2; exit 1; fi + + |