Peter Wemm
6bc227b405
Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24
1995-08-20 22:32:57 +00:00
Bruce Evans
c555738304
Remove bogus ${DESTDIR}s from LINKS.
...
Keep DPADD up to date with LDADD.
bsd.prog.mk's install rule can't handle schg'ed links, so ugly
beforeinstall and afterinstall rules are required.
1995-08-17 11:26:42 +00:00
Jordan K. Hubbard
ce19262d8c
Merge various fixes from NetBSD. This will allow the WordPerfect for
...
SCO installation to run all the way through (some POSIX fixes).
1995-08-16 05:56:44 +00:00
Joerg Wunsch
b5cfa4b2c4
'#' is not a comment if a non-space char follow
...
Closes PR # bin/657: mail(1): comments in ~/.ma...
Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
1995-08-15 19:40:26 +00:00
Joerg Wunsch
8e502f1158
head(1) ignored EOFs (in certain cases).
...
Closes PR # bin/678: head(1) ignore EOF
Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
1995-08-15 19:34:11 +00:00
Bill Paul
367157222f
Take the ypchfn/ypchsh stuff that was removed from passwd
...
and graft it into chpass.
Chpass can now tell when it's being asked to operate on an NIS
user and it displayes the appropriate message in the editor
template ("Changing NIS information for foo"). After the changes
have been made, chpass will promte the user for his NIS password.
If the password is correct, the changes are committed to yppasswdd.
Hopefully, this should make NIS more transparent to the end user.
Note that even the superuser needs to know a user's password before
he can change any NIS information (such is the nature of yppasswdd).
Also, changes to the password field are not permitted -- that's what
yppasswd is for. (The superuser may specify a new password, but
again, he needs to know the user's original password before he can
change it.)
1995-08-13 16:12:28 +00:00
Bill Paul
a3ce11a24d
Remove the ypchfn/ypchsh stuff from passwd and leave just the
...
yppasswd support. The rest is moving into chpass.
1995-08-13 16:07:36 +00:00
Mike Pritchard
c4b4d74391
Restore the reference to quot(8).
1995-08-13 09:39:23 +00:00
Andreas Schulz
1f4b92cffb
Submitted by: careilly@tcd.ie Colman Reilly
...
replace the reference of quot(8) with a reference to quota(1).
Colman Reilly noticed the missing quot, GNATS bin/671.
1995-08-12 13:52:26 +00:00
Andrey A. Chernov
3bef267d25
Replace old strftime format by %c, old format forces "Mon Day",
...
sequence which can be false for several languages.
1995-08-08 03:32:03 +00:00
Andrey A. Chernov
d40cee33a8
Allow national printable chars in .plan
1995-08-08 00:45:21 +00:00
Andrey A. Chernov
7a88bad16a
Replace asctime/ctime by strftime %c to use national representation
1995-08-08 00:38:33 +00:00
Andrey A. Chernov
8327624e76
Change ctime to strftime %c to use national date/time representation.
1995-08-08 00:15:16 +00:00
Andrey A. Chernov
eaf7e02e63
Replace ctime by strftime %c to use national date representation now
1995-08-07 23:39:58 +00:00
Garrett Wollman
656dcd4316
Delete bogus referneces to timezone code internal header file `tzfile.h',
...
which is no longer bogusly installed in /usr/include.
1995-08-07 19:17:46 +00:00
Peter Wemm
8e53a8e6fc
Fix infamous "TIOCGWINSZ: Interrupted system call" on return from a ^Z
...
Fixes PR#513
Reviewed by:
Submitted by:
Obtained from:
1995-08-07 16:44:28 +00:00
Andrey A. Chernov
2ccab10de2
Remove timedef
1995-08-06 11:19:27 +00:00
Mark Murray
3b9d90c08c
Only build telnet if secure telnet is not going to be built.
...
Reviewed by: rgrimes
1995-08-06 11:05:31 +00:00
Jordan K. Hubbard
ab6e36a2b6
Eliminate a few more lurking obj bogons.
1995-08-06 02:52:40 +00:00
Andrey A. Chernov
bc34d0a3ee
Fix pm name after some time playing with
1995-08-05 23:53:33 +00:00
Andrey A. Chernov
9624513ae3
timedef added
1995-08-05 23:28:21 +00:00
Andrey A. Chernov
4a171a9d58
Very simple LC_TIME compiler, you fill free to commit more complicated one
1995-08-05 23:23:41 +00:00
Jordan K. Hubbard
0d189a30f2
Reference to obj dir hardcoded in this file replaced with
...
a more intelligent macro. I hate the obj link mechanism, I tell you, I hate
it! :-)
1995-08-05 23:21:39 +00:00
Andrey A. Chernov
8992794b01
Remove _set_ospeed, it is done in tgetent
1995-08-05 22:04:23 +00:00
Andrey A. Chernov
cc3c7e3860
Remove _set_ospeed, done in tgetent now.
1995-08-05 21:33:11 +00:00
Andrey A. Chernov
bbaccbeb9a
Remove _set_ospeed, trick done in tgetent now
1995-08-05 21:25:28 +00:00
Paul Traina
4c450ad7a7
Use data ports in the range 40000..44999 by default to enhance FTP usability
...
in a firewall environment. Original idea by Mark Tracy (?).
Reviewed by: wollman
Submitted by: pst
1995-08-05 19:12:05 +00:00
Joerg Wunsch
84be91cbaf
Make install not remove the target file if -s has been specified but
...
stripping failed (since the file has been a shell script, for
example).
Closes PR # bin/645: "install -c -s" can't inst...
Submitted by: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
1995-08-04 17:13:36 +00:00
Andrey A. Chernov
95729168e4
Add missing ospeed initialization.
1995-08-04 08:05:18 +00:00
Andrey A. Chernov
ce2219545f
Replace ospeed switch with _set_ospeed
1995-08-04 07:04:40 +00:00
Andrey A. Chernov
044e7914e0
Replace wrong ospeed setting (overflows) with new _set_ospeed
...
function.
1995-08-04 06:58:45 +00:00
Andrey A. Chernov
3c0ba277d4
Allow it works with non-fixed termios speeds.
...
Replace ospeed switch with new _set_ospeed
1995-08-04 06:54:18 +00:00
Andrey A. Chernov
eba2820db2
Change outc to match prototype
1995-08-04 06:45:55 +00:00
Andrey A. Chernov
252f47a817
Make tset works with non-fixed termios speeds too.
...
Eliminate ospeed switch using new _set_ospeed function
1995-08-04 06:44:54 +00:00
Andrey A. Chernov
a8729090ed
Back out speed reducing to 38400 for old remote rlogind.
...
I do some digging out on this subject and found that remote
rlogind may reduce big speeds to 38400 by itself and (as more often
rlogind variant) speed setting ioctl fails, so speed left on 9600.
In all cases it doesn't do any real harm.
1995-08-03 23:54:49 +00:00
Poul-Henning Kamp
eebb154304
Sanitize the PGP strings a bit.
1995-08-03 07:11:45 +00:00
Andrey A. Chernov
b418143d61
Use the same DECODE_BAUD trick like in new telnet to set
...
termios speed
Obtained from: Pre-Lite2 telnet
1995-08-02 11:13:30 +00:00
Satoshi Asami
b60de1afb0
Submitted by: Wolfram Schneider <w@cs.tu-berlin.de>
...
The currently (1995/07/31 04:22:07) implemented if (-x "$prog") {
works only if you have '.' in your $PATH variable.
1995-08-02 07:30:37 +00:00
Andreas Schulz
eb26b35651
Add the maybe_stripped to a CLEANFILES target to get a clean obj directory
...
after a clean or cleandir.
1995-08-01 21:53:35 +00:00
Andrey A. Chernov
263ac6e4b1
Reduce passed speed to 38400, like telnet does too.
...
Remote rlogind may not understand speeds > 38400.
1995-08-01 02:23:21 +00:00
Satoshi Asami
75f2898f9a
Submitted by: Torbjorn Granlund <tege@matematik.su.se>
...
* /usr/bin/which doesn't work if a complete path is passed to it. This is
incompatible with other flavours of Unix, Here is a suggested patch:
1995-07-31 04:22:07 +00:00
David Greenman
3aa80b1d81
Output statistics as unsigned in the -w section.
...
Look at error return of kread() and stop on error.
Fix warning in kread() to not output "kvm_read:" twice.
Killed PCB cache misses stat as we no longer have it.
1995-07-29 22:34:15 +00:00
David Greenman
89d7f49a31
Add "connections dropped by persist timeout" statistic.
1995-07-29 18:49:16 +00:00
Bruce Evans
9c0dc173cc
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
Bruce Evans
6eee579315
Change install' to
${INSTALL}' as usual.
...
Remove the extra slash in ${DESTDIR}/${BINDIR}.
1995-07-25 00:22:50 +00:00
Bruce Evans
3fbfb0f281
Build a stripped copy of `strip' so that it doesn't have to be stripped
...
at install time. This will allow `install -C' to avoid replacing the
installed copy if the new copy is the same. `install -C' would actually
work right if `strip' is already installed, but the Makefile doesn't
know that and has to work for plain `install'.
Stripping should be done by default at link time, but complications
would still be required for installing `strip' in case the default is
overridden.
1995-07-24 22:50:17 +00:00
Mike Pritchard
53d63fbd0a
Add magic cookie for Zyxel modems ADPCM4 encoding.
...
Submitted by: Henrik Vestergaard Draboel <hvd@terry.ping.dk>
1995-07-24 03:59:15 +00:00
Rodney W. Grimes
65d3266d56
Set NOSHARED=true, having this binary static makes it much easier to
...
fix /usr/lib/*.so problems.
Submitted by: davidg
1995-07-24 01:44:17 +00:00
Joerg Wunsch
3bd85a2333
D*mn, botched my last commit message. :-(
...
>Description:
A machine with uptime >1 year appears wrong in the ruptime list
Fixes bin/626: ruptime doesn't like big ...
Reviewed by:
Submitted by: root@xaa.stack.urc.tue.nl
Obtained from:
1995-07-22 22:28:31 +00:00
Joerg Wunsch
fdb7c7dc11
this avaids the "lineoverflow" which you'll always get at 80 column displays
...
at bootup
Reviewed by:
Submitted by: graichen@omega.physik.fu-berlin.de (Thomas Graichen)
Obtained from:
1995-07-22 22:16:54 +00:00