[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail:[13794]
From:       pdontthink () users ! sourceforge ! net
Date:       2009-07-28 23:24:11
Message-ID: E1MVw1j-0007fk-PB () 3kljzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 13794
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13794&view=rev
Author:   pdontthink
Date:     2009-07-28 23:24:11 +0000 (Tue, 28 Jul 2009)

Log Message:
-----------
Remove possible bad system admin typos (#2827153).

Modified Paths:
--------------
    trunk/squirrelmail/doc/INSTALL

Modified: trunk/squirrelmail/doc/INSTALL
===================================================================
--- trunk/squirrelmail/doc/INSTALL	2009-07-28 23:13:45 UTC (rev 13793)
+++ trunk/squirrelmail/doc/INSTALL	2009-07-28 23:24:11 UTC (rev 13794)
@@ -148,8 +148,7 @@
   deletes everything in the attachment directory.  Something similar
   to the following will be good enough:
 
-    $ cd /var/local/squirrelmail/attach
-    $ rm -f *
+    $ cd /var/local/squirrelmail/attach && rm -f *
 
   However, this will delete attachments that are currently in use by people
   sending email when the cron job runs.  You can either (1) make sure that
@@ -162,7 +161,7 @@
   attachment directory is the same as your data directory) might look like
   this:
 
-    $ rm `find /var/local/squirrelmail/attach -atime +2 | grep -v "\." | grep -v _`
+    $ find /var/local/squirrelmail/attach -type f -atime +2 -exec rm {} \;
 
   Remember to be careful with whatever method you do use, and to test out
   the command before it potentially wipes out everyone's preferences.


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic