diff --git a/etc/rc.d/identd b/etc/rc.d/identd new file mode 100755 index 000000000000..ff6c574451f2 --- /dev/null +++ b/etc/rc.d/identd @@ -0,0 +1,17 @@ +#!/bin/sh +# +# $NetBSD: identd,v 1.1 2004/01/31 21:50:45 christos Exp $ +# + +# PROVIDE: identd +# REQUIRE: DAEMON +# KEYWORD: shutdown + +. /etc/rc.subr + +name="identd" +rcvar=$name +command="/usr/libexec/${name}" + +load_rc_config $name +run_rc_command "$1"