import from minilb repo

This commit is contained in:
2026-03-25 16:55:28 +02:00
parent 8efe7090be
commit 3aa1e52a5d
37 changed files with 1977 additions and 424 deletions

24
initrc/minilbd.in Normal file
View File

@@ -0,0 +1,24 @@
#!/bin/sh
#
# $Id$
#
# PROVIDE: minilbd
# REQUIRE: DAEMON
. /etc/rc.subr
name="minilbd"
rcvar="minilbd_enable"
pidfile="@srv_rundir@/minilbd.pid"
command="@prefix@/sbin/${name}"
command_args="--asDaemon=true"
procname="@prefix@/sbin/${name}"
load_rc_config ${name}
: ${minilbd_enable:="NO"}
run_rc_command "$1"
#EOF