jkh
ffd97e5342
o Break fixups into binary fixups and XFree86 based fixups.
...
o Move fixups into extraction routine so all consumers don't have to duplicate
the right behavior.
o Make some things more orthogonal (just for asthetics sake)
o Add option to go back and do it again if XF86Setup fails (possibly with
a different setup - this one has always annoyed me).
1998-11-15 09:06:20 +00:00
jkh
004c9a9a7b
Deal with both foo.hlp and FOO.TXT files.
1998-11-03 03:38:56 +00:00
obrien
0539a87a0e
Remove the "adding default route" message and replace with
...
"Looking up host %s".
Suggested by: msmith
1998-11-02 10:42:18 +00:00
obrien
3a20ac4f9d
Increase the granularity of the debugging messages.
1998-10-29 10:38:57 +00:00
obrien
7b016aff6e
Add some debugging statments (only if DEBUG opt is set), to try pin down
...
the hangs many of us are experiencing.
1998-10-29 10:18:49 +00:00
jkh
abf0e5db73
Check for C:\FREEBSD also, for backwards compatibility
1998-10-28 02:18:08 +00:00
jkh
9e8244fa2b
fix spelling error.
...
Submitted by: Pomegranate <daver@flag.blackened.net>
1998-10-23 10:27:50 +00:00
jkh
5805a01b44
Add entries for DiskOnChip2000 Flash device.
...
Submitted by: phk
1998-10-19 14:58:38 +00:00
wpaul
dd72da46f8
Add driver support for PCI fast ethernet adapters based on the
...
RealTek 8129/8139 chipset like I've been threatening. Update kernel
configs, userconfig.c, relnotes and sysinstall. No man page yet;
comming soon.
I consider this driver stable enough that I want to give it some
exposure in -current.
1998-10-18 16:24:34 +00:00
jkh
cc3e52bbd6
Add references to ATM cards (Mike Spengler <mks@networkcs.com>) and
...
remove all tabs.
1998-10-15 21:20:33 +00:00
jkh
c9853d6de4
Search for correct property name; the older attrs code bogusly folded case,
...
so I never noticed this bug. :)
1998-10-15 10:03:48 +00:00
jkh
2fef01ea21
snuff warning message if package is not found in INDEX but is found
...
to be already installed anyway.
1998-10-15 06:50:43 +00:00
jkh
8104dd7dfb
Use properties code.
1998-10-14 11:23:48 +00:00
jkh
785a2081ad
Don't generate a spam-friendly /etc/hosts by default.
...
Suggested by: jmb
1998-10-14 01:04:44 +00:00
jkh
72bb4a07e1
fix brainos in earlier commit.
1998-10-13 10:07:43 +00:00
jkh
a34efb5727
properly conditionalize for alpha.
1998-10-13 09:49:16 +00:00
jkh
6ea02b3494
correct typo.
1998-10-13 09:46:40 +00:00
jkh
1f01db2f6d
switch to proper boot0
1998-10-13 09:45:59 +00:00
jkh
b6e1978870
Update to latest ports categories.
1998-10-13 07:31:37 +00:00
jkh
cc5346cb9e
Adjust docs to reflect reality.
1998-10-12 23:53:57 +00:00
jkh
4d04ee1473
Whoops; fix my X11R6 fixup. Now the package should be marked
...
as installed correctly.
1998-10-12 23:47:50 +00:00
jkh
9f3e704a53
Make floppy media code more generic so that fixit floppy can use it.
1998-10-12 23:45:07 +00:00
jkh
bcaad08a69
Add missing newline to debugging output.
1998-10-10 09:43:44 +00:00
jkh
dbf054fd70
Don't use boot2 on alpha.
1998-10-07 03:15:08 +00:00
jkh
15773e1548
Add back keymap.h. Guess this is the easiest way to get it built.
1998-10-05 22:17:41 +00:00
jkh
cf607d3c0f
Correct braino: msdos -> dos. Now DOS installations should work again
...
(cough).
1998-10-05 03:32:03 +00:00
msmith
716c2dc2ad
Pass the '-n' flag to route(8) when setting up/tearing down the default
...
route. If your nameserver config is wrong, this will otherwise hang for
the default resolver timeout (75 seconds), leading people to think that
the system has hung.
1998-10-01 19:26:02 +00:00
jkh
56e14f2ead
One last alpha seat belt - never ask for an MBR boot manager.
1998-09-30 21:58:36 +00:00
jkh
80910f03a6
Add another check to prevent user from hanging themselves on alpha.
1998-09-30 21:55:33 +00:00
jkh
5ace21ca08
remove keymap.h reference from incorrect location.
1998-09-30 21:51:15 +00:00
jkh
a7e1fa717d
Always use dedicated disk case on alpha.
1998-09-30 21:48:11 +00:00
jkh
0e9aa62522
Small cleanup.
1998-09-30 21:39:02 +00:00
jkh
547e5ebda8
Finally conditionalize the SCSI frobbing code properly. This
...
should return kernel config saving (under the current a.out system)
to its former functionality.
1998-09-30 20:54:34 +00:00
jkh
c403946797
More save_userconfig to a more appropriate spot.
1998-09-30 20:33:56 +00:00
jkh
50f4bbe4a7
Simplify gunzip usage even more (doh!).
1998-09-30 13:36:53 +00:00
jkh
7803ec2855
Fix english in prompt.
1998-09-30 12:33:28 +00:00
jkh
7a78bf1225
various bits of overdue cleanup.
1998-09-30 11:49:37 +00:00
jkh
e26cade182
Call gunzip correctly.
1998-09-30 11:44:29 +00:00
danny
902cf58958
Fix typo in message.
1998-09-30 01:46:27 +00:00
jkh
72ea6df735
Add in a kludge for registering the "package" version of XFree86 so
...
various ports don't complain about it. It also requires that the pkg
registration bits be stick into the Xbin tarball so that they'll be
present in /usr/X11R6/lib/X11/pkgreg.tar.gz. The registration tarball
is removed upon first use to prevent it later spamming a genuine build
from ports if inadvertently extracted again.
1998-09-29 14:23:13 +00:00
jkh
8385e77a9c
Update to match newest XFree86 naming conventions.
1998-09-29 07:27:33 +00:00
jkh
0837b38281
Always do fixups, even if some minor dist failed to install.
...
Noticed by: luigi
1998-09-29 05:12:39 +00:00
jkh
a51c5aa8c3
Remove support for floppy tape installs. I'm sorry, we're outta
...
space, and it's either this or the DOS installs. I think that the
DOS installs are somehow more important. :)
1998-09-26 17:05:08 +00:00
jkh
7db7922f9e
MF22: Important fixes for loading XFree86 distributions I forgot to
...
merge after 2.2.7 (I was wondering why that bug looked so familiar!).
Also update some docs accordingly.
1998-09-23 12:13:51 +00:00
jkh
7a5e90da27
Make SCSI stuff truly optional.
...
Noticed by: jhay
1998-09-16 09:25:20 +00:00
gibbs
8039eb9e6c
Device name cleanup for CAM.
1998-09-15 10:24:46 +00:00
jkh
1ff461fca5
Fix printf warnings and add a few casts.
...
PR: 7560
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-09-14 19:14:11 +00:00
wpaul
f2d8198cf7
Add device list entries for the tl and xl PCI ethernet devices.
1998-09-13 16:45:10 +00:00
danny
fbca1bfc85
Fix typos.
1998-09-09 05:09:55 +00:00
jkh
2c0dd32df1
Whoops, update the makefile too while I'm at it.
1998-09-08 11:44:37 +00:00