openbsd-ports/audio/scmpc/patches/patch-src-preferences_c

13 lines
486 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src-preferences_c,v 1.3 2009/05/31 20:47:08 jasper Exp $
--- src/preferences.c.orig Sat Dec 2 13:59:17 2006
+++ src/preferences.c Sun May 31 14:41:17 2009
@@ -42,7 +42,7 @@
#define DEFAULT_CONFIG_FILE SYSCONFDIR "/scmpc.conf"
#define DEFAULT_PID_FILE "/var/run/scmpc.pid"
#define DEFAULT_LOG_FILE "/var/log/scmpc.log"
-#define DEFAULT_CACHE_FILE "/var/lib/scmpc/scmpc.cache"
+#define DEFAULT_CACHE_FILE "/var/scmpc/scmpc.cache"
extern struct preferences prefs;