initial commit

This commit is contained in:
2022-12-14 10:24:18 +02:00
commit bf583b98d0
17 changed files with 503 additions and 0 deletions
Executable
+15
View File
@@ -0,0 +1,15 @@
#!/bin/ksh
#
# $OpenBSD: dhcpd,v 1.3 2018/01/11 19:52:12 rpe Exp $
daemon="/usr/sbin/dhcpd"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_pre() {
touch /var/db/dhcpd.leases
}
rc_cmd $1