Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10828/lib
Modified Files:
delete_vhost_directories.lib
Log Message:
added logdir, statdir to DeleteVhostDirectories process
no further default action here, because it could do considerable harm
Index: delete_vhost_directories.lib
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/delete_vhost_directories.lib,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- delete_vhost_directories.lib 1 Feb 2004 15:04:52 -0000 1.2
+++ delete_vhost_directories.lib 1 Feb 2004 15:26:23 -0000 1.3
@@ -1,5 +1,9 @@
sub delete_vhost_directories_handler{
- my ($vhost, $home_directory, $htdocs_dir, $cgibin_dir)=@_;
+ my ($vhost, $home_directory, $htdocs_dir, $cgibin_dir, $log_dir, $stat_dir)=@_;
+
+ # Please provide your own actions for removing any created dir
+
+ # only dirs under vhostdir are deleted by default
my $command="rm -rf $home_directory/vhosts/$vhost";
print "Running $command\n";
system ($command);
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.