diff options
author | Roy Marples <roy@marples.name> | 2008-03-10 21:34:46 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-10 21:34:46 +0000 |
commit | 8b23aaecff11723184bc4761bef68ed98a3ad7af (patch) | |
tree | 35a4541974582672febe65ab8cf555367d9fb53f /sh.NetBSD/ifwatchd-carrier.sh.in | |
parent | f20099bc337eee3238911b48981d82c0e63603ef (diff) |
Add ifwatchd.sh to power the NetBSD ifwatchd program. Let wpa_supplicant work with it.
Diffstat (limited to 'sh.NetBSD/ifwatchd-carrier.sh.in')
-rw-r--r-- | sh.NetBSD/ifwatchd-carrier.sh.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sh.NetBSD/ifwatchd-carrier.sh.in b/sh.NetBSD/ifwatchd-carrier.sh.in new file mode 100644 index 00000000..4537b370 --- /dev/null +++ b/sh.NetBSD/ifwatchd-carrier.sh.in @@ -0,0 +1,5 @@ +#!@SHELL@ +# Wrapper for ifwatchd(8) + +export IN_BACKGROUND=yes +@PREFIX@@SYSCONFDIR@/init.d/net.$1 --quiet start |