diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 11:51:13 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 11:51:13 +0000 |
commit | f93115aca38818036f95ad296eb1800521c773cc (patch) | |
tree | d5a14729f97c6bb7e27586aeafa0b324c5ab9358 /www/webstone | |
parent | 48a3506ecc0510699a64b808c3884e20d69b901a (diff) | |
download | ports-f93115aca38818036f95ad296eb1800521c773cc.tar.gz ports-f93115aca38818036f95ad296eb1800521c773cc.zip |
Notes
Diffstat (limited to 'www/webstone')
-rw-r--r-- | www/webstone/pkg-message | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/webstone/pkg-message b/www/webstone/pkg-message new file mode 100644 index 000000000000..63e1f424e465 --- /dev/null +++ b/www/webstone/pkg-message @@ -0,0 +1,16 @@ + +Before running webstone make sure that the non-root user +who runs webstone has rexec access to the webclients and +the web server. This user must also have write access to +/usr/local/webstone on webmaster and write access in the +the web data directory on the web server. Be aware of +security risks! + +To run configure webstones, run it, and see the results: + + cd /usr/local/webstone + ${EDITOR} conf/testbed + ./webstone -genfiles + ./webstone + ./webstone -results + |