From 5c84d335b4ea9fe6ef17c3176a6471ee696de286 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 16 Jul 2001 13:05:50 +0000 Subject: added a small howto to the head of the S390 files --- sysconfig/network-scripts/ifup-iucv | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'sysconfig/network-scripts/ifup-iucv') diff --git a/sysconfig/network-scripts/ifup-iucv b/sysconfig/network-scripts/ifup-iucv index fd08919a..e1044ac9 100755 --- a/sysconfig/network-scripts/ifup-iucv +++ b/sysconfig/network-scripts/ifup-iucv @@ -1,13 +1,24 @@ #!/bin/sh +# +# /etc/sysconfig/network-scripts/ifup-iucv +# +# the iucv network driver is a point-to-point driver on S/390 machines +# +# To get the iucv module to load automatically at boot, you will need to +# add the following line to /etc/modules.conf: +# +# alias iucv0 netiucv +# PATH=/sbin:/usr/sbin:/bin:/usr/bin - + cd /etc/sysconfig/network-scripts . network-functions - + CONFIG=$1 +[ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG source_config -if [ "foo$2" = "fooboot" -a "${ONBOOT}" = "no" ] +if [ "$2" = "boot" -a "${ONBOOT}" = "no" ] then exit fi -- cgit v1.2.1