Home | History | Annotate | Line # | Download | only in rc.d
      1  1.1  christos #!/bin/sh
      2  1.1  christos #
      3  1.2   mycroft # $NetBSD: identd,v 1.2 2004/08/13 18:08:03 mycroft Exp $
      4  1.1  christos #
      5  1.1  christos 
      6  1.1  christos # PROVIDE: identd
      7  1.1  christos # REQUIRE: DAEMON
      8  1.1  christos # KEYWORD: shutdown
      9  1.1  christos 
     10  1.2   mycroft $_rc_subr_loaded . /etc/rc.subr
     11  1.1  christos 
     12  1.1  christos name="identd"
     13  1.1  christos rcvar=$name
     14  1.1  christos command="/usr/libexec/${name}"
     15  1.1  christos 
     16  1.1  christos load_rc_config $name
     17  1.1  christos run_rc_command "$1"
     18