aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-04-21 16:25:36 +0000
committerBill Nottingham <notting@redhat.com>2004-04-21 16:25:36 +0000
commitf7d26c0aaa776b5ffec746a759de540bc5e9a259 (patch)
treee9359eca3c00ef2d623abb3998ede64126c8fb88 /sysconfig
parent43f4774922988478414bb503be5f52a6ee87c8d3 (diff)
downloadinitscripts-f7d26c0aaa776b5ffec746a759de540bc5e9a259.tar
initscripts-f7d26c0aaa776b5ffec746a759de540bc5e9a259.tar.gz
initscripts-f7d26c0aaa776b5ffec746a759de540bc5e9a259.tar.bz2
initscripts-f7d26c0aaa776b5ffec746a759de540bc5e9a259.tar.xz
initscripts-f7d26c0aaa776b5ffec746a759de540bc5e9a259.zip
modprobe.conf tweakage
Diffstat (limited to 'sysconfig')
-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
#