Do not load temp,cpufreq and battery by default as they are still use linux specific checks,okay and tweaks jasper@ and bernd@

This commit is contained in:
laurent 2007-12-24 14:11:11 +00:00
parent 2c96c0906c
commit 224ae888ac
2 changed files with 18 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2007/12/16 18:33:07 laurent Exp $
# $OpenBSD: Makefile,v 1.10 2007/12/24 14:11:11 laurent Exp $
COMMENT= the enlightened window manager
DISTNAME= e-20071211
PKGNAME= ${DISTNAME}p2
# BSD
PERMIT_PACKAGE_CDROM= Yes

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-src_bin_e_config_c,v 1.1 2007/12/24 14:11:11 laurent Exp $
--- src/bin/e_config.c.orig Fri Dec 20 17:07:06 2007
+++ src/bin/e_config.c Fri Dec 20 17:07:48 2007
@@ -766,9 +766,9 @@ e_config_init(void)
CFG_MODULE("ibox", 1, 0);
CFG_MODULE("dropshadow", 1, 0);
CFG_MODULE("clock", 1, 0);
- CFG_MODULE("battery", 1, 0);
- CFG_MODULE("cpufreq", 1, 0);
- CFG_MODULE("temperature", 1, 0);
+ CFG_MODULE("battery", 0, 0);
+ CFG_MODULE("cpufreq", 0, 0);
+ CFG_MODULE("temperature", 0, 0);
CFG_MODULE("pager", 1, 0);
CFG_MODULE("exebuf", 1, 1);
CFG_MODULE("winlist", 1, 1);