- rpmlint fixes: - replace PreReq/BuildPrereq with Requires/BuildRequires - move ibm_hosts to %%{_sysconfdir} - fix end of line encodings in docs
19 lines
794 B
Diff
19 lines
794 B
Diff
diff -urN x3270-3.3/Examples/cms_logon.bash x3270-3.3_new/Examples/cms_logon.bash
|
|
--- x3270-3.3/Examples/cms_logon.bash 2002-12-06 20:54:07.000000000 +0100
|
|
+++ x3270-3.3_new/Examples/cms_logon.bash 2006-07-05 10:59:04.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/local/bin/bash
|
|
+#! /bin/bash
|
|
|
|
# Copyright 1995, 2000, 2002 by Paul Mattes.
|
|
# Permission to use, copy, modify, and distribute this software and its
|
|
diff -urN x3270-3.3/Examples/peer_script.expect x3270-3.3_new/Examples/peer_script.expect
|
|
--- x3270-3.3/Examples/peer_script.expect 2002-12-06 20:54:07.000000000 +0100
|
|
+++ x3270-3.3_new/Examples/peer_script.expect 2006-07-05 10:59:25.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/local/bin/expect
|
|
+#! /usr/bin/expect
|
|
# TSO login script, which runs as a peer of x3270.
|
|
# expect version
|
|
|