xref: /netbsd-src/etc/rc.d/identd (revision 7d2e1537c589a0cc74bed5032035a0cf71b6c2c3)
11359f873Schristos#!/bin/sh
21359f873Schristos#
3*7d2e1537Smycroft# $NetBSD: identd,v 1.2 2004/08/13 18:08:03 mycroft Exp $
41359f873Schristos#
51359f873Schristos
61359f873Schristos# PROVIDE: identd
71359f873Schristos# REQUIRE: DAEMON
81359f873Schristos# KEYWORD: shutdown
91359f873Schristos
10*7d2e1537Smycroft$_rc_subr_loaded . /etc/rc.subr
111359f873Schristos
121359f873Schristosname="identd"
131359f873Schristosrcvar=$name
141359f873Schristoscommand="/usr/libexec/${name}"
151359f873Schristos
161359f873Schristosload_rc_config $name
171359f873Schristosrun_rc_command "$1"
18