xref: /netbsd-src/etc/rc.d/identd (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1#!/bin/sh
2#
3# $NetBSD: identd,v 1.2 2004/08/13 18:08:03 mycroft Exp $
4#
5
6# PROVIDE: identd
7# REQUIRE: DAEMON
8# KEYWORD: shutdown
9
10$_rc_subr_loaded . /etc/rc.subr
11
12name="identd"
13rcvar=$name
14command="/usr/libexec/${name}"
15
16load_rc_config $name
17run_rc_command "$1"
18