oooh, sounds like a candidate for a drush extension.<br><br>See <a href="http://drupal.org/project/drush">http://drupal.org/project/drush</a> and <a href="http://drupal.org/project/drush_extras">http://drupal.org/project/drush_extras</a><br>
<br>In its version two in Drupal 6, for example, drush exists entirely outside of Drupal, so on a production server with several different sites, or on your own development box or testing machine, you can install once and run many times.<br>
<br>Moreover, it is not a module, but a self-contained system. And the cool part is that in your home user directory you can store easy-to-write extensions, starting with drush_extras (./home/drush).<br><br>Victor Kane<br>
<a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div class="gmail_quote">On Wed, Feb 11, 2009 at 1:50 AM, Jon Antoine <span dir="ltr">&lt;<a href="mailto:antoinesolutions@gmail.com">antoinesolutions@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">After installing Drupal many times and having to check file<br>
permissions to make sure the site was secure, I got to thinking about<br>
how to automate this process. &nbsp;I started by writing a script to take<br>
care of this, but eventually I thought a Drupal module might be the<br>
way to go. &nbsp;The module could provide a hook, say hook_file_security,<br>
that would take an array of files names and their suggested security<br>
parameters. &nbsp;This could work very similar to the updates module<br>
providing information on the admin/reports/status page and an<br>
admin/reports/file-security page that displayed all installed modules,<br>
their files, the suggested security settings, and the current security<br>
settings.<br>
<br>
Well, that is the base idea I had. &nbsp;I think something like this would<br>
really help new users of Drupal and I&#39;m pretty sure it&#39;s possible<br>
since the installation script reports on the security settings of the<br>
files directory and the settings.php file. &nbsp;Any thoughts, ideas,<br>
suggestions are welcome.<br>
<br>
Cheers,<br>
<font color="#888888"><br>
Jon<br>
</font></blockquote></div><br>