Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix long-standing bug and work with (currently vaporware) newer ps versions | Michael K. Johnson | 1998-07-07 | 1 | -1/+1 |
| | |||||
* | Invert logic for ESCAPECHARS=yes. | Jeff Johnson | 1998-07-07 | 1 | -1/+1 |
| | |||||
* | Always "cd /etc/sysconfig/network-scripts" before sourcing network_functions. | Jeff Johnson | 1998-07-07 | 10 | -11/+13 |
| | |||||
* | Bug report: | Jeff Johnson | 1998-07-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | I am running dip-3.3.7o-10 and initscripts-3.32-1 on Red Hat 5.0 Intel and was unable to terminate an established SLIP connection in the standard fashion. After some hacking around I discovered that the problem was that when dip establishes a connection, it changes it's argument list to '-dip (IP_ADDRESS)' where IP_ADDRESS is the local IP address. This of course breaks the network-scripts handling of the connection. I've modified /etc/sysconfig/network-scripts/ifdown-sl to take this into account and included the modified file below. I don't think it will work for people with dynamically allocated IP addresses though... -Mike Wittman support login: wittman@cs.berkeley.edu | ||||
* | Fix bug track problems (#677, #731, #734, E-mail). | Jeff Johnson | 1998-06-21 | 2 | -5/+4 |
| | |||||
* | update to linuxconf 1.11r8 capabilities. | Michael K. Johnson | 1998-05-03 | 3 | -2/+50 |
| | | | | | Full support for IPX as configured by linuxconf. Updated sysconfig.txt documentation to reflect new parameters. | ||||
* | linuxconf supportr3-56 | Michael K. Johnson | 1998-05-02 | 3 | -12/+56 |
| | |||||
* | plip cleanup | Donnie Barnes | 1998-04-30 | 1 | -1/+1 |
| | |||||
* | moved adding /etc/resolv.conf search path to normal reverse name lookupr3-52 | Erik Troan | 1998-04-05 | 1 | -0/+4 |
| | | | | handling | ||||
* | added netmask calculation | Erik Troan | 1998-03-22 | 1 | -0/+4 |
| | |||||
* | fixed network address calculations | Erik Troan | 1998-03-22 | 1 | -2/+3 |
| | |||||
* | look for ipcalc in /bin, not /sbinr3-50 | Erik Troan | 1998-03-10 | 2 | -3/+3 |
| | |||||
* | added missing \ | Erik Troan | 1998-03-10 | 1 | -1/+1 |
| | |||||
* | 1) added need_hostname and set_hostname functions | Erik Troan | 1998-03-10 | 3 | -9/+25 |
| | | | | 2) changed hostname lookup to use ipcalc | ||||
* | use ipcalc to calculate netmask and/or broadcast address | Erik Troan | 1998-03-10 | 1 | -0/+8 |
| | |||||
* | removed senseless dhcp log in /tmp | Erik Troan | 1998-03-10 | 1 | -1/+0 |
| | |||||
* | if bootp fails and there is no fallback IP, take down the device | Erik Troan | 1998-03-09 | 1 | -0/+1 |
| | |||||
* | added check for mktemp failure | Erik Troan | 1998-03-09 | 1 | -1/+4 |
| | |||||
* | /sbin/ isn't always in $PATH | Michael K. Johnson | 1998-01-12 | 1 | -1/+1 |
| | |||||
* | Inheritance was wrong. | Michael K. Johnson | 1997-11-20 | 1 | -1/+1 |
| | |||||
* | PPP debugging fixed. | Michael K. Johnson | 1997-11-06 | 4 | -22/+21 |
| | | | | | PPP Persisting fixed. Moved netreport stuff into one place. | ||||
* | 1) fixed dhcp problem | Erik Troan | 1997-10-28 | 1 | -1/+2 |
| | | | | 2) version 3.21 | ||||
* | set hostname from bootp if hostname = (none) | Erik Troan | 1997-10-21 | 1 | -1/+1 |
| | |||||
* | Die if ifdown-ppp was called on the device during the sleep. | Michael K. Johnson | 1997-10-14 | 1 | -0/+5 |
| | |||||
* | fixes for config files which were given w/ fully qualified pathnames | Erik Troan | 1997-10-06 | 1 | -2/+2 |
| | |||||
* | Removed pcmcia hacks for releases prior to RH 3.0.3 | Erik Troan | 1997-10-06 | 1 | -19/+0 |
| | |||||
* | source_config | Michael K. Johnson | 1997-09-24 | 1 | -1/+3 |
| | |||||
* | CONFIG after daemon daemonizing. | Michael K. Johnson | 1997-09-24 | 1 | -3/+2 |
| | |||||
* | Fixed potential syntax error. | Michael K. Johnson | 1997-09-24 | 1 | -1/+1 |
| | |||||
* | added mktemp support | Donnie Barnes | 1997-09-23 | 1 | -4/+5 |
| | |||||
* | Disassociate from controlling tty so SIGHUPs won't be generated. | Michael K. Johnson | 1997-09-23 | 2 | -3/+6 |
| | |||||
* | Support alternative device configurations. | Michael K. Johnson | 1997-09-18 | 9 | -15/+61 |
| | |||||
* | Don't print an error if no aliases exist. | Michael K. Johnson | 1997-09-17 | 1 | -3/+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 | 4 | -12/+48 |
| | | | | | | | 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 | 12 | -0/+571 |