ache
b957e6b2a1
Upgrade to 2.9
1995-08-21 12:34:18 +00:00
peter
e01d68c2f4
Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24
1995-08-20 22:32:57 +00:00
bde
01894b061f
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
jkh
77f81d6520
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
f8fea4da7d
'#' 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
6a34ed35b1
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
wpaul
55cbdb4dec
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
wpaul
0f4cda0903
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
mpp
a9bfedb986
Restore the reference to quot(8).
1995-08-13 09:39:23 +00:00
ats
72fa425163
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
ache
510ede07fc
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
ache
4ea220b95f
Allow national printable chars in .plan
1995-08-08 00:45:21 +00:00
ache
b21a4cc1d0
Replace asctime/ctime by strftime %c to use national representation
1995-08-08 00:38:33 +00:00
ache
0a48c48dc9
Change ctime to strftime %c to use national date/time representation.
1995-08-08 00:15:16 +00:00
ache
053dfa41a1
Replace ctime by strftime %c to use national date representation now
1995-08-07 23:39:58 +00:00
wollman
01cdce9796
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
60547e9410
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
ache
1a3f757910
Remove timedef
1995-08-06 11:19:27 +00:00
markm
46b38a8d89
Only build telnet if secure telnet is not going to be built.
...
Reviewed by: rgrimes
1995-08-06 11:05:31 +00:00
jkh
ab4fec15fa
Eliminate a few more lurking obj bogons.
1995-08-06 02:52:40 +00:00
ache
249545a6ce
Fix pm name after some time playing with
1995-08-05 23:53:33 +00:00
ache
d7e6a277c2
timedef added
1995-08-05 23:28:21 +00:00
ache
d2c0063eea
This commit was generated by cvs2svn to compensate for changes in r9946,
...
which included commits to RCS files with non-trunk default branches.
1995-08-05 23:23:41 +00:00
ache
e90c6792aa
Very simple LC_TIME compiler, you fill free to commit more complicated one
1995-08-05 23:23:41 +00:00
jkh
f594d45935
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
ache
27b830a3e3
Remove _set_ospeed, it is done in tgetent
1995-08-05 22:04:23 +00:00
ache
9e8e74e1c2
Remove _set_ospeed, done in tgetent now.
1995-08-05 21:33:11 +00:00
ache
84003be56a
Remove _set_ospeed, trick done in tgetent now
1995-08-05 21:25:28 +00:00
pst
739b682b80
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
1c1a617245
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
ache
0f47c96d4b
Add missing ospeed initialization.
1995-08-04 08:05:18 +00:00
ache
0725e49bcb
Replace ospeed switch with _set_ospeed
1995-08-04 07:04:40 +00:00
ache
65958a6f46
Replace wrong ospeed setting (overflows) with new _set_ospeed
...
function.
1995-08-04 06:58:45 +00:00
ache
58af62e155
Allow it works with non-fixed termios speeds.
...
Replace ospeed switch with new _set_ospeed
1995-08-04 06:54:18 +00:00
ache
b4a30f9e37
Change outc to match prototype
1995-08-04 06:45:55 +00:00
ache
a110a87d11
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
ache
350c60cdc2
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
phk
c0d6114459
Sanitize the PGP strings a bit.
1995-08-03 07:11:45 +00:00
ache
c0b334ce2d
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
asami
513affcb2b
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
ats
d98d309327
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
ache
7963e3fb69
Reduce passed speed to 38400, like telnet does too.
...
Remote rlogind may not understand speeds > 38400.
1995-08-01 02:23:21 +00:00
asami
da61ef5b15
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
dg
8e88f81ec5
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
dg
18d2aabecd
Add "connections dropped by persist timeout" statistic.
1995-07-29 18:49:16 +00:00
bde
8a5789682c
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
bde
b88a3d58ae
Change install' to
${INSTALL}' as usual.
...
Remove the extra slash in ${DESTDIR}/${BINDIR}.
1995-07-25 00:22:50 +00:00
bde
f8b59d5a69
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
mpp
43b276b93c
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
rgrimes
c20c5aa1a5
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