diff options
Diffstat (limited to 'net/micro_proxy/pkg-message')
-rw-r--r-- | net/micro_proxy/pkg-message | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/micro_proxy/pkg-message b/net/micro_proxy/pkg-message new file mode 100644 index 000000000000..83738e8a1d19 --- /dev/null +++ b/net/micro_proxy/pkg-message @@ -0,0 +1,18 @@ +=============================================================================== + +Micro_proxy has been successfully installed. If you want to run micro_proxy +with inetd add + + webproxy 8080/tcp + +to services(5), + + webproxy stream tcp nowait nobody %%PREFIX%%/libexec/micro_proxy -R 10000 micro_proxy + +to inetd.conf(5), + + enable_inetd="YES" + +to rc.conf(5) and restart inetd(8). See micro_proxy(8) for more information. + +=============================================================================== |