[Pvfs2-cvs] commit by slang in pvfs2/test/automated: tacl_xattr.sh

CVS commit program cvs at parl.clemson.edu
Thu Mar 29 09:20:46 EST 2007


Update of /projects/cvsroot/pvfs2/test/automated
In directory parlweb1:/tmp/cvs-serv22740/test/automated

Modified Files:
	tacl_xattr.sh 
Log Message:
commit of changes to acl and extended attr checking code.  Hopefully this is will be easier to extend in the future.


Index: tacl_xattr.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/tacl_xattr.sh,v
diff -p -u -r1.2 -r1.3
--- tacl_xattr.sh	11 Sep 2006 15:42:42 -0000	1.2
+++ tacl_xattr.sh	29 Mar 2007 14:20:46 -0000	1.3
@@ -90,16 +90,16 @@ fi
 cd $DIR/tacl
 CUR_PATH=`pwd`
 
-/usr/sbin/adduser -d $CUR_PATH/tacluser1 tacluser1
+/usr/sbin/useradd -d $CUR_PATH/tacluser1 tacluser1
 mkdir -p $CUR_PATH/tacluser1
 chown tacluser1 $CUR_PATH/tacluser1
-/usr/sbin/adduser -d $CUR_PATH/tacluser2 tacluser2
+/usr/sbin/useradd -d $CUR_PATH/tacluser2 tacluser2
 mkdir -p $CUR_PATH/tacluser2
 chown tacluser2 $CUR_PATH/tacluser2
-/usr/sbin/adduser -d $CUR_PATH/tacluser3 tacluser3
+/usr/sbin/useradd -d $CUR_PATH/tacluser3 tacluser3
 mkdir -p $CUR_PATH/tacluser3
 chown tacluser3 $CUR_PATH/tacluser3
-/usr/sbin/adduser -d $CUR_PATH/tacluser4 tacluser4
+/usr/sbin/useradd -d $CUR_PATH/tacluser4 tacluser4
 mkdir -p $CUR_PATH/tacluser4
 chown tacluser4 $CUR_PATH/tacluser4
 
@@ -287,7 +287,6 @@ su - tacluser3 << TACL_USER3
 	fi
 
 TACL_USER3
-
 
 setfacl -m mask:--- shared/team1
 



More information about the Pvfs2-cvs mailing list