d03495a466
system wide configuration file in PKG_SYSCONFDIR. Use MASTER_SITE_BACKUP, as the distfile is no longer hosted at sunsite. Bump PKGREVISION to 1.
21 lines
563 B
Text
21 lines
563 B
Text
$NetBSD: patch-ab,v 1.9 2003/07/14 10:07:11 jmmv Exp $
|
|
|
|
--- vfu/vfusetup.h.orig 2002-04-26 09:24:21.000000000 +0200
|
|
+++ vfu/vfusetup.h
|
|
@@ -41,15 +41,7 @@
|
|
#endif
|
|
|
|
#ifndef FILENAME_CONF_GLOBAL0
|
|
-#define FILENAME_CONF_GLOBAL0 "/etc/" FILENAME_CONF
|
|
-#endif
|
|
-
|
|
-#ifndef FILENAME_CONF_GLOBAL1
|
|
-#define FILENAME_CONF_GLOBAL1 "/usr/local/etc/" FILENAME_CONF
|
|
-#endif
|
|
-
|
|
-#ifndef FILENAME_CONF_GLOBAL2
|
|
-#define FILENAME_CONF_GLOBAL2 "/usr/local/" FILENAME_CONF
|
|
+#define FILENAME_CONF_GLOBAL0 PKG_SYSCONFDIR "/" FILENAME_CONF
|
|
#endif
|
|
|
|
#define RX_TEMP_LIST "RX_TEMP_LIST"
|