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
20b5680c6f
Added sun2 etc files.
2001-05-18 00:13:27 +00:00
fredette
bc14be100e
Added rc.d support for sunndd.
2001-05-17 23:19:06 +00:00
wiz
ce7170d77d
Remove bpp before re-creating it. port-sparc64/12934 by John Heasley.
2001-05-14 09:11:10 +00:00
atatat
6534ee3cfb
When backing files listed in /etc/changelist, instead of truncating
...
to the basename of the file, use the whole path with $backup_dir
prepended, in effect mirrorring the directory tree. This eliminates
the possibility of a name collision.
Closes pr bin/12727.
2001-05-10 14:19:27 +00:00
atatat
4e1cbd39fe
Allow embedded hyphens in user names (and group names), just not as the
...
first or last character.
2001-05-10 14:10:15 +00:00
atatat
87c8919798
When using rcs to track backups, force the rcs archive to be unlocked,
...
use only non-strict locking, and leave the archives unlocked after
checking in changes.
2001-05-10 14:04:22 +00:00
lukem
54ef4cb4dc
remove the special case for ttyv0 (which was actually ttyqf renamed), per
...
discussion with matt thomas. (now the vax has 16 more ptys to use! :)
2001-05-10 01:31:40 +00:00
lukem
7fd298e837
remove all reference to ttyv* to pccons, since the kernels for these ports
...
don't implement a character device at the referenced major number (12).
2001-05-10 01:29:57 +00:00
lukem
ae5b452628
remove pcvt references.
...
don't allow pty6 (ttyv*) to be created; conflicts with pccons ttyv0.
2001-05-10 01:05:47 +00:00
lukem
702f01cdba
remove references to pcvt
2001-05-10 01:04:39 +00:00
lukem
4a8c7c2fed
don't prevent pty6 from creating ttyv*, since there's no custom console on ttyv
2001-05-10 01:03:03 +00:00
lukem
b3a31a74db
remove ttyv* entries as pcvt was removed and there's already wscons entries here
2001-05-10 01:01:42 +00:00
lukem
28d6dbb5f3
explicitly set the umask to 022 to be safe
2001-05-09 16:53:45 +00:00
lukem
4c9bb3bc3f
* change wait_for_pids() to spin forever (rather than just ~ 65 seconds).
...
* change the default `stop' case to wait_for_pids after kill $sig_stop.
this means that "/etc/rc.d/foo stop" won't return until the service
has shut down. third party scripts that implement their own stop mechanism
should offer this functionality as well.
* in the default restart case, don't bother doing `$0 poll' in between
stop & start, because of the change above. (XXX: deprecate poll ?)
2001-05-09 16:40:59 +00:00
lukem
ab72f65dcd
Don't try and use single quotes in the RHS of a ${ :+ } expansion
...
because /bin/sh needs a different syntax than ksh (and bash, etc).
Use a more obvious and less error prone method. (This complicated
use of ${:+} was only used to build the su command when running as
a separate user, but could always cause problems.)
Problem noted by Hubert Feyrer in conjunction with /etc/rc.d/sshd.
2001-05-07 07:07:11 +00:00
wiz
d768fd88a7
Enable logging options for (commented out) uucpd and fingerd by default.
...
Addresses misc/10219 by Jim Bernard.
2001-05-06 12:08:57 +00:00
wiz
ee09877887
Remove named.boot (only used by BIND 4.x).
2001-05-06 10:53:32 +00:00
minoura
e4db0897cf
Update for audio(4) from ancient okiadpcm.
2001-05-05 02:08:51 +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
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
thorpej
01c28c7f10
Add a startup script for altqd(8).
2001-04-05 23:54:59 +00:00
thorpej
62b732f7ac
Add ALTQ control devices.
2001-04-05 23:04:10 +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
wiz
487a5a5ba1
We don't need man/{cat,man}3/atari anymore, since libahdi is gone (and
...
has been for over a year), and nobody else installs anything there.
Remove them.
2001-04-04 13:13:59 +00:00
atatat
2811b1707a
Provide the capability of storing backups via RCS instead of just a
...
"current" and a "last" (which is useless if you wanna know what you
changed last week). Set the default to on.
2001-04-04 03:17:19 +00:00
toddpw
9af306351b
Fix syntax error in r1.5 -- semicolon needed before closing brace on same line.
2001-04-01 01:32:10 +00:00
itojun
8bab066e41
dig /usr/share/doc/usd/12.ex instaed of 13.ex
2001-03-31 13:50:36 +00:00
itojun
9fdfe6878f
en_US.UTF-2 locale is obsolete. PR 12502
2001-03-31 09:35:34 +00:00
marcus
dd90695ad2
Bugfixes.
2001-03-28 20:55:27 +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
tsutsui
6f43ed148f
- Build and install GENERIC_TINY kernel on make release.
...
- Remove duplicated INSTALLATION_DIRS.
2001-03-26 10:27:15 +00:00
thorpej
dff641d8e0
kpasswd is a "wait" type service.
2001-03-25 22:33:15 +00:00
marcus
938cbfedd9
Added entries for GDROM, SCI(F) and WSCONS. Also removed ttyv*.
2001-03-25 21:46:16 +00:00
mhitch
4d316af9ee
Fix typo in md* device creation.
2001-03-21 20:59:35 +00:00
tsubai
5de642dc8a
Create [i-p] partitions too.
2001-03-18 12:57:19 +00:00
veego
ec058576d4
/usr/include/gssapi/rpc and /usr/include/ss are no longer used, so remove
...
them.
2001-03-18 10:03:51 +00:00
hubertf
efc93d040b
Run skeyaudit (only) from /etc/daily instead of /etc/security, else there's
...
some risk that the users don't get warned if an admin turns off running
/etc/security (by putting run_security=no into daily.conf).
Fixes PR 12267.
2001-03-15 02:23:47 +00:00
atatat
a99a7deee1
Allow md5 passwords of length 34 as passwords
2001-03-12 16:48:13 +00:00
lukem
c01bf98a39
commented out entry for named_chrootdir
2001-03-12 16:13:17 +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
lukem
b6742129e8
move date before rcorder
2001-03-12 15:56:39 +00:00
wiz
c897860d56
Reflect correct architecture in comment.
2001-03-12 14:10:03 +00:00
wiz
0447d6c08c
Remove obsolete /usr/share/man/{cat,man}{1,3,5}/i386.
2001-03-12 12:48:47 +00:00
lukem
c8a14a309d
whitespace police
2001-03-08 19:05:13 +00:00
itojun
c1d9ab7c34
comsat is ipv6 ready
2001-03-08 01:27:24 +00:00
garbled
e254aae479
Add and delete mtree entries for the change in how scripting/logging is
...
organized in sushi.
2001-03-07 07:14:16 +00:00
garbled
f646706dac
Add the mtree entries for the new sushi subdirectories
2001-03-06 21:59:49 +00:00
mrg
703e80624d
build GENERIC_SUN4U kernel.
2001-03-04 10:14:55 +00:00
lukem
d2a924ca51
remove `falken' user; nothing depends upon it, it causes confusion about
...
whether it's required or not, and by default it's useless anyway (because
the one-hit-wonder joke with respect to its shell being /usr/games/wargames
is moot unless you enable the account)
2001-03-04 06:00:54 +00:00
bjh21
f78e009eba
Don't create /dev/cpu* any more.
2001-03-03 18:06:55 +00:00
itojun
5c34a310c2
comment correction: 127/8 must not leave the node (RFC1122)
2001-03-02 03:07:29 +00:00
tv
e64fcaf2af
Also make hup work in single user; revert dot.cshrc to atatat's version,
...
and make equivalent for dot.shrc.
2001-03-01 22:45:49 +00:00
tv
15f19b7a16
Use "head -1" as a generic way to snarf the first line of the pid file;
...
also works with the existing alias in dot.shrc.
2001-03-01 22:30:41 +00:00
atatat
f4ad2126ae
Teach the hup alias to deal with sendmail's pid file
2001-03-01 22:26:57 +00:00
lukem
2e92ff9036
setup named chroot cage under /var/named
2001-02-28 19:22:30 +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
lukem
12c191e0cc
support `resync' (ipf -y).
...
suggested by Johnny C. Lam in [misc/12300]
2001-02-28 17:03:50 +00:00
lukem
7c7983ed46
provide commented-out example for rc_fast_and_loose
2001-02-28 16:52:04 +00:00
lukem
c47a806047
various speed-ups (and related work):
...
- only load rc.conf if $_rc_conf_loaded is not set
- use case instead of if for various string comparisons
- print the date at the start of the boot as well as at the end
- if $rc_fast_and_loose is set, always run the rc.d scripts in the
current shell rather than in a subshell. this is not on by default
because it's potentially dangerous (a rogue command could terminate
the boot), but it is provided as an optional speedup for people
with slow machines that have an expensive fork
2001-02-28 16:49:18 +00:00
atatat
f9eeef1569
Sync up with the official protocol number assignments list.
2001-02-28 16:10:22 +00:00
uch
5995b072f7
sample fstab for Flash ATA card based system.
2001-02-28 15:46:49 +00:00
uch
21348ba66f
change console speed to 19200.
2001-02-28 15:45:02 +00:00
uch
c5618686d5
add RCS tag.
2001-02-28 15:44:25 +00:00
uch
33c6bf8dbc
delete floppy disk define.
2001-02-28 15:43:39 +00:00
mjacob
ff6391eccb
add knowledge of SES device (4)
2001-02-28 00:07:26 +00:00
lukem
8aaa117469
remove `ingres' user & group; we have never shipped with ingres in the
...
base distribution, and packages that need a specific user & group can
create it.
2001-02-26 17:25:28 +00:00
lukem
614a276987
add named pseudo-user & group
2001-02-26 00:03:15 +00:00
mrg
4a8b1de6c4
save the world. save the trees. use :sh: in the example entries.
...
suggested by Andrew Cagney <ac131313@cygnus.com>
2001-02-21 06:50:16 +00:00
nisimura
573fd4fa4d
Make sure to have rnd pseudo device.
2001-02-21 01:44:44 +00:00
reinoud
a81842f91d
Changing /dev/vidcvideo0 to /dev/vidcconsole0 with backwards X compat. trough
...
a symbolic link. Part of the vidcvideo0 to vidcconsole0 renaming to allow
an easy integration of wscons for RiscPC/A7000/RC7500
2001-02-21 00:59:45 +00:00
ragge
68c0ea9798
Add /dev/leds.
2001-02-18 10:50:45 +00:00
lukem
bc9099d3bd
don't explicitly need /var/spool/lpd; it's not used by anything by default
2001-02-15 15:00:51 +00:00
lukem
337217f58f
use /var/spool/output instead of /var/spool/lpd as the default spooldir,
...
because that's what lpd, the SMM, and hier(7) has used for ages, even
if printcap(5) and this file were wrong...
2001-02-15 15:00:14 +00:00
mycroft
3020c1ac92
Change output to root from auth.debug to auth.notice. It's ridiculous trying
...
to use the console when, e.g., inetd is spewing at it continually.
2001-02-12 06:08:31 +00:00
jdolecek
4ceebb1156
Introduce max_grouplen - this determines the maximum permitted length
...
of group names, similarily to max_loginlen
2001-02-11 09:55:09 +00:00
fredb
fac4bf8060
Add "hup" and "stop" commands. Closes PR bin/12135.
2001-02-11 00:51:35 +00:00
briggs
64ccad7179
Support files for the sandpoint
2001-02-09 22:25:02 +00:00
ad
11b1ba1e54
Make mlx0 as part of all.
2001-02-06 19:38:31 +00:00
ad
8d75ab98d3
Add a driver for the Mylex DAC960 family (including DEC SWXCR).
2001-02-04 17:05:11 +00:00
nonaka
3f2f1009bc
Add ./usr/share/locale/en_US.UTF-2
2001-02-04 16:51:47 +00:00
is
4a733c4de9
Device nodes for wscons.
2001-02-02 22:11:52 +00:00
itojun
c714ba6dfc
zh_TW.BIG5 (alias to zh_TW.Big5)
2001-02-01 19:45:19 +00:00
tsutsui
2a1e10d963
Add entries for install floppy.
2001-02-01 05:52:49 +00:00
tsutsui
fe70df0a45
Split fd/* device entry from all target (for install floppy).
2001-02-01 05:50:30 +00:00
itojun
2ee3479198
remove sendmail-IPv4only.cf from checklist. PR 12075.
2001-01-29 09:39:46 +00:00
itojun
4e8a612eef
align $TTL with others
2001-01-28 06:59:31 +00:00
perry
d837578f14
/etc/disklabels is obsolete -- remove it
2001-01-25 15:12:49 +00:00
itojun
4481e2ca0d
build multibyte locale modules. installed into /usr/lib/runemodule and
...
dynamically loaded at runtime.
2001-01-25 09:16:38 +00:00
itojun
64a16b4f7e
ru_SU locales are deprecated, ru_RU is now correct one.
...
rename LC_CTYPE locale declarations and vi message catalog.
From: Oleg Polyanski <luke@jetinf.com>
2001-01-22 17:48:15 +00:00
uch
469b8f83f0
change console getty setting.
2001-01-21 18:36:32 +00:00
uch
02ee52ee5f
hpcsh original device file
2001-01-21 18:35:55 +00:00
itojun
7759c4c1c7
do not try to install rtadvd.conf
2001-01-21 15:03:22 +00:00
itojun
14296ba1e6
make it clearer that /etc/rtadvd.conf is optional (normally,
...
configurations were derived from kernel interface settings).
install rtadvd.conf into /usr/share/exapmles/rtadvd, instead of /etc.
sync with kame.
2001-01-21 15:01:36 +00:00
itojun
1e917b6c73
add /usr/share/locale/ru_RU.*
2001-01-21 14:58:57 +00:00
kleink
b694d58ab8
Add VRRP (112).
2001-01-19 09:01:02 +00:00
thorpej
04e705cf5a
Depend on "ike".
2001-01-18 04:57:48 +00:00
thorpej
24753f79c0
Add a default for racoon.
2001-01-18 02:03:09 +00:00
thorpej
4baa94651d
Startup script for racoon(8). Racoon provides "ike", and requires
...
"kdc" (since you might want to use IPsec on your Kerberos server,
and might be using GSSAPI to authenticate Phase 1) and "ppp" (since
racoon(8) needs to know about all of your network interfaces).
2001-01-18 02:01:12 +00:00
thorpej
b170714679
The KDC requires only the network. Anyone running a KDC with
...
the binary on NFS deserves to lose.
2001-01-18 02:00:02 +00:00
itojun
d0111cc847
for MACHINE=hpcsh. straight copy of evbsh3.
2001-01-17 05:27:15 +00:00
nonaka
8492c6a9e8
Add prep installer
2001-01-16 16:53:57 +00:00
veego
411ed8da1b
Remove /etc/mail/sendmail-IPv4only.cf which is no longer needed.
2001-01-15 18:04:53 +00:00
is
5a911982fb
The rp capability has a fixed default value - lp - and thus needs to be
...
explicitly set in a lot of environments. Add it to the remote printer
example.
2001-01-15 15:24:14 +00:00
minoura
cb75d98f1d
Add /etc/rc.d/poffd, for x68k power management deamon.
2001-01-14 15:37:22 +00:00
christos
410cfa811a
more dup target fixes... snap_md_post should be fixed in etc.i386
...
Makefile.inc not to work if $RELEASEDIR or $DESTDIR is not defined.
2001-01-14 06:08:24 +00:00
christos
79c236a085
protect against multiple target definition for parse_md_post
2001-01-14 05:31:36 +00:00
nonaka
502a82e9a4
add usr/share/man/{cat,man}8/prep
2001-01-13 19:38:51 +00:00
itojun
7de2724c3a
move IPv6 mode/route configuration upwards, so that !rtsol in
...
/etc/ifconfig.* is meaningful.
2001-01-13 13:26:36 +00:00
itojun
3711020b5c
extend /etc/ifconfig.xxN, for comment lines (#) and shell script
...
fragment (!). inspired by openbsd /etc/hostname.xxN.
2001-01-11 17:56:16 +00:00
abs
6258e0bf60
Add a new variable 'backup_dir', which can be used to change the backup
...
directory from /var/backup (useful for those of us who have a separate /var
and would like to have our backup disklabels on the root filesystem).
Default behaviour unchanged. backup_dir being unset is taken as /var/backup.
2001-01-09 17:30:29 +00:00
simonb
04935f138a
Only need to "make distribution" in usr.bin/ssh once.
2001-01-09 02:13:54 +00:00
martin
a93eaf9bc7
Add isdn devices
2001-01-08 22:26:24 +00:00
martin
5b6d57d949
Supply enough rope to let the user disable or override all interface
...
up/down magic.
2001-01-08 12:45:39 +00:00
martin
fd6a417d77
Group isdn devices, so "sh MAKEDEV isdn" will create them all.
...
Add apropriate entries to the archs that already have isdn support
enabled in their cdev array.
2001-01-08 06:21:19 +00:00
martin
f9d12c2349
Don't fiddle with any isdn interface if the isdnd variable is set to NO
...
in rc.conf.
Actually do install the isdnd script.
2001-01-07 17:53:36 +00:00
martin
15a3b3b6e1
Add startup script for isdnd.
2001-01-07 17:04:49 +00:00
mrg
1ab6aa7287
s/ramdisk/xminiroot/
2001-01-07 09:31:17 +00:00
veego
6c5434ca81
Add /usr/share/examples/isdn
2001-01-06 14:45:57 +00:00
martin
7b07af406e
Add ISDN devices.
2001-01-06 13:47:44 +00:00
jdolecek
a5211f152e
create /usr/include/readline
2001-01-05 21:32:34 +00:00
garbled
e56f95eaf0
Add all the new /usr/share/sushi directories
2001-01-05 07:00:31 +00:00
garbled
5bcac3e56c
Add the subdirectory for /usr/include/cdk
2001-01-04 21:04:43 +00:00
itojun
6c348b2e2e
add $ip6sitelocal, to control installation of reject route for fec0::/10.
2001-01-03 17:54:04 +00:00
tron
0ce4a9a0de
Use highest bit of minor as an extra bit for the partition number to
...
bump the maximum partition number on NetBSD-i386 to 16. (Approved by fvdl)
2001-01-02 23:06:54 +00:00
itojun
6d62925a7c
/etc/openssl/cert.pem is a file, not a directory. PR 11772
2000-12-31 07:32:33 +00:00
itojun
b60001d78d
move tcp6/udp6 entries upwards so that they do not get out of sync with
...
IPv4 services. add kerberos-adm and internal services (like echo) on tcp/udp6.
2000-12-31 06:06:50 +00:00
david
829de9dbd3
Add Note: about uncommenting font line to use 80x50 screens.
2000-12-31 01:22:14 +00:00
itojun
3207cfe8dd
install sample configuration files into /usr/share/examples/racoon.
...
make variable "SBIN_RACOON" will build static racoon binary, and installs
it into /sbin (nonstandard)
2000-12-29 03:16:39 +00:00
matt
1491d54799
Nuke b0 entries since they are not used anymore.
2000-12-29 03:05:04 +00:00
itojun
9a441d9bb8
dig /etc/racoon
2000-12-29 02:43:42 +00:00
bjh21
144e2eb120
Add wd*.
2000-12-27 22:21:47 +00:00
itojun
d31d542a97
populate citrus xpg4dl locale definitions into /usr/share.
...
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.
TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.
2000-12-22 01:31:47 +00:00
hubertf
47a48d2057
Add two more SCSI disks for the floppy. See PR 9912.
2000-12-19 22:39:34 +00:00
jmc
c5ddb89d6e
Patch from Hubert. aliases never get rebuilt if aliases.db is never originally generated.
2000-12-18 07:56:41 +00:00
eeh
cfe1eed228
Make the node for the bpp device [parallel port].
2000-12-16 22:04:14 +00:00
lukem
6eef11f223
- describe what rc.shutdown does, and what invokes it
...
- remove `.sh' suffix on script name in description
2000-12-15 00:00:09 +00:00
marcus
83334549fb
Initial import of port "dreamcast" (cloned from port "evbsh3").
2000-12-11 18:19:12 +00:00
jdolecek
02ab8e1e3f
nuke /usr/share/lkm - kernel modules are inherently depedant upon kernel,
...
so the example lkms should be included in kernel sets only; furthermore,
the stuff was highly outdated
relevant items will be moved to lkm(4) and under syssrc/sys/lkm/
2000-12-11 13:44:00 +00:00
toddpw
6b0841e32b
Fix PR port-mac68k/11343
2000-12-07 10:57:17 +00:00
wrstuden
02031bda76
Add MAKEDEV support for Cyclom-Y multiport serial boards. Driver
...
support was already in $MACHINE/$MACHINE/conf.c.
2000-12-05 18:18:04 +00:00
ad
0889c2ba96
Make iop device files.
2000-12-03 13:23:12 +00:00
jlam
4275d75e69
Correct comment for KERNOBJDIR.
2000-12-02 18:04:45 +00:00
simonb
13e5202536
Get the TARGET_ENDIANNESS by running ${CC} -E over
...
<machine/endian_machdep.h>. Fixes problems where
<machine/endian_machdep.h> just includes another file
without defining _BYTE_ORDER itself.
2000-11-30 11:31:05 +00:00
jmc
da9feda63a
Remove watchdog before creating it. Keeps the same behavior as the rest of the creates
2000-11-30 07:33:52 +00:00
minoura
2eabb2676b
We do not use INSTALL_SMALL any more.
2000-11-28 03:18:18 +00:00
ad
57ea462da2
lsu -> ld, by popular request.
2000-11-26 17:44:02 +00:00
nisimura
46d6b5a7cd
More cautious about undefined hostname check in terms of what hostname(1)
...
returns.
2000-11-26 06:46:42 +00:00