joerg
e87443b5aa
Add the hint how to install on a Compaq `Aero'.
1997-10-19 13:13:04 +00:00
jkh
9237618bdb
Fix disk counting bug.
...
Submitted by: Arjan de Vet <Arjan.deVet@adv.IAEhv.nl>
1997-10-18 21:22:25 +00:00
joerg
04b4de1a55
MF2.2: rev 1.17.2.36, and parts of 1.17.2.35 and 1.17.2.37
1997-10-18 11:20:02 +00:00
msmith
ff34791ad2
Mention the problem with the Intel AL440LX BIOS; hopefully we will
...
have more details from Intel about this shortly.
Submitted by: David Filo <filo@yahoo.com>
1997-10-17 06:48:35 +00:00
jkh
27e81f6858
Update XFree86 reference.
...
Submitted by: luigi
1997-10-17 02:27:24 +00:00
jkh
e72ee0f886
Fix various bogons reported in this PR.
...
PR: 4765
Submitted by: fdiv
1997-10-15 04:37:26 +00:00
jkh
66a0e8d6b0
Add a new startup variables menu for tweaking rc.conf variables in more
...
detail (also added more of them to the networking services menu). Add
new dmenuISetVariable() function for interactive setting of non-boolean
flags.
1997-10-14 18:17:35 +00:00
jkh
98e4a60d1d
Fix bogon I introduced while adding disks menu to label editor.
1997-10-14 14:41:17 +00:00
jkh
2afa55ca38
Ask for extra confirmation if a newfs has been requested during
...
an upgrade.
PR: 3368
1997-10-13 17:32:29 +00:00
jkh
f71ea4919a
Consolidate distribution flag checking code.
1997-10-13 12:12:14 +00:00
jkh
dc8100dcbd
Allow access to options editor from media screen (sometimes you need it
...
there!).
1997-10-13 11:45:36 +00:00
jkh
3aa99fd0f5
Only need to call label editor for all drives.
1997-10-13 11:33:27 +00:00
jkh
ce13ade8fa
Update to reflect current affairs.
1997-10-12 16:21:36 +00:00
jkh
efc02b6453
Separate the siamese twins that were the partition and label editor.
...
Now you can use one without entering the other and it will DTRT.
These changes just allowed me to do the most straight-forward new disk
installation I've ever managed with sysinstall.
1997-10-12 16:21:21 +00:00
jkh
468930a717
Now that nested menus work properly, stop using the kludged-up
...
DITEM_RECREATE flag.
1997-10-12 12:11:14 +00:00
joerg
11466e2a6f
Mention the improved sppp(4).
1997-10-11 18:41:12 +00:00
jkh
ff0b06e0ab
Note Comtrol rocketport driver.
1997-10-09 09:11:40 +00:00
jkh
228606a79e
Document extra tk*/tcl* package categories.
1997-10-08 15:31:13 +00:00
joerg
4cbd008558
Mention SIOC[SG]IFGENERIC.
...
Prodded by: jkh
1997-10-08 09:14:15 +00:00
joerg
4199113e59
Mention the LOG_NTP change.
1997-10-06 20:43:05 +00:00
jkh
0bad82e206
Add an extra sanity check to previous commit.
1997-10-06 08:36:12 +00:00
jkh
fff37acdc4
This should put boot.help in its rightful place (finally!)
1997-10-06 08:34:56 +00:00
jkh
a7fe67864a
Turn NODOC back on - this is going to take a bit more work to get right.
1997-10-05 22:31:40 +00:00
jkh
0594f38deb
Remove NODOC setting - time to figure out how to get this working again.
1997-10-05 09:47:28 +00:00
jkh
4f41e29268
Fix syntax error I introduced earlier. :)
1997-10-04 20:51:42 +00:00
jkh
e44ab64a4d
Whups! Missed a spot in the kerberos src changes.
1997-10-04 15:50:09 +00:00
jkh
ebecd05f58
Support crypto and kerberos src dists.
1997-10-04 09:08:14 +00:00
jkh
818f323e76
Support crypto and kerberos source dists.
1997-10-04 09:05:06 +00:00
jkh
bc9a3278f3
Un-nuke krb and do what I *meant* to do, darn it.
1997-10-04 09:01:20 +00:00
jkh
ad8f729f9f
Adapt for new crypto source layout.
1997-10-04 08:58:16 +00:00
jkh
acd928eb21
Install boot.help differently.
1997-10-03 14:17:46 +00:00
jkh
1a48a8d4c8
Get boot.help from a different place.
1997-10-03 14:14:40 +00:00
markm
1b37bc3e51
The eBones src distribution is gone, and crypto is here. So remove
...
references to sebones.* and bring in scrypto.*.
1997-10-03 14:05:29 +00:00
jkh
19305dda38
Don't attempt to deref OpenConn after it's been set to NULL. :)
1997-10-03 14:00:09 +00:00
jkh
05731aab54
For people running paranoid ftpds, use the real username to log in
...
with when running multi-user and we actually have one.
Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
1997-10-03 03:32:03 +00:00
jkh
9c3f07d908
Note kerberosIV inclusion.
1997-10-02 02:03:58 +00:00
jkh
915e72339e
kerberos4 -> kerberosIV
...
Submitted by: Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp>
1997-10-01 09:01:16 +00:00
jkh
e8ee3433c3
Keep fingers off /etc files until they're properly backed up.
...
PR: 4636
Submitted by: Jack <jack@zeus.xtalwind.net>
1997-10-01 01:30:35 +00:00
jkh
fb9cd79beb
There appears to be no way around linking with DES for the
...
moment - the compile-time options are useless since the object
files are being used from ppp to build the crunched image, and
the ppp objects include DES at this stage since they were last
built that way to make the secure distribution. Hmmmm!
1997-09-30 23:58:24 +00:00
jkh
3a0f2a6fe6
Fix kerberos breakage for release.
...
Submitted by: markm
1997-09-30 08:09:03 +00:00
jkh
dd7077033a
Add ftp4.uk.freebsd.org
1997-09-29 00:15:07 +00:00
jkh
dbed72990f
Remove -ldes again; Brian's latest fix should deal with it.
1997-09-28 20:35:54 +00:00
jkh
8a0c7c5ebe
Add (ick) -ldes to the boot floppy so that ppp can link again.
...
Not sure what this does to exportability but it's probably not
good.
1997-09-27 00:33:48 +00:00
peter
2e3b9062da
Mention some of Justin's changes.
1997-09-23 03:28:15 +00:00
joerg
7b5c64ab47
Don't gratuitously drop termcap.db and vgrindefs.db from the installed
...
set of files.
Reviewed by: jkh
1997-09-20 17:10:09 +00:00
joerg
cab5331184
Perform a `make distrib-dirs distribution' inside the chroot tree
...
before trying to `make world', so to become less dependant from the
correctness of the environment hosting the `make release'. The recent
addition of a group `network' made this problem apparent.
1997-09-20 15:40:55 +00:00
jkh
bf3fadc451
More label editor enhancements.
...
Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
1997-09-20 06:24:17 +00:00
jkh
d940e50d4c
Fix conditional bogon in Label Editor [from Ed Gold]
...
Print info boxes without titles.
1997-09-20 02:48:48 +00:00
phk
5026643ad5
Add a "I know it points to my foot!" -f option.
...
PR: 3288
Reviewed by: phk
Submitted by: Martin Kammerhofer <dada@freepass.tu-graz.ac.at>
1997-09-18 18:27:34 +00:00
jkh
de0ee3be86
Whoops! Missed one on the XF8633 -> XF86331 update.
...
PR: 4560
1997-09-18 17:54:36 +00:00