2012-03-06 06:43:39 -05:00
|
|
|
$OpenBSD: patch-daapd_cc,v 1.3 2012/03/06 11:43:39 ajacoutot Exp $
|
2009-06-03 12:32:54 -04:00
|
|
|
--- daapd.cc.orig Sun Mar 5 14:39:37 2006
|
|
|
|
+++ daapd.cc Tue Jun 2 16:20:11 2009
|
|
|
|
@@ -829,7 +829,7 @@ InitParams *readConfig( InitParams& initParams ) {
|
2005-01-21 01:49:11 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
- conf = fopen( "/etc/daapd.conf", "r" );
|
|
|
|
+ conf = fopen( "_SYSCONFDIR_/daapd.conf", "r" );
|
|
|
|
if( conf != NULL ) {
|
|
|
|
return( parseConfig( conf, initParams ) );
|
|
|
|
}
|