14 lines
466 B
Plaintext
14 lines
466 B
Plaintext
$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"
|