openbsd-ports/audio/scmpc/patches/patch-src-preferences_c
jasper d9f7c9cb89 - update to 0.3.1
thanks to nicm@ (testing) and upstream fixing regressions
2011-05-15 14:56:50 +00:00

13 lines
662 B
Plaintext

$OpenBSD: patch-src-preferences_c,v 1.4 2011/05/15 14:56:50 jasper Exp $
--- src/preferences.c.orig Mon Apr 25 19:10:27 2011
+++ src/preferences.c Mon Apr 25 19:10:34 2011
@@ -161,7 +161,7 @@ static gint parse_config_file(void)
CFG_INT_CB("log_level", ERROR, CFGF_NONE, &cf_log_level),
CFG_STR("log_file", "/var/log/scmpc.log", CFGF_NONE),
CFG_STR("pid_file", "/var/run/scmpc.pid", CFGF_NONE),
- CFG_STR("cache_file", "/var/lib/scmpc/scmpc.cache", CFGF_NONE),
+ CFG_STR("cache_file", "/var/scmpc/scmpc.cache", CFGF_NONE),
CFG_INT("queue_length", 500, CFGF_NONE),
CFG_INT("cache_interval", 10, CFGF_NONE),
CFG_SEC("mpd", mpd_opts, CFGF_NONE),