Gregory Neil Shapiro
5f2e780d36
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
Poul-Henning Kamp
48becfddca
Install geom include files.
2003-02-08 13:25:48 +00:00
Giorgos Keramidas
d38c8c5622
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
Tom Rhodes
133c1315d5
Add a header: #!/bin/sh.
...
PR: 44363
2003-02-06 22:00:38 +00:00
Dag-Erling Smørgrav
e7744a70b3
Use pam_group(8) instead of pam_wheel(8).
2003-02-06 14:33:23 +00:00
Ruslan Ermilov
a9263b6214
NODEVFS cleanup.
2003-02-05 15:31:43 +00:00
Maxim Konovalov
5e024dbb52
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
Dag-Erling Smørgrav
487fffcbf2
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
Dag-Erling Smørgrav
f1c2c0a87e
Enable pam_krb5 for sshd. I've had this in my tree for ages.
2003-02-02 18:41:26 +00:00
Poul-Henning Kamp
232849fa1f
NODEVFS cleanup: Goodbye, and good riddance!
2003-02-01 22:22:50 +00:00
Poul-Henning Kamp
3347cc5e11
NODEVFS cleanup: Don't ever install MAKEDEV anymore.
2003-02-01 22:22:06 +00:00
Daniel Baker
b86cf90b7a
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 Burkholder
984e265523
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
Mike Makonnen
c20168e432
NETWORKING should also mean routing daemons are up.
...
Approved by: markm (mentor)
2003-01-25 23:14:08 +00:00
Mike Makonnen
4d1483b4fe
Start isdnd before ppp for those folks who use ppp-over-isdn.
...
Approved by: markm (mentor)
2003-01-25 23:03:48 +00:00
Mike Makonnen
77c1940282
Read /etc/rc.subr.
...
Approved by: markm (mentor)(implicit)
Noticed by: kris
2003-01-25 20:02:35 +00:00
Mike Makonnen
9a03c49d6c
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
Mike Makonnen
eeefb22eb0
Missing '$'
...
Approved by: markm (mentor)(implicit)
2003-01-23 04:31:55 +00:00
Mike Makonnen
03891d9007
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
Mike Makonnen
fff6d6f312
Add a missing OR.
...
Approved by: markm (mentor)(implicit)
2003-01-20 18:57:16 +00:00
Mike Makonnen
276ae160e6
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
Takeshi Shibagaki
5770575cfc
Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).
2003-01-18 02:14:23 +00:00
Takeshi Shibagaki
03874c20cf
Add Allied Telesis WR211PCM.
2003-01-17 18:50:00 +00:00
Andrey A. Chernov
ad3c832cf7
Add missing ca_ES, lt_LT, sr_YU aliases
2003-01-17 00:56:34 +00:00
Mike Makonnen
5a28517db0
Purely cosmetic change.
...
The # PROVIDE line should precede the # REQUIRE line.
Approved by: markm (mentor)
2003-01-16 02:27:52 +00:00
Eric Anholt
5e002f9351
Add missing lib/X11/xedit/lisp directory.
2003-01-16 02:17:28 +00:00
Mike Makonnen
69808e534d
Add rc_debug knob to rc.conf. The code for it has been in rc.subr for
...
some time now.
Document all knobs introduced by rc.d
Approved by: markm (mentor)
Reviewd by: gordon (earlier revision)
2003-01-14 15:50:17 +00:00
Mike Makonnen
dbc8124671
Finish merging in rev. 1.124 of rc.network, so that natd can be used
...
withough the $natd_interface having to be explicitly specified on the
command line.
Approved by: markm (mentor)
Submitted by: Aaron D. Gifford <agifford@infowest.com>
PR: conf/47024
MFC: upon re approval
2003-01-14 15:43:02 +00:00
Tom Rhodes
7ee7d3e359
Add an entry for the Dlink Air 660 Wireless PC Card.
...
PR: 46977
Submitted by: gioria
Approved by: imp
2003-01-14 00:50:30 +00:00
Mike Makonnen
48055d8c9d
Fix the named script to find the correct pid file for the
...
named(8) daemon by providing a new rc.conf knob: named_pidfile
that defaults to the path specified in the system-installed named.conf(5).
Approved by: markm (mentor)
Reviewed by: dougb
Noticed by : Galen Sampson <galen_sampson@yahoo.com>
Dan Pelleg <daniel+bsd@pelleg.org>
PR: conf/46402
MFC: 2 weeks (with re@ approval)
2003-01-12 04:53:54 +00:00
Warner Losh
a13340a8e4
Either compaq has two variants of the WL200, or the old entry is
...
wrong. Go ahead and include a second entry for the WL200 until I can
sort this out.
Submitted by: Matt Pearce
2003-01-10 18:35:20 +00:00
Warner Losh
99127de584
Move devd.conf here and install it by default (didn't do a repo copy
...
because there's so little history to save).
MFC After: 10 millifortnights
2003-01-09 04:05:06 +00:00
Garrett Wollman
ce54c9279d
Tighten wording of comment.
...
Suggested by: gshapiro
2003-01-08 18:52:32 +00:00
Garrett Wollman
de1d122868
Do not do manually what sendmail(8) can do better automatically.
...
Tell sendmail to clean up its own host status cache.
The error condition handling could probably be done better.
2003-01-08 18:51:45 +00:00
Stefan Eßer
2068678af4
Add support for bzip2ed log files.
2003-01-05 21:32:50 +00:00
Jens Schweikhardt
161113b6ad
Comment out imap3@220 and imap4-ssl@585 which are not used.
...
PR: conf/46294
Submitted by: Larry Rosenman <ler@lerctr.org>
MFC after: 2 weeks
2003-01-04 16:03:56 +00:00
Jens Schweikhardt
ad82110dcd
Add 1701/l2tp, layer 2 tunnelling protocol, as per IANA services.
...
PR: conf/35240
Submitted by: Annihilator <annihilator.c@usa.net>
MFC after: 2 weeks
2003-01-04 15:46:22 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Robert Watson
8ab14aaa2d
Further sync to kernel make_dev(): since we don't provide group access
...
to /dev/raidctl, don't set the group to operator. (This isn't a
storage device, it's a control device).
Also, since umask here is already restrictive, we don't need to
explicitly set the mode.
Submitted by: bde
2002-12-31 16:45:47 +00:00
Hidetoshi Shimokawa
4dadad5ee1
add fwmem* and fw*.
2002-12-31 06:38:35 +00:00
Robert Watson
6b8eb4cb35
Set the mode on the raidctl device to 0600.
...
Reviewed by: scottl
2002-12-31 06:14:59 +00:00
Hidetoshi Shimokawa
8993821383
Install /sys/dev/firewire/*.h under /usr/include/dev/firewire
...
for userland utilities.
2002-12-30 09:45:03 +00:00
Andrey A. Chernov
c6f442e743
Add directories for upcoming ca_ES locale
2002-12-30 08:52:05 +00:00
Matthew Dillon
c8029eccc0
Synchronize old rc.diskless scripts from new rc.d/ scripts
2002-12-28 18:47:53 +00:00
Matthew Dillon
cc1dfa653e
Redo the initial rc_ng check to avoid rc.conf pollution occuring too early,
...
initdiskless may retarget /etc and various rc.conf files. The initial check
is now done in a subshell.
Reviewed by: Mike Makonnen <mtm@identd.net>
2002-12-23 07:09:44 +00:00
Matthew Dillon
a6d86686ee
Forgot to add rcconf.sh to the Makefile, and forgot to rename rcconf to
...
rcconf.sh in the last commit.
2002-12-22 22:25:53 +00:00
Matthew Dillon
eb7bf00306
Do not unconditionally load the configuration files for the RCNG case.
...
Instead, load them as part of the rc.d system. This allows us to prioritize
the initidiskless script so it runs before the configuration files are loaded
and allows us to get rid of the exit 2 hack in /etc/rc. The exit 2 never
worked anyway since it did not unset the prior configuration, causing the
diskless code to not operate properly.
Do a major cleanup and revamping of the diskless code for RCNG. This will
be backported to the non-RCNG scripts as well as -stable.
With suggestions from: Mike Makonnen <mtm@identd.net>
MFC after: 7 days
2002-12-22 22:18:41 +00:00
Matthew Dillon
10e6b321d0
Revamp the way rc.diskless1 creates and populates memory filesystems. Make
...
the whole thing generic. That is, /conf/base, /conf/default,
/conf/${ipba}, and /conf/${ip} are all handled the same way.
Introduce an NFS remounting feature via the /conf/base/<dir>/diskless_remount
so you can avoid dup'ing system directories in /conf (described in rc file).
Introduce a memory filesystem sizing feature via the /conf/base/<dir>/md_size
file that allows you to override the default memory filesystem size.
Introduce a file containing relative paths to remove for each memory filesystem
directory as /conf/base/<dirname>.remove.
Make the cpio feature more generic (applies to any filesystem) (aka
/conf/base/<dirname>.cpio.gz).
Allow any root directories to be created as a memory filesystem via the
/conf/*/* mechanism.
Replace the copyright notice with a reference to the COPYRIGHT file and
do other cleanups.
(documentation and man page updates to follow).
MFC after: 3 days
2002-12-21 00:30:08 +00:00
Kirk McKusick
123a5dff98
Delay an optional amount of time after booting before starting a
...
background fsck. The delay defaults to sixty seconds to allow
large applications such as the X server to start before disk I/O
bandwidth is monopolized by fsck.
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
Sponsored by: DARPA & NAI Labs.
2002-12-18 07:21:31 +00:00
Eric Melville
27b76d3083
Add Web Objects.
...
Obtained from: IANA
Sponsored by: Apple
2002-12-17 23:59:10 +00:00
Brian Feldman
f45a1cab59
Back out the previous commit, since there could be dire consequences if
...
/etc/rc were accidentally executed (as requested by other committeers).
2002-12-17 21:23:36 +00:00
Brian Feldman
1ad1ab1434
/home/green/tmp/cvsSFosXg
2002-12-17 20:39:38 +00:00
Eric Melville
77b653d95d
Add IPP (Internet Printing Protocol) and remove blank lines.
...
Obtained from: IANA
Sponsored by: Apple
2002-12-17 19:42:07 +00:00
Martin Blapp
fb4c80619a
Change the name for the local unix-socket based protocol
...
from "unix" back to "local". Add some compat stuff so both
ways work for some time.
Reviewed by: phk
Approved by: imp (UPDATING)
Requested by: iedowse, lukem@netbsd.org
2002-12-16 22:24:26 +00:00
Doug Barton
7020c7759b
Bring in the settings from /etc/rc.devfs, which include the vga symlink
...
that's being replaced here. This is what /etc/rc does now.
There is no NetBSD devfs, so there is no compatibility issue.
Not objected to by: FreeBSD-rc@yahoogroups.com
Approved by: re (murray)
2002-12-15 21:56:53 +00:00
Warner Losh
96ac3c4b16
o Don't consider LOOPBACK devices as configured...
2002-12-13 23:36:31 +00:00
Bill Fenner
ed334c502f
Renumber divert.
...
Forgotten by: fenner
Approved by: re (murray)
2002-12-13 09:18:09 +00:00
Warner Losh
c9e1bbfb91
o redirect the grep to /dev/null
...
o use ifn rather than interface in rc.network
o merge into rc.d/network1
Approved by: (re blanket)
2002-12-12 09:31:10 +00:00
Eric Melville
5d8574bf95
Add Remote AppleEvents/PPC Toolbox.
...
Approved by: rwatson
Obtained from: IANA
Sponsored by: Apple
2002-12-12 03:05:56 +00:00
Warner Losh
39a61a1fda
o Don't do anything if the interface is already up.
...
o Only delay in pccard_ether when we're doing dhcp and starting the interface.
Approved: (re blanket for devd)
2002-12-11 23:30:34 +00:00
Giorgos Keramidas
0333ea509d
Avoid using perl in the periodic & security scripts. This brings the
...
base system one step closer to being totally perl-free.
Approved by: re (jhb)
2002-12-07 23:37:44 +00:00
Warner Losh
c1b4ec662a
Make pccardd have -z by default. This fixes a few startup problems
...
where people want to have the cards configured. Lack of -z is a speed
optimization.
Submitted by: many voices on mobile@
Approved by: re@ (rwatson)
MFC after: 3 days
2002-12-06 05:23:37 +00:00
Dag-Erling Smørgrav
5d93b6af54
Since OpenSSH drops privileges before calling pam_open_session(3),
...
pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog.
Approved by: re (rwatson)
2002-12-03 15:48:11 +00:00
Robert Watson
dbd8d5b2dd
Don't install old LOMAC include files; do install new mac_lomac
...
include files.
Approved by: re (jhb)
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-12-03 15:05:32 +00:00
Warner Losh
406259c133
Two fixes for devd:
...
1) Move devd to the start of the head of the boot process rather than the end.
2) Disable devctl if devd is disabled.
2002-11-30 00:40:53 +00:00
Ruslan Ermilov
cd96609654
Removed the vestiges of modems(5).
...
Approved by: re
2002-11-27 16:45:10 +00:00
Robert Watson
881a0ee9b5
Update rc scripts to load mac_lomac instead of lomac.
...
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-11-26 17:51:03 +00:00
Hajimu UMEMOTO
3cea219898
compliance with RFC3152.
...
PR: standards/45557
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by: re
2002-11-26 07:55:44 +00:00
Tom Hukins
44e7a90898
Clarify adjkerntz(8) note and use complete sentences in comments.
...
PR: misc/45493
Approved by: re (rwatson)
2002-11-22 16:13:39 +00:00
Julian Elischer
aa0382fd00
Make directory for bluetooth include files.
2002-11-21 00:36:19 +00:00
Thomas Quinot
da509dd293
Do not emit a message on stderr when one of the compared files
...
is shorter than the other.
Reviewed by: roberto
MFC after: 3 days
2002-11-16 14:58:39 +00:00
Thomas Quinot
68c2bacd8d
Remove incorrect output redirection.
...
Reviewed by: roberto
Committed from: EuroBSDCon Amsterdam
MFC after: 3 days
2002-11-16 14:57:12 +00:00
Ruslan Ermilov
1696b51df2
Backout rev. 1.263.
...
Approved by: jmallett
2002-11-15 18:44:09 +00:00
Ruslan Ermilov
11aa179923
Fixed two typos in comments.
2002-11-15 08:26:36 +00:00
David E. O'Brien
a6f8d995f3
[DAIVD O'BRIEN's OPINION]
...
Head off what I think is an abuse of the TRB, and disable lukemftpd.
2002-11-12 17:31:12 +00:00
Warner Losh
91618540a1
Turn off devd until I have a devd.conf file that I can install one
...
that does no harm.
2002-11-12 07:10:45 +00:00
Warner Losh
4cb1a7dfa3
Add devd_enable
...
Submitted by: dougb
2002-11-10 09:13:31 +00:00
Gordon Tetlow
59de601c12
By popular demand, make the debug log to syslog.
...
Remove an extraneous return too.
2002-11-09 17:34:21 +00:00
Warner Losh
7b13078b41
Add devd to the mix. It should run basically last at this point.
...
# I've tested this, but only lightly, so please email me with problems.
2002-11-09 07:45:53 +00:00
Gordon Tetlow
fd750dbd4c
Diff reduction to NetBSD:
...
Fix a minor grammer nit.
Get rid of _echo that uses logger and just call logger in the 3 routines
that need it.
Add a comment referencing rc.conf(5) in the case of an incorrectly set
variable.
This pulls rc.subr up to 1.51 of rc.subr. I skipped 1.49 (systrace support)
since I don't have systrace.
Obtained from: NetBSD
2002-11-08 17:06:15 +00:00
Doug Barton
a0c161c4e4
Import the latest hints file from Internic. The most important change
...
is that J has moved, however I'm sure you'll all be very disappointed
to hear that you can no longer retrieve this file via gopher.
2002-11-06 09:21:39 +00:00
Bill Fenner
04b3b6443c
Force rpcbind to start even if it wasn't enabled. This solves the ypbind
...
problems people were having at startup.
Approved by: re
2002-11-04 20:51:20 +00:00
Mark Murray
44b308453a
Restore /var/games; lots of ports' games use it.
2002-11-04 07:50:48 +00:00
Hajimu UMEMOTO
7b988fe73c
Add IPv6 setup for ipfilter. `ipv6_ipfilter_rules' was added
...
to specify rules definition file for ipfilter. The default is
/etc/ipf6.rules. If there is a file which is specified by
'ipv6_ipfilter_rules', IPv6 rule is installed.
Reviewed by: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
MFC after: 1 week
2002-11-02 08:21:26 +00:00
Gordon Tetlow
cbde04a9b7
Wrap test case in an if statement to avoid crunching a return value.
2002-10-31 02:06:05 +00:00
Anton Berezin
d8011e5791
Remove Perl bits still lurking in BSD.local.dist. It is a
...
responsibility of lang/perl5 to deal with those nowadays.
Requested by: kkenn
2002-10-29 16:48:03 +00:00
David E. O'Brien
a029577b46
Tweak the warning language.
2002-10-29 08:41:12 +00:00
Bill Fenner
be9faa3290
Fix "err" usage.
...
PR: 44284
Submitted by: Sergey Mokryshev <mokr@mokr.net>
2002-10-26 00:18:06 +00:00
Bill Fenner
dab1b45261
Fix two typos. Using "-eq" instead of "=" in a [ caused an error when
...
an entry in /etc/sysctl.conf didn't exist. Fixing this exposed a minor
typo "exits" vs. "exist".
However, there doesn't appear to be any provision to run this with
the "lastload" argument, meaning that the error will never appear.
2002-10-25 23:02:54 +00:00
Andrey A. Chernov
8f47eb5b3a
Add lt_LT.ISO8859-13
2002-10-25 22:00:34 +00:00
Mark Murray
0dfb60ca82
No need for this config file; games are gone.
2002-10-25 19:11:19 +00:00
Thomas Quinot
77ee1b9798
Add newly-added sripts to FILES.
...
Reviewed by: roberto
2002-10-25 15:23:26 +00:00
Thomas Quinot
7644e396f3
Add a new /etc/periodic/security script to check for packets
...
rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf
knob (daily_status_security_ipfdenied_enable).
Reviewed by: roberto
Approved by: re@
2002-10-25 15:16:54 +00:00
Thomas Quinot
cb9eff8a9e
Factor out code across various /etc/periodic/security scripts into a
...
separate file, /etc/periodic/security/security.functions.
Reviewed by: roberto (mentor)
Approved by: re@
2002-10-25 15:14:16 +00:00
Luigi Rizzo
65b8577640
Fix a bug in MAKEDEV -- when creating /dev/usb, the code was using
...
whatever random value was already in $unit. It happened to work
because the variable is often unset, but this is not always the
case e.g. when you call "MAKEDEV sio2 usb ..."
This affects -stable as well.
Reviewed by: n_hibma
Silence from: re
MFC after: 3 days
2002-10-24 17:59:58 +00:00
Robert Watson
93af0c0187
# WARNING: lukemftpd does not support PAM, MAC, per-class nologin files,
...
# or any login.conf resource limits or features; use it only if this is
# appropriate for your environment. If you require these features, use
# the regular FreeBSD ftpd below.
Discourage users from using lukemftpd if they rely any of these standard
FreeBSD features that are fully supported by our native ftpd. There
may be other features that are not yet supported that I have not yet
discovered.
2002-10-24 15:46:10 +00:00
Robert Watson
bac8e8742b
Install mac_partition include files.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-24 15:25:37 +00:00
Poul-Henning Kamp
4d1ad8751d
Invert the logic of the NO_MAKEDEV options to match the 5.0-R default install.
2002-10-22 15:01:50 +00:00
Robert Watson
26c0d98697
Hook up a sample mac.conf to the install. The sample basically
...
tells applications to print labels for all of the TrustedBSD-
generated policies, if they are present.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-22 14:38:49 +00:00
Mark Murray
dc2f663b39
Do not build the majority of the games. Remaining are the
...
"utility-like" games and everyone's favourite, fortune(6).
2002-10-20 11:18:56 +00:00