From: skeezix Date: Thu, 15 Jul 2010 14:53:19 +0000 (-0400) Subject: For override libpnd conf files, search /media/* now, instead of /media/mmcblk0p1... X-Git-Tag: sz_beta3~143^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b7614b452636d3372ea7da7640d65734cee396;p=pandora-libraries.git For override libpnd conf files, search /media/* now, instead of /media/mmcblk0p1; things have changed since 2 years ago when this all started :) --- 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! */