diff options
author | trociny <trociny@FreeBSD.org> | 2012-07-16 20:43:28 +0000 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2012-07-16 20:43:28 +0000 |
commit | 48789932a65e3195492a8b43e807c492079e487c (patch) | |
tree | 3ee24349d9c1c3a13d9c780520f36c86ff602177 /sbin/hastd | |
parent | fb2c54cc142fe22c61330252063a78bbb73d1b40 (diff) | |
download | FreeBSD-src-48789932a65e3195492a8b43e807c492079e487c.zip FreeBSD-src-48789932a65e3195492a8b43e807c492079e487c.tar.gz |
Metaflush on/off values don't need quotes.
Reviewed by: pjd
MFC after: 3 days
Diffstat (limited to 'sbin/hastd')
-rw-r--r-- | sbin/hastd/hast.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/hastd/hast.conf.5 b/sbin/hastd/hast.conf.5 index d78f539..f6368bc 100644 --- a/sbin/hastd/hast.conf.5 +++ b/sbin/hastd/hast.conf.5 @@ -63,7 +63,7 @@ checksum <algorithm> compression <algorithm> timeout <seconds> exec <path> -metaflush "on" | "off" +metaflush on | off pidfile <path> on <node> { @@ -89,14 +89,14 @@ resource <name> { local <path> timeout <seconds> exec <path> - metaflush "on" | "off" + metaflush on | off on <node> { # Resource-node section name <name> # Required local <path> - metaflush "on" | "off" + metaflush on | off # Required remote <addr> source <addr> @@ -106,7 +106,7 @@ resource <name> { name <name> # Required local <path> - metaflush "on" | "off" + metaflush on | off # Required remote <addr> source <addr> |