1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/thttpd/files/pkg-message.in
Anders Nordby fec83947c1 Use RC_SUBR instead of thttpd_wrapper.
Use WWWOWN instead of nobody.
Clean up Makefile using SUB_FILES, SUB_LIST and PORTDOCS.
Etc.

PR:		72298
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>, vs/flz
2005-05-30 20:32:57 +00:00

10 lines
407 B
Plaintext

-----------------------------------------------------------------
If you want users to be able to create their own Web
subdirectories off of the main web directory, you need to:
1. Add a group for www admins
2. chgrp yourgroup %%PREFIX%%/bin/makeweb %%PREFIX%%/www
3. chmod 2755 %%PREFIX%%/bin/makeweb
4. Tell them about makeweb(1)
-----------------------------------------------------------------