Add ifwatchd.sh to power the NetBSD ifwatchd program. Let wpa_supplicant work with it.

This commit is contained in:
Roy Marples
2008-03-10 21:34:46 +00:00
parent f20099bc33
commit 8b23aaecff
7 changed files with 94 additions and 7 deletions

6
sh.NetBSD/Makefile Normal file
View File

@@ -0,0 +1,6 @@
DIR= ${RC_LIB}/sh
SRCS= ifwatchd-carrier.sh.in ifwatchd-nocarrier.sh.in
BIN= ifwatchd-carrier.sh ifwatchd-nocarrier.sh
MK= ../mk
include ${MK}/scripts.mk