diff options
author | Bill Nottingham <notting@redhat.com> | 2005-09-30 18:28:12 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-09-30 18:28:12 +0000 |
commit | eba099996bae8c15c0e1719c835e047b02f6c3cc (patch) | |
tree | ed104fa4438e5aed71bca4912c1c5d85cc0f4f0b /sysconfig.txt | |
parent | 9d1327f1887204e32b5093b18fcf2aba4a86603e (diff) | |
download | initscripts-eba099996bae8c15c0e1719c835e047b02f6c3cc.tar initscripts-eba099996bae8c15c0e1719c835e047b02f6c3cc.tar.gz initscripts-eba099996bae8c15c0e1719c835e047b02f6c3cc.tar.bz2 initscripts-eba099996bae8c15c0e1719c835e047b02f6c3cc.tar.xz initscripts-eba099996bae8c15c0e1719c835e047b02f6c3cc.zip |
clarify docs (#84296)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index ccff6a68..5ea5c083 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -440,9 +440,9 @@ Files in /etc/sysconfig/network-scripts/ Symlinks to /sbin/ifup and /sbin/ifdown, respectively. These are the only two scripts "in" this directory that should be called directly; these two scripts call all the other - scripts as needed. These symlinks are here for legacy purposes - only -- they'll will probably be removed in future versions, so - only /sbin/ifup and /sbin/ifdown should currently be used. + scripts as needed. These symlinks are here for legacy purposes -- + only /sbin/ifup and /sbin/ifdown should currently be used + at the user level. These scripts take one argument normally: the name of the device (e.g. eth0). They are called with a second argument of "boot" |