new identd script

This commit is contained in:
christos 2004-01-31 21:50:45 +00:00
parent 2a8f4efd20
commit 1359f873c4
1 changed files with 17 additions and 0 deletions

17
etc/rc.d/identd Executable file
View File

@ -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"