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
shin
0aaf465598
run getty on /dev/ttyE0 by default.
...
otherwise, user can't start X server.
2001-05-01 08:56:31 +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
garbled
a5cfcb8b2b
Add the directory for the new sushi menu system/localtime.
2001-04-29 04:49:55 +00:00
bjh21
749e2d13de
Sync with conf.c
2001-04-28 17:46:11 +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
garbled
8032753ad3
Add sushi/system/sysctl to this file.
2001-04-26 02:53:46 +00:00
garbled
9b38738db9
Add all the mtree lines for the sushi procs menu. ::whine:: I hate this
...
file.
2001-04-26 02:37:59 +00:00
lukem
9cd5a025fe
Use /dev/dtyXX instead of /dev/ttyXX, and other cleanups.
...
Heavily inspired by PR 12749 from Scott Telford.
2001-04-25 23:46:12 +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
a0cf66443f
change comment for accouting; /var/account/acct is not needed to be created
...
manually any more
2001-04-25 11:50:56 +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
garbled
2add5244d8
Add the pile of directory entries for sushi's new networking menu tree.
2001-04-25 03:54:26 +00:00
atatat
a6a25381d8
The script called dhclient-script no longer lives in /etc.
2001-04-24 22:41:13 +00:00
pooka
94391160f5
bootpd lives in /usr/sbin, not /etc
2001-04-24 21:55:06 +00:00
aymeric
eea58e8475
don't remove /var/tmp/vi.recover in (commented *out*) find's.
...
this fixes PR 11120.
XXX note that this is supposed never to be uncommented due to a security
issue (see /etc/daily) but there is no reason to do things doubly wrong.
2001-04-22 20:34:48 +00:00
bjh21
9aba6e0cc4
Add arcpp.
2001-04-22 15:03:22 +00:00
shin
c29d379d93
add build kernel.
...
INSTALL_TX3912 INSTALL_TX3922
2001-04-22 02:03:05 +00:00
atatat
7989fb3af8
The script called dhclient-script no longer lives in /etc.
2001-04-21 22:53:36 +00:00
fvdl
17e856341b
Add GENERIC_DIAGNOSTIC to the list of kernels to be distributed.
2001-04-21 20:56:50 +00:00
he
d2741ad4f9
Make sure to depend and build in hp300/stand before doing ``make release''.
2001-04-21 17:58:21 +00:00
he
9593d5023f
Also build and install installation notes under "make release"
...
(actually snap_md_post).
2001-04-21 17:43:24 +00:00
shin
18b3797247
add /dev/altq
2001-04-21 09:54:33 +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
wiz
3e40b73c85
Add some dirs for groff-1.16.1
2001-04-19 14:27:10 +00:00
jdolecek
30f8b9b5fd
add ed disk (MCA ESDI disk)
2001-04-19 07:49:00 +00:00
lukem
8490f0b0c0
* provide wait_for_pids(), which spins until all the given pids don't exist
...
* run_rc_command():
- add support for "poll", which by default, uses wait_for_pids() on
the list of matching processes
- in the "restart" case, call "poll" between "stop" and "start"
this fixes the situation where certain services (e.g, amd, squid) would
take a bit longer to shutdown after receiving the kill signal to shutdown,
and "/etc/rc.d/foo restart" would fail in the `start' phase.
2001-04-18 01:31:40 +00:00
ross
24ba541b4e
Follow up with style commit to put the isdn nodes in major number order.
2001-04-17 01:30:30 +00:00
ross
02e8f1f2e5
First do minimal commit to correct botch in isdn major numbers.
2001-04-17 01:28:55 +00:00
wiz
bb4e2557d0
Add usr/share/man/{cat,man}8/macppc
2001-04-16 08:20:57 +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
pk
87f992edd6
Put `gated' back; we still refer to it.
2001-04-12 09:59:18 +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
fdb63fff38
Every man section begins with a single page:
...
Add share/man/{cat,man}4/macppc, and intro.{0,4} there.
Thanks to Tsubai Masanari for help in writing it.
2001-04-06 10:47:16 +00:00
wiz
199da02c9f
Fix typos in comment.
2001-04-06 09:39:29 +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
lukem
f6a33791bb
clarify that ${name}_groups is comma separated
2001-04-06 06:48:35 +00:00
thorpej
bd4e08b66c
Add defaults for altqd.
2001-04-06 00:37:03 +00:00
thorpej
a19c4c9523
Cleanup formatting of the rpc services.
2001-04-06 00:33:33 +00:00
thorpej
ceb66a1751
Add a tcp6 entry for hpropd.
2001-04-06 00:29:58 +00:00