mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
9b59291944
daemon scripts. discussed with and OK aja@ OK tb
10 lines
125 B
Bash
10 lines
125 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: ospfd,v 1.3 2018/01/11 19:52:12 rpe Exp $
|
|
|
|
daemon="/usr/sbin/ospfd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|