summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
blob: a70fbd200cc7e24eb1ec9607f89b70aaa504ca89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
package modules; # $Id$

use strict;
use vars qw(%drivers);

use common;
use detect_devices;
use run_program;
use log;


my %conf;
my %deps = ();

my @drivers_by_category = (
[ 'net', {
if_(arch() =~ /ppc/,
  "mace" => "Apple PowerMac Ethernet",
  "bmac" => "Apple G3 Ethernet",
  "gmac" => "Apple G4/iBook Ethernet",
),
if_(arch() =~ /^sparc/,
  "myri_sbus" => "MyriCOM Gigabit Ethernet",
  "sunbmac" => "Sun BigMac Ethernet",
  "sunhme" => "Sun Happy Meal Ethernet",
  "sunqe" => "Sun Quad Ethernet",
),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
  "3c501" => "3com 3c501",
  "3c503" => "3com 3c503",
  "3c505" => "3com 3c505",
  "3c507" => "3com 3c507",
  "3c509" => "3com 3c509",
  "3c515" => "3com 3c515",
  "3c90x" => "3Com 3c90x (Cyclone/Hurricane/Tornado)",
  "3c90x" => "3Com 3c90x (Cyclone/Hurricane/Tornado)",
  "82596" => "Apricot 82596",
  "abyss" => "Smart 16/4 PCI Ringnode (token ring)",
  "ac3200" => "Ansel Communication AC3200",
  "acenic" => "AceNIC Gigabit Ethernet",
  "aironet4500_card" => "aironet4500_card",
  "at1700" => "Allied Telesis AT1700",
  "atp" => "ATP", 
  "catc" => "CATC EL1210A NetMate USB Ethernet driver",
  "com20020-pci" => "com20020-pci",
  "cs89x0" => "CS89x0",
  "de600" => "D-Link DE-600 pocket adapter",
  "de620" => "D-Link DE-620 pocket adapter",
  "defxx" => "DEC DEFPA FDDI", # most unused
  "depca" => "Digital DEPCA and EtherWORKS",
  "dgrs" => "Digi International RightSwitch",
  "dmfe" => "dmfe",
  "e100" => "Intel Ethernet Pro 100", #- newer Intel version of eepro100
  "e1000" => "Intel Gigabit Ethernet",
  "e2100" => "Cabletron E2100",
  "eepro" => "Intel EtherExpress Pro",
  "eepro100" => "Intel EtherExpress Pro 100", #- should run on sparc but no memory on floppy
  "eexpress" => "Intel EtherExpress",
  "epic100" => "SMC 83c170 EPIC/100",
  "eth16i" => "ICL EtherTeam 16i",
  "ewrk3" => "Digital EtherWORKS 3",
  "hamachi" => "Packet Engines Inc.|PCI Ethernet Adapter",
  "hp" => "HP LAN/AnyLan",
  "hp-plus" => "HP PCLAN/plus",
  "hp100" => "HP10/100VG any LAN ",
  "ibmtr" => "Token Ring Tropic",
  "kaweth" => "kaweth",
# requires scsi_mod???  "iph5526" => "iph5526",
  "lance" => "Lance",
  "natsemi" => "National Semiconductor 10/100",
  "ne" => "NE1000, NE2000, and clones",
  "ne2k-pci" => "NE2000 PCI clones",
  "ni5010" => "NI 5010",
  "ni52" => "NI 5210",
  "ni65" => "NI 6510",
  "old_tulip" => "Digital 21040/21041/21140 (old Tulip driver)",
  "olympic" => "IBM|16/4 Token ring UTP/STP controller",
  "pcnet32" => "AMD PC/Net 32",
  "pegasus" => "pegasus", 
  "plip" => "PLIP (parallel port)",
  "rcpci" => "Red Creek Hardware VPN",
  "rrunner" => "Roadrunner serial HIPPI", # mostly unused
  "sb1000" => "sb1000",
  "sis900" => "sis900",
  "sk98lin" => "Syskonnect (Schneider & Koch)|Gigabit Ethernet",
  "sktr" => "Syskonnect Token ring adaptor",
  "smc-ultra" => "SMC Ultra",
  "smc9194" => "SMC 9000 series",
  "starfire" => "Adaptec|ANA620xx/ANA69011A Fast Ethernet",
  "tlan" => "Compaq Netelligent, Olicom OC-2xxx",
  "tmspci" => "3Com Token Link Velocity, Compaq IPG-Austin Token Ring",
  "tulip" => "Digital 21040/21041/21140 (Tulip)",
  "via-rhine" => "VIA VT86c100A Rhine-II, 3043 Rhine-I",
#  "wavelan" => "AT&T WaveLAN & DEC RoamAbout DS", # TODO is a "AT&T GIS WaveLAN ISA" ?
  "wd" => "WD8003, WD8013 and compatible",
  "winbond-840" => "Compex RL100-ATX",
  "yellowfin" => "Symbios Yellowfin G-NIC",
#******(missing-2.4)    "smc-ultra32" => "SMC Ultra 32",
#******(missing-2.4)  "rl100a" => "rl100a",
#******(missing-2.4)  "z85230" => "Z85x30",
),
  "3c59x" => "3com Vortex/Boomerang/Hurricane/Cyclone/Etherlink",
  "8139too" => "Realtek RTL-8139",
  "de4x5" => "Digital 425,434,435,450,500",
  "rtl8139" => "RealTek RTL8129/8139",
  "sundance" => "sundance",
}],
[ 'net_raw', {
  "8390" => "8390",
  "af_packet" => "packet socket",
  "nfs" => "Network File System (nfs)",
  "lockd" => "lockd",
  "parport" => "parport",
  "parport_pc" => "parport_pc",
  "sunrpc" => "sunrpc",
  "pci-scan" => "pci-scan",
  "ppp" => "Point to Point driver",
  "ppp_generic" => "Point to Point generic driver",
  "ppp_async" => "ppp_async",
  "slhc" => "slhc",
}],
[ 'usbnet', {
  "pegasus" => "pegasus",
  "kaweth" => "kaweth",
  "usbnet" => "usbnet",
  "catc" => "CATC EL1210A NetMate USB Ethernet driver",
}],
[ 'isdn', {
   "hisax" => "hisax",
   "hysdn" => "hysdn",
   "b1pci" => "b1pci",
   "t1pci" => "t1pci",
   "c4" => "c4",
}],
[ 'tv', {
 "bttv" => "Brooktree Corporation|Bt8xx Video Capture",
 "cpia_usb" => '',
 "ibmcam" => '',
 "mod_quickcam" => '',
 "ov511" => '',
 "ultracam" => '',
 "usbvideo" => '',
}],
[ 'scanner', {
 "scanner" => '',
 "microtek" => '',
}],
[ 'photo', {
 "dc2xx" => '',
 "mdc800" => '',
}],
[ 'joystick', {
   "ns558" => "Creative Labs SB Live! joystick",
}],
[ 'radio', {
   "radio-maxiradio" => "radio-maxiradio",
}],
[ 'scsi', {
if_(arch() =~ /ppc/,
  "mesh" => "Apple Internal SCSI",
  "mac53c94" => "Apple External SCSI",
),
if_(arch() =~ /^sparc/,
  "qlogicpti" => "Performance Technologies ISP",
),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
  "3w-xxxx" => "3ware ATA-RAID",
  "53c7,8xx" => "NCR 53c7xx",
  "AM53C974" => "AMD SCSI",
  "BusLogic" => "BusLogic Adapters",
  "NCR53c406a" => "NCR 53c406a",
  "a100u2w" => "a100u2w",
  "advansys" => "AdvanSys Adapters",
  "aha152x" => "Adaptec 152x",
  "aha1542" => "Adaptec 1542",
  "aha1740" => "Adaptec 1740",
  "atp870u" => "atp870u (Acard/Artop)",
  "dc395x_trm" => "dc395x_trm",
  "dtc" => "DTC 3180/3280",
  "fdomain" => "Future Domain TMC-16x0",
  "g_NCR5380" => "NCR 5380",
  "in2000" => "Always IN2000",
  "initio" => "Initio",
  "pci2220i" => "Perceptive Solutions 2240I",
  "psi240i" => "psi240i",
  "qla1280" => "Q Logic QLA1280",
  "qla2x00" => "Q Logic QLA2200",
  "qlogicfas" => "Qlogic FAS",
  "qlogicfc" => "qlogicfc",
  "seagate" => "Seagate ST01/02",
  "sim710" => "NCR53c710",
  "sym53c416" => "sym53c416",
  "t128" => "Trantor T128/T128F/T228",
  "tmscsim" => "tmscsim",
  "u14-34f" => "UltraStor 14F/34F",
  "ultrastor" => "UltraStor 14F/24F/34F",
  "wd7000" => "Western Digital wd7000",
),
  "aic7xxx" => "Adaptec 2740, 2840, 2940",
  "ncr53c8xx" => "NCR 53C8xx PCI",
  "pci2000" => "Perceptive Solutions PCI-2000", # TODO
  "qlogicisp" => "Qlogic ISP",
  "sym53c8xx" => "Symbios 53c8xx",
}],
[ 'scsi_raw', {
  "scsi_mod" => "SCSI subsystem support",
  "sd_mod" => "Disk SCSI support",
#-  "ide-mod" => "ide-mod",
#-  "ide-probe" => "ide-probe",
#-  "ide-probe-mod" => "ide-probe-mod",
}],
[ 'disk', {
if_(arch() =~ /^sparc/,
  "pluto" => "Sun SparcSTORAGE Array SCSI", #- name it "fc4:soc:pluto" ?
),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
  "DAC960" => "Mylex DAC960",
  "dpt_i2o" => "Distributed Tech SmartCache/Raid I-V Controller",
  "megaraid" => "AMI MegaRAID",
  "aacraid" => "AACxxx Raid Controller",
  "cciss" => "Compaq Smart Array 5300 Controller",
  "cpqarray" => "Compaq Smart-2/P RAID Controller",
  "gdth" => "ICP Disk Array Controller",
  "i2o_block" => "Intel Integrated RAID",
  "ips" => "IBM ServeRAID controller",
  "eata" => "EATA SCSI PM2x24/PM3224",
  "eata_pio" => "EATA PIO Adapters",
  "eata_dma" => "EATA DMA Adapters",
  "ppa" => "Iomega PPA3 (parallel port Zip)",
  "imm" => "Iomega Zip (new driver, for post 31/Aug/1998 drives)",
),
}],
[ 'disk_raw', {
#-  "ide-disk" => "IDE disk",
}],
[ 'cdrom', {
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
#******(missing-2.4)  "sbpcd" => "SoundBlaster/Panasonic",
#******(missing-2.4)  "aztcd" => "Aztech CD",
#******(missing-2.4)  "gscd" => "Goldstar R420",
#******(missing-2.4)  "isp16" => "ISP16/MAD16/Mozart",
#******(missing-2.4)  "mcd" => "Mitsumi", #- removed for space
#******(missing-2.4)  "mcdx" => "Mitsumi (alternate)",
#******(missing-2.4)  "optcd" => "Optics Storage 8000",
#******(missing-2.4)  "cm206" => "Phillips CM206/CM260",
#******(missing-2.4)  "sjcd" => "Sanyo",
#******(missing-2.4)  "cdu31a" => "Sony CDU-31A",
#******(missing-2.4) "sonycd535" => "Sony CDU-5xx",
),
}],
[ 'cdrom_raw', {
  "isofs" => "iso9660",
  "ide-cd" => "ide-cd",
  "sr_mod" => "SCSI CDROM support",
  "cdrom" => "cdrom",
}],
[ 'sound', {
if_(arch() =~ /ppc/,
  "dmasound_awacs" => "Amiga or PowerMac DMA sound",
),
if_(arch() !~ /^sparc/,
  "cmpci" => "C-Media Electronics CMI8338A CMI8338B CMI8738",
  "cs46xx" => "Cirrus Logic CrystalClear SoundFusion (cs46xx)",
  "cs4281" => "Cirrus Logic|Crystal CS4281 PCI Audio",
  "es1370" => "Ensoniq ES1370 [AudioPCI]",
  "es1371" => "Ensoniq ES1371 [AudioPCI-97]",
  "esssolo1" => "ESS Technology ES1969 Solo-1 Audiodrive",
  "i810_audio" => "i810 integrated sound card",
  "maestro" => "ESS Maestro 1/2",
  "maestro3" => "ESS Maestro-3",
  "nm256" => "Neomagic MagicMedia 256AV",
  "pas16" => "Pro Audio Spectrum/Studio 16",
  "trident" => "M5451 PCI South Bridge Audio",
  "via82cxxx" => "VIA VT82C686_5",
  "via82cxxx_audio" => "VIA Technologies|VT82C686 [Apollo Super AC97/Audio]",
  "sonicvibes" => "S3 SonicVibes",
  "snd-card-ice1712" => "IC Ensemble Inc|ICE1712 [Envy24]",
  "emu10k1" => "Creative Labs|SB Live! (audio)",
  "ymfpci" => "Yamaha YMF-740, DS-1",
#  "au8820" => "Aureal Semiconductor|Vortex 1",
#  "au8830" => "Aureal Semiconductor|Vortex 2",
  "snd-card-cmipci" => "CMI",
  "snd-card-cs461x" => "Cirrus Logic|CS 4610/11 [CrystalClear SoundFusion Audio Accelerator]",
  "snd-card-ens1371" => "Ensoniq/Creative Labs ES1371",
  "snd-card-es1938" => "ESS Technology|ES1969 Solo-1 Audiodrive",
  "snd-card-fm801" => "Fortemedia, Inc|Xwave QS3000A [FM801]<>Fortemedia, Inc|FM801 PCI Audio",
  "snd-card-intel8x0" => "Intel Corporation|82440MX AC'97 Audio Controller<>Intel Corporation",
  "snd-card-rme96" => "Xilinx, Inc.|RME Digi96<>Xilinx, Inc.",
  "snd-card-trident" => "Silicon Integrated Systems [SiS]|7018 PCI Audio",
  "snd-card-via686a" => "VIA Technologies|VT82C686 [Apollo Super AC97/Audio]",
  "snd-card-ymfpci" => "Yamaha Corporation|YMF-740",
),
}],
[ 'pcmcia', {
if_(arch() !~ /^sparc/,
  "ide_cs" => "ide_cs",
  "fmvj18x_cs" => "fmvj18x_cs",
  "fdomain_cs" => "fdomain_cs",
  "netwave_cs" => "netwave_cs",
  "serial_cs" => "serial_cs",
  "wavelan_cs" => "wavelan_cs",
  "pcnet_cs" => "pcnet_cs",
  "axnet_cs" => "axnet_cs",
  "aha152x_cs" => "aha152x_cs",
  "xirc2ps_cs" => "xirc2ps_cs",
  "3c574_cs" => "3c574_cs",
  "qlogic_cs" => "qlogic_cs",
  "nmclan_cs" => "nmclan_cs",
  "ibmtr_cs" => "ibmtr_cs",
#  "dummy_cs" => "dummy_cs",
#  "memory_cs" => "memory_cs",
  "ftl_cs" => "ftl_cs",
  "smc91c92_cs" => "smc91c92_cs",
  "3c589_cs" => "3c589_cs",
#******(missing-2.4)   "parport_cs" => "parport_cs", 
  "3c575_cb" => "3c575_cb",
  "apa1480_cb" => "apa1480_cb",
  "cb_enabler" => "cb_enabler",
  "epic_cb" => "epic_cb",
  "iflash2+_mtd" => "iflash2+_mtd",
  "iflash2_mtd" => "iflash2_mtd",
#  "memory_cb" => "memory_cb",
  "serial_cb" => "serial_cb",
#  "sram_mtd" => "sram_mtd",
  "tulip_cb" => "tulip_cb",

),
}],
[ 'pcmcia_everywhere', {
if_(arch() !~ /^sparc/,
  "pcmcia_core" => "PCMCIA core support",
  "tcic" => "PCMCIA tcic controller",
  "ds" => "PCMCIA card support",
  "i82365" => "PCMCIA i82365 controller",
),
}],
[ 'paride', {
if_(arch() !~ /^sparc/,
  "aten" => "ATEN EH-100",
  "bpck" => "Microsolutions backpack",
  "comm" => "DataStor (older type) commuter adapter",
  "dstr" => "DataStor EP-2000",
  "epat" => "Shuttle EPAT",
  "epia" => "Shuttle EPIA",
  "fit2" => "Fidelity Intl. (older type)",
  "fit3" => "Fidelity Intl. TD-3000",
  "frpw" => "Freecom Power",
  "friq" => "Freecom IQ (ASIC-2)",
  "kbic" => "KingByte KBIC-951A and KBIC-971A",
  "ktti" => "KT Tech. PHd",
  "on20" => "OnSpec 90c20",
  "on26" => "OnSpec 90c26",
  "pd"   => "Parallel port IDE disks",
  "pcd"  => "Parallel port CD-ROM",
  "pf"   => "Parallel port ATAPI disk",
  "paride" => "Main parallel port module",
),
}],
[ 'raid', {
  "linear" => "linear",
  "raid0" => "raid0",
  "raid1" => "raid1",
  "raid5" => "raid5",
}],
[ 'mouse', {
if_(arch() !~ /^sparc/,
  "busmouse" => "busmouse",
  "msbusmouse" => "msbusmouse",
  "serial" => "serial",
  "qpmouse" => "qpmouse",
  "atixlmouse" => "atixlmouse",
),
}],
[ 'usb', {
  "usbcore" => "usbcore",
  "usb-uhci" => "USB Controller (uhci)",
  "usb-ohci" => "USB Controller (ohci)",
  "usb-ohci-hcd" => "USB (ohci-hcd)",
}],
[ 'fs', {
  "smbfs" => "Windows SMB",
  "fat" => "fat",
  "romfs" => "romfs",
  "vfat" => "vfat",
}],
[ 'other', {
  "agpgart" => "agpgart",
  "buz" => "Zoran Corporation|ZR36057PQC Video cutting chipset",
  "defxx" => "DEC|DEFPA",
  "i810_rng" => "i810_rng",
  "ide-floppy" => "ide-floppy",
  "ide-scsi" => "ide-scsi",
  "ide-tape" => "ide-tape",
  "loop" => "Loopback device",
  "lp" => "Parallel Printer",
  "nbd" => "nbd",
  "rrunner" => "Essential Communications|Roadrunner serial HIPPI",
  "sg" => "sg",
  "st" => "st",
}],
);

my %type_aliases = (
  scsi => 'disk',
);

my @skip_big_modules_on_stage1 = (
# dgrs e1000
qw(
olympic
sk98lin acenic
3c90x
aironet4500_card com20020-pci hamachi starfire winbond-840

dc395x_trm
BusLogic seagate fdomain g_NCR5380
)
); #******(missing-2.4)  dpt_i2o aztcd gscd isp16 mcd mcdx optcd cm206 sjcd cdu31a

my @skip_modules_on_stage1 = (
  qw(sktr tmspci ibmtr abyss), # alt token ring
  qw(old_tulip rtl8139), # doesn't exist in 2.4
  if_(arch() =~ /alpha|ppc/, qw(sb1000)),
  "apa1480_cb",
  "imm",
  "ppa",
  "parport",
  "parport_pc",
  "plip",
  if_(arch() !~ /ia64/, qw(qla1280)),
  qw(3w-xxxx pci2220i qla2x00 i2o_block),
  qw(gdth eata eata_pio eata_dma ips),
  'AM53C974', # deprecated by tmscsim
  qw(ac3200 at1700 atp ni5010 ni52 ni65),  #- unused from Jeff
  "u14-34f", #- duplicate from ultrastor.o
);


my @drivers_fields = qw(text type);
%drivers = ();

foreach (@drivers_by_category) {
    my ($type, $l) = @$_;
    foreach (keys %$l) { $drivers{$_} = [ $l->{$_}, $type ]; }
}
while (my ($k, $v) = each %drivers) {
    my %l; @l{@drivers_fields} = @$v;
    $drivers{$k} = \%l;
}

sub module_of_type__4update_kernel {
    my ($type) = @_;
    $type = join "|", map { $_, $_ . "_raw" } split ' ', $type;
    my %skip; 
    @skip{@skip_modules_on_stage1} = ();
    @skip{@skip_big_modules_on_stage1} = () if $type !~ /big/;
    "big" =~ /^($type)$/ ? @skip_big_modules_on_stage1 : (),
      grep { !exists $skip{$_} } grep { $drivers{$_}{type} =~ /^($type)$/ } keys %drivers;
}
sub module_of_type {
    my ($type) = @_;
    my $alias = $type_aliases{$type} || $type;
    grep { $drivers{$_}{type} =~ /^(($type)|$alias)$/ } keys %drivers;
}
sub module2text { $drivers{$_[0]}{text} or log::l("trying to get text of unknown module $_[0]"), return $_[0] }

sub get_alias {
    my ($alias) = @_;
    $conf{$alias}{alias};
}
sub get_options {
    my ($name) = @_;
    $conf{$name}{options};
}

sub set_options {
    my ($name, $new_option) = @_;
    $conf{$name}{options} = $new_option;
}

sub add_alias { 
    my ($alias, $name) = @_;
    $name =~ /ignore/ and return;
    /\Q$alias/ && $conf{$_}{alias} && $conf{$_}{alias} eq $name and return $_ foreach keys %conf;
    if ($alias eq 'scsi_hostadapter') {
	my $l = $conf{scsi_hostadapter}{probeall} ||= [];
	push @$l, $name;
	log::l("setting probeall scsi_hostadapter to @$l");
    } else {
	log::l("adding alias $alias to $name");
	$conf{$alias}{alias} ||= $name;
    }
    if ($name =~ /^snd-card-/) {
	$conf{$name}{above} = 'snd-pcm-oss';
    }
    $alias;
}

sub remove_alias($) {
    my ($name) = @_;
    foreach (keys %conf) {
	$conf{$_}{alias} && $conf{$_}{alias} eq $name or next;
	delete $conf{$_}{alias};
	return 1;
    }
    0;
}

sub when_load {
    my ($name, $type, @options) = @_;
    if ($type =~ /\bscsi\b/ || $type eq $type_aliases{scsi}) {
	add_alias('scsi_hostadapter', $name), eval { load('sd_mod') };
    }
    if ($type eq 'sound') {
	#- mainly for ppc
	add_alias('sound-slot-0', $name);
    }
    if ($name =~ /^snd-card-/) {
	load('snd-pcm-oss', 'prereq');
    }
    $conf{$name}{options} = join " ", @options if @options;
}

sub load {
    my ($name, $type, @options) = @_;

    my @netdev = detect_devices::getNet() if $type eq 'net';

    if ($::testing) {
	log::l("i try to install $name module (@options)");
    } elsif ($::isStandalone || $::live) {
	run_program::run(-x "/sbin/modprobe.static" ? "/sbin/modprobe.static" : "/sbin/modprobe", $name, @options)
	    or die "insmod'ing module $name failed";
    } else {
	$conf{$name}{loaded} and return;

	eval { load($_, 'prereq') } foreach @{$deps{$name}};
	load_raw([ $name, @options ]);
    }
    sleep 2 if $name =~ /usb-storage|mousedev/;

    if ($type eq 'net') {
	add_alias($_, $name) foreach difference2([ detect_devices::getNet() ], \@netdev);
    }
    when_load($name, $type, @options);
}
sub load_multi {
    my $f; $f = sub { map { $f->(@{$deps{$_}}), $_ } @_ };
    my %l; my @l = 
      grep { !$conf{$_}{loaded} }
      grep { my $o = $l{$_}; $l{$_} = 1; !$o }
      $f->(@_);

    if ($::testing) {
	log::l("i would install modules @l");
    } elsif ($::isStandalone || $::live) {
	foreach (@l) { run_program::run(-x "/sbin/modprobe.static" ? "/sbin/modprobe.static" : "/sbin/modprobe", $_) }
    } else {
	load_raw(map { [ $_ ] } @l);
    }
}

sub unload {
    my ($m) = @_; 
    if ($::testing) {
	log::l("rmmod $m");
    } else {
	if (run_program::run("rmmod", $m)) {
	    delete $conf{$m}{loaded};
	}
    }
}

sub cz_file { 
    "/lib/modules" . (arch() eq 'sparc64' && "64") . ".cz-" . c::kernel_version();
}

sub load_raw {
    my @l = map { my ($i, @i) = @$_; [ $i, \@i ] } grep { $_->[0] !~ /ignore/ } @_;
    my $cz = cz_file();
    if (!-e $cz) {
	unlink $_ foreach glob_("/lib/modules*.cz*");
	require install_any;
        install_any::getAndSaveFile("Mandrake/mdkinst$cz", $cz) or die "failed to get modules $cz: $!";
    }
    eval {
	require packdrake;
	my $packer = new packdrake($cz, quiet => 1);
	$packer->extract_archive("/tmp", map { "$_->[0].o" } @l);
    };
    my @failed = grep {
	my $m = "/tmp/$_->[0].o";
	if (-e $m && run_program::run(["/usr/bin/insmod_", "insmod"], '2>', '/dev/tty5', '-f', $m, @{$_->[1]})) {
	    unlink $m;
	    $conf{$_->[0]}{loaded} = 1;
	    '';
	} else {
	    log::l("missing module $_->[0]") unless -e $m;
	    -e $m;
	}
    } @l;

    die "insmod'ing module " . join(", ", map { $_->[0] } @failed) . " failed" if @failed;

    foreach (@l) {
	if ($_->[0] eq "parport_pc") {
	    #- this is a hack to make plip go
	    foreach (@{$_->[1]}) {
		/^irq=(\d+)/ and eval { output "/proc/parport/0/irq", $1 };
	    }
	} elsif ($_->[0] =~ /usb-[uo]hci/) {
	    add_alias('usb-interface', $_->[0]);
	    eval {
		require fs; fs::mount('/proc/bus/usb', '/proc/bus/usb', 'usbdevfs');
		#- ensure keyboard is working, the kernel must do the job the BIOS was doing
		sleep 2;
		load_multi("usbkbd", "keybdev") if detect_devices::usbKeyboards();
	    }
	}
    }
}

sub read_already_loaded() {
    foreach (cat_("/proc/modules")) {
	my ($name) = split;
	$conf{$name}{loaded} = 1;
	when_load($name, $drivers{$name}{type});
    }
}

sub load_deps($) {
    my ($file) = @_;

    local *F; open F, $file or log::l("error opening $file: $!"), return 0;
    local $_;
    while (<F>) {
	my ($f, $deps) = split ':';
	push @{$deps{$f}}, split ' ', $deps;
    }
}

sub read_conf {
    my ($file) = @_;
    my %c;

    foreach (cat_($file)) {
	next if /^\s*#/;
	my ($type, $alias, $val) = split(/\s+/, chomp_($_), 3) or next;

	if ($type eq 'probeall') {
	    $c{$alias}{$type} = [ split ' ', $val ];
	} else {
	    $c{$alias}{$type} = $val;
	}
    }
    #- cheating here: not handling aliases of aliases
    while (my ($k, $v) = each %c) {
	if (my $a = $v->{alias}) {
	    local $c{$a}{alias};
	    add2hash($c{$a}, $v);
	}
    }
    #- convert old scsi_hostadapter's to new probeall
    while (my ($alias, $type) = each %c) {
	$alias =~ /^scsi_hostadapter/ && $type->{alias} or next;
	push @{$c{scsi_hostadapter}{probeall} ||= []}, delete $type->{alias};
    }

    \%c;
}

sub mergein_conf {
    my ($file) = @_;
    my $modconfref = read_conf($file);
    while (my ($key, $value) = each %$modconfref) {
	$conf{$key}{alias} = $value->{alias} if !exists $conf{$key}{alias};
	push @{$conf{$key}{probeall} ||= []}, deref($value->{probeall});
    }
}

sub write_conf {
    my ($prefix) = @_;

    my $file = "$prefix/etc/modules.conf";
    rename "$prefix/etc/conf.modules", $file; #- make the switch to new name if needed

    #- Substitute new aliases in modules.conf (if config has changed)
    substInFile {
	my ($type,$alias,$module) = split(/\s+/, chomp_($_), 3);
	if ($type eq 'post-install' && $alias eq 'supermount') {	    
	    #- remove the post-install supermount stuff.
	    $_ = '';
	} elsif ($type eq 'alias' && $alias =~ /scsi_hostadapter/) {
	    #- remove old alias scsi_hostadapter's which are replaced by probeall
	    $_ = '';
	} elsif ($type ne "loaded" &&
	    $conf{$alias}{$type}  &&
	    $conf{$alias}{$type} ne $module)  {
	    my $v = join(' ', uniq(deref($conf{$alias}{$type})));
	    $_ = "$type $alias $v\n";
	}
    } $file;

    my $written = read_conf($file);

    local *F;
    open F, ">> $file" or die("cannot write module config file $file: $!\n");
    while (my ($mod, $h) = each %conf) {
	while (my ($type, $v) = each %$h) {
	    my $v2 = join(' ', uniq(deref($v)));
	    print F "$type $mod $v2\n" 
	      if $v2 && $type ne "loaded" && !$written->{$mod}{$type};
	}
    }
    my @l = ();
    push @l, 'scsi_hostadapter' if !is_empty_array_ref($conf{scsi_hostadapter}{probeall});
    push @l, 'ide-floppy' if detect_devices::ide_zips();
    push @l, 'bttv' if grep { $_->{driver} eq 'bttv' } detect_devices::probeall();
    my $l = join '|', map { '^\s*'.$_.'\s*$' } @l;
    log::l("to put in modules ", join(", ", @l));

    substInFile { 
	$_ = '' if $l && /$l/;
	$_ .= join '', map { "$_\n" } @l if eof;
    } "$prefix/etc/modules";
}

sub read_stage1_conf {
    mergein_conf($_[0]);

    if (arch() =~ /sparc/) {
    } elsif (arch() =~ /ppc/) {
	$conf{pcmcia_core}{"pre-install"} ||= "CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start";    	
    } else {
	$conf{pcmcia_core}{"pre-install"} ||= "CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start";
    }
}

sub load_thiskind {
    my ($type, $f) = @_;

    #- get_that_type returns the PCMCIA cards. It doesn't know they are already
    #- loaded, so:
    read_already_loaded();

    my @try_modules = (
      if_($type =~ /scsi/,
	  if_(arch() !~ /ppc/, 'imm', 'ppa'),
	  if_(detect_devices::usbZips(), 'usb-storage'),
      ),
      if_(arch() =~ /ppc/, 
	  if_($type =~ /scsi/, 'mesh', 'mac53c94'),
	  if_($type =~ /net/, 'bmac', 'gmac', 'mace'),
	  if_($type =~ /sound/, 'dmasound_awacs'),
      ),
    );
    grep {
	$f->($_->{description}, $_->{driver}) if $f;
	eval { load($_->{driver}, $type, $_->{options}) };
	$_->{error} = $@;

	!($@ && $_->{try});
    } get_that_type($type), 
      map {; { driver => $_, description => $_, try => 1 } } @try_modules;
}

sub get_that_type {
    my ($type) = @_;

    grep {
	if ($type eq 'isdn') {
	    my $b = $_->{driver} =~ /ISDN:([^,]*),?([^,]*),?(.*)/;
	    if ($b) {
		$_->{driver} = $1;
		$_->{options} = $2;
		$_->{firmware} = $3;
		$_->{driver} eq "hisax" and $_->{options} .= " id=HiSax";
	    }
	    $b;
	} else {
		my $l = $drivers{$_->{driver}};
		($_->{type} =~ /$type/ || $l && $l->{type} =~ /$type/) && detect_devices::check($_);
	}
    } detect_devices::probeall('');
}

sub load_ide {
    if (1) { #- add it back to support Ultra66 on ide modules.
	eval { load("ide-cd"); }
    } else {
	eval {
	    load("ide-mod", 'prereq', 'options="' . detect_devices::hasUltra66() . '"');
	    delete $conf{"ide-mod"}{options};
	    load_multi(qw(ide-probe ide-probe-mod ide-disk ide-cd));
	}
    }
}

sub configure_pcmcia {
    my ($pcic) = @_;

    #- try to setup pcmcia if cardmgr is not running.
    my $running if 0;
    return if $running;
    $running = 1;

    log::l("i try to configure pcmcia services");

    symlink "/tmp/stage2/$_", $_ foreach "/etc/pcmcia";

    eval {
	load("pcmcia_core");
	load($pcic);
	load("ds");
    };

    #- run cardmgr in foreground while it is configuring the card.
    run_program::run("cardmgr-" . c::kernel_version(), "-f", "-m" ,"/modules");
    sleep(3);
    
    #- make sure to be aware of loaded module by cardmgr.
    read_already_loaded();
}

sub write_pcmcia {
    my ($prefix, $pcmcia) = @_;

    #- should be set after installing the package above otherwise the file will be renamed.
    setVarsInSh("$prefix/etc/sysconfig/pcmcia", {
	PCMCIA    => bool2yesno($pcmcia),
	PCIC      => $pcmcia,
	PCIC_OPTS => "",
        CORE_OPTS => "",
    });
}



1;
iptables, not ipchains * Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de> - /sbin/service: set PATH before calling startup scripts HOME and TERM are also set during bootup, but they should not make a difference for well-written daemons. * Mon Jul 15 2002 Bill Nottingham <notting@redhat.com> - fix boot-time cleanup of /var - update po files * Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de> - /etc/init.d/functions: daemon(): avoid starting another bash killproc(): avoid starting another bash for the default case - do not call "insmod -p" before loading the "st" module * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de> - allow an option for ups poweroff #68123 - change grep for ONBOOT= #63903 - allow building with a cross-compiler #64362,#64255 - faster check in network-functions:check_default_route() - better checks for backup files - drastically reduce the number of consoletype invocations - do not export "GATEWAY" in network-functions - code cleanups in rc.sysinit * Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de> - rc.sysinit: do not load raid modules unless /etc/raidtab exists - many cleanups for more consistent shell programming and also many smaller speedups within network scripts, no un-necessary sourcing of files etc - nearly re-code /etc/rc.d/rc * Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> - a couple minor unicode tweaks in rc.sysinit * Wed Jun 26 2002 Bill Nottingham <notting@redhat.com> - move /proc/bus/usb mount, in case USB is in the initrd * Wed Jun 26 2002 Preston Brown <pbrown@redhat.com> - don't try to set wireless freq/channel when in Managed mode * Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de> - start some sh coding cleanups - change to /etc/init.d/functions - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings * Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1 - fix UTF-8 checks * Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1 - fixed a bug in setting defaultgateway * Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1 - call unicode_start in lang.{sh,csh}, setsysfont when necessary * Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1 - add check for link for dhcp back in * Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1 - fix silly cut&paste bug in hdparm settings in initscripts * Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1 - Update translations * Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1 - make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>) - allow tweaking of more devices with hdparm (#53511), and tweak non-disk devices iff they explicitly have a config file for that device (#56575, #63415) - some translation updates * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1 - ipcalc cleanups (#58410) - quit stripping binaries - do LVM init after RAID init too (#63238) - export all locale variables (#56142) - run sysctl -p after network init as well * Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1 - delete X/VNC locks on startup (#63035) - shut up DMA disabling, move it to after ide-scsi (#62873, #62956) - use full path to /sbin/ifconfig (#59457) - /sbin/service: change to root directory before staring/stopping; also sanitize environment * Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1 - when disabling DMA, don't use things in /usr * Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1 - disable DMA on CD-ROMs at bootup * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1 - add local hook to halt * Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1 - fix usernetctl for working with neat * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1 - update translations * Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1 - use nameif for interfaces where we don't agree on HWADDR with the config file (<harald@redhat.com>) - LSB support tweaks * Tue Mar 12 2002 Mike A. Harris <mharris@redhat.com> 6.55-1 - Removed process accounting stuff from rc.sysinit and halt scripts as it is now handled by the psacct initscript in the psacct package * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> - conflict with older psacct * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> - fix invocation of need_hostname (#58946), a couple other minor tweaks * Tue Feb 12 2002 Mike A. Harris <mharris@redhat.com> - rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> - run /bin/setfont, not /usr/bin/setfont (kbd) - lots-o-random bugfixes/tweaks (see ChangeLog) * Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com> - Added support for libredhat-kernel.so.* symlink handling * Wed Nov 7 2001 Than Ngo <than@redhat.com> - fix bug in setting netmask on s390/s390x (bug #55421) nmbd daemon works now ;-) * Fri Nov 2 2001 Than Ngo <than@redhat.com> - fixed typo bug ifup-ippp * Mon Oct 29 2001 Than Ngo <than@redhat.com> - fix bug in channel bundling if MSN is missed - support DEBUG option * Wed Sep 19 2001 Than Ngo <than@redhat.com> - don't show user name by DSL connection * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com> - don't run hwclock --adjust on a read-only filesystem * Thu Sep 6 2001 Than Ngo <than@redhat.com> * update initscripts-s390.patch for s390/s390x * Wed Sep 5 2001 Bill Nottingham <notting@redhat.com> - translation updates - quota and hwclock tweaks (<pbrown@redhat.com>) * Mon Sep 3 2001 Bill Nottingham <notting@redhat.com> - fix severe alias problems (#52882) * Mon Sep 3 2001 Than Ngo <than@redhat.com> - don't start pppbind if encapsulation is rawip (bug #52491) * Sun Sep 2 2001 Than Ngo <than@redhat.com> - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491) - fix handling of ISDN LSZ Compresssion * Thu Aug 30 2001 Than Ngo <than@redhat.com> - po/de.po: fix typo bug, lo instead 1o * Wed Aug 29 2001 David Sainty <dsainty@redhat.com> - fix ifdown for multiple dhcpcd interfaces * Wed Aug 29 2001 Than Ngo <than@redhat.com> - fix ISDN dial on demand bug - fix typo bug in network-functions * Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> - document /etc/sysconfig/authconfig * Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1 - message un-tweaks (<johnsonm@redhat.com>) - make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>) * Mon Aug 27 2001 Bill Nottingham <notting@redhat.com> - autofsck support, archive modules/symbol info (<johnsonm@redhat.com>) * Mon Aug 27 2001 Than Ngo <than@redhat.com> - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com> * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com> - sort output of halt_get_remaining (#52180) - fix bad translation (#52503) * Wed Aug 22 2001 Bill Nottingham <notting@redhat.com> - fix ifup-wireless (#52135) * Wed Aug 22 2001 Than Ngo <than@redhat.com> - fix return code of isdnctrl (bug #52225) * Tue Aug 21 2001 Than Ngo <than@redhat.com> - fix Bringing up isdn device again. It works now correct. * Tue Aug 21 2001 Than Ngo <than@redhat.com> - fix shutdown/Bringing up isdn device * Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com> - fix syntax error in lang.csh - set codeset by echoing to /dev/tty instead of /proc/self/fd/15 * Sun Aug 19 2001 Bill Nottingham <notting@redhat.com> - fix a broken call to check_device_down - make all loopback addresses have host scope, not global scope. Fixes #49374, possibly others * Wed Aug 15 2001 Bill Nottingham <notting@redhat.com> - add is_available() network function, use it; cleans up ugly modprobe error messages - update translation info - fix #51787 * Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> - adjust s390 patch - fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific) * Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com> - don't display Chinese Korean if we aren't on a pty * Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de> - adjust s390 patches to current sources * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com> - use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>) * Fri Aug 10 2001 Than Ngo <than@redhat.com> - don't set MSN if it' empty (it's now optional) - don't give login name as a cmdline-option (Bug #23066) - remove peer device file if ppp connection is down - fix channel bundling * Thu Aug 9 2001 Bill Nottingham <notting@redhat.com> - require SysVinit (#51335) * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com> - tweak raittab grep slightly (#51231) - allow resetting of default route for DHCP addresses (#48994) - save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759) - when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833) - allow shell characters in ppp names (#43719) - allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492) - behave sanely if ifup called when dhcpcd is running (#49392, #51038) * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com> - honor HOTPLUG=no if running under hotplug (#47483) - use awk, not grep, for modprobe -c checks (#49616) - don't print ugly messages for the case where the device doesn't exist, and there is no alias (i.e., PCMCIA ONBOOT=yes (#various)) - run kbdconfig in /.unconfigured mode (#43941) - use a bigger buffer size argument to dmesg (#44024) - detach loopback devices on shutdown (#43919, #45826) * Thu Aug 2 2001 Bill Nottingham <notting@redhat.com> - fix halt_get_remaining() (#50720) * Tue Jul 31 2001 Bill Nottingham <notting@redhat.com> - mount all FS types r/o at halt (#50461) - don't use mii-tool at all (#various) * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com> - don't use kbd commands in setsysfont now that we've switched back to console-tools (#50075) - sleep in check_link_down; some devices require it - only bring link down if check_link_down fails * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com> - set link up before checking with mii-tool (#49949) * Tue Jul 24 2001 Bill Nottingham <notting@redhat.com> - update netdev stuff to use _netdev - IPv6 updates (<pekkas@netcore.fi>) - fix downing of devices with static IPs (#49777, #49783) - put ifcfg-lo back in the package * Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06 - updates for quota * Tue Jul 17 2001 Bill Nottingham <notting@redhat.com> - own some more directories - use -O nonetdev, require mount package that understands this - fix do_netreport when called as non-root - remove ip addresses from interfaces on ifdown - oops, fix ifup/ifdown * Mon Jul 16 2001 Than Ngo <than@redhat.com> - fix country_code for ISDN * Tue Jul 9 2001 Bill Nottingham <notting@redhat.com> - fix '--check' - prereq sh-utils (#43065) - fix some invocations of reboot/halt (#45966) - fix typo in ifup-wireless - don't muck with /etc/issue each boot - big IPv6 update (<pekkas@netcore.fi>) * Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com> - Add new directories required by new network tool * Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de> - disable hwclock on S390 (no such executable) - Fix up kernel versioning on binary-only modules (S390) - don't use newt scripts on S390 console * Sat Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - reenable pump, but make sure dhcpcd is the default. This way, upgrades of systems without dhcpcd has a better chance at working. * Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com> - Disable pump completely * Wed Jun 27 2001 Than Ngo <than@redhat.com> - fix pap/chap authentication for syncppp - support ippp options * Mon Jun 25 2001 Bill Nottingham <notting@redhat.com> - add ifup-wireless * Fri Jun 22 2001 Than Ngo <than@redhat.com> - add support xDSL * Thu Jun 21 2001 Bill Nottingham <notting@redhat.com> - more networking script fixes (#45364) - add stuff for unmounting /initrd * Thu Jun 21 2001 Than Ngo <than@redhat.com> - add support ISDN * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com> - fix extremely broken new network scripts * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com> - bump version to 5.89 - make it build * Thu May 17 2001 Bill Nottingham <notting@redhat.com> - don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru) - fix do_netreport (#37716, #39603 <crlf@aeiou.pt>) * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com> - copyright: GPL -> license: GPL - fix a syntax error in lang.csh - skip commented-out i18n configuration lines in lang.csh * Fri May 11 2001 Preston Brown <pbrown@redhat.com> - new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking * Wed May 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1 - support kbd in setsysfont - bzip2 source * Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add further s390 changes: - ifup-iucv - mkkerneldoth.s390 * Tue Apr 24 2001 Than Ngo <than@redhat.com> - add shutdown UPS into halt (bug #34312) * Sat Apr 7 2001 Preston Brown <pbrown@redhat.com> - broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth * Fri Apr 6 2001 Bill Nottingham <notting@redhat.com> - be a little more careful in do_netreport (#34933) * Tue Apr 3 2001 Bill Nottingham <notting@redhat.com> - set umask explicitly to 022 in /etc/init.d/functions * Mon Apr 2 2001 Bill Nottingham <notting@redhat.com> - fix segfault in usernetctl (#34353) * Mon Mar 26 2001 Bill Nottingham <notting@redhat.com> - don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist * Thu Mar 22 2001 Erik Troan <ewt@redhat.com> - take advantage of new swapon behaviors * Wed Mar 14 2001 Bill Nottingham <notting@redhat.com> - add cipe interfaces last (#31597) * Tue Mar 13 2001 Bill Nottingham <notting@redhat.com> - fix typo in ifup (#31627) - update translation source * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com> - fix typo in rc.sysinit - fix ifup-routes not setting DEVICE properly * Mon Mar 12 2001 Preston Brown <pbrown@redhat.com> - Work properly with new quota utilities * Mon Mar 5 2001 Bill Nottingham <notting@redhat.com> - IPv6 fixes (#30506) - make static-routes handling more sane and consistent (#29500, #29549) - handle multiple USB controllers *correctly* * Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com> - usernetctl, ppp-watch: cleanups - netreport: use O_NOFOLLOW - ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927) * Tue Feb 27 2001 Bill Nottingham <notting@redhat.com> - don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450) - disable hotplug during network initscript - don't munge wireless keys in ifup; that will be done with the PCMCIA wireless stuff - run sndconfig --mungepnp for non-native-isapnp soundcards - don't explicitly kill things in init.d/single, init will do it - don't explicitly load usb-storage; mount the usbdevfs before initializing host controller modules * Wed Feb 21 2001 Bill Nottingham <notting@redhat.com> - initialize multiple USB controllers if necessary * Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com> - close extra file descriptors before exec()ing commands in initlog * Mon Feb 19 2001 Bill Nottingham <notting@redhat.com> - fix some substitions in init.d/functions (fixes various killproc issues) - make sure ipv6 module alias is available if configured - fix initlog segfaults in popt when called with bogus stuff (#28140) * Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com> - make pidofproc() and killproc() try to use the PID associated with the full pathname first before killing the daemon by its basename (for daemons that share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016) - fix status() as well * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com> - fix init.d/single to work around possible kernel problem * Tue Feb 13 2001 Bill Nottingham <notting@redhat.com> - fix unmounting of loopback stuff (#26439, #14672) * Mon Feb 12 2001 Bill Nottingham <notting@redhat.com> - fix ifup-post so that it will work right when not called from ifup * Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add all save changes for s390 s390x that won't break anything patches are from Oliver Paukstadt @ millenux.com * Fri Feb 9 2001 Bill Nottingham <notting@redhat.com> - muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903) * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com> - ipv6 sync ups (#26502, #25775) - fix hangs at shutdown (#25744) - fix ifup-ppp (#26323) * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com> - modify firewall on ifup to allow any new DNS servers through (#25951) - don't muck with the font in lang.csh/lang.sh (#26349) - don't display Japanese if we aren't on a pty (#25041) - load ide-scsi if passed on /proc/cmdline * Mon Feb 5 2001 Trond Eivind Glomsrød <teg@redhat.com> - i18n updates * Fri Feb 2 2001 Bill Nottingham <notting@redhat.com> - actually *ship* the ipv6 (and plusb) files * Thu Feb 1 2001 Trond Eivind Glomsrød <teg@redhat.com> - i18n updates * Tue Jan 30 2001 Bill Nottingham <notting@redhat.com> - various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>) - in daemon(), only look at pidfile to determine if process is running (#17244, others) - ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>) - ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>) - lots of other minor fixes (see ChangeLog) * Mon Jan 29 2001 Bill Nottingham <notting@redhat.com> - add plusb support (#18892, patch from <eric.ayers@compgen.com>) - don't ignore RETRYTIMEOUT when we never connect (#14071, patch from <ak@cave.hop.stu.neva.ru>) * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com> - quiet LVM setup (#24841) - fix inability to shutdown cleanly (#24889) * Tue Jan 23 2001 Bill Nottingham <notting@redhat.com> - new i18n mechanism * Tue Jan 23 2001 Matt Wilson <msw@redhat.com> - fixed typo in init.d/network - missing | in pipeline * Mon Jan 22 2001 Bill Nottingham <notting@redhat.com> - do LVM setup through normal initscripts mechanisms - ignore backup files in /etc/sysconfig/network-scripts - lots of .po file updates * Tue Jan 2 2001 Bill Nottingham <notting@redhat.com> - initial i18n support - originally from Conectiva * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com> - only load sound if persistent DMA buffers are necessary - fix lots of bugs: #18619, #21187, #21283, #12097 - integrate MAXFAIL option for ppp-watch - don't load keymaps/fonts on a serial console * Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de> - changed hdparm section in rc.sysinit to allow different parameters for each disk (if needed) by copying /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..) - fix RFE #20967 * Tue Oct 31 2000 Than Ngo <than@redhat.com> - fix the adding default route if GATEWAY=0.0.0.0 * Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com> - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804) - fix top-level makefile install target - make usernetctl just fall-through if getuid() == 0 * Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com> - /etc/init.d is already provided by chkconfig * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links * Tue Aug 22 2000 Bill Nottingham <notting@redhat.com> - update documentation (#15475) * Tue Aug 22 2000 Than Ngo <than@redhat.de> - add KDE2 support to prefdm * Mon Aug 21 2000 Bill Nottingham <notting@redhat.com> - add usleep after kill -KILL in pidofproc, works around lockd issues (#14847) - add some fallback logic to prefdm (#16464) * Fri Aug 18 2000 Bill Nottingham <notting@redhat.com> - don't load usb drivers if they're compiled statically - don't call ifdown-post twice for ppp (#15285) * Wed Aug 16 2000 Bill Nottingham <notting@redhat.com> - fix /boot/kernel.h generation (#16236, #16250) * Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com> - be more careful about creating files in netreport (#16164) * Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com> - move documentation for the DEMAND and IDLETIMEOUT values to the right section of sysconfig.txt * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com> - load agpgart if necessary (hack) - fix /boot/kernel.h stuff (jakub) * Mon Aug 7 2000 Bill Nottingham <notting@redhat.com> - remove console-tools requirement - in netfs, start portmap if needed - cosmetic cleanups, minor tweaks - don't probe USB controllers * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com> - fix demand-dialing support for PPP devices - change updetach back to nodetach * Sun Aug 6 2000 Bill Nottingham <notting@redhat.com> - add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie) * Wed Jul 26 2000 Bill Nottingham <notting@redhat.com> - fix unclean shutdown * Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com> - s/nill/null/g * Tue Jul 25 2000 Bill Nottingham <notting@redhat.com> - unmount usb filesystem on halt - run /sbin/ifup-pre-local if it exists * Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - add "nousb" command line parameter - fix some warnings when mounting /proc/bus/usb * Sat Jul 15 2000 Matt Wilson <msw@redhat.com> - kill all the PreTransaction stuff - directory ownership cleanups, add more LSB symlinks - move all the stuff back in to /etc/rc.d/ * Thu Jul 13 2000 Bill Nottingham <notting@redhat.com> - fix == tests in rc.sysinit - more %pretrans tweaks * Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com> - test if /etc/rc.d is a symlink already in pre-transaction syscalls. * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com> - implement the %pre with RPM Magic(tm) * Sat Jul 8 2000 Bill Nottingham <notting@redhat.com> - fix it to not follow /etc/rc.d * Fri Jul 7 2000 Bill Nottingham <notting@redhat.com> - fix %pre, again * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com> - tweak %pre back to a mv (rpm is fun!) - do USB initialization before fsck, so keyboard works if it fails * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com> - rebuild; allow 'fastboot' kernel command line option to skip fsck * Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com> - fix demand-dialing with PPP * Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't use tail * Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com> - add support for USB controllers and HID devices (mice, keyboards) * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - add support for EIDE optimization * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com> - tweak %%pre * Wed Jun 21 2000 Preston Brown <pbrown@redhat.com> - noreplace for adjtime file * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com> - ifup-ppp: add hooks for demand-dialing PPP - functions: use basename of process when looking for its PID file * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com> - move from /etc/rc.d/init.d -> /etc/init.d * Tue Jun 13 2000 Bill Nottingham <notting@redhat.com> - set soft limit, not hard, in daemon function - /var/shm -> /dev/shm * Thu Jun 08 2000 Preston Brown <pbrown@redhat.com> - use dhcpcd if pump fails. - use depmod -A (faster) * Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com> - add autologin support to prefdm * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com> - random networking fixes (alias routes, others) - conf.modules -> modules.conf * Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com> - fix incorrect grep invocation in rc.sysinit (bug #11267) * Wed Apr 19 2000 Bill Nottingham <notting@redhat.com> - fix lang.csh, again (oops) - use /poweroff, /halt to determine whether to poweroff * Thu Apr 14 2000 Bill Nottingham <notting@redhat.com> - fix testing of RESOLV_MODS (which shouldn't be used anyways) * Tue Apr 04 2000 Ngo Than <than@redhat.de> - fix overwrite problem of resolv.conf on ippp/ppp/slip connections * Mon Apr 3 2000 Bill Nottingham <notting@redhat.com> - fix typo in functions file - explicitly set --localtime when calling hwclock if necessary * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com> - fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472) * Mon Mar 27 2000 Bill Nottingham <notting@redhat.com> - remove compatiblity chkconfig links - run 'netfs stop' on 'network stop' if necessary * Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Mount /var/shm if required (2.3.99, 2.4) * Mon Mar 20 2000 Bill Nottingham <notting@redhat.com> - don't create resolv.conf 0600 - don't run ps as much (speed issues) - allow setting of MTU - other minor fixes * Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Start devfsd if installed and needed (Kernel 2.4...) * Wed Mar 8 2000 Bill Nottingham <notting@redhat.com> - check that network devices are up before bringing them down * Wed Mar 8 2000 Jakub Jelinek <jakub@redhat.com> - update sysconfig.txt * Tue Mar 7 2000 Bill Nottingham <notting@redhat.com> - rerun sysctl on network start (for restarts) * Mon Feb 28 2000 Bill Nottingham <notting@redhat.com> - don't read commented raid devices * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com> - fix typo in resolv.conf munging * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - sanitize repair prompt - initial support for isdn-config stuff * Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com> - add which as a package dependency (bug #9416) * Tue Feb 8 2000 Bill Nottingham <notting@redhat.com> - fixes for sound module loading * Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com> - check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh - fix check for /var/*/news, work around for bug #9140 * Fri Feb 4 2000 Nalin Dahyabhai <nalin@redhat.com> - fix bug #9102 * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com> - if LC_ALL/LINGUAS == LANG, don't set them * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com> - fix problems with linuxconf static routes * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com> - shvar cleaning - fix wrong default route ip in network-functions * Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - attempt to restore default route if PPP takes it over - man page fix for ipcalc - shvar cleaning - automate maintaining /boot/System.map symlinks * Mon Jan 31 2000 Bill Nottingham <notting@redhat.com> - fix hanging ppp-watch - fix issues with cleaning of /var/{run,lock} * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com> - fix pidof calls in pidofproc * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com> - fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it * Thu Jan 13 2000 Bill Nottingham <notting@redhat.com> - link popt statically * Mon Jan 10 2000 Bill Nottingham <notting@redhat.com> - don't try to umount /loopfs * Mon Dec 27 1999 Bill Nottingham <notting@redhat.com> - switch to using sysctl * Mon Dec 13 1999 Bill Nottingham <notting@redhat.com> - umount /proc *after* trying to turn off raid * Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com> - improvements in clone device handling - better signal handling in ppp-watch - yet another attempt to fix those rare PAP/CHAP problems * Sat Nov 28 1999 Bill Nottingham <notting@redhat.com> - impressive. Three new features, three new bugs. * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - fix more possible failed CHAP authentication (with chat scripts) - fix ppp default route problem - added ppp-watch man page, fixed usernetctl man page - make ifup-ppp work again when called from netcfg and linuxconf - try to keep ppp-watch from filling up logs by respawning pppd too fast - handle all linuxconf-style alias files with linuxconf * Mon Nov 22 1999 Bill Nottingham <notting@redhat.com> - load mixer settings for monolithic sound - man page for ppp-watch - add ARP variable for ifup - some i18n fixes * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com> - control stop-a separately from sysrq * Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com> - fix some failed CHAP authentication - fix extremely unlikely, but slightly possible kill-random-process bug in ppp-watch - allow DNS{1,2} in any ifcfg-* file, not just PPP, and add nameserver entries, don't just replace them - don't use /tmp/confirm, use /var/run/confirm instead * Tue Nov 2 1999 Bill Nottingham <notting@redhat.com> - fix lang.csh /tmp race oops * Wed Oct 27 1999 Bill Nottingham <notting@redhat.com> - we now ship hwclock on alpha. * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com> - fix check for serial console, don't use -C argument to fsck on serial console. * Mon Oct 18 1999 Bill Nottingham <notting@redhat.com> - do something useful with linuxconf 'any' static routes. * Tue Oct 12 1999 Matt Wilson <msw@redhat.com> - added patch from Owen to source i18n configuration before starting prefdm * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com> - support for linuxconf alias files - add support for Jensen clocks. * Tue Oct 5 1999 Bill Nottingham <notting@redhat.com> - assorted brown paper bag fixes - check for programs/files before executing/sourcing them - control stop-a like magic sysrq * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com> - req. e2fsprogs >= 1.15 * Fri Sep 24 1999 Bill Nottingham <notting@redhat.com> - munge C locale definitions to en_US - use fsck's completion bar * Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com> - ppp-watch now always kills pppd pgrp to make sure dialers are dead, and tries to hang up the modem * Tue Sep 21 1999 Bill Nottingham <notting@redhat.com> - add a DEFRAG_IPV4 option * Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com> - changed to more modern defaults for PPP connections * Mon Sep 20 1999 Bill Nottingham <notting@redhat.com> - kill processes for umount in halt, too. - fixes to remove /usr dependencies * Fri Sep 17 1999 Bill Nottingham <notting@redhat.com> - load/save mixer settings in rc.sysinit, halt * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com> - add --remotename option to wvdial code - make sure we do not have an earlier version of wvdial that doesn't know how handle --remotename - make ppp-watch background itself after 30 seconds even if connection does not come up, at boot time only, so that a non-functional PPP connection cannot hang boot. * Sun Sep 12 1999 Bill Nottingham <notting@redhat.com> - a couple of /bin/sh -> /bin/bash fixes - fix swapoff silliness * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com> - chkconfig --del in %preun, not %postun - use killall5 in halt - swapoff non-/etc/fstab swap * Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com> - ifdown now synchronous (modulo timeouts) - several unrelated cleanups, primarily in ifdown * Tue Sep 7 1999 Bill Nottingham <notting@redhat.com> - add an 'unconfigure' sort of thing * Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com> - added ppp-watch to make "ifup ppp*" synchronous * Fri Sep 3 1999 Bill Nottingham <notting@redhat.com> - require lsof * Wed Sep 1 1999 Bill Nottingham <notting@redhat.com> - add interactive prompt * Tue Aug 31 1999 Bill Nottingham <notting@redhat.com> - disable magic sysrq by default * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com> - new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com> - fix ifup-sl/dip confusion - more raid startup cleanup - make utmp group 22 * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com> - pass hostname to pump - add lang.csh * Thu Aug 19 1999 Bill Nottingham <notting@redhat.com> - more wvdial updates - fix a *stupid* bug in process reading * Fri Aug 13 1999 Bill Nottingham <notting@redhat.com> - add new /boot/kernel.h boot kernel version file - new RAID startup * Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com> - use new linkname argument to pppd to make if{up,down}-ppp reliable -- requires ppp-2.3.9 or higher * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com> - fix typo. - add 'make check' * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com> - simple wvdial support for ppp connections * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com> - stability fixes for initlog - initlog now has a config file - add alias speedup from dharris@drh.net - move netfs links - usleep updates * Thu Jul 8 1999 Bill Nottingham <notting@redhat.com> - remove timeconfig dependency - i18n fixes from nkbj@image.dk - move inputrc to setup package * Tue Jul 6 1999 Bill Nottingham <notting@redhat.com> - fix killall links, some syntax errors * Fri Jun 25 1999 Bill Nottingham <notting@redhat.com> - don't make module-info, System.map links - handle utmpx/wtmpx - fix lots of bugs in 4.21 release :) * Thu Jun 17 1999 Bill Nottingham <notting@redhat.com> - set clock as soon as possible - use INITLOG_ARGS everywhere - other random fixes in networking * Mon Jun 14 1999 Bill Nottingham <notting@redhat.com> - oops, don't create /var/run/utmp and then remove it. - stomp RAID bugs flat. Sort of. * Mon May 24 1999 Bill Nottingham <notting@redhat.com> - clean out /var better - let everyone read /var/run/ppp*.dev - fix network startup so it doesn't depend on /usr * Tue May 11 1999 Bill Nottingham <notting@redhat.com> - various fixes to rc.sysinit - fix raid startup - allow for multi-processor /etc/issues * Sun Apr 18 1999 Matt Wilson <msw@redhat.com> - fixed typo - "Determing" to "Determining" * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com> - updated inputrc so that home/end/del work on console, not just X * Thu Apr 08 1999 Bill Nottingham <notting@redhat.com> - fix more logic in initlog - fix for kernel versions in ifup-aliases - log to /var/log/boot.log * Wed Apr 07 1999 Bill Nottingham <notting@redhat.com> - fix daemon() function so you can specify pid to look for * Wed Apr 07 1999 Erik Troan <ewt@redhat.com> - changed utmp,wtmp to be group writeable and owned by group utmp * Tue Apr 06 1999 Bill Nottingham <notting@redhat.com> - fix loading of consolefonts/keymaps - three changelogs. three developers. one day. Woohoo! * Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed ifup-ipx mix-up over . and _ * Tue Apr 06 1999 Erik Troan <ewt@redhat.com> - run /sbin/ifup-local after bringing up an interface (if that file exists) * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com> - load keymaps & console font early - fixes for channel bonding, strange messages with non-boot network interfaces * Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com> - added sysvinitfiles as a documenattaion file * Fri Mar 26 1999 Bill Nottingham <notting@redhat.com> - nfsfs -> netfs * Mon Mar 22 1999 Bill Nottingham <notting@redhat.com> - don't source /etc/sysconfig/init if $BOOTUP is already set * Fri Mar 19 1999 Bill Nottingham <notting@redhat.com> - don't run linuxconf if /usr isn't mounted - set macaddr before bootp - zero in the /var/run/utmpx file (gafton) - don't set hostname on ppp/slip (kills X) * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com> - exit ifup if pump fails - fix stupid errors in reading commands from subprocess * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com> - fix ROFS logging - make fsck produce more happy output - fix killproc logic * Mon Mar 15 1999 Bill Nottingham <notting@redhat.com> - doc updates - support for SYSFONTACM, other console-tools stuff - add net route for interface if it isn't there. - fix for a bash/bash2 issue * Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com> - pam_console lockfile cleanup added to rc.sysinit * Sun Mar 14 1999 Bill Nottingham <notting@redhat.com> - fixes in functions for 'action' - fixes for pump * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com> - Mmm. Must always remove debugging code. before release. *thwap* - pump support - mount -a after mount -a -t nfs * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com> - put preferred support back in * Thu Feb 18 1999 Bill Nottingham <notting@redhat.com> - fix single-user mode (source functions, close if) * Wed Feb 10 1999 Bill Nottingham <notting@redhat.com> - turn off xdm in runlevel 5 (now a separate service) * Thu Feb 4 1999 Bill Nottingham <notting@redhat.com> - bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont) - add initlog support. Now everything is logged (and bootup looks different) * Thu Nov 12 1998 Preston Brown <pbrown@redhat.com> - halt now passed the '-i' flag so that network interfaces disabled * Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com> - handle new linuxconf output for ipaliases * Mon Oct 15 1998 Erik Troan <ewt@redhat.com> - fixed raid start stuff - added raidstop to halt * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com> - handle LC_ALL * Mon Oct 12 1998 Preston Brown <pbrown@redhat.com> - adjusted setsysfont to always run setfont, even if only w/default font * Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com> - rc.sysvinit should be working with all kernel versions now - requires e2fsprogs (for fsck) - set INPUTRC and LESSCHARSET on linux-lat * Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com> - /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts. - /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net). - /sbin/setsysfont: permit unicode fonts. * Mon Aug 17 1998 Erik Troan <ewt@redhat.com> - don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com> - paranoia improvements to .rhkmvtag - if psacct with /sbin/accton, than turn off accounting * Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com> - start/stop run levels changed. - ipx_configure/ipx_internal_net moved to /sbin. * Wed Jul 01 1998 Erik Troan <ewt@redhat.com> - usernetctl didn't understand "" around USERCTL attribute * Wed Jul 1 1998 Jeff Johnson <jbj@redhat.com> - Use /proc/version to find preferred modules. - Numerous buglets fixed. * Sun Jun 07 1998 Erik Troan <ewt@redhat.com> - rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set /lib/modules/preferred symlink * Mon Jun 01 1998 Erik Troan <ewt@redhat.com> - ipcalc should *never* have been setgid anything - depmod isn't run properly for non-serial numbered kernels * Wed May 06 1998 Donnie Barnes <djb@redhat.com> - added system font and language setting * Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com> - Added missing files to packagelist. * Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com> - Added lots of linuxconf support. Should still work on systems that do not have linuxconf installed, but linuxconf gives enhanced support. - In concert with linuxconf, added IPX support. Updated docs to reflect it. * Fri May 01 1998 Erik Troan <ewt@redhat.com> - rc.sysinit uses preferred directory * Sun Apr 05 1998 Erik Troan <ewt@redhat.com> - updated rc.sysinit to deal with kernel versions with release numbers * Sun Mar 22 1998 Erik Troan <ewt@redhat.com> - use ipcalc to calculate the netmask if one isn't specified * Tue Mar 10 1998 Erik Troan <ewt@redhat.com> - added and made use of ipcalc * Tue Mar 10 1998 Erik Troan <ewt@redhat.com> - removed unnecessary dhcp log from /tmp * Mon Mar 09 1998 Erik Troan <ewt@redhat.com> - if bootpc fails, take down the device * Mon Mar 09 1998 Erik Troan <ewt@redhat.com> - added check for mktemp failure * Thu Feb 05 1998 Erik Troan <ewt@redhat.com> - fixed support for user manageable cloned devices * Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com> - /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes * Wed Dec 31 1997 Erik Troan <ewt@redhat.com> - touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys - the logic for when /var/lock/subsys/kerneld is touched was backwards * Tue Dec 30 1997 Erik Troan <ewt@redhat.com> - tried to get /proc stuff right one more time (uses -t nonfs,proc now) - added support for /fsckoptions - changed 'yse' to 'yes' in KERNELD= line * Tue Dec 09 1997 Erik Troan <ewt@redhat.com> - set domainname to "" if none is specified in /etc/sysconfig/network - fix /proc mounting to get it in /etc/mtab * Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com> - fixed inheritance for clone devices * Fri Nov 07 1997 Erik Troan <ewt@redhat.com> - added sound support to rc.sysinit * Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com> - Added missing "then" clause * Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed DEBUG option in ifup-ppp - Fixed PPP persistance - Only change IP forwarding if necessary * Tue Oct 28 1997 Donnie Barnes <djb@redhat.com> - removed the skeleton init script - added the ability to 'nice' daemons * Tue Oct 28 1997 Erik Troan <ewt@redhat.com> - touch /var/lock/subsys/kerneld if it's running, and after mounting /var - applied dhcp fix * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com> - added status|restart to init scripts * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com> - touch random seed file before chmod'ing it. * Wed Oct 15 1997 Erik Troan <ewt@redhat.com> - run domainname if NISDOMAIN is set * Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com> - Make the random seed file mode 600. * Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com> - bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping. * Mon Oct 13 1997 Erik Troan <ewt@redhat.com> - moved to new chkconfig conventions * Sat Oct 11 1997 Erik Troan <ewt@redhat.com> - fixed rc.sysinit for hwclock compatibility * Thu Oct 09 1997 Erik Troan <ewt@redhat.com> - run 'ulimit -c 0' before running scripts in daemon function * Wed Oct 08 1997 Donnie Barnes <djb@redhat.com> - added chkconfig support - made all rc*.d symlinks have missingok flag * Mon Oct 06 1997 Erik Troan <ewt@redhat.com> - fixed network-scripts to allow full pathnames as config files - removed some old 3.0.3 pcmcia device handling * Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com> - /var/run/netreport needs to be group-writable now that /sbin/netreport is setguid instead of setuid. * Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com> - Added network-functions to spec file. - Added report functionality to usernetctl. - Fixed bugs I introduced into usernetctl while adding clone device support. - Clean up entire RPM_BUILD_ROOT directory in %clean. * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com> - Clone device support in network scripts, rc scripts, and usernetctl. - Disassociate from controlling tty in PPP and SLIP startup scripts, since they act as daemons. - Spec file now provides start/stop symlinks, since they don't fit in the CVS archive. * Tue Sep 23 1997 Donnie Barnes <djb@redhat.com> - added mktemp support to ifup * Thu Sep 18 1997 Donnie Barnes <djb@redhat.com> - fixed some init.d/functions bugs for stopping httpd * Tue Sep 16 1997 Donnie Barnes <djb@redhat.com> - reworked status() to adjust for processes that change their argv[0] in the process table. The process must still have it's "name" in the argv[0] string (ala sendmail: blah blah). * Mon Sep 15 1997 Erik Troan <ewt@redhat.com> - fixed bug in FORWARD_IPV4 support * Sun Sep 14 1997 Erik Troan <ewt@redhat.com> - added support for FORWARD_IPV4 variable * Thu Sep 11 1997 Donald Barnes <djb@redhat.com> - added status function to functions along with better killproc handling. - added /sbin/usleep binary (written by me) and man page - changed BuildRoot to /var/tmp instead of /tmp * Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com> - /sbin/netreport sgid rather than suid. - /var/run/netreport writable by group root. - /etc/ppp/ip-{up|down} no longer exec their local versions, so now ifup-post and ifdown-post will be called even if ip-up.local and ip-down.local exist. * Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com> - Added missing -f to [ invocation in ksyms check. * Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com> - Support for net event notification: Call /sbin/netreport to request that SIGIO be sent to you whenever a network interface changes status (won't work for brining up SLIP devices). Call /sbin/netreport -r to remove the notification request. - Added ifdown-post, and made all the ifdown scrips call it, and added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local if it exists, then calls ifdown-post. - Moved ifup and ifdown to /sbin * Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com> - usernetctl put back in ifdown - support for slaved interfaces * Wed Apr 02 1997 Erik Troan <ewt@redhat.com> - Created ifup-post from old ifup - PPP, PLIP, and generic ifup use ifup-post * Fri Mar 28 1997 Erik Troan <ewt@redhat.com> - Added DHCP support - Set hostname via reverse name lookup after configuring a networking device if the current hostname is (none) or localhost * Tue Mar 18 1997 Erik Troan <ewt@redhat.com> - Got rid of xargs dependency in halt script - Don't mount /proc twice (unmount it in between) - sulogin and filesystem unmounting only happened for a corrupt root filesystem -- it now happens when other filesystems are corrupt as well * Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com> - PPP fixes and additions * Mon Mar 03 1997 Erik Troan <ewt@redhat.com> - Mount proc before trying to start kerneld so we can test for /proc/ksyms properly. * Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com> - Added MTU for PPP. - Put PPPOPTIONS at the end of the options string instead of at the beginning so that they override other options. Gives users more rope... - Don't do module-based stuff on non-module systems. Ignore errors if st module isn't there and we try to load it. * Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0] provided by doexec goes away when pppd gets swapped out. - ifup-ppp now sets remotename to the logical name of the device. This will BREAK current PAP setups on netcfg-managed interfaces, but we needed to do this to add a reasonable interface-specific PAP editor to netcfg. * Fri Feb 07 1997 Erik Troan <ewt@redhat.com> - Added usernetctl wrapper for user mode ifup and ifdown's and man page - Rewrote ppp and slip kill and retry code - Added doexec and man page