Steve Price
2be2be749b
Add in POSIX 1003.2 mandated rules. NOTE: these
...
will only be enabled when the first non-comment line
of the Makefile contains the .POSIX directive.
Submitted by: Joerg Wunsch <joerg@freebsd.org>
1996-11-03 03:25:50 +00:00
Jordan K. Hubbard
2b5209acaa
I haven't had a single contraversial commit all week, so what the
...
heck. Watch through our hidden camera, ladies and gentlemen,
as this one-line addition to the syslog output generates hundreds
of thousands of lines of email in response, all from people
decrying the evils of electronic noise pollution! :-)
What this change does, simply speaking, is syslog it every time
someone changes their local password. I need this at a local ISP to
tell whether people are reacting to expires in a timely fashion or
not. To disable it, uncomment -DLOGGING in the Makefile.
If your users change their passwords so often as to fill your logfile,
then you may also have another administrative problem to deal with.
1996-11-03 03:11:57 +00:00
Joerg Wunsch
bb6382fae2
Fix the broken EOF handling in the floppy driver. The most obvious
...
appearance of this bug was the malfunctioning -M option in GNU tar (it
worked only by explicitly specifying -L).
Reviewed by: bde, and partially corrected accoring to his comments
Candidate for 2.2, IMHO even for 2.1.6.
1996-11-02 23:31:11 +00:00
Joerg Wunsch
4441bd4c1b
Avoid touching the LEDs too early in the game. After the recent
...
changes to the keyboard code in pcvt, this update_led() very often
caused pcvt to hang early at boot time.
(Eventually, a better solution should be found, but the simple
omission serves well as a workaround for something that is actually a
show-stopper class problem.)
Candidate for 2.2.
1996-11-02 23:28:06 +00:00
Wolfram Schneider
459142187a
Match the reality. The man page was completely wrong.
1996-11-02 22:02:32 +00:00
Jordan K. Hubbard
232c762e37
Fix a bogus decent into the network setup screen when running
...
multi-user.
Don't clear media on dist failure - this was one of those "seemed like a good
idea at the time" sorts of features.
1996-11-02 19:50:32 +00:00
Masafumi Max NAKANE
747554d719
Moved David O'Brien from the additional contributor list to developer list.
1996-11-02 19:17:53 +00:00
Jordan K. Hubbard
e7fc885e08
Add cmd to prototype services file so rrestore can work.
...
Suggested-By: Andrew Heybey <ath@bellcore.com>
1996-11-02 18:58:07 +00:00
Jordan K. Hubbard
a378b701cb
Apply a long-forgotten change to make FTP_PASSIVE_MODE just that
...
much more universal (in FreeBSD, anyway) in taking some of the pain
out of firewalls.
1996-11-02 18:18:38 +00:00
Wolfram Schneider
5a52948cf6
remove duplicated usage string from commit rev 1.2
...
fix usage()
1996-11-02 15:28:57 +00:00
Poul-Henning Kamp
00cb92bf59
bin/1942 curses problem in systat
...
truncate if too long for field.
2.2 candidate.
1996-11-02 15:15:40 +00:00
Poul-Henning Kamp
59a95186d2
Fill in the bios-geometry array in struct bootinfo.
...
2.2 candidate.
1996-11-02 14:46:27 +00:00
Satoshi Asami
ce8ba0cdf6
The last update/merge of PC98 stuff before 2.2. The whole
...
pc98/pc98/sound directory has vanished now!
Submitted by: FreeBSD(98) Development Team
1996-11-02 10:41:28 +00:00
Paul Traina
39daae723d
add in CONSPEED option which controls console serial port speed
1996-11-02 02:26:06 +00:00
Paul Traina
7fe8c7a026
add in CONSPEED option
1996-11-02 02:25:22 +00:00
Paul Traina
6564e095d3
Rationalize support for serial consoles running at baud rates other than 9600
...
baud. This isn't particularly beautiful, but neither is it disgustingly
gross.
1996-11-02 02:24:39 +00:00
Andrey A. Chernov
0ee6900601
Back out daemon.* addition, ssh port should be fixed instead
1996-11-02 00:08:44 +00:00
Garrett Wollman
7948f68b85
Delete another unnecessary #include <sys/mbuf.h>.
1996-11-01 20:30:37 +00:00
Adam David
32ec48a5bc
use NOSHARE variable to skip 'share' directory, useful for shared installations
...
or for faster make of executables.
1996-11-01 19:03:33 +00:00
Warner Losh
d919888163
Reviewed by: Warner Losh <imp@village.org>
...
Submitted by: Marc Slemko <marcs@znep.com>
Obtained from: OpenBSD
Add -0 for reading the results of find -0.
1996-11-01 18:46:05 +00:00
Bill Fenner
b11ecdd6d0
Use fprintf(stderr,) instead of msgtail() so it works for restore as well.
1996-11-01 17:23:41 +00:00
Andrey A. Chernov
7fded3d0e5
Add -z to CVSupflags, it iz safe because it is done by zlib,
...
not by extra gzip child
1996-11-01 17:12:07 +00:00
Peter Wemm
c737f472e8
Temporarily disable an information message that was added in the last
...
commit.. This causes a link error in sbin/restore which also uses this
file.
1996-11-01 13:02:20 +00:00
Peter Wemm
4579c4e0d4
Update to use the recommended recovery procedure from nvi-1.76.
...
This is a lot more robust and handles errors a lot better. It also cleans
up stray, hopeless, or unmodified files rather than leaving them there
forever.
1996-11-01 09:45:51 +00:00
Bruce Evans
ce5636f791
Fixed cualc and cualD minor numbers which I broke in the previous commit.
1996-11-01 08:49:13 +00:00
Peter Wemm
db1f91a969
Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using on
...
one of the machines I was testing on. (This was to get it to use the
sysv extensions in ncurses)
1996-11-01 08:34:51 +00:00
Peter Wemm
301b0bb501
Remove the old nvi-1.34, it has served us well but it's time has come..
...
(It was tagged immediately prior to removal with the tag "nvi_1_34_final")
1996-11-01 08:25:51 +00:00
Peter Wemm
4f85133da7
Update to use nvi-1.79 sources
1996-11-01 08:16:24 +00:00
Peter Wemm
92a76e5c36
Add nvi-1.79 directories
1996-11-01 08:00:37 +00:00
Peter Wemm
f015dc4b89
Use the src/contrib sources from nvi-1.79
1996-11-01 07:57:08 +00:00
Satoshi Asami
7bf5b94f9e
(1) Add NetBSD support. Closes PR bin/1643.
...
Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
(2) Remove the bogus "CAT+=" definition. Closes PR ports/1703.
Submitted by: Peter Childs <pjchilds@imforei.apana.org.au>
(3) Change MKDIR to "/bin/mkdir -p", remove "-p" from ${MKDIR}
invocations. Closes PR ports/1901.
Submitted by: obrien
(4) Add a new macro variable COMPRESS_MAN, which will evaluate to gzip
if NOMANCOMPRESS isn't set (default), or true if it is.
(5) Add a new variable NO_CHECKSUM, which will disable the md5 checksum.
Submitted by: jkh
(6) Also, move NO_PATCH and NO_PACKAGE checks to right place in
invocation order.
(7) Check for LIB_DEPENDS before installation too. (It used to check
only before extraction.)
Forgotten a long time ago by: asami
1996-11-01 07:22:37 +00:00
Peter Wemm
0cc09e5460
This commit was generated by cvs2svn to compensate for changes in r19304,
...
which included commits to RCS files with non-trunk default branches.
1996-11-01 06:45:43 +00:00
Peter Wemm
b8ba871bd9
Import of nvi-1.79, minus a few bits that we dont need (eg: postscript
...
files, curses, db, regex etc that we already have). The other glue will
follow shortly.
Obtained from: Keith Bostic <bostic@bostic.com>
1996-11-01 06:45:43 +00:00
Warner Losh
471595b02c
Fix minor buffer problems:
...
Off by one in verify allowed one to march one byte off the end of
wd.wd_hostname if wd.wd_hostname had no NUL characters in it.
strncpy of myname into mywd used the source buffer's length, rather
than the dest.
1996-11-01 06:29:34 +00:00
Peter Wemm
c293d821b3
Doc updates and cleanups made with the bind-4.9.4 update some time ago.
...
I thought I had committed these, but it seems not.
1996-11-01 06:29:00 +00:00
Peter Wemm
df9c30afec
Add an "officially undocumented" tweak for squid so that it can see the
...
TTL of DNS records that it looks up for it's resolver cache.
Obtained from: Endre Balint Nagy <bne@CareNet.hu>, via squid-1.1.x source.
1996-11-01 06:25:43 +00:00
Bill Fenner
4aad1224fc
Make rdump error messages a little clearer and make them look like dump
...
messages, and make it explicit that stderr output came from the remote end.
(e.g. "rmt: command not found")
1996-11-01 05:39:10 +00:00
Alexander Langer
9e375707a5
Fix incorrect length argument to memset() function. Closes PR#1937.
...
Submitted by: Archie Cobbs <archie@whistle.com>
1996-11-01 01:42:08 +00:00
Wolfram Schneider
81de2b457b
add forgotten variable $locate
1996-10-31 22:46:52 +00:00
John Hay
75c66a120a
if_sr.c corrupted the global variable `ticks'.
...
Cosmetic changes:
if_sr_.c won't compile with a K&R compiler, so there is no need to cast
the timeout arg to the (wrong) type.
Submitted by: bde
1996-10-31 20:22:40 +00:00
Joerg Wunsch
eea6c03c51
Improve the sample login script now that our sh(1) understands -p.
...
Closes PR # docs/1383: ppp(8) man page suggests using shell script...
1996-10-31 19:55:05 +00:00
John Dyson
c8318ed6c3
Correct a "spelling" error in a comment.
1996-10-31 17:50:45 +00:00
Peter Wemm
836a60691b
Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, since
...
it has side effects elsewhere.
1996-10-31 16:09:04 +00:00
Peter Wemm
ad9f4e2348
Back out a little more of the previous changes. No longer change
...
TCL_SHLIB_SUFFIX, since some tools use it for generating the name of
shared objects for dlopen(), which do not have version numbers. This
setting is back to "as distributed".
1996-10-31 15:57:25 +00:00
Andrey A. Chernov
83aac36ef7
Uncomment static from collate_range_cmp, no more in locale.h
1996-10-31 14:49:40 +00:00
Andrey A. Chernov
85938e600c
Uncomment static from collate_range_cmp, no more in locale.h
1996-10-31 14:44:24 +00:00
Andrey A. Chernov
9623470623
Remove collate_range_cmp
1996-10-31 14:41:30 +00:00
Andrey A. Chernov
327b0f7e8d
Replace collate_range_cmp call with its code
1996-10-31 14:38:09 +00:00
Poul-Henning Kamp
5745420bb0
bin/1933: don't print negative % for huge files (80Mb)
1996-10-31 14:24:35 +00:00
Andrey A. Chernov
6e710be0de
Remove unused file
1996-10-31 08:03:26 +00:00