From 07283abb5b381b2e638e3753eed3ba9c5656de68 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 15 Nov 2004 10:05:13 +0000 Subject: - configure the CTC protocol if CTCPROT is set (mainframe) --- sysconfig/network-scripts/network-functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index 03c0da16..83779448 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -346,6 +346,9 @@ configure_ccwgroup_device () [ -e $SYSDIR/portname ] && echo "$PORTNAME" > $SYSDIR/portname fi fi + if [ "$NETTYPE" = "ctc" -a -n "$CTCPROT" ]; then + echo "$CTCPROT" > $SYSDIR/protocol + fi if [ -n "$OPTIONS" ]; then for i in $OPTIONS; do echo "${i//*=/}" > "$SYSDIR/${i//=*/}" -- cgit v1.2.1