Kris Kennaway
ff4055bf24
Don't extract these files as mode 664 during build, use mode 644 instead.
2000-08-15 09:17:50 +00:00
Maxim Sobolev
68a1b9058a
Several cleanups:
...
- use getopt(3) to parse command line arguments instead of home-made incomplete
parser;
- be more verbose when error in command line encountered (i.e. incorrect
playing/recording device, incorrect recsrc syntax).
2000-08-15 05:42:39 +00:00
Brian Somers
11572abf62
Calculate the average link throughput using a counter based on the
...
cumulative total of all active links rather than basing it on the
total of PROTO_MP traffic.
This fixes a problem whereby Cisco routers send PROTO_IP packets only
when there's only one link (hmm, what a good idea!).
2000-08-15 00:59:21 +00:00
Brian Somers
c837ca39c6
Don't delete sticky routes when unconfiguring the interface.
...
Deleting all routes that match the interface is sufficient.
2000-08-14 08:43:40 +00:00
Jun-ichiro itojun Hagino
7ec2457fd9
fix LP64 issue in routing socket manipulation.
...
make behavior of -A safer.
(sync with kame)
2000-08-14 04:54:58 +00:00
Gregory Neil Shapiro
d0b3252609
Turn on support for IPv6
2000-08-14 02:36:29 +00:00
Brian Somers
689f6effbb
Index: ppp.8
...
===================================================================
RCS file: /home/ncvs/src/usr.sbin/ppp/ppp.8,v
retrieving revision 1.233
diff -u -r1.233 ppp.8
--- ppp.8 2000/08/10 13:26:01 1.233
+++ ppp.8 2000/08/12 19:50:41
@@ -1,8 +1,8 @@
.\" $FreeBSD: src/usr.sbin/ppp/ppp.8,v 1.233 2000/08/10 13:26:01 brian Exp $
.Dd 20 September 1995
.nr XX \w'\fC00'
-.Os FreeBSD
.Dt PPP 8
+.Os
.Sh NAME
.Nm ppp
.Nd Point to Point Protocol (a.k.a. user-ppp)
2000-08-13 22:03:42 +00:00
Gregory Neil Shapiro
7e5e46fad7
Use new aliases path (/etc/mail/aliases)
...
Approved by: Doug Barton <DougB@gorean.org>
2000-08-13 19:32:19 +00:00
Gregory Neil Shapiro
2216e2a2cd
Complete migration of aliases file to /etc/mail/aliases.
...
The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster
have been contacted so those may be updated as well.
2000-08-13 18:38:58 +00:00
Hajimu UMEMOTO
8ad6d022ca
Add output of per battery information to apm(1).
...
New ioctl APMIO_GETPWSTATUS is introduced.
Reviewed by: -mobile and -current folks (no objection)
2000-08-13 17:05:27 +00:00
Gregory Neil Shapiro
478c940682
Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliases
...
now exists in the distribution.
2000-08-13 08:36:40 +00:00
Gregory Neil Shapiro
88c75941e6
The rest of the changes needed to support the new version of sendmail (8.11.0).
...
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
2000-08-12 22:39:25 +00:00
Yoshihiro Takahashi
552112cadd
- Added support for installing boot0 and boot0.5 for PC-98.
...
- Cosmetic changes.
2000-08-12 14:20:31 +00:00
Jordan K. Hubbard
3fdc3c548d
Make the selection of pccard IRQs fully selectable at installation time.
...
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
2000-08-12 07:48:25 +00:00
Sheldon Hearn
acaf1e1fc5
Explain why adding ``options NFSKERB'' breaks the kernel build.
...
PR: 10642
Reported by: Stefan Eggers <seggers@semyam.dinoco.de>
Submitted by: johan
2000-08-11 13:03:13 +00:00
Brian Somers
d0cd375a1d
Mention that pppoe requires netgraph(4) and without it, an external
...
pppoe program must be used (such as pppoe(8) on OpenBSD).
2000-08-10 13:26:01 +00:00
Sheldon Hearn
4ffc1d3dad
Remove hard sentence breaks introduced in the previous commit.
2000-08-10 09:01:10 +00:00
Brian Somers
6c2ccd0a61
Be more careful about selecting a PAGER.
...
Improve the question asked when the PAGER is invalid.
Submitted by: Doug Barton <DougB@gorean.org>
2000-08-09 20:36:15 +00:00
Brian Somers
a2240f353a
Allow leading ``!'' characters in authkeys and chat scripts to
...
be doubled up to mean a single literaly ``!''.
2000-08-09 19:29:50 +00:00
Brian Somers
4e9d6a7fc5
If the first character of the `set title'' argument is
-',
...
put it into the format string, supporting ps's tweak to
setproctitle().
2000-08-09 10:22:48 +00:00
Brian Somers
7bdb026118
Treat all interface aliases as local addresses.
...
The new rtiparse() function should really be in libc IMHO.... I'm
sick of writing this code :-(
PR: 20381
2000-08-09 09:24:31 +00:00
Bill Swingle
1cfb436ae6
Added extra paragraph to document the 'rebuild' feature.
...
Reviewed by: msmith
2000-08-09 01:54:30 +00:00
Ollivier Robert
191a1c203e
- add ftp6.fr.freebsd.org
...
- correct URL for ftp4 and ftp5.
Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
2000-08-08 14:36:24 +00:00
Mark Ovens
8f18f09f14
Update link to Making the World tutorial (now in the handbook)
2000-08-07 23:25:22 +00:00
Mark Ovens
2ad33f9844
Fix bug with -c option
...
PR: 18176
Reviewed by: Bruce A. Mah <bmah@acm.org>
2000-08-07 22:47:46 +00:00
Paul Saab
d30693998e
Update the usage string to reflect -n as an option.
2000-08-07 01:09:25 +00:00
Paul Saab
2835a5d8c7
Actually make syslogd understand the new -n option by putting it
...
in getopt.
Submitted by: Clive Lin <clive@CirX.ORG>
2000-08-07 01:00:01 +00:00
Tor Egge
386fd02622
Remove 3 off by 128 errors.
2000-08-06 01:17:39 +00:00
Kris Kennaway
d94e8c62d6
Don't call errx() without a format string, to protect against possible
...
localized error messages from ipsec_strerror().
Obtained from: OpenBSD
2000-08-05 06:21:12 +00:00
Hajimu UMEMOTO
7e3809fd50
If caller have privilege to r/w access to /dev/apm, show the
...
info about resume timer and resume on ring indicator, again.
Reviewed by: imp
2000-08-04 20:57:31 +00:00
Kris Kennaway
f8c5da6157
Cleanup of TMPDIR code.
...
Requested by: bde (ages ago)
2000-08-03 23:44:43 +00:00
Kris Kennaway
b088fe8c8f
Change use of perror() to warn()
...
Submitted by: bde
2000-08-03 23:13:35 +00:00
David Malone
1b65d153ee
Explain "-c" option more exactly and state the default in the man
...
page.
Add ability to run "inetd -R 0" to disable the default connection
per minute limit of 256 connections. Document this in man page.
Don't use maxchild as a boolean - instead check if it is greater
than zero.
Reviewed by: sheldonh
Based on a patch by: Alexander Langer <alex@big.endian.de>
2000-08-03 15:45:38 +00:00
David Malone
2968046ea1
specifer -> specifier
2000-08-03 15:33:39 +00:00
David Malone
23e726a0d8
Sort cases in getopt switch statement.
...
Remove extra parens from my host selection commit.
Add white space after if, while, for and switch.
Get rid of braces around a single statement if.
There should be no functional changes in this commit.
Reviewed by: sheldonh
2000-08-03 15:19:27 +00:00
David Malone
3b2084258c
Replace two calls to strlen+calloc+strcpy with strdup.
...
Reviewed by: sheldonh
2000-08-03 15:12:06 +00:00
Jordan K. Hubbard
efbfff9480
Fix HTTP port addresses for the IPv6 case.
...
Submitted by: pho and Hajimu UMEMOTO
2000-08-03 02:51:45 +00:00
KATO Takenori
6a70fca024
Added PC-98 boot manager installation and configuration utility.
2000-08-02 10:11:08 +00:00
David E. O'Brien
47a1b949fb
Add all the missing US keymaps.
2000-07-31 21:05:48 +00:00
David E. O'Brien
84879232cd
Don't offer the PC98 link kit or setup on non-i386 installs.
2000-07-31 20:52:28 +00:00
David Malone
8acc38283a
Sleep for a second after tcp wrappers rejects a connection, so we
...
don't traumatise the parent inetd.
Requested by: wietse@porcupine.org
Approved by: markm
2000-07-31 13:10:52 +00:00
Satoshi Asami
52527e8d67
Add hebrew.
2000-07-31 00:16:28 +00:00
Jordan K. Hubbard
99f9320ef7
Fix the HTTP transfer code to correctly parse the port number if
...
specified.
Submitted by: pho
2000-07-30 22:18:53 +00:00
Peter Wemm
cc8660c75b
Initialize vflag like the rest (not necessary, but this keeps it together)
...
Optimize out chown(2) syscalls if there is no change in uid or gid.
2000-07-29 22:22:11 +00:00
Paul Saab
ede8823b0d
Change option -r to -n inline with conventions we use elsewhere.
...
I guess it serves me right for using a patch directly from Jan
Koum. :)
Requested by: many
2000-07-29 04:02:34 +00:00
Paul Saab
779fbd1bc3
Add option 'r' to syslogd which will disable dns queries for every
...
request. This is useful when you have a large site pointed at a
single syslog server.
Submitted by: Jan Koum <jkb@yahoo-inc.com>
2000-07-29 01:37:37 +00:00
Eivind Eklund
8e4a14a9fa
Change the defaults for portmap, sendmail and inetd to be not running them.
...
Make sysinstall override this on install, so the effective behavioural
change for a newly installed system is null. Overall, this makes a system
with an empty /etc/rc.conf not run any network services, and makes the
FreeBSD-provided network services that are running visible in /etc/rc.conf
(instead of making people look through /etc/defaults/rc.conf to find the
things they need to disable to secure the system.)
Reviewed by: jhb
Discussed with: The usual cabal
2000-07-28 22:45:36 +00:00
Archie Cobbs
0d3e728618
Add '-n' flag: don't attempt to read any data from standard input.
2000-07-27 21:55:48 +00:00
John Baldwin
491a165843
Fix an annoying bogon in the form of a missing tab when generating CD-ROM
...
mount points in /etc/fstab.
Requested by: obrien
2000-07-27 00:46:29 +00:00
MIHIRA Sanpei Yoshiro
32201ca318
Update the description of available channel for Japan.
...
The regulations has been changed to adopt 802.11b since Oct. 99.
For 11Mbps NICs sold in Japan, all DS channels (1..14) are available.
Thank you, itojun.
Obtained from: NetBSD:basesrc/usr.sbin/wiconfig/wiconfig.8 Rev.1.5 ->1.6
2000-07-26 12:50:35 +00:00