Closed (fixed)
Project:
Provision
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2011 at 14:33 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent
When installing Aegir 0.4-beta2 on FreeBSD (7.3 Stable), running the platform-agnostic install.sh script, the script unfortunately chooses the wrong web_group ('nogroup') for Apache.
On FreeBSD, Apache2 installed from ports runs default as user/group "www". In the $common_groups array in provision.drush.inc this option is missing. The script seems to fall back to web_group option 'nogroup' and the changing of directory and file permissions fails. By adding group 'www' to the array this is fixed, as shown in the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| provision_web_group_www.patch | 582 bytes | exnihilo |
Comments
Comment #1
Anonymous (not verified) commentedPatches should be against our Git repos, we haven't used CVS in over 12 months. (I admit this is not obvious)
But the patch is trivial so I applied it, thanks very much!!
Comment #2
exnihilo commentedOK, thank you. I´ll go for the Git repos next time.