diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-15 11:47:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-15 11:47:44 +0000 |
commit | 0cef1b23463063a4c1d255b098bb37aa017696dc (patch) | |
tree | b466f85541cb07bf99aca5e37a585b932faebf95 /net/spread4/files/patch-docs-sample.spread.conf | |
parent | - Force commit after repocopy (diff) |
- Update to 4.0.0
- Pass maintainership to submitter
PR: 128358
Submitted by: Wen heping <wenheping@gmail.com>
Notes
Notes:
svn path=/head/; revision=226162
Diffstat (limited to 'net/spread4/files/patch-docs-sample.spread.conf')
-rw-r--r-- | net/spread4/files/patch-docs-sample.spread.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/spread4/files/patch-docs-sample.spread.conf b/net/spread4/files/patch-docs-sample.spread.conf new file mode 100644 index 000000000000..523958f95941 --- /dev/null +++ b/net/spread4/files/patch-docs-sample.spread.conf @@ -0,0 +1,18 @@ +--- docs/sample.spread.conf.orig 2008-10-24 06:06:33.000000000 +0800 ++++ docs/sample.spread.conf 2008-10-24 06:07:28.000000000 +0800 +@@ -63,6 +63,7 @@ + # "spreadlog_machine2.mydomain.com.log" respectively. + + #EventLogFile = testlog.out ++EventLogFile = /var/log/spread.log + + #Set whether to add a timestamp in front of all logged events or not. + # Default is no timestamps. Default format is "[%a %d %b %Y %H:%M:%S]". +@@ -75,6 +76,7 @@ + #EventTimeStamp + # or + #EventTimeStamp = "[%a %d %b %Y %H:%M:%S]" ++EventTimeStamp = "[%a %d %b %Y %H:%M:%S]" + + #Set whether to allow dangerous monitor commands + # like "partition, flow_control, or kill" |