www/apache24: Allow for overriding USERS and GROUPS via make.conf It is a welcome addition for those building their own apache24 package with custom UID/GID. PR: 284194 Sponsored by: Klara, Inc. Approved By: 0mp (mentor)
Details
Details
- Reviewers
0mp
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Suggestions to the commit message:
www/apache24: Allow for overriding USERS and GROUPS via make.conf It is a welcome addition for those building their own apache24 package with custom UID/GID. While here, use WWWOWN/WWWGRP instead of hardcoded www/www.
Also, please make sure to receive an approval from the maintainer before committing. Let me know when you get an approval from apache@freebsd.org.
Comment Actions
BTW, please make sure that the www values are not hardcoded somewhere else as well:
- Check the files/ directory.
- Check the source code of apache for any obvious hardcoded user/group values for FreeBSD.
Comment Actions
Great, thanks!
The patch looks good to me. Now we need to wait to Apache (although it'd probably be alright to commit this now under the portmgr blanket as you are basically improving the ports infrastructure here).