From 7f6a9eea926fa388fa60e0c90bc2a8da1d567d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 22 Nov 2015 23:59:31 +0100 Subject: community/rsound: move from testing/ --- community/rsound/pidfile.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/rsound/pidfile.patch (limited to 'community/rsound/pidfile.patch') 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. */ + -- cgit v1.2.3