mickey
1309c042f6
grammar in comment
24 years ago
aaron
d0ff2688ea
moused will now co-exist with X
24 years ago
millert
856e772218
If /etc/mailer.conf specifies a mailer other than sendmail, there
may be no /etc/mail/sendmail.cf so don't include that in the check
for whether or not to run /usr/sbin/sendmail. Instead, check for
the existence of /etc/mailer.conf. Pointed out by Theo.
24 years ago
millert
d2c7dd237a
When starting up sendmail in the background, redirect stderr to
/dev/null too. Otherwise, if there is a name resolution problem
the rc files may finish before sendmail forks into a daemon and it
will complain about EBADF on stderr (since init revoked it).
From a discussion between Theo and myself.
24 years ago
aaron
b9e50c176b
Initialization script stuff for moused.
25 years ago
brad
766312266c
explicit path to gated so that it will load as expected
25 years ago
deraadt
6bf62baabc
ssh always installed, no more static lib case
25 years ago
deraadt
55d9659578
host.random whacking must be after /var is mounted, obviously
25 years ago
millert
be4e0317df
timed & rdate start before securelevel is set so no need to check
$securelevel; noted by ho@
25 years ago
itojun
b7b4f0446c
rtadvd.conf is not required, actually
25 years ago
matt
4e1db1cf3a
- Move ntpd out of rc.securelevel
- Add ntpdate and rdate rc knobs
Approved-And-Assisted-By: millert
25 years ago
itojun
93d2c5671a
remove ip6defaultif, this is just for IPv6 specification pedants
25 years ago
millert
445ce1d5e3
Start sendmail in the background so it doesn't cause blockage
on reboot timing out on DNS problems.
25 years ago
espie
6a1ae7ce73
Clean-up after httpd
25 years ago
todd
972b0281f3
ifaliases goes away.
- new installs wont have existing ifaliases
- updates dont touch /etc
- manual updates of /etc/ should know what they're doing anyway
fwiw, see hostname.if(5) alias functionality has moved here for better
overall network configurability
25 years ago
deraadt
1c9be9998c
avoid a few extra processes; d.doroshenko@omnitel.net
25 years ago
deraadt
af5edb7f4d
normalize test vs [; form
25 years ago
mickey
a3b6521f86
nfsiod/nfs_client, bye bye
add commented out entry into sysctl.conf for vfs.nfs.iothreads
25 years ago
hin
34a1cb2222
Fix SBINDIR path the right way
25 years ago
deraadt
32bdb9a2aa
work around kerberos SBINDIR being misdefined; hin
25 years ago
deraadt
c97d048545
hmm... simplify this
25 years ago
ericj
22f99cb767
fix PR #1169 ; itojun@ OK
25 years ago
deraadt
7c03c916ed
ssh_host_dsa_key not ssh_dsa_host_key
25 years ago
deraadt
5342edba6c
build DSA keys automatically at boot time
25 years ago
millert
5ce31b8c1a
Enable sendmail 8.10.0. Things like sendmail.* and aliases now live
in /etc/mail.
25 years ago
millert
11c5695fa6
Adda a stripcom function to strip comments (and leading whitespace,
depending on IFS). This replaces the ed and sed code previously
used to do this.
25 years ago
itojun
9ad07384fa
add ip6defaultif, which configures default outgoing interface
when no neighboring router is found (rare case). this is to conform
strictly to the ND spec. it is safe to leave it empty.
25 years ago
millert
f0296c6304
Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf.
25 years ago
mickey
056e88e108
let sed do all the work, do not invoke extra grep; millert@ ok
25 years ago
itojun
e6a63dafc5
add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flags
25 years ago
deraadt
61789cc798
process sysctl.conf way earlier
25 years ago
deraadt
815006066e
isakmpd is elsewhere; evanc@concer.to
25 years ago
fgsch
fd619cd2fc
Allow identd to be used w/o inetd.
25 years ago
deraadt
322d2501b2
ssh startup fix; millert
25 years ago
deraadt
1ba7923936
oops, got shared library part wrong
25 years ago
millert
2b37e10adf
Run /usr/libexec/vi.recover (now a perl script) to preserve vi backup files.
25 years ago
deraadt
bba1f0e795
check for executability of ssh-keygen
25 years ago
deraadt
8d1747ba61
if sshd startup fails due to rsa not being there, start up
/usr/local/sbin/sshd instead, if it is there.
25 years ago
millert
c5528dc2b0
Don't complain that /var/tmp/vi.recover is not owned by root
when it doesn't exist.
25 years ago
deraadt
a5b00c3034
silence the chmod
25 years ago
deraadt
2586f6fb0d
last i checked, screenblank was not a network daemon
25 years ago
deraadt
2f590085da
do ldconfig before all ssh; because they need /usr/local/lib for searching
25 years ago
deraadt
2bdcb0c570
start ssh as part of base system; if no host key, build it upon boot
25 years ago
deraadt
1f5d45bcdd
oops
25 years ago
deraadt
c5827afa91
stir arandom, too; provos
25 years ago
millert
2e57e7fdc9
Actually, vi file recivery was not happening on reboot due to a
mistaken assumption. Noted by dynamo@ime.net . Fixed by moving the
check for meta character expansion to be inside the two for loops.
They are expanded by simple assignment.
26 years ago
millert
8e56c668c5
Ignore /var/tmp/vi.recover if it is a symlink or owned by non-root.
Probably just paranoia (since /var/tmp/vi.recover is created the
first time the machine is booted) but it can't hurt.
26 years ago
millert
0f4b544d10
Check to make sure vi recovery files are normal files before trying
to read from them (this is a user-writable directory so it is
possible to play games). Fixes a possible DOS noted by dynamo@ime.net .
If it's not a regular file, we delete it.
26 years ago
deraadt
5e54c51bd5
have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes completely admin-editable
26 years ago
deraadt
74c7a71a70
start amd in /etc/amd; so that if ${amd_master} contains map names, and we
don't want them fetched from YP, it will find them in the current directory.
26 years ago