From d5bd48ceab80cc2f70f4271ba1991563994f9966 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Tue, 28 Jun 2022 18:46:02 +0000 Subject: Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and all the other rc plumbing. OK deraadt@ --- etc/rc.d/bgplgd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/rc.d/bgplgd (limited to 'etc/rc.d') 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 -- cgit v1.2.3