aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-ppp
Commit message (Collapse)AuthorAgeFilesLines
* The adsl-* and pppd programs have been in /usr/sbin for ~10 years.Bill Nottingham2010-01-121-2/+2
| | | | Ergo, stop checking if they're in /sbin.
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-1/+1
| | | | Adapted from <victor.lowther@gmail.com>.
* Don't background logger, to avoid spurious SIGCHLD deliveries to execed ↵Bill Nottingham2009-03-201-2/+2
| | | | pppd. (#448881)
* Remove support for 'ifcfg-foo-bar' configurations that automatically inherit ↵Bill Nottingham2009-03-161-3/+0
| | | | | | | | from 'ifcfg-foo'. 1) I'm not sure of anything at all that ever supported this except for manual configuration. 2) '-' is a valid character in ethernet device names. So you can't have 'ifcfg-eth0-2' files that work. 3) Having it work for every '-' separated combination, except those that end in 'g' is just strange.
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-161-5/+5
| | | | | | | | All networking scripts from /etc/sysconfig/network-scripts call logger without full path. This can prevent system from booting if let's say dcc is installed when compiled with wrong parameters and installs /usr/sbin/logger (see bellow) It's not really a bug but this can be easily prevented. All /etc/init.d scripts use full path for logger network-scripts should use it also
* Use 0.0.0.0/0, not 0/0. (#460580)Bill Nottingham2008-09-031-1/+1
| | | | Updated iproute doesn't like the old syntax.
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* Add METRIC= support for default routes (#124045)Miloslav Trmac2006-05-101-3/+5
| | | | | | | | | * ifup-ppp, network-functions: Save all default routes, lose no data. * network-functions: - (find_gateway_dev): Fix - it should find the device while $GATEWAY is not the default route - (add_default_route): Don't use configuration for the device that is being brought down; document function purpose and bugs.
* Don't unnecessarily keep the ifup-ppp process (#163950, patch by Avi KivityMiloslav Trmac2006-03-201-1/+3
| | | | <avi@argo.co.il>)
* Fix boot handling of ppp (#129195)Miloslav Trmac2006-03-191-1/+0
|
* fix static routes with ppp demand dialing (#20142, <ohrn+redhat@chalmers.se>)Bill Nottingham2005-04-251-2/+12
|
* - some optims/cleanups, details in initscripts.specr7-94Florian La Roche2004-10-311-1/+1
|
* add better fix to support nickname (#105785)Than Ngo2003-10-221-3/+0
|
* add support nickname (#105785)Than Ngo2003-10-221-0/+3
|
* ppp fixes (#104128, #97845, #85447)Bill Nottingham2003-09-151-1/+1
|
* fix ifup-ppp vs. ppp-watch at boot time (<goeran@uddeborg.pp.se>)Bill Nottingham2003-01-141-1/+1
|
* fix ifup-ppp for use with dial-on-demand (#54680)Bill Nottingham2003-01-141-2/+8
|
* - change to /etc/init.d/functionsFlorian La Roche2002-06-261-2/+2
| | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings
* make sure chatdbg is set before using it (#63448)Bill Nottingham2002-04-151-2/+5
|
* * don't show user name by DSL connectionThan Ngo2001-09-191-11/+13
|
* allow shell characters in ppp names (#43719)Bill Nottingham2001-08-091-1/+1
|
* save resolv.conf for restoration by ifdown-post (#50759)Bill Nottingham2001-08-091-0/+1
|
* switch some more things to /sbin/ip; allow adding back of default route for ↵Bill Nottingham2001-08-091-0/+2
| | | | DHCP devices (#48994)
* fix the non-xDSL case (#47263)Bill Nottingham2001-07-061-1/+1
|
* * add support xDSLr5-92Than Ngo2001-06-221-2/+13
|
* let ppp-watch watch over demand-dialed connections, remove a redundant ↵Nalin Dahyabhai2001-02-281-9/+1
| | | | nodetach (synonymous with -detach)
* fix detection of chat script name (hopefully)Bill Nottingham2001-02-081-5/+7
|
* fix typoBill Nottingham2001-01-301-1/+0
|
* ifup-ppp enhancements (#17388, <ayn2@cornell.edu>)Bill Nottingham2001-01-301-29/+32
|
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ↵Bill Nottingham2001-01-231-8/+8
| | | | string"
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-021-4/+6
|
* add ktune holdoff ${RETRYTIMEOUT} to demand ppp optionsNalin Dahyabhai2000-08-241-5/+6
|
* change updetach back to nodetachr5-42Nalin Dahyabhai2000-08-071-1/+1
|
* fix demand-dialing for PPPNalin Dahyabhai2000-08-071-5/+7
|
* be more specific about quoting variablesNalin Dahyabhai2000-08-031-25/+25
|
* fix demand-dialing, now that I can test itr5-25Nalin Dahyabhai2000-07-031-5/+7
|
* sysconfig/network-scripts/ifup-ppp: add hooks for demand-dialing PPPNalin Dahyabhai2000-06-161-7/+18
| | | | rc.d/init.d/functions: use basename of process when looking for its PID file
* Fix suggested by Adam P. Jenkins, tests fine here, may improve CHAP as well.Michael K. Johnson1999-12-061-5/+3
|
* make netcfg work by allowing device name to be full path to ifcfg fileMichael K. Johnson1999-11-191-1/+4
|
* allow pppd to set the default routeMichael K. Johnson1999-11-121-0/+3
|
* move PPPOPTIONS to the endMichael K. Johnson1999-11-121-2/+3
| | | | use noauth always to work around new defaultroot behaviour
* try to make CHAP work in cases where it currently failsMichael K. Johnson1999-11-081-0/+1
|
* changed defaultsMichael K. Johnson1999-09-211-4/+2
|
* new --remotename option to wvdialMichael K. Johnson1999-09-131-1/+1
|
* work with ppp-watchMichael K. Johnson1999-09-071-0/+1
|
* first attempt at integrating ppp-watchMichael K. Johnson1999-09-071-54/+17
|
* DEFROUTE defaults on; PEERDNS documented and defaults onMichael K. Johnson1999-09-061-2/+2
|
* chat script only needs to exist if wvdial not in useMichael K. Johnson1999-09-061-1/+1
|
* use new pppdMichael K. Johnson1999-08-131-1/+4
|
* take advantage of userpeerdnsMichael K. Johnson1999-08-041-0/+3
|