aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* pump actually works nowErik Troan1999-03-102-9/+4
|
* updated for pumpErik Troan1999-03-101-46/+10
|
* outdated by pumpErik Troan1999-03-101-19/+0
|
* *** empty log message ***Bill Nottingham1999-02-251-5/+5
|
* more changes for sysconfig/initBill Nottingham1999-02-251-4/+11
|
* add default /etc/sysconfig/initBill Nottingham1999-02-221-0/+12
| | | | | change raw ansi to echo -e add a 'serial' mode that has no ansi escapes
* fix kernel-2.2 double net routes, remove '-x' from ifdhcpc-doneBill Nottingham1999-02-102-2/+3
|
* bill is a moron. also, fix ifup-aliases for bash2r3-84Bill Nottingham1999-02-051-1/+1
|
* random fixes from bugzilla: setsysfont only if font defined; do hwclockBill Nottingham1999-02-031-1/+1
| | | | --adjust; fix /forcefsck
* Explicitly force RX escape char negotiation if ESCAPECHARS = no (#519).Jeff Johnson1999-01-251-0/+2
|
* bootpc: 2.2 kernels complain about broadcast and netmask on ifup.Jeff Johnson1999-01-251-1/+7
| | | | bootpc: Give slow 10Mbps/100Mbps autodetecting cards a second chance.
* Bug #205 sez':Jeff Johnson1998-12-061-1/+1
| | | | | | | | | | | | | in ifup-ipx script underlines in next line should be changes to dots for frametype in 802_2 802_3 ETHERII SNAP ; do I have verified this to be a bug in the initscripts. If autoprimary and and autoframetype is enabled in /etc/sysconfig/network then the interface will come up properly. If they are set to no then whatever frametypes that are defined in the /etc/sysconfig/network-scripts/ifcfg-ethx will not become activated.
* linuxconf ipalias fix; work with both old and new linuxconfr3-79Michael K. Johnson1998-11-101-2/+8
|
* fix long-standing bug and work with (currently vaporware) newer ps versionsMichael K. Johnson1998-07-071-1/+1
|
* Invert logic for ESCAPECHARS=yes.Jeff Johnson1998-07-071-1/+1
|
* Always "cd /etc/sysconfig/network-scripts" before sourcing network_functions.Jeff Johnson1998-07-0710-11/+13
|
* Bug report:Jeff Johnson1998-07-071-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 Johnson1998-06-212-5/+4
|
* update to linuxconf 1.11r8 capabilities.Michael K. Johnson1998-05-033-2/+50
| | | | | Full support for IPX as configured by linuxconf. Updated sysconfig.txt documentation to reflect new parameters.
* linuxconf supportr3-56Michael K. Johnson1998-05-023-12/+56
|
* plip cleanupDonnie Barnes1998-04-301-1/+1
|
* moved adding /etc/resolv.conf search path to normal reverse name lookupr3-52Erik Troan1998-04-051-0/+4
| | | | handling
* added netmask calculationErik Troan1998-03-221-0/+4
|
* fixed network address calculationsErik Troan1998-03-221-2/+3
|
* look for ipcalc in /bin, not /sbinr3-50Erik Troan1998-03-102-3/+3
|
* added missing \Erik Troan1998-03-101-1/+1
|
* 1) added need_hostname and set_hostname functionsErik Troan1998-03-103-9/+25
| | | | 2) changed hostname lookup to use ipcalc
* use ipcalc to calculate netmask and/or broadcast addressErik Troan1998-03-101-0/+8
|
* removed senseless dhcp log in /tmpErik Troan1998-03-101-1/+0
|
* if bootp fails and there is no fallback IP, take down the deviceErik Troan1998-03-091-0/+1
|
* added check for mktemp failureErik Troan1998-03-091-1/+4
|
* /sbin/ isn't always in $PATHMichael K. Johnson1998-01-121-1/+1
|
* Inheritance was wrong.Michael K. Johnson1997-11-201-1/+1
|
* PPP debugging fixed.Michael K. Johnson1997-11-064-22/+21
| | | | | PPP Persisting fixed. Moved netreport stuff into one place.
* 1) fixed dhcp problemErik Troan1997-10-281-1/+2
| | | | 2) version 3.21
* set hostname from bootp if hostname = (none)Erik Troan1997-10-211-1/+1
|
* Die if ifdown-ppp was called on the device during the sleep.Michael K. Johnson1997-10-141-0/+5
|
* fixes for config files which were given w/ fully qualified pathnamesErik Troan1997-10-061-2/+2
|
* Removed pcmcia hacks for releases prior to RH 3.0.3Erik Troan1997-10-061-19/+0
|
* source_configMichael K. Johnson1997-09-241-1/+3
|
* CONFIG after daemon daemonizing.Michael K. Johnson1997-09-241-3/+2
|
* Fixed potential syntax error.Michael K. Johnson1997-09-241-1/+1
|
* added mktemp supportDonnie Barnes1997-09-231-4/+5
|
* Disassociate from controlling tty so SIGHUPs won't be generated.Michael K. Johnson1997-09-232-3/+6
|
* Support alternative device configurations.Michael K. Johnson1997-09-189-15/+61
|
* Don't print an error if no aliases exist.Michael K. Johnson1997-09-171-3/+3
|
* Bring down pppd even if only ifup-ppp is running, waiting to persist.Michael K. Johnson1997-09-161-3/+5
|
* ifup and ifdown complain if $1 not specified.Michael K. Johnson1997-09-164-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 revisionErik Troan1997-09-1612-0/+571