[DRBD-cvs] svn commit by lars - r2208 - trunk/tools - minor polish

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Tue May 23 11:14:02 CEST 2006


Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: lars
Date: 2006-05-23 11:14:01 +0200 (Tue, 23 May 2006)
New Revision: 2208

Modified:
   trunk/tools/README
   trunk/tools/drbd-peer-outdater.c
Log:
minor polish

Modified: trunk/tools/README
===================================================================
--- trunk/tools/README	2006-05-22 20:02:45 UTC (rev 2207)
+++ trunk/tools/README	2006-05-23 09:14:01 UTC (rev 2208)
@@ -6,11 +6,11 @@
 2) prepare drbdmeta
 
 cd /sbin
-chown .haclient drbdmeta
+chgrp haclient drbdmeta
 chmod o-x drbdmeta
 chmod u+s drbdmeta
 
-chown .haclient drbdsetup
+chgrp haclient drbdsetup
 chmod o-x drbdsetup
 chmod u+s drbdsetup
 

Modified: trunk/tools/drbd-peer-outdater.c
===================================================================
--- trunk/tools/drbd-peer-outdater.c	2006-05-22 20:02:45 UTC (rev 2207)
+++ trunk/tools/drbd-peer-outdater.c	2006-05-23 09:14:01 UTC (rev 2208)
@@ -150,10 +150,10 @@
 			case 'h':		/* Help message */
 				usage(crm_system_name, LSB_EXIT_OK);
 				break;
-			case 't':		/* Help message */
+			case 't':
 				timeout = atoi(optarg);
 				break;
-			case 'r':		/* Help message */
+			case 'r':
 				drbd_resource = crm_strdup(optarg);
 				break;
 			default:



More information about the drbd-cvs mailing list