ifwatchd revision 1.2
1#!/bin/sh 2# 3# $NetBSD: ifwatchd,v 1.2 2003/03/14 09:18:50 martin Exp $ 4# 5 6# PROVIDE: ifwatchd 7# REQUIRE: mountcritremote 8# BEFORE: SERVERS 9 10. /etc/rc.subr 11 12name="ifwatchd" 13rcvar=$name 14command="/usr/sbin/${name}" 15 16load_rc_config $name 17run_rc_command "$1" 18 19