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.d | |
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.d')
-rw-r--r-- | etc/rc.d/bgplgd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/bgplgd b/etc/rc.d/bgplgd new file mode 100644 index 00000000000..2b0cf505016 --- /dev/null +++ b/etc/rc.d/bgplgd @@ -0,0 +1,11 @@ +#!/bin/ksh +# +# $OpenBSD: bgplgd,v 1.1 2022/06/28 18:46:01 claudio Exp $ + +daemon="/usr/sbin/bgplgd" + +. /etc/rc.d/rc.subr + +rc_reload=NO + +rc_cmd $1 |