From a4b7614b452636d3372ea7da7640d65734cee396 Mon Sep 17 00:00:00 2001 From: skeezix Date: Thu, 15 Jul 2010 10:53:19 -0400 Subject: [PATCH] For override libpnd conf files, search /media/* now, instead of /media/mmcblk0p1; things have changed since 2 years ago when this all started :) --- include/pnd_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pnd_conf.h b/include/pnd_conf.h index 1d0b708..04bc063 100644 --- a/include/pnd_conf.h +++ b/include/pnd_conf.h @@ -50,7 +50,7 @@ extern "C" { * 'conf' config, and then use its suggested searchpath! * */ -#define PND_CONF_SEARCHPATH "/media/mmcblk0p1/pandora/conf:/media/mmcblk1p1/pandora/conf:/etc/pandora/conf:./testdata/conf" +#define PND_CONF_SEARCHPATH "/media/*/pandora/conf:/etc/pandora/conf:./testdata/conf" /* within the base conf file 'conf', the key for the searchpath is 'conf.searchpath' */ #define PND_CONF_FILE "conf" /* a config file for config settings! */ -- 2.39.2