diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2000-08-12 22:17:47 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2000-08-12 22:17:47 +0000 |
commit | 0e12930a45fb238093d0d5b21a8d78e79624f67c (patch) | |
tree | 309f3096d157fa8a7edac0f3e90a969e1368ffcc | |
parent | 8cd935021c5d6ef02cacd87f7b9fe60e08eea5ca (diff) | |
download | initscripts-0e12930a45fb238093d0d5b21a8d78e79624f67c.tar initscripts-0e12930a45fb238093d0d5b21a8d78e79624f67c.tar.gz initscripts-0e12930a45fb238093d0d5b21a8d78e79624f67c.tar.bz2 initscripts-0e12930a45fb238093d0d5b21a8d78e79624f67c.tar.xz initscripts-0e12930a45fb238093d0d5b21a8d78e79624f67c.zip |
move documentation for the DEMAND and IDLETIMEOUT values to the right section of sysconfig.txtr5-44
-rw-r--r-- | initscripts.spec | 6 | ||||
-rw-r--r-- | sysconfig.txt | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/initscripts.spec b/initscripts.spec index 2d8ce101..6985fa44 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -3,7 +3,7 @@ Name: initscripts Version: 5.44 Copyright: GPL Group: System Environment/Base -Release: 1 +Release: 2 Source: initscripts-%{version}.tar.gz BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 @@ -232,6 +232,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com> +- move documentation for the DEMAND and IDLETIMEOUT values to the right + section of sysconfig.txt + * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com> - load agpgart if necessary (hack) - fix /boot/kernel.h stuff (jakub) diff --git a/sysconfig.txt b/sysconfig.txt index 368a90e2..673d20af 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -354,11 +354,6 @@ Files in /etc/sysconfig/network-scripts/ GATEWAY= ONBOOT=yes|no USERCTL=yes|no - DEMAND=yes|no - Only used for PPP. Switches on demand-dialing mode. - IDLETIMEOUT=600 - Only used for PPP. The amount of time the link needs to be inactive - before pppd will bring it down automatically. BOOTPROTO=none|bootp|dhcp MTU= PEERDNS=yes|no @@ -432,6 +427,11 @@ Files in /etc/sysconfig/network-scripts/ is made to bring up the connection. Note that some connect scripts (for example, wvdial) might do their own retries (such as BUSY or NO DIALTONE conditions). + DEMAND=yes|no + Switches on demand-dialing mode using pppd's "demand" option. + IDLETIMEOUT=600 + The amount of time the link needs to be inactive before pppd will + bring it down automatically. /etc/sysconfig/network-scripts/chat-<interface-name>: |