diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-04 19:32:35 +0200 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-04 19:32:35 +0200 |
commit | e31a85eb3b9d331d73254ceb2d6156cc8e66c40a (patch) | |
tree | 436738c1d8a3e50551d45182523599430a337ebc /config.h | |
parent | e68449ee1db529d0ef7b88fb0fba15263445b574 (diff) |
Make some formats/paths configurable, add initscript
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ const char *wlan_interface = "wlan0"; const char *eth_interface = "eth0"; const char *wmii_path = "/mnt/wmii/rbar/status"; +const char *time_format = "%d.%m.%Y %H:%M:%S"; +const char *battery = "/sys/class/power_supply/BAT0/uevent"; const char *run_watches[] = {"DHCP", "/var/run/dhclient*.pid", "VPN", "/var/run/vpnc*.pid"}; |