1#!/bin/sh 2# 3# $NetBSD: ifwatchd,v 1.1 2001/12/10 16:53:07 martin Exp $ 4# 5 6# PROVIDE: ifwatchd 7# REQUIRE: mountcritremote network 8 9. /etc/rc.subr 10 11name="ifwatchd" 12rcvar=$name 13command="/usr/sbin/${name}" 14 15load_rc_config $name 16run_rc_command "$1" 17 18