]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Info on how to run mlmmj-maintd on deeply nested listdirs (Thomas Goirand)
authorBen Schmidt <none@none>
Tue, 5 Oct 2010 23:12:23 +0000 (10:12 +1100)
committerBen Schmidt <none@none>
Tue, 5 Oct 2010 23:12:23 +0000 (10:12 +1100)
README

diff --git a/README b/README
index 7c1297720c6565cbb562af55966d167b8f746885..bbfb72941aecca08cdc9c776a7dee9109ec43e31 100644 (file)
--- a/README
+++ b/README
@@ -103,6 +103,11 @@ To use mlmmj, do the following:
     If you have several lists below /var/spool/mlmmj you can use -d:
     /usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj
 
+    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 {} \;
+
 That's it! You probably want to go through the next steps too.
 
  5) Subscribe some people
@@ -139,7 +144,7 @@ Tunables in include/mlmmj.h:
    non-strict defaults, so depending on your BOFH rate you might want to tweak.
    The defaults should be good for most people though.
 
-Have fun!
+Have fun!
 
        Mads Martin Joergensen <mmj at mmj dot dk>
        Morten K. Poulsen <morten at afdelingp dot dk>