ajacoutot
63ce082e2f
Adapt nsd(1) comment to match the default daemon_flags of the rc.d script.
ok sthen@
11 years ago
tedu
5ca9d3294f
remove popa3d etc tendrils
11 years ago
ajacoutot
c5c34f223f
Mention amd_master with amd_flags.
Move identd_flags away from the inetd-capable daemons and fix usage.
ok deraadt@
11 years ago
ajacoutot
f7defe2c57
Add rc.d(8) scripts for ipropd-master and ipropd-slave.
ok deraadt@
11 years ago
ajacoutot
38249d5b9a
Remove all references to btd and the corresponding _btd user and group.
ok sthen@ deraadt@
11 years ago
naddy
6ee85026c2
hook up slowcgi to the tree, including /etc glue and a sample configuration
snippet; ok florian@
11 years ago
ajacoutot
2b23b63b2a
Remove most of pre-rc.d(8) backward compatibility.
ok krw@ sthen@ rpe@ halex@ dcoppa@
11 years ago
deraadt
8546b9afd6
disable inetd by default; ok aja millert
11 years ago
deraadt
46cf8cf9ab
document default operation of identd; mentioned by creamy@nocrater.com
11 years ago
ajacoutot
0b8cf7f43d
Revert previous; there are more things to consider.
12 years ago
ajacoutot
6505f95e1c
Remove pre-rc.d(8) backward compatibility.
See faq/current.html for more information.
The local_rcconf variable is not used anywhere anymore so drop it.
suggested by deraadt@
ok sthen@
12 years ago
kettenis
e096f85a8c
Start ldomd(8).
12 years ago
deraadt
883b0119da
OK, enough is enough. So many people persist in the practice of editing
this file, even years after the rc.conf / rc.conf.local split happened.
One way to improve upon this is to put a big fat comment at the top of
the file. (Other ways to improve this is by renaming files, but that
will just create more confusion).
ok aja robert
12 years ago
yasuoka
71d3e06461
Enable npppd and npppctl in default build. Add npppd to rc and
install sample configs to /etc/.
ok claudio deraadt henning mcbride
12 years ago
ajacoutot
dea79dbe51
Hook up nginx to rc(8).
ok deraadt@ robert@
12 years ago
deraadt
c9adcc97bf
no more afs activation goop
12 years ago
dlg
4f6e837104
wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's
point of view.
mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the
start_daemons chunk
12 years ago
deraadt
4ad32a172a
btd went away
12 years ago
dlg
4f6d7a7784
add rc.d bits for the new standalone tftpd daemon.
mostly from Kent R. Spillner
ok sthen@ robert@
12 years ago
ajacoutot
0c53f1364d
Adapt after recent rc scripts change.
with input from and ok sthen@
13 years ago
ratchov
d5988520df
Handle aucat -> sndiod name change, and enable sndiod by default. Mostly
from ajacoutot@.
ok deraadt ajacoutot
13 years ago
ajacoutot
21d126d25a
Fix a small regression reported by nicm@: when domainname is set but
/var/yp/binding does not exist, do _not_ try to start ypbind.
Make it possible to start ypbind the same way as the other daemons
(using ypbind_flags) while preserving the historical startup behavior.
tested by deraadt@
13 years ago
ajacoutot
9874076075
Remove the "portmap" variable, it's unused now (use portmap_flags).
ok deraadt@ robert@
13 years ago
robert
84626692a3
Add a script for popa3d to support running it outside of inetd.
13 years ago
fgsch
2c7cbc642d
use the right sysctl, doh!
pointed out by Moritz Grimm (mgrimm-at-mrsserver-dot-net)
13 years ago
fgsch
3c764b5a63
mention net.inet6.ip6.rediraccept as well around rtsold_flags.
sthen@ ok.
13 years ago
ajacoutot
1175d8bb0d
Zap rdate_flags, it's not used anymore.
ok deraadt@
13 years ago
david
f7915a69d7
fix ${pf} variable so that the special pflogd check works; ok deraadt@
13 years ago
robert
4d6d5b5e7e
unset amd_flags so that backward compat (amd=YES) works
13 years ago
deraadt
e3e5833bdb
we need ypldap_flags=NO by default
13 years ago
robert
e6caed4cbf
move the pflog0 setup to the pflogd script and only
do that if pf is actually enabled (rely on pfctl -si)
requested by deraadt@
13 years ago
ajacoutot
76c394ad71
Remove outdated comment.
ok robert@ deraadt@
13 years ago
ajacoutot
6127eee214
Forgot to commit that part yesterday, spotted by sthen@
13 years ago
robert
1593f7f2a8
fix boot output and make sure spamlogd is only started when needed
13 years ago
robert
8cdc8eb386
Switch amd and spamlogd to rc scripts and make sure that the
rc_pre() functions are returning correctly. This change
also simplyfies the changes because false || return 1 can be replaced
with false if that's the last call. thanks halex@!
13 years ago
ajacoutot
9565a7b057
Add the nfs startup scripts.
ok robert@
13 years ago
ajacoutot
08a169bc00
Set ypserv_flags to NO by default.
ok robert@
13 years ago
robert
a5117518b6
add a script for btd and replace the rc parts
13 years ago
deraadt
3fe791be41
timed's time is up. use ntpd(8). Even our own fossil developers
switched a while back.
ok miod, kettenis
13 years ago
ajacoutot
cb13dbbcc2
Add kerberos startup scripts with backward compatibility goo.
ok robert@ deraadt@
13 years ago
ajacoutot
fd33fda085
Sync comments with reality.
13 years ago
robert
8bc6d79649
add compat for portmap
13 years ago
robert
5223656147
Add rc.d(8) script for the system daemons that are restartable.
From now on rc(8) is going to call these scripts to start them up on boot
in the same order than before.
In addition the inetd and rwhod variables in rc.conf are deprecated so that
inetd_flags and rwhod_flags should be used. The old flags are still going
to be used for some time to allow users to switch.
There are more rc modifications to come later so let's put this in so
we can base more work on this.
It is important to mention that you can still keep using rc.local just
like the way you did before, and we have no intention to remove that either.
I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working
on this with me.
13 years ago
ajacoutot
b303212ce6
Add the rc_scripts variable for rc.d(8).
prodded by espie@
ok miod@
13 years ago
jakob
626b2965bc
start nsd(8); ok deraadt
14 years ago
jmc
b68b287545
replace two misleading ie. with e.g.; from Jan Stary
14 years ago
martinh
5e324b69e9
Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=.
ok deraadt@ gilles@
14 years ago
reyk
0f7c26250c
Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var.
Also copy the generated RSA key for isakmpd into the iked directory; this
way we share the same RSA key by default.
ok deraadt@ jsg@
14 years ago
michele
f644eb61da
Add ldpd(8) to /etc/rc* files.
It needs to be started before the routing daemons.
In this way every new prefix learnt by them already has a label associated.
discussed with and ok'ed by claudio@
14 years ago
ratchov
99490bbb68
start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is
the default setting in rc.conf.
ok deraadt
14 years ago