[PVFS2-CVS] commit by neill in pvfs2/src/apps/admin: pvfs2-check-config.c pvfs2-chmod.c pvfs2-chown.c pvfs2-cp.c pvfs2-event-mon-example.c pvfs2-fs-dump.c pvfs2-ls.c pvfs2-mkdir.c pvfs2-mkspace.c pvfs2-perf-mon-example.c pvfs2-ping.c pvfs2-rm.c pvfs2-set-debugmask.c pvfs2-set-eventmask.c pvfs2-set-mode.c pvfs2-showcoll.c pvfs2-statfs.c

CVS commit program cvs at parl.clemson.edu
Wed Jul 28 11:32:29 EDT 2004


Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb:/tmp/cvs-serv5554/src/apps/admin

Modified Files:
	pvfs2-check-config.c pvfs2-chmod.c pvfs2-chown.c pvfs2-cp.c 
	pvfs2-event-mon-example.c pvfs2-fs-dump.c pvfs2-ls.c 
	pvfs2-mkdir.c pvfs2-mkspace.c pvfs2-perf-mon-example.c 
	pvfs2-ping.c pvfs2-rm.c pvfs2-set-debugmask.c 
	pvfs2-set-eventmask.c pvfs2-set-mode.c pvfs2-showcoll.c 
	pvfs2-statfs.c 
Log Message:
- applied Nathan's expandtab patch (expandtab-2.patch.gz)
  
  first referenced at:
  http://www.beowulf-underground.org/pipermail/pvfs2-developers/2004-July/000745.html


Index: pvfs2-check-config.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-check-config.c,v
diff -p -u -r1.3 -r1.4
--- pvfs2-check-config.c	20 May 2004 17:27:46 -0000	1.3
+++ pvfs2-check-config.c	28 Jul 2004 14:32:29 -0000	1.4
@@ -219,5 +219,5 @@ int main(int argc, char **argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */

Index: pvfs2-chmod.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-chmod.c,v
diff -p -u -r1.1 -r1.2
--- pvfs2-chmod.c	21 Jun 2004 18:38:48 -0000	1.1
+++ pvfs2-chmod.c	28 Jul 2004 14:32:29 -0000	1.2
@@ -286,6 +286,6 @@ int check_perm(char c) {
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-chown.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-chown.c,v
diff -p -u -r1.1 -r1.2
--- pvfs2-chown.c	23 Jun 2004 17:57:05 -0000	1.1
+++ pvfs2-chown.c	28 Jul 2004 14:32:29 -0000	1.2
@@ -302,6 +302,6 @@ int check_group(char *group) {
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-cp.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-cp.c,v
diff -p -u -r1.7 -r1.8
--- pvfs2-cp.c	9 Jul 2004 14:06:43 -0000	1.7
+++ pvfs2-cp.c	28 Jul 2004 14:32:29 -0000	1.8
@@ -683,5 +683,5 @@ void make_attribs(PVFS_sys_attr *attr, P
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */

Index: pvfs2-event-mon-example.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-event-mon-example.c,v
diff -p -u -r1.14 -r1.15
--- pvfs2-event-mon-example.c	20 May 2004 17:27:46 -0000	1.14
+++ pvfs2-event-mon-example.c	28 Jul 2004 14:32:29 -0000	1.15
@@ -245,6 +245,6 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-fs-dump.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-fs-dump.c,v
diff -p -u -r1.31 -r1.32
--- pvfs2-fs-dump.c	20 May 2004 17:27:46 -0000	1.31
+++ pvfs2-fs-dump.c	28 Jul 2004 14:32:29 -0000	1.32
@@ -983,6 +983,6 @@ static char *get_type_str(int type)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-ls.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-ls.c,v
diff -p -u -r1.53 -r1.54
--- pvfs2-ls.c	20 Jul 2004 18:07:59 -0000	1.53
+++ pvfs2-ls.c	28 Jul 2004 14:32:29 -0000	1.54
@@ -780,5 +780,5 @@ int main(int argc, char **argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */

Index: pvfs2-mkdir.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-mkdir.c,v
diff -p -u -r1.4 -r1.5
--- pvfs2-mkdir.c	8 Jul 2004 20:47:00 -0000	1.4
+++ pvfs2-mkdir.c	28 Jul 2004 14:32:29 -0000	1.5
@@ -226,6 +226,6 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-mkspace.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-mkspace.c,v
diff -p -u -r1.14 -r1.15
--- pvfs2-mkspace.c	29 Jan 2004 17:31:47 -0000	1.14
+++ pvfs2-mkspace.c	28 Jul 2004 14:32:29 -0000	1.15
@@ -294,5 +294,5 @@ int main(int argc, char **argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */

Index: pvfs2-perf-mon-example.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-perf-mon-example.c,v
diff -p -u -r1.19 -r1.20
--- pvfs2-perf-mon-example.c	20 May 2004 17:27:47 -0000	1.19
+++ pvfs2-perf-mon-example.c	28 Jul 2004 14:32:29 -0000	1.20
@@ -354,5 +354,5 @@ static void usage(int argc, char **argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */

Index: pvfs2-ping.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-ping.c,v
diff -p -u -r1.37 -r1.38
--- pvfs2-ping.c	20 May 2004 17:27:47 -0000	1.37
+++ pvfs2-ping.c	28 Jul 2004 14:32:29 -0000	1.38
@@ -546,5 +546,5 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */

Index: pvfs2-rm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-rm.c,v
diff -p -u -r1.6 -r1.7
--- pvfs2-rm.c	15 Jun 2004 14:14:09 -0000	1.6
+++ pvfs2-rm.c	28 Jul 2004 14:32:29 -0000	1.7
@@ -211,6 +211,6 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-set-debugmask.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-set-debugmask.c,v
diff -p -u -r1.19 -r1.20
--- pvfs2-set-debugmask.c	15 Jun 2004 18:30:34 -0000	1.19
+++ pvfs2-set-debugmask.c	28 Jul 2004 14:32:29 -0000	1.20
@@ -196,6 +196,6 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-set-eventmask.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-set-eventmask.c,v
diff -p -u -r1.10 -r1.11
--- pvfs2-set-eventmask.c	20 May 2004 17:27:47 -0000	1.10
+++ pvfs2-set-eventmask.c	28 Jul 2004 14:32:29 -0000	1.11
@@ -214,6 +214,6 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-set-mode.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-set-mode.c,v
diff -p -u -r1.11 -r1.12
--- pvfs2-set-mode.c	20 May 2004 17:27:47 -0000	1.11
+++ pvfs2-set-mode.c	28 Jul 2004 14:32:29 -0000	1.12
@@ -188,6 +188,6 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 

Index: pvfs2-showcoll.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-showcoll.c,v
diff -p -u -r1.15 -r1.16
--- pvfs2-showcoll.c	16 Oct 2003 14:42:19 -0000	1.15
+++ pvfs2-showcoll.c	28 Jul 2004 14:32:29 -0000	1.16
@@ -530,5 +530,5 @@ static int print_collections(void)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */

Index: pvfs2-statfs.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-statfs.c,v
diff -p -u -r1.23 -r1.24
--- pvfs2-statfs.c	8 Jul 2004 16:17:05 -0000	1.23
+++ pvfs2-statfs.c	28 Jul 2004 14:32:29 -0000	1.24
@@ -354,6 +354,6 @@ static void usage(int argc, char** argv)
  *  c-basic-offset: 4
  * End:
  *
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
  */
 



More information about the PVFS2-CVS mailing list