From 35a1487fa492edaaa0d2260b22c6eaa8a7bbc43e Mon Sep 17 00:00:00 2001 From: James Seward Date: Thu, 10 Jul 2014 09:43:02 +0100 Subject: nagios: handle group name with spaces. Fixes a failure during 'make install' if your group name has a space in it - for example if your OS X account comes from an AD domain, your group name may be "DOMAIN\Domain Users". Closes #30783. Signed-off-by: Mike McQuaid --- Library/Formula/nagios.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/nagios.rb b/Library/Formula/nagios.rb index 772f48e1c..99512331e 100644 --- a/Library/Formula/nagios.rb +++ b/Library/Formula/nagios.rb @@ -28,7 +28,7 @@ class Nagios < Formula "--with-cgiurl=/nagios/cgi-bin", "--with-htmurl=/nagios", "--with-nagios-user=#{user}", - "--with-nagios-group=#{group}", + "--with-nagios-group='#{group}'", "--with-command-user=#{user}", "--with-command-group=_www", "--with-httpd-conf=#{share}" -- cgit v1.2.3