SHA256
1
0
forked from pool/x3270
x3270/usr_local_bin.patch
Nikolay Gueorguiev 9bb3dc7f4d Accepting request 1198301 from home:ngueorguiev:branches:Base:System
- Upgrade x3270 to version 4.3.ga9 ( bsc#1230046(CVE-2024-45490), 
                                     bsc#1230047(CVE-2024-45491), 
                                     bsc#1230048(CVE-2024-45492) )
- Release Notes/suite3270/4.3ga9
  * https://x3270.miraheze.org/wiki/Release_Notes/suite3270/4.3ga9

OBS-URL: https://build.opensuse.org/request/show/1198301
OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=69
2024-09-02 13:20:57 +00:00

32 lines
1.0 KiB
Diff

GNU binaries live in /bin and /usr/bin in SuSE systems:
Index: x3270/Examples/peer_script.expect
===================================================================
--- x3270/Examples/peer_script.expect.orig
+++ x3270/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/Examples/cms_logon.bash
===================================================================
--- x3270/Examples/cms_logon.bash.orig 2009-01-17 16:52:06.000000000 +0100
+++ x3270/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/Examples/cms_cmd.tcl3270 2011/09/15 08:15:35 1.1
+++ tcl3270/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.