# HG changeset patch # User Ben Schmidt # Date 1286794759 -39600 # Node ID 39881695c4cf9e5b088389c1300725c6307f72dd # Parent d1872b169d84eff496e76607c39fd62e5472ba30 Correct command for deeply nested listdirs (Corrects c02582939bbc) diff -r d1872b169d84 -r 39881695c4cf README --- 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.