public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Chris Feist <cfeist@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: the tag cman_2_0_100 has been created
Date: Mon, 11 May 2009 22:09:00 -0000 [thread overview]
Message-ID: <20090511220928.77ED2120214@lists.fedorahosted.org> (raw)
Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6b58c40d54f2e376ecc18ec2208ff8c911565d9b
Commit: 6b58c40d54f2e376ecc18ec2208ff8c911565d9b
Parent: a538afc19def645fe787f75237c469363025d2d7
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate: Thu May 7 09:09:32 2009 +0200
Committer: Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu May 7 09:11:29 2009 +0200
cman: set default log file to corosync.log
cman is not a daemon. corosync is.
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
cman/config/cman-preconfig.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cman/config/cman-preconfig.c b/cman/config/cman-preconfig.c
index 11860dc..d720554 100644
--- a/cman/config/cman-preconfig.c
+++ b/cman/config/cman-preconfig.c
@@ -779,7 +779,7 @@ static void add_cman_overrides(struct objdb_iface_ver0 *objdb)
if (objdb_get_string(objdb, object_handle, "logfile", &logstr)) {
objdb->object_key_create(object_handle, "logfile", strlen("logfile"),
- LOGDIR "/cman.log", strlen(LOGDIR "/cman.log")+1);
+ LOGDIR "/corosync.log", strlen(LOGDIR "/corosync.log")+1);
}
if (objdb_get_string(objdb, object_handle, "timestamp", &logstr)) {
reply other threads:[~2009-05-11 22:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090511220928.77ED2120214@lists.fedorahosted.org \
--to=cfeist@fedoraproject.org \
--cc=cluster-cvs-relay@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).