aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * fix channel bundlingr6-14Than Ngo2001-08-104-6/+7
|
* UpdateKjartan Maraas2001-08-102-4/+4
|
* - don't set MSN if it' empty (it's now optional)Than Ngo2001-08-104-20/+41
| | | | | - don't give login name as a cmdline-option (Bug #23066) - remove peer device file if ppp connection is down
* Fix merge corruptionDavid Joo2001-08-101-4/+4
|
* Errors Has been changed...David Joo2001-08-101-274/+290
| | | | David Joo-
* - don't set MSN if it' empty (it's now optional)Than Ngo2001-08-103-13/+26
| | | | - don't give login name as a cmdline-option (Bug #23066)
* 6.13-1r6-13Bill Nottingham2001-08-092-2/+48
|
* Preklad 9.8.2001Milan Kerslager2001-08-091-278/+107
|
* set dspmbyte=euc in lang.csh for the proper languages (as opposed to ↵Bill Nottingham2001-08-091-0/+8
| | | | csh.login for everyone (#50318))
* still run ifdown for dhcp devices, even if the device isn't thereBill Nottingham2001-08-091-1/+1
|
* behave sanely if ifup is called with dhcpcd already running (#49392, #51038)Bill Nottingham2001-08-091-2/+2
|
* just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional ↵Bill Nottingham2001-08-092-3/+3
| | | | pump & dhcpcd arguments (#46942)
* allow shell characters in ppp names (#43719)Bill Nottingham2001-08-091-1/+1
|
* only allow dest port 1025-65535 for DNS replies (#40833, #44038)Bill Nottingham2001-08-092-4/+4
|
* save resolv.conf for restoration by ifdown-post (#50759)Bill Nottingham2001-08-091-0/+1
|
* use conf.default for rp_filter, not conf.all (#50166)Bill Nottingham2001-08-093-3/+3
|
* switch some more things to /sbin/ip; allow adding back of default route for ↵Bill Nottingham2001-08-093-4/+11
| | | | DHCP devices (#48994)
* 6.12-1r6-12Bill Nottingham2001-08-082-1/+18
|
* *** empty log message ***Bill Nottingham2001-08-081-15/+74
|
* tweak raidtab grep slightly (#51231)Bill Nottingham2001-08-081-1/+1
|
* update ipv6 stuffr6-11Leon Ho2001-08-081-28/+40
|
* update russian translationLeon Ho2001-08-071-271/+77
|
* initscripts/ja.po: complete trans.Satoru Sato2001-08-071-175/+180
|
* netcfg/ja.po: complete trans.Satoru Sato2001-08-071-209/+209
|
* UpdateKjartan Maraas2001-08-072-12/+30
|
* detach loopback devices at shutdown (#43919, #45826)Bill Nottingham2001-08-072-2/+10
|
* use a bigger buffer size argument to dmesg when dumping the log (#44024)Bill Nottingham2001-08-071-1/+1
|
* run kbdconfig when /.unconfigre'd (#43941)Bill Nottingham2001-08-072-1/+5
|
* use awk, not grep & other cruft (#49616)Bill Nottingham2001-08-074-10/+14
| | | | | exit happily if ifup is called on a device that doesn't exist and has no alias (fixes all those nasty PCMCIA onboot complaints)
* support setting $CLOCKFLAGS in /etc/sysconfig/clock (#50974)Bill Nottingham2001-08-072-2/+2
|
* don't do anything in ifup if we're running under hotplug and $HOTPLUG is set ↵Bill Nottingham2001-08-071-0/+4
| | | | to 'no'
* fix typo (#50943)Bill Nottingham2001-08-051-1/+1
|
* define halt_get_remaining before it's used (#50720)Bill Nottingham2001-08-031-4/+6
|
* do the same thing for ifdown tooBill Nottingham2001-08-021-0/+18
|
* don't worry about profiles just now. look for alternate config files that ↵Bill Nottingham2001-08-022-16/+13
| | | | contain the correct MAC address for the adapter
* 6.11-1Bill Nottingham2001-08-012-5/+60
|
* more FS umounting cleanups (<sopwith@redhat.com>)Bill Nottingham2001-07-311-7/+11
|
* remount *everything* ro on halt (#50461)Bill Nottingham2001-07-311-1/+1
|
* don't check for the link to be down; it's not reliable enoughBill Nottingham2001-07-311-5/+0
|
* fix typoKarsten Hopp2001-07-312-4/+4
|
* Update nynorsk too :)Kjartan Maraas2001-07-311-80/+42
|
* Update bokmålKjartan Maraas2001-07-312-270/+150
|
* clarify message (#50365)Bill Nottingham2001-07-301-1/+1
|
* fix typo (#50363)Bill Nottingham2001-07-301-1/+1
|
* take embedded quotes out - it confuses gettextBill Nottingham2001-07-301-1/+1
|
* refresh from public betaBill Nottingham2001-07-3033-16385/+23882
|
* 2001-07-29 Christian Rose <menthos@menthos.com>Christian Rose2001-07-291-5/+11
| | | | * sv.po: Some fixes to the Swedish translation.
* return link up in check_link_down for EINVAL too; in fact, return link up if ↵Bill Nottingham2001-07-281-0/+3
| | | | mii-tool fails for any reason
* 6.10-1r6-10Bill Nottingham2001-07-262-2/+11
|
* - only bring link down if check_link_down failsBill Nottingham2001-07-263-4/+4
| | | | | - add a sleep in check_link_down; some cards take time to negotiate - only expand_config for the static IP case in ifdown