ume
623619f793
Latest IPFilter requires flushing rules for IPv6 separately
...
from IPv4.
2003-03-05 17:16:22 +00:00
ru
60bbbcf930
Make sure the default install comes with /etc/login.conf hashed.
2003-03-03 11:19:18 +00:00
dougb
35b1e16711
Don't try to deal with vi.recover if the directory doesn't exist
...
PR: conf/24515
Submitted by: Jeroen C. van Gelderen <jeroen@systemics.com>
2003-02-21 09:37:20 +00:00
mtm
e9bf8c85cf
We stopped reloading rc.conf for each script a long time ago. Things
...
shouldn't depend on that any more.
PR: conf/48332
Approved by: markm (mentor)(implicit)
2003-02-16 20:46:08 +00:00
des
7addf1f074
Alphabetize.
2003-02-16 13:07:20 +00:00
des
4f1264159e
Back out previous commit now that pam_opieaccess(8) has an allow_local
...
option.
2003-02-16 13:04:27 +00:00
des
d0ae5c8b4f
Add the allow_local option to all pam_opieaccess entries.
2003-02-16 13:02:39 +00:00
des
87c987bdea
Add the want_agent option to the commented-out "session" pam_ssh entry.
2003-02-16 13:02:03 +00:00
des
d19dfaf542
Allow password logins from localhost (including the console).
2003-02-15 23:17:40 +00:00
keramida
549633e701
Remove {man,cat}n from /usr/share/man. They had been added for TCL,
...
but it's no longer a part of the base-system and buildworld works fine
here after deleting them both on disk and from the mtree spec files.
Not objected to by: kris, silence on -audit
2003-02-15 23:05:48 +00:00
jhay
9813b991ea
kenv moved from /usr/bin/ to /bin/.
2003-02-15 16:34:14 +00:00
jhay
cde4768a94
Add another backslash ('\').
2003-02-15 16:29:20 +00:00
shiba
352204f78c
Add YIS YWL-11B.
2003-02-15 14:04:05 +00:00
mtm
19b2c5b603
When cleaning /var/run make sure the control files are not removed
...
unconditionally when the script is being rerun (when it is called
with the reload argument).
PR: conf/47517
Approved by: markm (mentor)
2003-02-15 06:00:11 +00:00
imp
fd1b0ba415
Back out 1.143 and 1.144. They are no longer needed now that we start
...
devd later in the boot process. This should fix all the problems
people have had with those commits. Diskless should be working again,
and those that mount /usr with nfs should be able to do that again too.
2003-02-12 04:26:10 +00:00
imp
dc5001f34d
Start devd after the networking stuff, but before we mount the
...
critical remote systems. This lets us run commands from devd that
aren't on the / partition. This also means we can remove some kludges
from the networking startup that I added a while ago that caused other
problems.
There's still a race in starting devd that needs to be fixed in devd
so that things present at boot will be configured by the time devd
does daemon(). That race will be fixed later.
2003-02-12 04:22:40 +00:00
imp
1ab9acc08f
Now that we don't have the NODEVFS case, we can just check to see if a
...
device node exists directly to see if OLDCARD is compiled into the
kernel. This eliminates the scary warning that people using NEWCARD
are seeing when they have pccard_enable=YES in their /etc/rc.conf
files.
2003-02-12 04:12:23 +00:00
ache
046dc15fed
Apply man.alias to /usr/share/openssl/man too
2003-02-11 01:08:51 +00:00
nectar
b8b3bc3da7
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
des
0d733a1adf
Major cleanup & homogenization.
2003-02-10 00:50:03 +00:00
des
55b6aeb7af
No idea what this is for, and it doesn't make much sense. If a port needs
...
it, it can install its own copy in /usr/local/etc/pam.d/.
2003-02-10 00:49:44 +00:00
des
a421016872
There's no reason to have two identical policies for FTP servers, so
...
make ftp a symlink to ftpd.
2003-02-10 00:47:46 +00:00
joerg
356d4294bc
Set the expected permissions of /dev to 0555 since this is what devfs
...
is using anyway. Otherwise, "make installworld" insists on resetting
them to 0755.
2003-02-09 19:33:53 +00:00
gshapiro
339e222b8c
Allow multiple aliases files to be rebuilt
...
PR: bin/40540
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
MFC after: 3 days
2003-02-08 21:55:31 +00:00
gshapiro
59aa06f20b
/etc/rc.network isn't built to handle a value of "DEFAULT" (nor should it
...
be). Using that string leads rc.network to execute:
# sysctl -w vfs.nfs.bufpackets=DEFAULT
vfs.nfs.bufpackets: 4 -> 0
Which isn't what was intended.
PR: conf/31280
MFC after: 3 days
2003-02-08 20:55:56 +00:00
gshapiro
e51c0093ee
Add a comment regarding the use of the msgs alias with sendmail to help
...
users who want to enable it.
PR: misc/39951
2003-02-08 19:00:12 +00:00
phk
2eb1711d79
Install geom include files.
2003-02-08 13:25:48 +00:00
keramida
7415d84487
Misc grammar, typo and wording fixes of comments.
...
PR: docs/41034
Submitted by: Chris Pepper <pepper@rockefeller.edu>
2003-02-07 20:58:38 +00:00
trhodes
e0cff4f659
Add a header: #!/bin/sh.
...
PR: 44363
2003-02-06 22:00:38 +00:00
des
371378b16a
Use pam_group(8) instead of pam_wheel(8).
2003-02-06 14:33:23 +00:00
ru
692dc67d87
NODEVFS cleanup.
2003-02-05 15:31:43 +00:00
maxim
58714bc763
ep(4) does not have link0 and link1 options.
...
PR: conf/46651
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
Reviewed by: imp, mdodd
MFC after: 1 week
2003-02-04 14:10:55 +00:00
des
06dacd2b63
Don't enable pam_krb5 by default - most people don't have it since most
...
people don't build with MAKE_KERBEROS5 defined. Provide commented-out
usage examples instead, like we do everywhere else.
Pointy hat to: des
2003-02-03 14:45:02 +00:00
des
139e32e2e9
Enable pam_krb5 for sshd. I've had this in my tree for ages.
2003-02-02 18:41:26 +00:00
phk
56f36da64b
NODEVFS cleanup: Goodbye, and good riddance!
2003-02-01 22:22:50 +00:00
phk
e1ec1d9b6a
NODEVFS cleanup: Don't ever install MAKEDEV anymore.
2003-02-01 22:22:06 +00:00
dbaker
bc6529e8e2
Re-add information for applying for IP space from a registry since that
...
hasn't been included since the ancient rs.internic.net address was
removed.
Offer the option of the five regional registries.
MFC after: 3 days
2003-01-28 21:29:23 +00:00
jake
dceb9ea3ad
Change ofwcons to use the output-device property from the firmware for the
...
name of the device that it creates. Update /etc/ttys accordingly.
An alias is created for the old name so that old /etc/ttys will continue to
work, but due to aliases being implemented as symlinks in devfs you cannot
login as root when using the alias device.
Discussed with: grehan
2003-01-27 04:42:17 +00:00
mtm
983ddd99ac
NETWORKING should also mean routing daemons are up.
...
Approved by: markm (mentor)
2003-01-25 23:14:08 +00:00
mtm
8e26f7f38e
Start isdnd before ppp for those folks who use ppp-over-isdn.
...
Approved by: markm (mentor)
2003-01-25 23:03:48 +00:00
mtm
92d7a4a781
Read /etc/rc.subr.
...
Approved by: markm (mentor)(implicit)
Noticed by: kris
2003-01-25 20:02:35 +00:00
mtm
1eab751023
Cleanup as many instances of rc.conf variable use before
...
calling load_rc_config().
Approved by: markm (mentor) dougb
2003-01-24 00:37:52 +00:00
mtm
dd00a0e068
Missing '$'
...
Approved by: markm (mentor)(implicit)
2003-01-23 04:31:55 +00:00
mtm
989526f031
Write out the debug messages (from the previous commit) only if
...
the evaluated command exists.
Approved by: markm (mentor)(implicit)
2003-01-20 19:30:15 +00:00
mtm
b5b69a5ad6
Add a missing OR.
...
Approved by: markm (mentor)(implicit)
2003-01-20 18:57:16 +00:00
mtm
823567a323
Make the debug messages, for when a script rolls its own start routine,
...
more usefull. Currently it just says 'xxx_cmd'; whereas with this
change it will name the routine that's being run.
Approved by: markm (mentor)
2003-01-18 05:25:59 +00:00
shiba
9646b8b5a9
Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).
2003-01-18 02:14:23 +00:00
shiba
9d1cc5d227
Add Allied Telesis WR211PCM.
2003-01-17 18:50:00 +00:00
ache
5098fa045d
Add missing ca_ES, lt_LT, sr_YU aliases
2003-01-17 00:56:34 +00:00
mtm
fbce5d90e8
Purely cosmetic change.
...
The # PROVIDE line should precede the # REQUIRE line.
Approved by: markm (mentor)
2003-01-16 02:27:52 +00:00