Deleted Added
full compact
hast.conf.5 (225830) hast.conf.5 (226463)
1.\" Copyright (c) 2010 The FreeBSD Foundation
2.\" Copyright (c) 2010-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
3.\" All rights reserved.
4.\"
5.\" This software was developed by Pawel Jakub Dawidek under sponsorship from
6.\" the FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\" Copyright (c) 2010 The FreeBSD Foundation
2.\" Copyright (c) 2010-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
3.\" All rights reserved.
4.\"
5.\" This software was developed by Pawel Jakub Dawidek under sponsorship from
6.\" the FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/sbin/hastd/hast.conf.5 225830 2011-09-28 13:08:51Z pjd $
29.\" $FreeBSD: head/sbin/hastd/hast.conf.5 226463 2011-10-17 12:22:09Z pjd $
30.\"
31.Dd May 20, 2011
32.Dt HAST.CONF 5
33.Os
34.Sh NAME
35.Nm hast.conf
36.Nd configuration file for the
37.Xr hastd 8

--- 21 unchanged lines hidden (view full) ---

59control <addr>
60listen <addr>
61replication <mode>
62checksum <algorithm>
63compression <algorithm>
64timeout <seconds>
65exec <path>
66metaflush "on" | "off"
30.\"
31.Dd May 20, 2011
32.Dt HAST.CONF 5
33.Os
34.Sh NAME
35.Nm hast.conf
36.Nd configuration file for the
37.Xr hastd 8

--- 21 unchanged lines hidden (view full) ---

59control <addr>
60listen <addr>
61replication <mode>
62checksum <algorithm>
63compression <algorithm>
64timeout <seconds>
65exec <path>
66metaflush "on" | "off"
67pidfile <path>
67
68on <node> {
69 # Node section
70 control <addr>
71 listen <addr>
68
69on <node> {
70 # Node section
71 control <addr>
72 listen <addr>
73 pidfile <path>
72}
73
74on <node> {
75 # Node section
76 control <addr>
77 listen <addr>
74}
75
76on <node> {
77 # Node section
78 control <addr>
79 listen <addr>
80 pidfile <path>
78}
79
80resource <name> {
81 # Resource section
82 replication <mode>
83 checksum <algorithm>
84 compression <algorithm>
85 name <name>

--- 55 unchanged lines hidden (view full) ---

141.Bd -literal -offset indent
142uds:///var/run/hastctl
143unix:///var/run/hastctl
144/var/run/hastctl
145.Ed
146.Pp
147The default value is
148.Pa uds:///var/run/hastctl .
81}
82
83resource <name> {
84 # Resource section
85 replication <mode>
86 checksum <algorithm>
87 compression <algorithm>
88 name <name>

--- 55 unchanged lines hidden (view full) ---

144.Bd -literal -offset indent
145uds:///var/run/hastctl
146unix:///var/run/hastctl
147/var/run/hastctl
148.Ed
149.Pp
150The default value is
151.Pa uds:///var/run/hastctl .
152.It Ic pidfile Aq path
153.Pp
154File in which to store the process ID of the main
155.Xr hastd 8
156process.
157.Pp
158The default value is
159.Pa /var/run/hastd.pid .
149.It Ic listen Aq addr
150.Pp
151Address to listen on in form of:
152.Bd -literal -offset indent
153protocol://protocol-specific-address
154.Ed
155.Pp
156Each of the following examples defines the same listen address:

--- 282 unchanged lines hidden ---
160.It Ic listen Aq addr
161.Pp
162Address to listen on in form of:
163.Bd -literal -offset indent
164protocol://protocol-specific-address
165.Ed
166.Pp
167Each of the following examples defines the same listen address:

--- 282 unchanged lines hidden ---