From: <fr...@us...> - 2004-01-01 18:00:54
|
Update of /cvsroot/devil-linux/scripts/webtools In directory sc8-pr-cvs1:/tmp/cvs-serv8766 Modified Files: update_web_from_cvs Log Message: correct typo in find Index: update_web_from_cvs =================================================================== RCS file: /cvsroot/devil-linux/scripts/webtools/update_web_from_cvs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- update_web_from_cvs 1 Jan 2004 17:42:44 -0000 1.1.1.1 +++ update_web_from_cvs 1 Jan 2004 18:00:51 -0000 1.2 @@ -5,7 +5,7 @@ test -d web && rm -rf web yes "" | cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login || exit 1 cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux co web || exit 1 -find ./ -type f -name CVS | xargs rm -rf +find web/ -type d -name CVS | xargs rm -rf find web/ -type f | xargs chmod 0664 find web/ -type d | xargs chmod 2775 mv htdocs htdocs.old |