Mike Makonnen
8d2536a058
o Have rc.d/apm report on the status of apm.
...
o Modify rc.d/apmd to make correct use of this information.
Submitted by: Simon L. Nielsen <simon@nitro.dk> (with minor modifications)
2003-06-09 17:44:30 +00:00
Mike Makonnen
b981655c08
o Fix a typo
...
o Fill in the ipx_down() routine.
Submitted by: ceri
2003-06-09 17:34:31 +00:00
Mike Makonnen
7d25d82513
Previously, a "forced" command always exited successfully (with the
...
exception of the default 'status' command) regardless of whether the
executed command was actually successfull or not. Forced scripts should
always correctly reflect the outcome of the command.
NOTE: exit values are treated as booleans. We don't care what
the actual exit value was, only whether it was successfull or not.
2003-06-09 17:31:06 +00:00
Mike Makonnen
991ce918f2
- Remove a debugging echo.
...
- When we change the IFS make sure to return it to its previous
value before executing a command.
2003-06-08 11:49:30 +00:00
Mike Makonnen
8ee6ed40d1
Implement *_down network routines for ifconfig'ed interfaces, cloned
...
interfaces, interface aliases, user supplied ifconfig scripts, and
ipx interfaces. The ipx routine fails unconditionaly at the moment.
Someone who has a need for it can fill it in with the appropriate incantations.
2003-06-08 10:34:40 +00:00
Hajimu UMEMOTO
f9b96756eb
follow dhcp_* changes.
2003-06-07 19:40:54 +00:00
Mike Makonnen
d679c13014
The dhcp_program and dhcp_flags variables have to be renamed to
...
take advantage of the rc.subr(8) glue. They are renamed dhclient_program
and dhclient_flags.
o Rename them in rc.conf(5)
o Rename them in /etc/defaults/rc.conf
o Add the deprecated variables to /etc/rc.subr
o Isolate the use of the 'command' variable to the
NetBSD specific parts in /etc/rc.d/dhclient.
o Now that dhcp_flags has also been renamed it will
be applied properly by rc.subr(8) glue code.
Reported by: John Nielsen <john@jnielsen.net>
2003-06-07 10:31:17 +00:00
Andrey A. Chernov
2f0714a616
Add ru_RU.CP1251
2003-06-06 22:39:24 +00:00
Mike Makonnen
c2762004a6
Remove a debugging aid the crept in during the last commit. It doesn't
...
really make much difference since this script is not used during startup
and is due to be removed before RELENG_5.
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
2003-06-06 13:00:43 +00:00
Yaroslav Tykhiy
6d570e6413
Since FreeBSD has never had a stock NNTP server, move the nntp line
...
down to the section of optional mail/news services. Change the nntpd
location to /usr/local/libexec since it's an optional software.
Henceforth, nntpd will be advised to run as "news", which is a
standard user in the system, instead of "usenet", which has never
existed in the default master.passwd(5).
Note: It's not "news:news" since inetd(8) runs a service at the
specified user's login group by default.
Add a blank comment line above the uucpd line so the section looks uniform.
Partly pointed out by: Alexey Neyman <alex.neyman at auriga.ru>
MFC after: 1 week
2003-06-06 08:54:29 +00:00
Andrey A. Chernov
803ae193da
Add zh_CN.GBK
2003-06-01 15:37:37 +00:00
Gordon Tetlow
25c01919eb
Move networkfs_types from mountcritlocal into defaults/rc.conf as netfs_types.
...
Also add logic into mountcritremote to add extra_netfs_types to the list.
This unbreaks putting smbfs, portalfs and now nwfs in fstab.
2003-06-01 01:43:37 +00:00
Dag-Erling Smørgrav
c25f3cbff7
Try to describe the control flags a little better.
2003-06-01 00:34:38 +00:00
Gordon Tetlow
378157120c
nwfs is network filesystem. Treat it as such when mounting filesystems.
2003-06-01 00:32:03 +00:00
Mike Makonnen
6aeefcde4b
Apparently ldconfig(8) prefers the format as the first argument
...
with the rest of the options following it. This caused problems for
people using ldconfig_insecure=yes because the '-i' switch was being
positioned before the format argument.
Approved by: markm/mentor (implicit), re/rwatson
PR: 47430
2003-05-18 03:39:39 +00:00
Mike Makonnen
66d67af4b4
Install kpasswdd.
...
Approved by: markm/mentor, re/rwatson
2003-05-18 03:34:24 +00:00
Eric Anholt
9dd5fb023d
Add new directories from the XFree86 4.3.0 update.
...
Approved by: re (murray)
2003-05-14 07:23:54 +00:00
Hajimu UMEMOTO
bcd1e80f87
pccard_ether didn't setup IPv6 after rcTOS sweep.
...
Reviewed by: mtm and dougb
Approved by: re (scott)
2003-05-12 11:36:50 +00:00
Warner Losh
e1519c7c55
Comment out the entire nomatch entry. The partially commented out
...
entry causes problems :-(
This effectively backs out the commit the re@ allowed me to commit.
2003-05-09 05:58:22 +00:00
Warner Losh
690f3e8486
Don't use logger by default just yet for unmatched devices. It is a
...
little too chatty on boot and doesn't give enough information.
Approved by: re@ (bmah)
2003-05-07 15:48:20 +00:00
Doug Barton
367ff02101
Hook devfs.conf up to the build.
...
Approved by: re (scottl)
2003-05-06 07:25:17 +00:00
Mike Makonnen
e27f221c32
s/kadmind5/kadmin/
...
Approved by: markm (mentor)
2003-05-06 02:28:03 +00:00
Doug Barton
05ca3441c0
Allow users to configure stuff in /dev once again by re-doing the devfs
...
script to read /etc/devfs.conf, and take appropriate actions based on
what it finds there.
The (commented out) examples in the new devfs.conf file are taken in
part from the old rc.devfs script.
2003-05-06 01:10:33 +00:00
David E. O'Brien
ae362fa12f
Back out the amd64 additions. Hammer doesn't do APM, and we certainly aren't
...
ready for any ibcs2_compat bits yet.
2003-05-06 00:09:51 +00:00
David E. O'Brien
8ac66afea9
We won't do APM on Hammer -- ACPI is the game there.
2003-05-05 23:55:43 +00:00
Doug Barton
900a41ee73
* Add the nut port from the IANA list (for the nut port)
...
* Add the rndc port, by common usage (TCP only since rndc doesn't
use UDP, and the port is not officially assigned)
2003-05-05 22:10:14 +00:00
Doug Barton
b4ba05cdc8
Add traditional BSD names (sio[0-3]) to the finger-friendly com[1-4]
...
entries so that you can do things like 'tip sio1' without having
to remember the DOS equivalent.
2003-05-05 21:37:43 +00:00
Garance A Drosehn
6663ea7f48
Add the 'N' flag to the entries for three log files which are *not*
...
written to by syslogd: /var/log/{daily.log,weekly.log,monthly.log}
MFC after: 1 week
2003-05-05 19:08:33 +00:00
Hajimu UMEMOTO
924aa27d79
use /etc/rc.d/network_ipv6 instead of obsoleted /etc/rc.network6.
2003-05-05 19:06:46 +00:00
Garance A Drosehn
504755d9ca
Update the comments in this file to reflect the recent changes to
...
newsyslog.
MFC after: 1 week
2003-05-05 19:05:43 +00:00
Mike Makonnen
575716147b
Move securelevel further back in the boot order.
...
Approved by: markm (mentor)(implicit)
Reviewed by: dougb
2003-05-05 15:38:41 +00:00
Mike Makonnen
7361edc7a1
The vi(1) recovery script cannot send mail regarding interrupted
...
sessions if the mailer is dynamically linked. This happens because
on some systems the ldconfig script is run after the vi recovery
script.
I thought I had already fixed this with revision 1.5 of rc.d/ldconfig,
but apparently not. So, in addition I'm making ldconfig a requirement
of this script.
Approved by: markm (mentor)(implicit)
PR: bin/51767
2003-05-05 09:53:32 +00:00
Bruce Evans
859992daa9
Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for
...
the example host to modem speed).
2003-05-05 03:26:50 +00:00
Bruce Evans
4740b116be
When resetting to defaults, reset drainwait to the current default pf
...
`sysctl -n kern.drainwait` instead of to the boot-time default of 300.
2003-05-04 22:46:33 +00:00
Shunsuke Akiyama
11e04b0528
Add RealTek RTL8150 USB to fast Ethernet controller driver.
...
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
2003-05-03 10:16:56 +00:00
Doug Barton
0477e337c2
Hook rc.sendmail back up, it was removed prematurely
2003-05-02 22:27:31 +00:00
Doug Barton
0bbed97c5c
This file was removed prematurely. It contains functionality
...
not currently duplicated by rcNG, and is also relied on by
/etc/mail/Makefile.
Submitted by: hrs
Pointy hat to: me
2003-05-02 11:05:57 +00:00
Mike Makonnen
7b579aff4c
Huh? When did the etc bits for amd64 get added?
...
Make sure they're ported over to rc.d.
While I'm at it correct a logic mistake in rc.d/apmd.
Approved by: markm (mentor)(implicit)
2003-05-02 08:35:17 +00:00
Mike Makonnen
994336cdd9
Create a symbolic link /dev/vga -> /dev/ttyv0.
...
We can't remove the sourcing of /etc/rc.devfs yet in case the user
might have custom entries in it. We will have to come up with an
/etc/devfs.rules or something to make this kind of thing easier.
Approved by: markm (mentor)(implicit)
2003-05-02 08:10:58 +00:00
Doug Barton
4b065e2ce1
Per previous announcement, remove the old version of the rc system.
...
All functionality from the previous system has been preserved, and
users should still customize their system boot with the familiar
methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc.
Users who have customized versions of scripts that have been removed
should take great care when upgrading, since the compatibility code
that used those old scripts has also been removed.
2003-05-02 05:27:35 +00:00
Mark Murray
daf509c612
The PAM module pam_krb5 does not have "session" capabilities.
...
Don't give examples of such use, this is bogus.
2003-04-30 21:57:54 +00:00
Mark Murray
20a83c49ba
Make the defaults for Kerberos 5 a little more up-to-date.
2003-04-30 20:58:49 +00:00
Mark Murray
7a4511d4cc
Change the name of the kadmind binary to match reality, now that
...
KerberosIV is no longer an issue.
2003-04-30 20:42:41 +00:00
Mike Makonnen
7256f99c75
This script should require mountcritremote, since that is the last
...
script at which a filesystem will be mounted in FreeBSD. Without this
the script was being inserted later in the boot than necessary.
Approved by: markm (mentor) (implicit)
Reviewed by: dougb
Noticed by: Andrzej ToboÅa <san@wilk.2a.pl>
2003-04-30 07:12:09 +00:00
Mike Makonnen
3d9556ddc0
This particular debugging statement is very verbose, making the rest
...
of the debug output hard to follow. Comment it out. It's commented out
in NetBSD's version as well.
Approved by: markm (mentor)(implicit)
2003-04-30 03:03:47 +00:00
Mike Makonnen
c56836728a
o Make the 'Ip-filter module loaded' messages informational
...
o Make 'No ipnat rules' a warning
o Remove unecessary ' ..'
Approved by: markm (implicit)
2003-04-30 02:54:17 +00:00
Mike Makonnen
f686a8e864
Running the script with restart or manually stopping and starting
...
it doesn't work because the start_cmd doesn't enable ipfilter if
it is currently disabled.
Approved by: markm (mentor) (implicit)
Submitted by: Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
PR: conf/46103
2003-04-30 02:19:38 +00:00
Warner Losh
52aef7c6a8
We need pccard start too.
2003-04-29 15:32:02 +00:00
John W. De Boskey
fd08d16bc2
new netstart
...
atm should be correct but is commented out pending appropriate testing.
Submitted by: mtm
2003-04-29 12:26:37 +00:00
John W. De Boskey
18ba26f0b8
Add rc.subr (found during new /etc/netstart testing)
2003-04-29 12:08:43 +00:00
Matthew N. Dodd
0f0e5707b9
Add entries for Multicast DNS.
2003-04-29 09:54:06 +00:00
Doug Barton
ff50165760
Move the mktemp invocation inside motd_start to avoid creating temp
...
files when uptdate_motd and clear_tmp_enable are both NO.
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
2003-04-29 06:56:40 +00:00
Doug Barton
4bc6a70cad
Add a dire warning about the impending demise of the old rc system.
...
Suggested by: scottl
2003-04-27 07:08:07 +00:00
Warner Losh
e50dfdc9ab
xten isn't needed after tw is gone.
...
Approved by: re@ (scottl)
2003-04-27 05:49:53 +00:00
Warner Losh
9fe74c43d0
xten user no longer needed.
2003-04-27 05:45:29 +00:00
Mike Makonnen
20350cadb9
Use $ipnat_program instead of the hardcoded path, which was wron
...
anyways.
Approved by: markm (mentor) (implicit)
Submitted by: leafy <leafy@leafy.idv.tw>
2003-04-24 18:14:52 +00:00
Dag-Erling Smørgrav
b418f48cba
Add nullok to the pam_unix line.
2003-04-24 12:22:42 +00:00
Mike Makonnen
f6b6e5ea40
o Add support for running /etc/rc.early
...
o Re-run through /etc/sysctl.conf a second time just before we set
the securelevel.
Approved by: markm (mentor) (implicit)
Reviewed by: dougb
2003-04-24 08:27:29 +00:00
Mike Makonnen
8cf06adbcb
Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc.
...
o group them together so they run one right after another
o use the NetBSD supplied ipfs script instead of tacking
it on to the end of ipnat
o Load the ipl module in ipnat and ipfilter, if it's not already
loaded
o In ipmon and ipnat show a warning if neither ipfilter nor
ipnat is enabled or the ipl module is not loaded, and exit
Approved by: markm (mentor) (implicit)
Tested by: leafy <leafy@leafy.idv.tw>
2003-04-24 08:20:47 +00:00
Makoto Matsushita
7172e3d4bf
Set appropriate tag "fsck" to logger(1) for background fsck messages.
...
PR: 51174
Submitted by: Alex Popa <razor@ldc.ro>
2003-04-23 15:38:02 +00:00
Dag-Erling Smørgrav
5b9cb0c3eb
Make sure debug.log only gets debugging messages.
2003-04-23 13:08:31 +00:00
Mike Makonnen
67b53e9721
Run interface specific scripts for dhcp interfaces too.
...
This is how it has always been done (before and after rc.d) but
I somehow failed to include it when I broke up network1.
Submitted by: bmah
Approved by: markm (mentor)(implicit)
2003-04-20 19:14:16 +00:00
Robert Watson
6408bdf60f
Remove the 'te' label elements from the default configuration, since we
...
no longer plan on shipping a TE MAC module independent from SEBSD.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-04-20 03:09:35 +00:00
Mike Makonnen
cd3b264dfd
Spell ${_jail} correctly
...
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
Approved by: markm (mentor) (implicit)
2003-04-19 07:50:32 +00:00
Mike Makonnen
23cecb19f0
The changes to rc.d/network1 will not get merged in by
...
mergemaster if it does not appear in the list of files to install.
2003-04-19 01:56:44 +00:00
Mike Makonnen
459e7c4314
o Hook the new files up to the build.
...
o Make sure all the scripts reference rc.d/netif and not rc.d/network1
Approved by: markm (mentor)
2003-04-18 17:55:05 +00:00
Mike Makonnen
6167ee89ee
Make use of the dhclient script. This will bring up/down dhcp
...
interfaces.
Approved by: markm (mentor)
2003-04-18 17:53:02 +00:00
Mike Makonnen
8b3695ab45
Break out and rewrite the network setup scripts.
...
o /etc/network.subr contains common subroutines used for seting
up network interfaces
o rc.d/hostname sets the hostname if not already set
o rc.d/nisdomain sets the nis domain *after* rpcbind but
before the yp* daemons. This fixes issues with temporary
hangs when looking up informaion in nis before it's ready.
o rc.d/netif brings network interfaces (minus dhcp) up.
o rc.d/network1 has been disabled and will be retired before
RELENG_5. It will be replaced by rc.d/netif
Approved by: markm (mentor)
2003-04-18 17:51:54 +00:00
Gregory Neil Shapiro
3e59cfb104
The sendmail binary now has a reasonable default for MaxMimeHeaderLength
...
built in. No need to set it here.
MFC after: 1 week
2003-04-18 01:25:41 +00:00
Mike Makonnen
61c79e443b
Fix typo (and make it more explicit/self-documenting).
...
Noticed by: gshapiro
2003-04-16 16:44:00 +00:00
Mike Makonnen
600b20796f
Add new knobs for controlling jails in rc.d and document them.
...
Approved by: makrm (mentor)
2003-04-16 16:29:51 +00:00
Mike Makonnen
676f8a41dd
o Add a script to start jails on boot.
...
o Hook it up to the build
Approved by: markm (mentor)
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (modified)
Prodded by: mike
2003-04-16 16:27:23 +00:00
Takeshi Shibagaki
2ae05d4b0e
Add NTT-ME SS-LAN CARD MN128. This card entry has been
...
committed into NEWCARD.
2003-04-10 17:16:01 +00:00
Dag-Erling Smørgrav
4845d27e63
Introduce debug.log which gets debug.* (most of this would otherwise go
...
to the great bit-bucket in the sky)
2003-04-08 16:14:02 +00:00
Yaroslav Tykhiy
fec51ab5fc
Stop logging ``authpriv'' messages to the world-readable file
...
/var/log/messages. Such messages are for the eyes of authorized
personnel only.
PR: conf/48170
Discussed in: freebsd-security
MFC after: 2 weeks
2003-04-03 18:37:49 +00:00
Ruslan Ermilov
70861b840c
Drop the silly notion that fd* entries have both a' and
b'
...
partitions; this does nothing except upsetting disklabel(8).
2003-04-02 20:16:02 +00:00
Ruslan Ermilov
cc76558ad4
Make disktab(5) MI (repo-copied from etc.i386/disktab).
2003-04-02 20:13:59 +00:00
John Baldwin
711c2e1de2
Remove 220.backup-distfile since it has been deleted.
...
Reported by: mdodd
Pointy hat to: jhb
2003-04-01 20:32:01 +00:00
John Baldwin
3165d2ea56
Complete removal of 320.rdist by removing its entry from periodic.conf and
...
removing the related 220.backup-distfile script and associatd periodic.conf
entry.
Discussed with: obrien
2003-04-01 17:45:27 +00:00
Mike Makonnen
1d89dde13e
Make the 'restart' command work. Otherwise, it would successfully
...
stop ipfw, but not enable it again.
Aesthetic changes
o Use positve logic (instead of negative)
o create a 'stop' function, rather than putting the
commands in the stop_cmd variable.
Submitted by: des
Approved by: markm (mentor) (implicit)
2003-03-30 15:52:18 +00:00
David E. O'Brien
1b79399c2b
320.rdist is OBE as we don't have rdist in the base system any more.
2003-03-29 03:28:28 +00:00
David E. O'Brien
d19c3acb44
This is OBE as we don't have rdist in the base system any longer.
2003-03-29 03:27:49 +00:00
Maxim Sobolev
5edf954aad
Add pc-card from ARCHOS CD-224E cdrom.
...
MFC after: 1 week
2003-03-28 11:12:52 +00:00
Tom Rhodes
bb5de30ab4
Update the handbook printing section URL so that it points to the
...
correct location.
2003-03-25 18:03:11 +00:00
Gregory Neil Shapiro
436a3d96d7
Fix formatting (spaces -> tab)
...
MFC after: 1 week
2003-03-25 00:54:05 +00:00
Ruslan Ermilov
5efb531d6c
Directories for Russian manpages.
2003-03-24 09:39:09 +00:00
Hajimu UMEMOTO
667b217aa3
add missing `ipf -s'.
...
Submitted by: Mark Huizer <xaa+freebsd@timewasters.nl>
2003-03-22 14:53:23 +00:00
Crist J. Clark
abb4bd6cde
Attach the kldxref script to the build/install.
2003-03-17 23:20:48 +00:00
Crist J. Clark
5d75ba3db9
A new rc-ng script to build linker.hints files with kldxref(8)
...
automatically at boot time. Associated rc.conf(5) knobs and
documentation are included.
2003-03-17 23:15:53 +00:00
Doug Barton
52bf43dc11
Make it more clear how to disable keybell, and where its options are found.
...
PR: conf/41772
2003-03-15 08:14:42 +00:00
Ruslan Ermilov
14ab92b024
Use the canonical form of installing links.
...
Also, make "ftp" and "ftpd" hard links.
Not objected to by: des
2003-03-14 09:01:22 +00:00
Maxime Henrion
36aca8d5b7
Rework the wording of the comment for the security.bsd.see_other_uids
...
sysctl a bit.
Approved by: jmallett
2003-03-13 18:43:50 +00:00
Ruslan Ermilov
4d31f60ec3
Record the BOG death here too.
2003-03-12 14:29:15 +00:00
Ruslan Ermilov
57c190a31f
No tabs here.
2003-03-11 11:14:34 +00:00
Mark Murray
38b1858b1b
Initiate KerberosIV de-orbit burn. Disconnect the /etc configs.
2003-03-08 09:50:11 +00:00
Sam Leffler
58251a8dc0
add ath to the list of Ethernet devices
2003-03-07 23:43:09 +00:00
Peter Wemm
f3634ced5c
Stop creating /usr/include/netns
2003-03-05 19:21:23 +00:00
Hajimu UMEMOTO
b209d7e493
Latest IPFilter requires flushing rules for IPv6 separately
...
from IPv4.
2003-03-05 17:16:22 +00:00
Ruslan Ermilov
6192b1dff1
Make sure the default install comes with /etc/login.conf hashed.
2003-03-03 11:19:18 +00:00
Doug Barton
f2883df60d
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
Mike Makonnen
f8a5334bb6
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
Dag-Erling Smørgrav
6bbe71f3b8
Alphabetize.
2003-02-16 13:07:20 +00:00
Dag-Erling Smørgrav
36e3e2871d
Back out previous commit now that pam_opieaccess(8) has an allow_local
...
option.
2003-02-16 13:04:27 +00:00
Dag-Erling Smørgrav
1995e9db8a
Add the allow_local option to all pam_opieaccess entries.
2003-02-16 13:02:39 +00:00
Dag-Erling Smørgrav
aaf7fddd4f
Add the want_agent option to the commented-out "session" pam_ssh entry.
2003-02-16 13:02:03 +00:00
Dag-Erling Smørgrav
93174d0222
Allow password logins from localhost (including the console).
2003-02-15 23:17:40 +00:00
Giorgos Keramidas
4f110f6898
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
John Hay
8a3a674f02
kenv moved from /usr/bin/ to /bin/.
2003-02-15 16:34:14 +00:00
John Hay
160b4bbe6a
Add another backslash ('\').
2003-02-15 16:29:20 +00:00
Takeshi Shibagaki
327c1562c5
Add YIS YWL-11B.
2003-02-15 14:04:05 +00:00
Mike Makonnen
8484cf9776
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
Warner Losh
c42073b2d4
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
Warner Losh
6d60ce9310
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
Warner Losh
5b3e8e8d83
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
Andrey A. Chernov
367f4d9eb0
Apply man.alias to /usr/share/openssl/man too
2003-02-11 01:08:51 +00:00
Jacques Vidrine
6042ca2e01
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
Dag-Erling Smørgrav
75af7cb8a7
Major cleanup & homogenization.
2003-02-10 00:50:03 +00:00
Dag-Erling Smørgrav
87e55d0799
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
Dag-Erling Smørgrav
5eb3150c28
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 Wunsch
a7a02d1917
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
Gregory Neil Shapiro
a4d1b9a3c6
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
Gregory Neil Shapiro
5a8562abaf
/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
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