From e68449ee1db529d0ef7b88fb0fba15263445b574 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 4 Oct 2008 19:16:41 +0200 Subject: Implement run_watches --- config.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index b8d30aa..3f55af8 100644 --- a/config.h +++ b/config.h @@ -1,9 +1,5 @@ const char *wlan_interface = "wlan0"; const char *eth_interface = "eth0"; - const char *wmii_path = "/mnt/wmii/rbar/status"; - -// TODO: run-watches, z.B. -// "/var/run/dhcp*.pid" --> checkt ob's das file gibt, ob der prozess läuft und zeigt dann yes/no an -// "/var/run/vpnc*.pid" - +const char *run_watches[] = {"DHCP", "/var/run/dhclient*.pid", + "VPN", "/var/run/vpnc*.pid"}; -- cgit v1.2.3