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
129 B
Bash
10 lines
129 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: route6d,v 1.2 2018/01/11 19:52:12 rpe Exp $
|
|
|
|
daemon="/usr/sbin/route6d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|