summaryrefslogtreecommitdiff
path: root/etc/rc.d/identd
blob: 83ac229c615bf7f2b80463c14984c4187965f436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $OpenBSD: identd,v 1.2 2011/09/19 20:42:24 ajacoutot Exp $

daemon="/usr/libexec/identd"
daemon_flags="-b -elo"

. /etc/rc.d/rc.subr

rc_reload=NO

rc_cmd $1