At 9:44 PM -0400 2004-08-11, David Relson wrote:

 No!  Recursive grep commands include a directory specification, hence
 don't need to be executed from a specific subdirectory.  My "egrep -r
 ... /usr/lib/mailman" command searches mailman's source tree.

I have no idea what OS you're using and where the "source" code is placed relative to the data files, etc... on your system, but on Mailman default installations, /usr/local/mailman is the home directory for *everything* related to Mailman, including source/executable code, log files, data files, queue directories, etc....


If you run a recursive grep of the sort you recommend on the entire /usr/local/mailman directory hierarchy, you are likely to run into the 20,000 file problem previously mentioned.

If you want to limit yourself to just the source code, you need to search /usr/local/mailman/Mailman, /usr/local/mailman/bin, etc... and make sure you don't include any of those log directories, queue directories, etc....

--
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

    -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
    Assembly to the Governor, November 11, 1755

  SAGE member since 1995.  See <http://www.sage.org/> for more info.
------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to