Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | The adsl-* and pppd programs have been in /usr/sbin for ~10 years. | Bill Nottingham | 2010-01-12 | 1 | -1/+1 |
| | | | | Ergo, stop checking if they're in /sbin. | ||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -2/+2 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | ppp fixes (#104128, #97845, #85447) | Bill Nottingham | 2003-09-15 | 1 | -2/+4 |
| | |||||
* | - set PATH also in /etc/sysconfig/network-scripts/network-functions | Florian La Roche | 2002-06-26 | 1 | -2/+0 |
| | |||||
* | - useless space changes | Florian La Roche | 2002-06-26 | 1 | -0/+1 |
| | |||||
* | * don't show user name by DSL connection | Than Ngo | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | * add support xDSLr5-92 | Than Ngo | 2001-06-22 | 1 | -1/+6 |
| | |||||
* | fix redial loop (#17380) | Bill Nottingham | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | don't ignore RETRYTIMEOUT when we never connect (#14701) | Bill Nottingham | 2001-01-29 | 1 | -1/+6 |
| | |||||
* | don't end up calling ifdown-post twice on ppp connections | Bill Nottingham | 2000-08-18 | 1 | -2/+0 |
| | |||||
* | fix demand-dialing for PPP | Nalin Dahyabhai | 2000-08-07 | 1 | -7/+18 |
| | |||||
* | make ifdown synchronous modulo timeout | Michael K. Johnson | 1999-09-08 | 1 | -0/+1 |
| | |||||
* | first attempt at integrating ppp-watch | Michael K. Johnson | 1999-09-07 | 1 | -34/+11 |
| | |||||
* | wvdial/too much ifdown-post | Michael K. Johnson | 1999-08-19 | 1 | -3/+2 |
| | |||||
* | use new pppd | Michael K. Johnson | 1999-08-13 | 1 | -3/+3 |
| | |||||
* | fix for CHATPID (bug #1343) | Bill Nottingham | 1999-03-16 | 1 | -1/+1 |
| | |||||
* | fix long-standing bug and work with (currently vaporware) newer ps versions | Michael K. Johnson | 1998-07-07 | 1 | -1/+1 |
| | |||||
* | Always "cd /etc/sysconfig/network-scripts" before sourcing network_functions. | Jeff Johnson | 1998-07-07 | 1 | -1/+1 |
| | |||||
* | Support alternative device configurations. | Michael K. Johnson | 1997-09-18 | 1 | -1/+3 |
| | |||||
* | Bring down pppd even if only ifup-ppp is running, waiting to persist. | Michael K. Johnson | 1997-09-16 | 1 | -3/+5 |
| | |||||
* | ifup and ifdown complain if $1 not specified. | Michael K. Johnson | 1997-09-16 | 1 | -0/+6 |
| | | | | | | | The "ifcfg-" part of the device name is now optional for ifup and ifdown. ifdown-ppp kills a pppd's chat session if it is active. Generic part of ifup uses MACADDR variable if present. ifup-ppp honors DEBUG variable, both for pppd (debug) and chat (-v). | ||||
* | Initial revision | Erik Troan | 1997-09-16 | 1 | -0/+44 |