changeset 758:39881695c4cf

Correct command for deeply nested listdirs (Corrects c02582939bbc)
author Ben Schmidt
date Mon, 11 Oct 2010 21:59:19 +1100
parents d1872b169d84
children d4868a6f546d
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Oct 11 09:34:25 2010 +1100
+++ b/README	Mon Oct 11 21:59:19 2010 +1100
@@ -106,7 +106,7 @@
     If you have lists more deeply nested below /var/spool/mlmmj, use
     something like:
     find /var/spool/mlmmj/ -mindepth 1 -maxdepth 1 -type d \
-        /usr/bin/mlmmj-maintd -F -d {} \;
+        -exec /usr/bin/mlmmj-maintd -F -d {} \;
 
 That's it! You probably want to go through the next steps too.