des
4d6b787d2d
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
ue
b30303358f
MFbed: translation updates
2002-04-21 18:45:07 +00:00
ue
7baa2e20d4
MFen 1.318-1.327
2002-04-21 18:28:49 +00:00
bmah
20c79cca8d
Use newly-added USB manpage entity references where appropriate.
2002-04-21 15:35:52 +00:00
bmah
4e1d1a5400
Un-do note of MFC of inetd change.
2002-04-21 06:33:20 +00:00
bmah
a39ea225ca
New release note: mergemaster(8) -p/-C.
...
MFC noted: inetd(8) off by default.
2002-04-21 04:58:24 +00:00
bmah
90b27f494f
New release notes: UserConfig gone (release note long overdue!), kget(8)
...
gone, UDF support added, inetd(8) not run by default, inbound SMTP not
enabled by default.
2002-04-20 21:19:57 +00:00
bmah
5e3f88743f
New release notes: my driver.
...
MFCs noted: viapm(4), ng_etf(4) (fixed spelling), libstand splitfs.
2002-04-19 17:07:28 +00:00
ru
a40e88df53
Record libtelnet.a death.
2002-04-19 12:39:09 +00:00
ue
431577d47c
Whitespace fix after the restructuring, no content changes
2002-04-18 01:27:19 +00:00
ue
7316f95396
Restructure the Sparc installation instructions to
...
- get rid of the 4th level headings
- seperate the actions required to prepare the installation (getting
the CD, settings up the various daemons, ...) from the actual
installation
Translation teams: This patch moves some paragraphs around and changes
a lot of <sectX> headers, but does not contain any content changes in
the strict sense of the word (i.e. I did not rewrite paragraphs yet).
There were no changes to the indentation, either.
Reviewed by: bmah, -sparc, -doc
2002-04-18 01:07:25 +00:00
bmah
6f7bfc5148
New release note: SA-02:21.
2002-04-17 23:16:40 +00:00
bmah
53f7a32aeb
New release note: SA-02:20.
2002-04-17 17:49:57 +00:00
bmah
a1c1001cdd
Updated release notes: spic(4) tweaks and note MFC, OpenPAM Cineraria.
2002-04-16 04:47:35 +00:00
wilko
8a2b08e5a7
The new Compaq DS20L is a direct derivative of the CS20 so we support
...
it with FreeBSD/alpha.
Pictures of DS20L will be available soon at
http://people.freebsd.org/~wilko/Alpha-gallery/
Along with pictures of a ES80 'Marvel' EV7 box (which we don't support
yet :-P )
2002-04-14 18:19:27 +00:00
ue
53c29c17d7
MFbed: translation updates
...
errata/article.sgml: internal fixes
hardware/alpha/proc-alpha.sgml: MFen 1.39, entity fixes
hardware/common/dev.sgml: MFen 1.77-1.80
hardware/sparc64/proc-sparc64.sgml: MFen 1.4
installation/common/install.sgml: MFen 1.13-1.14
readme/article.sgml: MFen 1.17, formatting fixes
relnotes/common/new.sgml: MFen 1.303-1.317
2002-04-12 18:26:14 +00:00
bmah
5cdcbe90bd
Updated release note: OpenPAM Cinchona.
...
Deleted release note: NetBSD sort.
MFCs noted: New ephemeral port range, ISC DHCP client update.
2002-04-11 23:26:22 +00:00
bmah
d141d37d3d
New release note: sendmail startup script/options.
...
Reviewed by: gshapiro
2002-04-11 23:16:58 +00:00
jhb
9f1849779c
Switch to using cdboot for booting i386 CD's by default.
...
Approved by: murray
2002-04-11 16:39:13 +00:00
bmah
3914b07547
MFC noted: I18N additions/enhancements.
...
Pointed out by: phantom
2002-04-11 15:58:27 +00:00
bmah
964f0c52a8
Add Dynalink IS64PPH+ to ISDN interfaces, fix an apparent typo.
...
Submitted by: znerd
2002-04-11 15:47:52 +00:00
bmah
22095aac04
Add Netgear MA401 to wi(4)-supported devices.
...
Submitted by: Michael Sierchio <kudzu@tenebras.com>
2002-04-11 15:44:17 +00:00
gshapiro
4391304aed
Record sendmail 8.12.3 import
2002-04-10 03:08:35 +00:00
matusita
1db8894aba
Set hint.acpi.0.disable to 1 in /boot/loader.rc of {boot,kern}.flp,
...
since we have no ACPI feature in the installation kernel at this time.
Without having this, we'll see
ACPI no autoload failed -- no such file or directory
message at boot time, and it makes some confusion to the users. We can
backout this change if installation kernel has ACPI feature.
PR: 36911 (partly)
2002-04-09 01:17:47 +00:00
ru
54bcb55671
Align for const poisoning in -lutil.
2002-04-08 11:07:51 +00:00
ru
655eb3fb4f
Synch with login/login.c,v 1.81: Switch to OpenPAM.
2002-04-08 10:58:01 +00:00
ue
92869adb92
Explain how to double-check that the partitions do end on a cylinder
...
boundary.
reviewed and nitpicked by: bmah
2002-04-08 05:19:32 +00:00
luigi
e6465566f6
Fix handling of undefined variables.
...
Add override for /etc/rc.local .
Add hook to start syslogd if compiled-in and /etc/syslog.conf exists
2002-04-07 20:41:09 +00:00
asmodai
6a6580e549
Add a missing void in the parameter list of http_request().
2002-04-07 17:42:27 +00:00
asmodai
ffbac76a7e
Give functions proper return type, since the default is an integer, where
...
the author obviously meant a void since he doesn't return any values.
One caveat, http_request has three return()'s, but doesn't do anything
with it. Either the code needs to be rewritten to take care of proper
error handling on that point, or the returns ripped out. I made it void
for now.
2002-04-07 17:41:33 +00:00
asmodai
b88a08173b
Use %lld instead of %d in order to print struct stat's st_size, which is
...
an off_t.
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:22:23 +00:00
asmodai
dd9f8f3445
Garbage collect unused variables.
...
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:16:28 +00:00
asmodai
922292c1c5
Actually print the port we are listening too when specified verbose mode.
...
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:07:37 +00:00
gioria
3b6f1fdecb
First version of the translation of the Security section
2002-04-07 09:04:04 +00:00
murray
143a20a662
Add net/cvsup-without-gui and print/acroread4 to the disc3 package list.
2002-04-07 06:03:33 +00:00
ue
da782502c3
Show that 'device.hints' is a filename
2002-04-06 21:57:38 +00:00
murray
727934fcf8
Sort.
2002-04-06 01:24:58 +00:00
murray
77a96a13b5
Add www/links to the list of required packages. It is used by
...
sysinstall to read the HTML documentation.
Move graphics/gimp1 and lang/gnat from disc #3 to disc #1 , we have
extra space.
2002-04-06 01:18:42 +00:00
asmodai
7a9becef0e
FIPS 2.0 supports VFAT and FAT32. Reflect documentation to this fact.
...
PR: 35684
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-04-05 22:07:44 +00:00
bmah
a8a03c809a
Add a missing word.
2002-04-05 17:03:33 +00:00
bmah
29ebde2950
New release notes: mutex(9) profiling, ucom/uplcom/uvscom, boot2 -n,
...
diskpart(8) went bye-bye, newfs(8) anachronisms removed.
Updated release notes: More functionality for ata(4), new tzdata
import.
2002-04-04 21:42:25 +00:00
bmah
485d7951bd
Add 3Com 3c996-SX to bge(4) list, add uplcom and uvscom devices to USB
...
section.
2002-04-04 21:27:50 +00:00
bmah
deba8533c7
Updated release note: ISC DHCP 3.0.1RC8.
2002-04-04 18:11:39 +00:00
bmah
be562d9939
New release notes: UCONSOLE removed, viapm(4), geom(4), ifconfig
...
link (+MFC), libusb->libusbhid (+MFC), usbhidctl(1) (+MFC).
MFCs noted: texinfo 4.1.
2002-04-04 06:43:34 +00:00
ue
944aec1b85
Fix translation
2002-04-03 05:50:41 +00:00
matusita
abc9671573
Fix recent fixit.flp flood:
...
- don't make device files since we are in the DEVFS era.
(for the last resort, fixit.flp still has /dev/MAKEDEV.)
- increase FIXITINODE size to 10 times (40000).
After this change, we have 42kbytes of free space, and 38
of free inodes (confirmed with 5.0-CURRENT-20020327-JPSNAP).
Since 4-stable doesn't have DEVFS, we can't MFC this (except FIXITINODE).
2002-04-02 15:07:34 +00:00
murray
77d700702c
Make it easier to specify a custom kernel configuration for the boot
...
floppies.
PR: misc/36032
Submitted by: David Yeske <dyeske@yahoo.com>
MFC after: 1 week
2002-03-31 17:21:29 +00:00
bmah
659ed8f491
Mention the UltraSparc as supported in the README, also deal with the
...
fact that (now) not every supported platform has sysinstall(8).
2002-03-30 17:34:31 +00:00
murray
4dfcd8bee4
Add a driver configuration file for the Alpha platform, and specify that
...
the network drivers should be taken out of the boot kernel, and added to
the /stand/modules directory of mfsroot.flp.
2002-03-30 03:35:58 +00:00
murray
8b64ecbffc
Bump MFSSIZE to the value used by i386 and pc98. This larger MFS
...
filesystem will still compress below the 1.44 megabyte threshold for
the floppy image.
2002-03-30 02:31:17 +00:00