diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 03:35:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 03:35:21 +0000 |
commit | c9a437c5c21b264864eae5b28c0ed7eb4f2f86d1 (patch) | |
tree | cdea4900480e631baf6fbb183a54d86569354fbd /devel/tcllib/pkg-message | |
parent | Add tcltls, a Tcl interface to OpenSSL. (diff) |
Add Tcllib, a collection of utility modules for Tcl.
PR: 18263
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=29423
Diffstat (limited to 'devel/tcllib/pkg-message')
-rw-r--r-- | devel/tcllib/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/tcllib/pkg-message b/devel/tcllib/pkg-message new file mode 100644 index 000000000000..06a5dc766238 --- /dev/null +++ b/devel/tcllib/pkg-message @@ -0,0 +1,11 @@ +=========================================================================== + + If you want users to be able to create their own web + subdirectories off of the main web directory, you need to: + + a) add a group for www admins + b) chgrp yourgroup ${PREFIX}/bin/makeweb ${PREFIX}/www + c) chmod 2755 ${PREFIX}/bin/makeweb + d) tell them about makeweb(1) + +=========================================================================== |