svn commit: r238538 - head/sbin/hastd

Mikolaj Golub trociny at FreeBSD.org
Mon Jul 16 20:43:29 UTC 2012


Author: trociny
Date: Mon Jul 16 20:43:28 2012
New Revision: 238538
URL: http://svn.freebsd.org/changeset/base/238538

Log:
  Metaflush on/off values don't need quotes.
  
  Reviewed by:	pjd
  MFC after:	3 days

Modified:
  head/sbin/hastd/hast.conf.5

Modified: head/sbin/hastd/hast.conf.5
==============================================================================
--- head/sbin/hastd/hast.conf.5	Mon Jul 16 20:17:19 2012	(r238537)
+++ head/sbin/hastd/hast.conf.5	Mon Jul 16 20:43:28 2012	(r238538)
@@ -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>


More information about the svn-src-all mailing list