Deleted Added
sdiff udiff text old ( 78345 ) new ( 98184 )
full compact
1#!/bin/sh
2#
3# $NetBSD: inetd,v 1.6 2000/09/19 13:04:38 lukem Exp $
4# $FreeBSD: head/etc/rc.d/inetd 98184 2002-06-13 22:14:37Z gordon $
5#
6
7# PROVIDE: inetd
8# REQUIRE: DAEMON LOGIN
9# KEYWORD: FreeBSD NetBSD shutdown
10
11. /etc/rc.subr
12
13name="inetd"
14rcvar=`set_rcvar`
15command="/usr/sbin/${name}"
16pidfile="/var/run/${name}.pid"
17required_files="/etc/${name}.conf"
18extra_commands="reload"
19
20load_rc_config $name
21run_rc_command "$1"