From: skeezix Date: Fri, 6 Mar 2009 03:40:07 +0000 (-0500) Subject: Fix default paths for conf location X-Git-Tag: Release-2010-05/1~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5513fe8d0d411fa27e80e2e49e8a3b8c029ba709;p=pandora-libraries.git Fix default paths for conf location --- diff --git a/include/pnd_conf.h b/include/pnd_conf.h index 67b3858..0332c7c 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 "/mnt/sd1/pandora/conf:/mnt/sd2/pandora/conf:/etc/pandora:./testdata/conf" +#define PND_CONF_SEARCHPATH "/media/mmcblk0p1/pandora/conf:/media/mmcblk1p1/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! */