Index: cron-lynx.sh
===================================================================
RCS file: /cvs/drupal/drupal/scripts/cron-lynx.sh,v
retrieving revision 1.3
diff -u -r1.3 cron-lynx.sh
--- cron-lynx.sh	22 Aug 2006 07:38:24 -0000	1.3
+++ cron-lynx.sh	8 Jan 2008 02:04:51 -0000
@@ -2,3 +2,9 @@
 # $Id: cron-lynx.sh,v 1.3 2006/08/22 07:38:24 dries Exp $
 
 /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
+
+if ["$1" -eq "-m"]
+then
+	#This will search for all folders in the sites directory and run cron.php for each site.
+	find ../sites -maxdepth 1 -type d | egrep -v '(all|default|sites)$' | sed "s:.*/\([^/]*\):/usr/bin/lynx -source http\://\1/cron.php > /dev/null 2>\&1:" | bash
+fi
