blob: bc4333b09716ca49095536309c1d0878b28517a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[
{ type: install
message: <<EOM
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),
inetd_enable="YES"
to rc.conf(5) and restart inetd(8). See micro_proxy(8) for more information.
EOM
},
{ type: remove
message: <<EOM
Micro_proxy has been successfully deinstalled. If you ran it with inetd(8) make
sure you remove all the manual configuration.
EOM
}
]
|