diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 20:25:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 20:25:09 +0800 |
commit | f584768b57c30287bef9b08674d17877d109210c (patch) | |
tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/webstone | |
parent | 0a892bf2d6a81798e28824322dea52b56f49ddde (diff) | |
download | freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.tar.gz freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.tar.zst freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.zip |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/webstone')
-rw-r--r-- | www/webstone/pkg-message | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/webstone/pkg-message b/www/webstone/pkg-message index 63e1f424e465..a9d10fcb3bfb 100644 --- a/www/webstone/pkg-message +++ b/www/webstone/pkg-message @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM 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 @@ -13,4 +15,6 @@ To run configure webstones, run it, and see the results: ./webstone -genfiles ./webstone ./webstone -results - +EOM +} +] |