From d8e7277523577b75140fd9abf7b2d51c48b45476 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Tue, 30 Oct 2012 14:47:00 +0000 Subject: [PATCH] disable group setting for now, it can be done by appropriate permissions of the parent directory --- org.glite.lb.common/src/log_msg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.common/src/log_msg.c b/org.glite.lb.common/src/log_msg.c index 508106e..bd25d99 100644 --- a/org.glite.lb.common/src/log_msg.c +++ b/org.glite.lb.common/src/log_msg.c @@ -195,6 +195,7 @@ try_again: goto cleanup; } +#if 0 /* make the file writable for given group, if specified */ if(NULL != (group_name = getenv("GLITE_GROUP"))) { struct group *glite_group = getgrnam(group_name); @@ -205,7 +206,7 @@ try_again: fchmod(filedesc, 0660); } } - +#endif if ( fseek(outfile, 0, SEEK_END) == -1 ) { edg_wll_SetError(ctx, errno, "fseek()"); -- 1.8.2.3