From: <jh...@us...> - 2009-12-10 23:16:50
|
Revision: 184 http://etch.svn.sourceforge.net/etch/?rev=184&view=rev Author: jheiss Date: 2009-12-10 23:16:42 +0000 (Thu, 10 Dec 2009) Log Message: ----------- Add comment about rake task. Modified Paths: -------------- trunk/server/config/dbclean Modified: trunk/server/config/dbclean =================================================================== --- trunk/server/config/dbclean 2009-12-10 23:09:58 UTC (rev 183) +++ trunk/server/config/dbclean 2009-12-10 23:16:42 UTC (rev 184) @@ -1,5 +1,9 @@ #!/usr/bin/ruby -w +# The etch:dbclean rake task is a simpler way of accomplishing the same goal +# as this script. Consider this script an example of how to program against +# the REST API. + # This script can be used as a cron job to clean stale clients out of # the database. It takes one required parameter, a number of hours. # Clients which have not checked in within that many hours will be This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |