diff options
Diffstat (limited to 'etc/rc.d/inetd')
-rwxr-xr-x | etc/rc.d/inetd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/rc.d/inetd b/etc/rc.d/inetd index 8f6249f..08b3438 100755 --- a/etc/rc.d/inetd +++ b/etc/rc.d/inetd @@ -1,16 +1,17 @@ #!/bin/sh # -# $NetBSD: inetd,v 1.5 2000/07/17 15:24:48 lukem Exp $ +# $NetBSD: inetd,v 1.6 2000/09/19 13:04:38 lukem Exp $ +# $FreeBSD$ # # PROVIDE: inetd # REQUIRE: DAEMON LOGIN -# KEYWORD: shutdown +# KEYWORD: FreeBSD NetBSD shutdown . /etc/rc.subr name="inetd" -rcvar=$name +rcvar=`set_rcvar` command="/usr/sbin/${name}" pidfile="/var/run/${name}.pid" required_files="/etc/${name}.conf" |