× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: 0.16.0 xt5250
  • From: Carey Evans <c.evans@xxxxxxxxxxxx>
  • Date: 19 Dec 2000 23:57:47 +1300
  • User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands)

The xt5250 script in tn5250 0.16.0 parses the old getopt(3) style
arguments.  The patch below should fix this.

--- xt5250.in.dist      Thu Apr 13 11:07:26 2000
+++ xt5250.in   Tue Dec 19 23:16:47 2000
@@ -21,14 +21,11 @@
   XT5250_HOST=""
   while [ $# -ne 0 ] ; do
     case "$1" in
-      -h|--help)
+      -help)
         exec "$bindir/tn5250";;
-      -V|--version)
-        exec "$bindir/tn5250" -V;;
-      -m|-s|-t|-y)
-       shift
-       ;;
-      -*)
+      -version)
+        exec "$bindir/tn5250" -version;;
+      -*|*=*)
        ;;
       *)
         if [ -z "$XT5250_HOST" ] ; then XT5250_HOST="$1" ; fi

-- 
         Carey Evans  http://home.clear.net.nz/pages/c.evans/

  "May not be representative of the experience of actual customers."
+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to LINUX5250@midrange.com.
| To subscribe to this list send email to LINUX5250-SUB@midrange.com.
| To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.