From 731a8688301856ebba6ab5be0b1628698da6b984 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 3 Aug 2004 09:17:21 +0000 Subject: - write peerid into sysfs for IUCV devices (mainframe) --- initscripts.spec | 5 ++++- sysconfig/network-scripts/ifup-iucv | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/initscripts.spec b/initscripts.spec index 1d2d6e41..897dc756 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.59 +Version: 7.60 License: GPL Group: System Environment/Base Release: 1 @@ -250,6 +250,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Aug 03 2004 Karsten Hopp 7.60-1 +- write peerid into sysfs for IUCV devices (mainframe) + * Fri Jul 2 2004 Bill Nottingham 7.59-1 - set context on ICE directory after making it (#127099, ) - don't mount GFS filesystems in rc.sysinit diff --git a/sysconfig/network-scripts/ifup-iucv b/sysconfig/network-scripts/ifup-iucv index 67137406..d169de48 100755 --- a/sysconfig/network-scripts/ifup-iucv +++ b/sysconfig/network-scripts/ifup-iucv @@ -23,6 +23,8 @@ then fi [ -n "${MTU}" ] && opts="${opts} mtu ${MTU}" +echo "$PEERID" > /sys/bus/iucv/drivers/netiucv/connection 2>/dev/null + ifconfig ${DEVICE} ${IPADDR} ${opts} pointopoint ${REMIP} netmask ${NETMASK} if [ "${NETWORK}" != "" ] ; then route add -host ${REMIP} metric 1 ${DEVICE} -- cgit v1.2.1