For override libpnd conf files, search /media/* now, instead of /media/mmcblk0p1...
authorskeezix <skeezix@flotsam-vm.(none)>
Thu, 15 Jul 2010 14:53:19 +0000 (10:53 -0400)
committerskeezix <skeezix@flotsam-vm.(none)>
Thu, 15 Jul 2010 14:53:19 +0000 (10:53 -0400)
include/pnd_conf.h

index 1d0b708..04bc063 100644 (file)
@@ -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! */