[mod_mono] * Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-3 - Place the default socket for

chkr chkr at fedoraproject.org
Sat Aug 14 17:31:59 UTC 2010


commit cad94c7a4d89978e2311cd3fb26ab8517e555c7f
Author: Christian Krause <christian.krause at raritan.com>
Date:   Sat Aug 14 19:31:58 2010 +0200

    * Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-3
    - Place the default socket for mod_mono_server into /var/run/mod_mono/
      so that it can be created by user apache when mod_mono_server is
      started via httpd (by updating mod_mono-2.6-varrun.patch, BZ 607718)

 mod_mono-2.6-varrun.patch |    2 +-
 mod_mono.spec             |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mod_mono-2.6-varrun.patch b/mod_mono-2.6-varrun.patch
index 7ee331b..4544b66 100644
--- a/mod_mono-2.6-varrun.patch
+++ b/mod_mono-2.6-varrun.patch
@@ -10,7 +10,7 @@
  #define APPCONFIG_FILE		NULL
  #define APPCONFIG_DIR		NULL
 -#define SOCKET_FILE		"/tmp/mod_mono_server"
-+#define SOCKET_FILE		"/var/run/mod_mono_server"
++#define SOCKET_FILE		"/var/run/mod_mono/mod_mono_server"
  #define LISTEN_ADDRESS		"127.0.0.1"
 -#define DASHBOARD_FILE		"/tmp/mod_mono_dashboard"
 +#define DASHBOARD_FILE		"/var/run/mod_mono/mod_mono_dashboard"
diff --git a/mod_mono.spec b/mod_mono.spec
index 83c9743..dbd3e20 100644
--- a/mod_mono.spec
+++ b/mod_mono.spec
@@ -1,6 +1,6 @@
 Name: mod_mono
 Version: 2.6.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.mono-project.com/Main_Page
@@ -57,6 +57,11 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-3
+- Place the default socket for mod_mono_server into /var/run/mod_mono/ 
+  so that it can be created by user apache when mod_mono_server is
+  started via httpd (by updating mod_mono-2.6-varrun.patch, BZ 607718)
+
 * Wed Jun 23 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-2
 - Fix encoding of ChangeLog
 


More information about the scm-commits mailing list