Bring RCNG in from 5.x and adjust config files and scripts accordingly.
[dragonfly.git] / etc / rc.d / inetd
1 #!/bin/sh
2 #
3 # $NetBSD: inetd,v 1.6 2000/09/19 13:04:38 lukem Exp $
4 # $FreeBSD: src/etc/rc.d/inetd,v 1.2 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/inetd,v 1.1 2003/07/24 06:35:37 dillon Exp $
6 #
7
8 # PROVIDE: inetd
9 # REQUIRE: DAEMON LOGIN
10 # KEYWORD: DragonFly FreeBSD NetBSD shutdown
11
12 . /etc/rc.subr
13
14 name="inetd"
15 rcvar=`set_rcvar`
16 command="/usr/sbin/${name}"
17 pidfile="/var/run/${name}.pid"
18 required_files="/etc/${name}.conf"
19 extra_commands="reload"
20
21 load_rc_config $name
22 run_rc_command "$1"