Josef Karthauser
69d1f468bf
Add an optional start/stop argument to pccard_ether, and migrate
...
the 'ifconfig ifN delete' into pccard_ether under the 'stop'
function.
In addition start dhclient with a pid file based on the interface
name, e.g. /var/run/dhclient.ep0.pid, and kill the correct dhclient
(or dhcpc) process when the card is removed.
2000-10-16 19:11:11 +00:00
Josef Karthauser
3b7c548b4b
Avoid passing the optional ifconfig arguments to dhcpc as well as ifconfig.
...
This bug has been here since revision 1.8.
2000-10-16 19:03:48 +00:00
Nick Hibma
8df2823bfe
Merge from stable: Update of comments
2000-10-16 16:38:04 +00:00
John W. De Boskey
991c4ad814
Style fix only.
...
init 6 vs. /sbin/reboot problem still exists (pr 14829)
Submitted by: Doug Barton <DougB@gorean.org>
2000-10-16 06:16:44 +00:00
John W. De Boskey
3fc79ca179
Set new default: entropy_file="/entropy"
...
with /var/db/entropy being a hardcoded backup.
Submitted by: Doug Barton <DougB@gorean.org>
Approved by: markm
2000-10-16 04:45:47 +00:00
John W. De Boskey
bfb80de42d
Having played with this commit request for a few hours, I've
...
convinced myself that it's better then what we have, but still
not perfect.
/etc/rc : Attempt to seed /dev/random with multiple backoffs.
/etc/rc.shutdown : Attempt to write the entropy_file.
In debugging the above changes, I've run into some
inconsistancies... rc.shutdown is run via 'init 6', but
does not appear to be run via '/sbin/reboot'. Thus, this
set of changes improves life depending on the mechanism
used to shut the system down.
Submitted by: Doug Barton <DougB@gorean.org>
Approved by: markm
2000-10-16 04:44:35 +00:00
Brian Somers
dd903d321f
Add /usr/include/netnatm/
2000-10-15 00:43:06 +00:00
Mark Murray
318cc4ad59
Reseed the random device as early as possible to prevent hangs,
...
and provide some form of entropy in case there is no seed file
to prevent a reboot from hanging unnecessarily.
2000-10-14 12:56:08 +00:00
Andrey A. Chernov
88820203d4
"fix" savecore by moving dev_mkdb before it to allow device name sensing
2000-10-12 21:40:04 +00:00
Ruslan Ermilov
35c8e6411c
Fixed the reporting of ip_portrange_{first|last}.
2000-10-12 11:25:57 +00:00
Ruslan Ermilov
9667076c85
Turn the verbose mode on for dumpon(8).
2000-10-12 10:34:59 +00:00
Ruslan Ermilov
6f1214d918
Removed broken PAM support from rshd(8) and rlogind(8). rshd does
...
not allocate a pty(4) so it is not suitable at all for interactive
PAM modules. rlogind calls login(1) which is already PAM enabled.
Approved by: markm
2000-10-12 07:18:20 +00:00
Gregory Neil Shapiro
9d64dea9fa
Disable the SMTP EXPN and VRFY commands by default to prevent information
...
leakage.
Submitted by: Maxime Henrion <mux@qualys.com>
2000-10-10 18:10:38 +00:00
Gregory Neil Shapiro
31923af7ce
Install the sendmail cf building tools (contrib/sendmail/cf) in
...
/usr/share/sendmail/cf.
PR: 19790
2000-10-10 18:08:19 +00:00
MIHIRA Sanpei Yoshiro
f7a26d1939
add new version of ELECOM Air@Hawk/LD-WL11/PCC
...
(Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588])
add "wi" cards into HARDWARE.TXT and RELNOTES.TXT
2000-10-10 14:27:30 +00:00
David E. O'Brien
a1c43e3fbb
Add copyright notices. Other systems have been barrowing our /etc files
...
w/o giving any credit.
2000-10-08 19:20:36 +00:00
MIHIRA Sanpei Yoshiro
7300b57eb3
add COREGA FEther PCC-TXF
...
(MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> in [bsd-nomads:14572])
2000-10-08 07:42:52 +00:00
Gregory Neil Shapiro
e16befd944
Forgot to remove the directory from mtree for the obsolete sendmail
...
documentation.
2000-10-07 22:46:42 +00:00
Alexander Langer
6f39ae3b66
Fix typo: kereros -> kerberos
...
PR: 21468
Submitted by: "Giorgos Keramidas" <keramida@westgate.gr>
2000-10-06 17:36:05 +00:00
Darren Reed
7a76642f3c
This brings support for IP Filter into rc.network and rc.conf with
...
the appropriate documentation added to rc.conf(5). If all goes well
with this over the next few weeks, the PR will be closed with the
pullup of patches back to 4-STABLE.
PR: 20202
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Reviewed by: Darren Reed <darrenr@freebsd.org>
Approved by: Darren Reed <darrenr@freebsd.org>
Obtained from: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2000-10-06 12:24:45 +00:00
Toshihiko ARAI
13a4d01290
Fix typo and change from ifconfig ...' to
/sbin/ifconfig ...'
2000-10-05 19:37:00 +00:00
Toshihiko ARAI
a16ec435c6
Fix some remove method.
2000-10-05 19:28:00 +00:00
Toshihiko ARAI
58ab6a5d30
Add TDK LAK-CD031.
...
Submitted by: Tsuyoshi Hatakenaka <tsuyoshi@wni.co.jp>
2000-10-05 19:20:35 +00:00
Sheldon Hearn
cf86636803
Add James Housley's official IANA assigned numbers for healthd.
...
Requested by: jeh
2000-10-05 07:36:59 +00:00
Brian Somers
944fae23f3
Add a unaligned_print option (alpha only)
...
Document osf1_enable
Submitted by: Eric D. Futch <efutch@nyct.net>
PR: 21649
2000-10-04 18:58:46 +00:00
Kris Kennaway
fecb6ab363
Disable rsh and rlogin by default. ssh and telnet are still available for
...
remote access on default installations.
2000-10-04 07:56:16 +00:00
Jordan K. Hubbard
da701298c0
Turn fingerd OFF by default. Comparative essentials like telnetd
...
are bad enough, but finger is hardly a critical system service and
it's traditionally been vulnerable to a variety of attacks; anybody
remember RTFM and his worm?
2000-10-03 00:08:15 +00:00
Brian Somers
0655ee8d72
Case is irrelevant when sorting mail redirects
...
PR: 21600
Submitted by: David Wolfskill <dhw@whistle.com>
2000-10-02 21:54:38 +00:00
MIHIRA Sanpei Yoshiro
8072a67c79
use ``config auto''
...
- Melco LPC-T (PIO mode)
- AR-P500 ethernet card
- Accton EN2226/Fast EtherCard (16-bit verison)
2000-10-02 14:41:09 +00:00
MIHIRA Sanpei Yoshiro
7ee33f7a53
use ``config auto'' for COREGA EtherII PCC-T.
2000-10-01 05:50:18 +00:00
Brian Somers
cd63d8618f
Use su -m instead of just su to avoid reading the users login profile
2000-09-28 05:43:44 +00:00
MIHIRA Sanpei Yoshiro
397afc3dfb
add Cisco Systems Aironet 342 Series 11Mbps 802.11 wireless NIC
...
same cis as Aironet 340
PR: 21447
2000-09-26 06:39:47 +00:00
MIHIRA Sanpei Yoshiro
3af9501ad5
add Cisco Systems Aironet 340 Series 11Mbps 802.11 wireless NIC
...
PR: 20777
2000-09-26 06:29:40 +00:00
Jeroen Ruigrok van der Werven
0698add9a5
Do IANA update maintenance: list synched up to the latest version.
...
Document that 254 (divert) is not IANA assigned.
2000-09-24 11:20:27 +00:00
Alexander Langer
a237895d7e
Print "Enable PC-card." before anything else is done with
...
PC-card stuff. Also print a NEWLINE (!!) after that.
I'm driving mad each time when I see messages related to pccard before
"Enable PC-card." and particulary when I see
"Doing initial network setup". on the same line w/o a break.
2000-09-23 17:09:04 +00:00
Brian Somers
ca60fa1ad6
Remove a forgotten line
...
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
2000-09-22 06:54:28 +00:00
Ruslan Ermilov
8df6e02eef
The final entry should be required', not
sufficient'.
2000-09-21 07:47:36 +00:00
Brian Somers
48a7635f95
Sort the output of mount
...
Requested by: des
Remove a redundant sed
2000-09-18 18:35:07 +00:00
Gregory Neil Shapiro
cf1fec423a
Give users a way to alter the sendmail (and related utilities) build
...
environment so they can enable functionality such as SASL, LDAP, Hesiod.
2000-09-17 00:41:33 +00:00
Andrey A. Chernov
14a9c12153
Add tr_TR.ISO_8859-9 to nls
2000-09-16 22:25:37 +00:00
Andrey A. Chernov
d50a91535f
Add tr_TR.ISO_8859-9
2000-09-16 22:17:35 +00:00
Andrey A. Chernov
5901f438f4
Comment out MTREE_FOLLOWS_SYMLINKS by default, since it picked before mtree is
...
builded (on the clean machine without /etc/make.conf)
Submitted by: imp
2000-09-16 22:08:24 +00:00
Poul-Henning Kamp
6d6b1b8f4d
Add missing tr_TR.ISO_8859-9 directory.
2000-09-16 21:53:06 +00:00
Andrey A. Chernov
a938a1fcf8
Add/use MTREE_FOLLOWS_SYMLINKS make.conf option
...
This is part of whole subsystem fixing
Reviewed by: imp
2000-09-15 08:07:05 +00:00
Mark Murray
fb90f7b3aa
Make the [u]random device's permissions match those in the matching
...
make_dev() call.
At the moment, it is an error for anyone but root to write to this
device (EPERM), and the permissions don't suggest that. Soon, however,
anyone will be able to write here, but only root will cause an implicit
reseed.
2000-09-14 17:48:47 +00:00
Brian Somers
9ed55d1192
Another overhaul of the periodic stuff.
...
All periodic sub-scripts <larf> now have their return codes interpreted
by periodic(8). Output may be masked based on variable values in
periodic.conf.
It's also now possible to email periodic output to arbitrary addresses,
or to send it to a log file, examples of which can be found in
newsyslog.conf.
The upshot of it all should be no discernable changes to the default
behaviour of periodic(8).
PR: 21250
2000-09-14 17:19:15 +00:00
MIHIRA Sanpei Yoshiro
2e9cc0ee8f
"fe" driver was newbus'ify and bus_space'ify by nyan.
...
comment-in "XXX NOT SUPPORTED YET" cards
which was supported by "fe" driver.
2000-09-14 16:20:52 +00:00
Mike Smith
170871defe
Teach MAKEDEV about 'aac'.
2000-09-13 05:03:02 +00:00
Hajimu UMEMOTO
31a054d673
Make default interface work.
...
Obtained from: KAME
2000-09-10 18:18:10 +00:00
Kris Kennaway
690a362571
Nuke RSAREF support from orbit.
...
It's the only way to be sure.
2000-09-10 00:09:37 +00:00