diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-06-28 18:46:02 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-06-28 18:46:02 +0000 |
commit | d5bd48ceab80cc2f70f4271ba1991563994f9966 (patch) | |
tree | 1f9d174fee125614d5cec2903e0f64b1f49fce87 /etc/rc.conf | |
parent | da8a2673ad20752bde3c93c8f83e2ea380c4650c (diff) |
Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and
all the other rc plumbing.
OK deraadt@
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index c2ea765e1a0..30f9c0d8bc1 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,4 +1,4 @@ -# $OpenBSD: rc.conf,v 1.225 2021/11/11 09:38:14 claudio Exp $ +# $OpenBSD: rc.conf,v 1.226 2022/06/28 18:46:01 claudio Exp $ # DO NOT EDIT THIS FILE!! # @@ -15,6 +15,7 @@ # Otherwise, these variables override the default flags. apmd_flags=NO bgpd_flags=NO +bgplgd_flags=NO bootparamd_flags=NO cron_flags= dhcpd_flags=NO |