895dddca5e
* A huge set of patches for modules and plugins, many thanks to all the contributors (hope to list them all): cdmack, Viruzzo, Lance, maxadamo, nvhs, russell822, Andre Martin, Daniel Black, Picov, RISKO Gergely, blackmoon and Spil * A new zenity-based (GNOME eye-candy) updater interface by maxadamo * Internationalization support (and Italian localization) for the regular fltk updater by blackmoon * Updated versions of the cURL and gnutls libraries for Windows * The luasocket library is now part of freepops and can be used to write modules We still avoid installing any of the self-updaters. Might be nice to add in a future PKGREVISION.
13 lines
523 B
Text
13 lines
523 B
Text
$NetBSD: patch-ad,v 1.2 2008/10/23 04:40:55 schmonz Exp $
|
|
|
|
--- src/lua/freepops.lua.orig 2007-11-12 04:47:03.000000000 -0500
|
|
+++ src/lua/freepops.lua
|
|
@@ -67,7 +67,7 @@ local __loadfile = loadfile
|
|
-- Config file loading.
|
|
local function load_config()
|
|
local conffile = os.getenv("FREEPOPSLUA_CONFFILE")
|
|
- local paths = { "/etc/freepops/", "./", os.getenv("FREEPOPSLUA_PATH") or "./" }
|
|
+ local paths = { "@PKG_SYSCONFDIR@/", "./", os.getenv("FREEPOPSLUA_PATH") or "./" }
|
|
|
|
local try_load =
|
|
function(filename) return
|