You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2008/04/03 15:25:51 UTC

svn commit: r644307 - /spamassassin/trunk/masses/rule-qa/nightly-slave-stop

Author: jm
Date: Thu Apr  3 06:25:50 2008
New Revision: 644307

URL: http://svn.apache.org/viewvc?rev=644307&view=rev
Log:
oops, typoed the cache-cleanup commands

Modified:
    spamassassin/trunk/masses/rule-qa/nightly-slave-stop

Modified: spamassassin/trunk/masses/rule-qa/nightly-slave-stop
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/nightly-slave-stop?rev=644307&r1=644306&r2=644307&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/nightly-slave-stop (original)
+++ spamassassin/trunk/masses/rule-qa/nightly-slave-stop Thu Apr  3 06:25:50 2008
@@ -15,9 +15,7 @@
 
 # and clean out the client-side caches of old cached mail
 ssh $host \
-  cd $clienttree/cs_cache \&\& find . -type f -mtime +180 -print \|
-  xargs rm
+  cd $clienttree/cs_cache \&\& find . -type f -mtime +180 -print \| xargs rm
 ssh $host \
-  cd $clienttree/cs_cache \&\& find . -depth -type d -empty -print \|
-  xargs rmdir
+  cd $clienttree/cs_cache \&\& find . -depth -type d -empty -print \| xargs rmdir