summaryrefslogtreecommitdiff
path: root/audio/slimserver/files/patch-Slim_Utils_Prefs.pm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-16 13:13:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-16 13:13:30 +0000
commit29b87cde37f78308cd5f8651a29951d8a700fb37 (patch)
treee2e707b269473e2e502ab6fcde73535cfe93be9a /audio/slimserver/files/patch-Slim_Utils_Prefs.pm
parentAdd kasablanca 0.3.1, a graphical ftp client for KDE. (diff)
Add slimserver 5.1.1,
Slim Devices SlimServer streams a variety of audio formats including MP3, Ogg, and FLAC to Squeezebox and SLIMP3 network players as well as most software players. PR: ports/65601 Submitted by: Brooks Davis <brooks@freebsd.org>
Notes
Notes: svn path=/head/; revision=107220
Diffstat (limited to 'audio/slimserver/files/patch-Slim_Utils_Prefs.pm')
-rw-r--r--audio/slimserver/files/patch-Slim_Utils_Prefs.pm14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/slimserver/files/patch-Slim_Utils_Prefs.pm b/audio/slimserver/files/patch-Slim_Utils_Prefs.pm
new file mode 100644
index 000000000000..c475b4593af3
--- /dev/null
+++ b/audio/slimserver/files/patch-Slim_Utils_Prefs.pm
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Slim/Utils/Prefs.pm.orig Thu Apr 15 18:09:50 2004
++++ Slim/Utils/Prefs.pm Thu Apr 15 18:10:44 2004
+@@ -564,7 +564,7 @@
+ } elsif (Slim::Utils::OSDetect::OS() eq 'win') {
+ $prefsPath = $Bin;
+ } else {
+- $prefsPath = $ENV{'HOME'};
++ $prefsPath = "/var/db/slimserver";
+ }
+
+ $::d_prefs && msg("The default prefs directory is $prefsPath\n");