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 [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---