aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsysconfig/network-scripts/ifup-ctc2
-rw-r--r--sysconfig/network-scripts/ifup-escon2
-rwxr-xr-xsysconfig/network-scripts/ifup-iucv2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysconfig/network-scripts/ifup-ctc b/sysconfig/network-scripts/ifup-ctc
index 09a64637..15860fed 100755
--- a/sysconfig/network-scripts/ifup-ctc
+++ b/sysconfig/network-scripts/ifup-ctc
@@ -5,7 +5,7 @@
# the ctc network driver is a point-to-point driver on S/390 machines
#
# To get the ctc module to load automatically at boot, you will need to
-# add the following line to /etc/modules.conf:
+# add the following line to /etc/modprobe.conf:
#
# alias ctc0 ctc
#
diff --git a/sysconfig/network-scripts/ifup-escon b/sysconfig/network-scripts/ifup-escon
index 8cd1d83e..d2b0470c 100644
--- a/sysconfig/network-scripts/ifup-escon
+++ b/sysconfig/network-scripts/ifup-escon
@@ -6,7 +6,7 @@
# which uses the ctc module.
#
# To get the ctc module to load automatically at boot, you will need to
-# add the following line to /etc/modules.conf:
+# add the following line to /etc/modprobe.conf:
#
# alias escon0 ctc
#
diff --git a/sysconfig/network-scripts/ifup-iucv b/sysconfig/network-scripts/ifup-iucv
index e257d28a..67137406 100755
--- a/sysconfig/network-scripts/ifup-iucv
+++ b/sysconfig/network-scripts/ifup-iucv
@@ -5,7 +5,7 @@
# 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:
+# add the following line to /etc/modprobe.conf:
#
# alias iucv0 netiucv
#