summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-07-01 13:22:34 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-07-01 13:23:11 -0400
commit6761e0a48b09d1f88f81dbf620e14676404784cc (patch)
treea4306494ffb8db92e0484676feb92c4361f2ba8e /www-servers/monkeyd/files
parentwww-servers/monkeyd: remove older unstable version (diff)
downloadgentoo-6761e0a48b09d1f88f81dbf620e14676404784cc.tar.gz
gentoo-6761e0a48b09d1f88f81dbf620e14676404784cc.tar.bz2
gentoo-6761e0a48b09d1f88f81dbf620e14676404784cc.zip
www-servers/monkeyd: add monkeyd user, fix pidfile and address bug #459274
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-servers/monkeyd/files')
-rw-r--r--www-servers/monkeyd/files/monkeyd-1.6.9-fix-pidfile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/www-servers/monkeyd/files/monkeyd-1.6.9-fix-pidfile.patch b/www-servers/monkeyd/files/monkeyd-1.6.9-fix-pidfile.patch
new file mode 100644
index 000000000000..82550aef4d09
--- /dev/null
+++ b/www-servers/monkeyd/files/monkeyd-1.6.9-fix-pidfile.patch
@@ -0,0 +1,12 @@
+diff -Naur monkey-1.6.9.orig/CMakeLists.txt monkey-1.6.9/CMakeLists.txt
+--- monkey-1.6.9.orig/CMakeLists.txt 2016-06-04 19:16:47.000000000 -0400
++++ monkey-1.6.9/CMakeLists.txt 2016-07-01 13:08:51.237213196 -0400
+@@ -285,7 +285,7 @@
+
+ # Custom PIDPATH
+ if(NOT PID_PATH)
+- set(MK_PATH_PIDPATH ${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/run/ CACHE STRING "Server PID path")
++ set(MK_PATH_PIDPATH /run/ CACHE STRING "Server PID path")
+ else()
+ set(MK_PATH_PIDPATH ${PID_PATH} CACHE STRING "Server PID path")
+ endif()