lukem
e00fb37f16
Rename NETWORK to NETWORKING, to allow rc.d to be on a case insensitive
...
file system (prevents conflict with 'network'). PROVIDE both NETWORKING
and NETWORK (the latter for compatibility with 3rd party scripts).
2002-01-31 01:26:05 +00:00
lukem
6c5c021900
use the recently added hw.disknames value from sysctl(8) to determine
...
the list of currently configured disk devices, and start raid parity
rebuilds on devices which match "raid[0-9]*"
2002-01-27 14:16:33 +00:00
lukem
e3e168f629
if $ntpd_chrootdir != "", ensure that the following files, devices,
...
and links exist:
${ntpd_chrootdir}/dev/clockctl
/var/db/ntp.drift -> ${ntpd_chrootdir}/var/db/ntp.drift
and then start ntpd with the appropriate options to run chroot(2)ed
under $ntpd_chrootdir as user ntpd group ntpd.
to take advantage of this, set ntpd_chrootdir in /etc/rc.conf.
[this is based on similar work i did for rc.d/named]
2002-01-18 10:51:30 +00:00
lukem
c22b780e2f
* build /var/run/syslogd.sockets to contain list of sockets in chrooted cages
...
that we know about, and start syslogd with -P /var/run/syslogd.sockets
if necessary.
* add ${ntpd_chrootdir}/var/run/log to known sockets
2002-01-18 10:48:41 +00:00
lukem
1fd357560b
- set NOPROG before .include <bsd.own.mk>
...
- reformat FILES= lines for easier future additions
2001-12-12 12:19:09 +00:00
martin
2859135383
Add rc.d support for ifwatchd (used to run ip-up/ip-down scripts for
...
in-kernel pppoe interfaces).
2001-12-10 16:53:06 +00:00
augustss
0f4c5ed617
Add moused, default off.
2001-10-29 23:25:00 +00:00
lukem
f28a27bd16
if named_chrootdir is set, always repoint the /var/run/named.pid and
...
/var/run/ndc symlinks, because named_chrootdir might change between
restarts and the symlinks weren't getting updated correctly in the old code.
2001-10-11 07:10:08 +00:00
martin
ef3e53a669
Add downinterfaces. Noticed by Thomas Klausner.
2001-09-08 06:06:52 +00:00
martin
552b2e3600
Make this work without parameters (i.e. manual invocation)
2001-09-04 20:40:40 +00:00
martin
d7e4ab316c
Add support to down some interfaces before shutting down the system. All
...
pppoe* interfaces are automatically shut down by this script, others may be
added to the force_down_interfaces variable in /etc/rc.conf.
2001-09-04 18:09:13 +00:00
ad
e74599e179
Make newsyslog at boot optional, as it should have been.
2001-08-18 19:50:19 +00:00
wiz
a9356936b4
seperate -> separate
2001-07-22 13:33:58 +00:00
lukem
458d1a2516
After itojun's recent RTF_CLONED and other changes, it's not necessary to
...
add a route from an alias address to 127.0.0.1, so remove that code.
It's still necessary to configure lo0 -> 127.0.0.1 though, so emphasize that.
2001-07-08 07:16:00 +00:00
tron
3543e0f5fa
Start "ipmon" with option "D" for daemon mode instead of starting it
...
in a subshell.
2001-07-05 05:26:57 +00:00
lukem
f27a0c8f42
Now that "fsck -p" skips file systems that are mounted read-write,
...
always perform the disk check (unless /fastboot exists). Previously
this would only occur when booting directly to multi-user, so the
fsck wouldn't happen after a single user boot going into multi-user.
2001-06-18 06:42:35 +00:00
lukem
d7d9b87b1c
Complain if $amd_master is set. This variable was used in 1.5 and prior
...
releases, but has been ignored since an am-utils update six months ago.
This fixes [misc/11971] submitted by Jun-ichiro itojun Hagino. (Note that
$amd_flags is still supported, contrary to what the PR says).
2001-06-17 01:05:40 +00:00
lukem
919eb089e2
change mountd to use its own $mountd variable (instead of $nfs_server).
...
nfsd will complain if mountd isn't set. from [misc/13135] by Johnny C. Lam.
2001-06-16 06:13:09 +00:00
fredette
1e6d1f7076
sunndd has been renamed ndbootd.
2001-05-23 20:29:14 +00:00
fredette
b934309492
sunndd has been renamed to ndbootd.
2001-05-22 14:51:37 +00:00
enami
281a201c49
Install the file sunndd.
2001-05-21 11:09:09 +00:00
fredette
bc14be100e
Added rc.d support for sunndd.
2001-05-17 23:19:06 +00:00
drochner
2b60c3bb4f
Add support for selection of a kernel builtin keymap and/or a userspace
...
keymap file to wscons.conf.
Follows PR misc/12760 by Stephen Borrill, but uses the external keymap
file instead of individual key entries in wscons.conf. This saves a lot
of editing work if the map has to be switched.
2001-05-02 15:14:02 +00:00
lukem
96612eac97
kre notes that "echo -n" is superfluous when creating a zero length file
2001-04-29 23:57:25 +00:00
lukem
312711efe8
Treat isdnd interfaces like ppp ones, and REQUIRE isdnd here.
...
Identified by Patrick Welche on current-users.
2001-04-26 03:56:20 +00:00
lukem
bd47d831a1
depend upon isdnd as well
2001-04-26 03:55:16 +00:00
lukem
f1e776b86c
minor cleanup. add note to why syslogd is here (a la note in ppp)
2001-04-26 03:54:38 +00:00
lukem
e595ebd705
be consistent with other scripts when temporarily setting umask to 022
2001-04-25 23:27:37 +00:00
lukem
f08a3bbdf1
wrap file creation operation in: ( umask 022 ; <command...> )
2001-04-25 23:23:37 +00:00
lukem
d2c3bd6a11
- create the default accounting file with a umask of 022.
...
- set and use $accounting_command (/usr/sbin/accton) and
$accounting_file (/var/account/acct)
- fix spelo in message
2001-04-25 23:20:15 +00:00
lukem
18a7a9feca
set the umask to 022 (remembering the previous setting) for ssh_keygen()
2001-04-25 23:18:50 +00:00
lukem
5d63f9209b
store path to ldconfig in a variable and reference that
2001-04-25 13:00:17 +00:00
lukem
3909ce4551
setup tty[p-uw-zP-T]? (kern.maxpty default = 256) instead of just tty[p-s]?.
...
on platforms which don't reserve ttyv? for console on ttyv0, set up ttyv?
2001-04-25 12:59:16 +00:00
jdolecek
b0cda2cf0b
If the accouting file doesn't exist, create it if possible.
...
Addresses misc/12735 by Robert Elz.
2001-04-25 11:48:22 +00:00
lukem
230d9cbc0f
s/dependancy/dependency/. require NETWORK and SERVERS instead of network
2001-04-19 16:18:27 +00:00
lukem
1716d6464b
s/dependancy/dependency/. explicitly require DAEMON
2001-04-19 16:00:29 +00:00
lukem
7d15d5881b
s/dependancy/dependency/
2001-04-19 15:56:32 +00:00
lukem
c136cf3dfe
wrap kvm_mkdb arg in "s. from adam laurie in pr 12664
2001-04-16 01:38:15 +00:00
msaitoh
12f6faba63
check no_swap
2001-04-13 22:31:16 +00:00
aymeric
f0492abe53
we now rely on /usr/libexec/virecover to get the work done
2001-04-11 21:02:44 +00:00
wiz
dc5eda62fb
Remove references to gated, except the conflict check in rc.d/routed.
...
Noted by Launey Thomas <ljt@alum.mit.edu>.
2001-04-06 09:38:54 +00:00
thorpej
01c28c7f10
Add a startup script for altqd(8).
2001-04-05 23:54:59 +00:00
wiz
c4db351748
Don't install /etc/rc.d/gated any longer, since gated isn't in the
...
base system.
2001-04-05 17:04:03 +00:00
itojun
dcdec20e94
check existence of /etc/ssh_host_rsa_key too
2001-03-26 22:32:39 +00:00
itojun
27c0127814
auto-generate SSH protocol version 2 RSA key.
...
use newer command line syntax for ssh-keygen (-t <type>, instead of -d)
2001-03-26 22:21:26 +00:00
lukem
6ddd47cd37
if $named_chrootdir != "", ensure that the following files, devices,
...
and links exist:
${named_chrootdir}/usr/libexec/named-xfer
${named_chrootdir}/dev/null
${named_chrootdir}/etc/localtime
/var/run/named.pid -> ${named_chrootdir}/var/run/named.pid
/var/run/ndc -> ${named_chrootdir}/var/run/ndc
and then start named with the appropriate options to run chroot(2)ed
under $named_chrootdir as user named group named.
to take advantage of this, an admin should copy /etc/namedb ->
${named_chrootdir}/etc/namedb, and set named_chrootdir in /etc/rc.conf.
[dev/null & etc/localtime setup inspired by openbsd. i already had the rest]
2001-03-12 16:08:38 +00:00
lukem
a2c01fa479
if $named_chrootdir is defined, add ${named_chrootdir}/var/run/log to
...
the list of sockets listened to.
2001-03-12 16:04:20 +00:00
itojun
5c34a310c2
comment correction: 127/8 must not leave the node (RFC1122)
2001-03-02 03:07:29 +00:00
lukem
9c42e9ee42
explicitly REQUIRE mountcritremote. sort REQUIRE entries
2001-02-28 18:14:50 +00:00
lukem
a65b46cfa0
clarify purposes
2001-02-28 17:19:42 +00:00