Ruslan Ermilov
860a2bf505
Added missing DPADD detected by ``make checkdpadd''.
2002-06-06 11:30:57 +00:00
Brian Somers
12b5aaba39
Cast pid_t to long for printf()ing
...
Obtained from: OpenBSD
2002-06-06 01:39:46 +00:00
Gordon Tetlow
3600cbb7c4
Fix spelling nit in error message.
2002-06-05 01:06:33 +00:00
Chris D. Faulhaber
90bd45f1c5
o Remove ftp.freebsd.org from the USA servers and add to the
...
Denmark servers.
o Add snapshots.jp.FreeBSD.org.
Approved by: brian
2002-06-05 00:53:50 +00:00
Murray Stokely
2a295fdf9d
Add information about setting up media to use the multi-volume support
...
in sysinstall.
Reviewed by: ru
2002-06-05 00:34:58 +00:00
David E. O'Brien
b47f7d2f16
Grammar nit.
...
Submitted by: keramida
2002-06-04 20:01:53 +00:00
Garance A Drosehn
5e127035e4
Change some "process id" variables from 'int' to 'pid_t', renaming some
...
of them to keep better track of which-is-which (multiple variables were
named 'pid'). Moved a global pid-variable into the only routine that
used it. Net result: fixes two compile-time warnings...
MFC after: 2 weeks
2002-06-04 03:40:24 +00:00
Garance A Drosehn
0dcfaee0af
Cosmetic improvements to some of the syslog() calls in here (in some cases
...
simply getting the indentation right when the statement wraps).
MFC after: 2 weeks
2002-06-04 02:48:12 +00:00
Garance A Drosehn
609614565f
Fix all the 'return' statements in here to follow style(9).
...
MFC after: 2 weeks
2002-06-04 01:28:15 +00:00
Garance A Drosehn
4a13c4d9ee
Avoid checking WIFEXITED and WTERMSIG in some error situations where the
...
value in wstatus is not related to the process that we care about.
MFC after: 2 weeks
2002-06-04 01:16:13 +00:00
John Baldwin
30c00e6c41
Backout revision 1.2 since it didn't work and replace it with a fix that
...
actually does work. Ignore errors from kldload(2) if the errno value is
EEXIST. It would help if this return value were documented in the
kldload(2) manual page.
2002-06-03 22:36:52 +00:00
Brian Somers
7b5e6f62fb
Add a missing ``a''.
2002-06-03 21:36:20 +00:00
Garance A Drosehn
0760287064
Stop using the depreciated 'union wait' definitions, moving to a more
...
standard handling of wait()-related routines.
Submitted by: mike
MFC after: 2 weeks
2002-06-03 20:47:01 +00:00
John Baldwin
e364f0da42
Fix handling of the 'noError' variable. According to the code comments,
...
one can set the 'noError' variable to ignore any errors that occur for the
next command. However, the code was only unsetting 'noError' when an error
actually occurred, so if you set 'noError', the next command completed ok,
and the command after that failed, the second command's failure would be
ignored. This fixes this by performing the 'noError' check earlier and
then unsetting 'noError' after every command that is run.
Sponsored by: The Weather Channel
2002-06-03 19:42:49 +00:00
John Baldwin
77218da374
Add a 'mediaClose' script command to close the open media. An example use
...
would be to unmount the CD you installed from and prompt the user to
eject it before rebooting the machine.
Sponsored by: The Weather Channel
2002-06-03 19:39:28 +00:00
Jens Schweikhardt
21dc7d4f57
Fix typo in the BSD copyright: s/withough/without/
...
Spotted and suggested by: des
MFC after: 3 weeks
2002-06-02 20:05:59 +00:00
Brian Somers
aadbb4eab1
Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is
...
sufficient.
In fact, using both breaks the radiator RADIUS daemon when used with
a db as it maps both attributes to the same field value and then
fails the insert.
I decided to remove RAD_NAS_IP_ADDRESS on the basis that rfc2138 says:
An Access-Request MUST contain a User-Name attribute. It SHOULD
contain either a NAS-IP-Address attribute or NAS-Identifier
attribute (or both, although that is not recommended). It MUST
despite the fact that this not recommended bit was removed from the
updated rfc.
2002-06-02 14:27:02 +00:00
Jens Schweikhardt
148aadf8bc
Fix spelling errors: minumum, overriden, inheritted
...
MFC after: 3 weeks
2002-06-02 10:41:43 +00:00
Tim J. Robbins
dcafd7c96a
Don't exit immediately if an error occurs, continue but exit non-zero.
2002-06-02 09:32:39 +00:00
Hajimu UMEMOTO
c7aec5cc57
Skip duplicated prefixes in get_prefix().
...
Obtained from: KAME
2002-06-01 19:16:13 +00:00
Hajimu UMEMOTO
99a92b2c8a
KNF
...
Obtained from: KAME
2002-06-01 17:28:12 +00:00
Hajimu UMEMOTO
bc89a11710
sprintf -> snprintf
...
Obtained from: KAME
2002-06-01 16:50:21 +00:00
Makoto Matsushita
29233a2d8a
Brush up descriptions of sendmail menu last added.
...
Submitted by: gshapiro
2002-06-01 15:47:49 +00:00
Makoto Matsushita
b1e41adda4
Add 'Sendmail' menu to set sendmail_enable variable.
...
Reviewed by: bmah (description only)
2002-06-01 14:50:14 +00:00
John Baldwin
fa82904a90
Don't load a module from /stand/modules in the MFS root if it is already in
...
the kernel.
2002-05-31 20:06:24 +00:00
Ruslan Ermilov
2d80eecc97
We don't build libc_r on sparc64 for the moment.
2002-05-31 19:59:12 +00:00
Pierre Beyssac
81f5d1fac0
Fix integer overflow causing disk/partition size display wrapping
...
above 4GB.
2002-05-31 17:03:01 +00:00
Bruce A. Mah
ca8f81dd24
pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because
...
we weren't properly checking for the case that the two version strings
being compared had different numbers of components. This has been
fixed.
Pointed out by: sobomax
Reviewed by: silence on -ports
2002-05-31 15:45:48 +00:00
John Baldwin
4f3624a441
- Document the new `diskInteractive' variable.
...
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
2002-05-31 14:32:03 +00:00
John Baldwin
dc1024256c
If 'netInteractive' is set to true in an installation script, then
...
temporarily turn off the nonInteractive variable around the DHCP and IPv6
Yes/No questions in a network device setup so that those questions are
asked.
2002-05-31 13:39:55 +00:00
John Baldwin
df349781bf
Add a 'diskInteractive' variable that can be set to interactively partition
...
and label a disk from a sysinstall script.
2002-05-31 13:38:17 +00:00
Chris D. Faulhaber
5f6da00d2e
Remove DESTDIR which is already included in DOCDIR.
...
Submitted by: jhay
2002-05-31 10:37:22 +00:00
Giorgos Keramidas
f1c746bb3f
Typo fix: syste -> system
2002-05-31 01:46:26 +00:00
Garrett Wollman
c706ddb0fc
Fix syntax error (label with no statement).
2002-05-30 21:49:15 +00:00
Garrett Wollman
f70bb54433
Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN,
...
and likewise LOGOUT for consistency. Fix a few nearby style bugs.
2002-05-30 21:26:49 +00:00
Garrett Wollman
0bc013b1a6
Fix preprocessor directive syntax (text after #else).
...
This program is not likely to compile if DEBUG is ever defined.
2002-05-30 21:21:23 +00:00
Ruslan Ermilov
4e71fd98ee
mdoc(7) police: Make this look like an average manpage.
2002-05-30 14:26:02 +00:00
Ruslan Ermilov
24caa840be
mdoc(7) police: markup nits.
2002-05-30 08:24:52 +00:00
Ruslan Ermilov
893ca9faea
mdoc(7) police: make SYNOPSIS really match usage().
2002-05-30 08:20:35 +00:00
Ruslan Ermilov
7a9946fe4f
mdoc(7) police: markup nits.
2002-05-30 08:10:32 +00:00
Ruslan Ermilov
04a5445099
mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation.
2002-05-30 07:53:53 +00:00
Ruslan Ermilov
3d8d000653
mdoc(7) police: markup nit.
2002-05-30 07:51:22 +00:00
Ruslan Ermilov
a37bec1d74
mdoc(7) police: removed an extra .Op call.
2002-05-30 07:48:01 +00:00
Ruslan Ermilov
b3ecef214c
mdoc(7) police: tidy up the markup.
2002-05-30 07:34:10 +00:00
Chris D. Faulhaber
37f42622ba
Use the predefined DOCDIR instead of hard-coding /usr/share/doc/bind,
...
add support for DESTDIR.
2002-05-29 21:49:37 +00:00
Ruslan Ermilov
10cb9bd3d8
mdoc(7) police: nits.
2002-05-29 16:47:55 +00:00
Peter Wemm
0367ff7599
Put on peril sensitive sunglasses and turn C++ stuff back on.
2002-05-29 00:48:14 +00:00
Alfred Perlstein
38fe48f520
Comment out comments trailing #endif directives
2002-05-28 21:52:10 +00:00
Garance A Drosehn
afad6c6529
Have this use 'static const char rcsid' instead of __RCSID()
...
Discussed with: bde, obrien
MFC after: 10 days
2002-05-28 20:37:00 +00:00
Alfred Perlstein
16d8455dcc
Assume __STDC__, remove non-__STDC__ code.
2002-05-28 19:23:47 +00:00