blob: 3bd8dfecb7578d75d6347869a6be82b59abffc14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.3 2003/06/13 03:55:17 jlam Exp $
--- config.h.orig 2003-05-28 23:55:08.000000000 +0200
+++ config.h 2003-06-01 17:44:22.000000000 +0200
@@ -79,7 +79,7 @@
#define ETCDIR "/etc"
#endif
-#define CF_SYS_CONFIG_LOCATION ETCDIR"/pwm/"
+#define CF_SYS_CONFIG_LOCATION PKG_SYSCONFDIR"/"
#define CF_GLOBAL_CFGFILE CF_SYS_CONFIG_LOCATION"pwm.conf"
#define CF_USER_CONFIG_LOCATION ".pwm/"
#define CF_USER_CFGFILE CF_USER_CONFIG_LOCATION"pwm.conf"
|