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@
15 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@
15 years ago
ratchov
99490bbb68
start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is
the default setting in rc.conf.
ok deraadt
15 years ago
nicm
769864cb37
amd_dir is no longer used by rc so no need for it in rc.conf.
ok deraadt
15 years ago
henning
4fec50367c
enable pf by default.
turns bombs into flowers, water into beer and eradicts swine flu
16 years ago
jacekm
3a36c50bc4
support for smtpd(8); ok gilles@
16 years ago
uwe
d22c41ab9e
Add bt=YES to /etc/rc.conf.local to start the daemon
16 years ago
mbalmer
c2416ee17a
Replace nmeattach (which will be removed) with ldattach.
17 years ago
claudio
6f0f4765f0
routed is no longer, use ripd instead.
17 years ago
reyk
0e104c7690
enable snmpd in the build
approved by deraadt@, ok thib@
17 years ago
deraadt
bc2e06a947
hoststated gets renamed to relayd. easier to type, and actually says
what the daemon does - it is a relayer that pays attention to the status
of pools of hosts; not a status checkers that happens to do some relaying
17 years ago
jmc
04b94f82bb
comment for spamd_flags should refer to spamd(8);
pointed out by Daniel Wade and previously by Frank Bax;
this time ok beck
17 years ago
norby
b8d21f617d
Add the user _ospf6d otherwise the newly imported ospf6d daemon will not
start.
ok dlg@
17 years ago
ckuethe
5c4449b971
Allow nmeaattach to start a sensor before starting ntpd. Many modern
receivers can cold start in the time it takes the boot process to get
close to starting ntpd. Even if the gps is not ready or the fix is not
valid, at least the sensor has been created; ntpd won't have to wait
a few minutes before scanning for the sensor. This makes using GPS as
the sole source of time a bit easier.
ok deraadt
18 years ago
beck
25cbdb48ee
spamd_grey=YES should really be spamd_black=NO
as disscussed with jmc and millert.
ok millert@
18 years ago
millert
46a97d1ae5
Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@
18 years ago
ajacoutot
4d3e47221f
- add a new "accounting" variable (default to NO) to enable accouting
(if the file /var/account/acct does not exist it will be created)
ok mk@
18 years ago
pyr
c2221b0cd4
link hoststated to the builds.
ok miod@, henning@
18 years ago
matthieu
e72e8e7a98
remove acpid references. ok gwk@, steven@, grange@ and janus@.
18 years ago
norby
2abfa3abd6
Add the _ripd user and startup stuff.
ok claudio@
18 years ago
mpf
e960c0c63e
Add ifstated(8) startup bits.
OK deraadt@, henning@, mcbride@
18 years ago
mcbride
7da8bee8e8
Add sasyncd to rc / rc.conf.
ok deraadt@ cloder@
19 years ago
norby
9e2d74d6a2
Hook dhcrelay(8) into the startup process.
ok henning@
19 years ago
norby
7f4589e266
add all the goo to hook dvmrp into the system
ok derradt@
19 years ago
avsm
159a0297e1
revert vfs.nfs.privport sysctl, broke a few architectures
requested by deraadt@
19 years ago
avsm
a1ea8f4c10
Add support for NFS mounts to be from non-reserved ports:
- new sysctl vfs.nfs.privport to require NFS mount requests to be on
reserved ports when set to 1 (the default).
- mountd now automatically sets the sysctl depending on the -n flag.
- add mountd_flags to rc.conf to enable the -n flag at boot.
deraadt@ ok
19 years ago
reyk
5ff13d280b
add hostapd to rc/rc.conf glue
suggested and ok by kettenis@
19 years ago
hshoexer
d273fc0336
As the isakmpd fifo race is fixed, hook ipsecctl to rc.
ok naddy@ todd@
19 years ago
camield
614e35d365
add new ftp-proxy startup bits
ok henning beck
19 years ago
deraadt
f36e1884f7
wsmoused works on amd64 too; carvalholatas@gmail.com
19 years ago
henning
9e7dffe8dc
add bits for watchdogd startup, PR4540 Michael Knudsen <e@molioner.dk>
but I put it at a different place, watchdogd is really not a network daemon
19 years ago
tholo
3cf53df36d
Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.
In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed. This code does not do any thermal
control yet, so this should be done with care depending on the platform.
In the tree so more people can contribute to making this more fully
featured.
Ok niklas@ grange@ tedu@
20 years ago
henning
e381312b15
add ospfd, ok theo
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me
20 years ago
henning
9adb28cbb2
introduce spamlogd_flags to make it easier to e. g. bind spamlogd
to an interface; no change in default config
from Toni Mueller <support@oeko.net>, ja ja ja ja bob
20 years ago
jmc
b2a79b2f2e
back out my previous commit: beck@ says spamd-setup(8) is correct;
20 years ago
henning
c30879d621
unconditionally add -s to ntpd_flags in rc and suggest "" for normal
use in the comment in rc.conf again, idea & ok theo
20 years ago
henning
67e13a77ac
adjust comment for ntpd_flags, "-s" is the normal use in the rc scripts now
20 years ago
jmc
0815f339e3
correct comment: spamd flags in spamd(8), not spamd-setup(8);
from frank bax on misc@;
ok deraadt@
20 years ago
henning
1a0b9f6851
new dhcpd doesn't have -q any more, adjust comment accordingly
From: keoki seu <keoki@camelot.physics.wm.edu>
21 years ago
henning
9449fe79c2
remove startup code for that other ntpd from ports and use the one
in base instead. theo ok & rush to go for beer
21 years ago
grange
6bc5d18bac
hotplugd startup.
ok deraadt@
21 years ago
jakob
b20a6c2f75
SNTP is RFC2030
21 years ago
henning
b6e4f54302
add the goo for bgpd, theo ok
21 years ago
beck
6706c7e152
add support for spamd greylisting with spamd -g and spamlogd to rc/rc.conf
21 years ago
beck
30be8f1464
simplify afs startup so all you have to do is say "YES" to get basic
AFS functionality (enough to to pkg_add's)
21 years ago
deraadt
cd38525168
permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu
21 years ago
henning
ac2b9da765
sensorsd startup via rc/rc.conf
ok millert@
21 years ago
david
88989bee2b
now that there is multicast routing documentation in netstart(8),
reference it rather than /etc/netstart
ok henning@ millert@
22 years ago
henning
8cb311b079
don't tell people to use -u for identd any more, runs as _identd by default
now
22 years ago