forked from pool/x3270
Accepting request 24468 from Base:System
Copy from Base:System/x3270 based on submit request 24468 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24468 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/x3270?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
745495216e
commit
884a97c9f0
22
mknod.patch
22
mknod.patch
@@ -1,7 +1,8 @@
|
||||
--- x3270-3.3/Examples/peer_script.bash
|
||||
+++ x3270-3.3/Examples/peer_script.bash 2000/06/07 07:37:48
|
||||
@@ -59,10 +59,10 @@
|
||||
ip=/tmp/ip.$$
|
||||
Index: x3270-3.3/Examples/peer_script.bash
|
||||
===================================================================
|
||||
--- x3270-3.3/Examples/peer_script.bash.orig
|
||||
+++ x3270-3.3/Examples/peer_script.bash
|
||||
@@ -60,9 +60,9 @@ ip=/tmp/ip.$$
|
||||
op=/tmp/op.$$
|
||||
rm -f $ip $op
|
||||
trap "rm -f $ip $op" EXIT
|
||||
@@ -13,11 +14,12 @@
|
||||
+mknod $op p || exit 1
|
||||
|
||||
# Start x3270
|
||||
x3270 -script -model 2 -color <$ip >$op &
|
||||
--- x3270-3.3/Examples/peer_script.sh
|
||||
+++ x3270-3.3/Examples/peer_script.sh 2000/06/07 07:37:48
|
||||
@@ -58,10 +58,10 @@
|
||||
ip=/tmp/ip.$$
|
||||
x3270 -script -model 2 <$ip >$op &
|
||||
Index: x3270-3.3/Examples/peer_script.sh
|
||||
===================================================================
|
||||
--- x3270-3.3/Examples/peer_script.sh.orig
|
||||
+++ x3270-3.3/Examples/peer_script.sh
|
||||
@@ -59,9 +59,9 @@ ip=/tmp/ip.$$
|
||||
op=/tmp/op.$$
|
||||
rm -f $ip $op
|
||||
trap "rm -f $ip $op" 0
|
||||
@@ -29,4 +31,4 @@
|
||||
+mknod $op p || exit 1
|
||||
|
||||
# Start x3270
|
||||
x3270 -script -model 2 -color <$ip >$op &
|
||||
x3270 -script -model 2 <$ip >$op &
|
||||
|
Reference in New Issue
Block a user