x3270/usr_local_bin.patch
John Jolly 619de3c817 Accepting request 82203 from home:azouhr:branches:Base:System
- Update to version 3.3.12ga7
  - lots of bug fixes
  - for a complete list, see http://x3270.bgp.nu/documentation-relnotes.html
- remove unneeded patches 
  - tcl8.4.patch
  - gcc-322.diff 
- use combined tar ball from upstream
- enable SSL feature

OBS-URL: https://build.opensuse.org/request/show/82203
OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=9
2011-09-16 11:25:18 +00:00

32 lines
1.1 KiB
Diff

GNU binaries live in /bin and /usr/bin in SuSE systems:
Index: x3270-3.3/Examples/peer_script.expect
===================================================================
--- x3270-3.3/Examples/peer_script.expect.orig
+++ x3270-3.3/Examples/peer_script.expect
@@ -1,4 +1,4 @@
-#! /usr/local/bin/expect
+#! /usr/bin/expect
# TSO login script, which runs as a peer of x3270.
# expect version
Index: x3270-3.3/Examples/cms_logon.bash
===================================================================
--- x3270-3.3/Examples/cms_logon.bash.orig 2009-01-17 16:52:06.000000000 +0100
+++ x3270-3.3/Examples/cms_logon.bash 2011-09-15 10:00:49.214331232 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/bash
+#! /usr/bin/bash
# Copyright (c) 1995-2009, Paul Mattes.
# All rights reserved.
===================================================================
--- tcl3270-3.3/Examples/cms_cmd.tcl3270 2011/09/15 08:15:35 1.1
+++ tcl3270-3.3/Examples/cms_cmd.tcl3270 2011/09/15 08:15:45
@@ -1,4 +1,4 @@
-#!tcl3270
+#!/usr/bin/tcl3270
# Copyright (c) 2000-2009, Paul Mattes.
# All rights reserved.