aboutsummaryrefslogtreecommitdiffstats
path: root/community/rsound/pidfile.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-11-22 23:59:31 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-24 14:36:28 +0000
commit7f6a9eea926fa388fa60e0c90bc2a8da1d567d3b (patch)
tree4870b6e5ce47507bafcf70e72171e531dc7d442f /community/rsound/pidfile.patch
parent7228efd2852a070de3934442e061064ece70f231 (diff)
downloadaports-7f6a9eea926fa388fa60e0c90bc2a8da1d567d3b.tar.bz2
aports-7f6a9eea926fa388fa60e0c90bc2a8da1d567d3b.tar.xz
community/rsound: move from testing/
Diffstat (limited to 'community/rsound/pidfile.patch')
-rw-r--r--community/rsound/pidfile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/rsound/pidfile.patch b/community/rsound/pidfile.patch
new file mode 100644
index 0000000000..26b10e3a28
--- /dev/null
+++ b/community/rsound/pidfile.patch
@@ -0,0 +1,12 @@
+diff -upr RSound-1.1.orig/src/rsound-common.c RSound-1.1/src/rsound-common.c
+--- RSound-1.1.orig/src/rsound-common.c 2015-11-22 03:25:55.595163404 +0100
++++ RSound-1.1/src/rsound-common.c 2015-11-22 03:26:56.161613187 +0100
+@@ -49,7 +49,7 @@
+
+
+ /* Not really portable, need to find something better */
+-#define PIDFILE "/tmp/.rsound.pid"
++#define PIDFILE "/var/run/rsound.pid"
+
+ /* Pulls in callback structs depending on compilation options. */
+