You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/12/12 13:29:26 UTC

[whimsy] branch master updated: no conf-enabled on mac

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 9983472  no conf-enabled on mac
9983472 is described below

commit 9983472662812e77ff40c19ea2444910872c549f
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Dec 12 08:29:01 2019 -0500

    no conf-enabled on mac
---
 config/setupmymac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/setupmymac b/config/setupmymac
index 770e3a8..58f66dd 100755
--- a/config/setupmymac
+++ b/config/setupmymac
@@ -538,7 +538,7 @@ then
 end
 
 confd_source = "#{WHIMSY}/config/25-authz_ldap_group_membership.conf"
-confd_target = '/private/etc/apache2/other/conf-enabled/25-authz_ldap_group_membership.conf'
+confd_target = '/private/etc/apache2/other/25-authz_ldap_group_membership.conf'
 if 
   not File.exist?(confd_target) or 
   File.read(confd_target) != File.read(confd_source)