pkgsrc/misc/vfu/patches/patch-ab
jmmv d03495a466 Convert this package to the bsd.pkg.install.mk framework. Fix handling of the
system wide configuration file in PKG_SYSCONFDIR.
Use MASTER_SITE_BACKUP, as the distfile is no longer hosted at sunsite.
Bump PKGREVISION to 1.
2003-07-14 10:07:10 +00:00

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"