Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5931
Modified Files:
Tag: rel_1_1-bugfixes
create_vhost_directories.lib
Log Message:
fixed bug #881943 (a dir ispman is created when adding vhost www)
Index: create_vhost_directories.lib
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/create_vhost_directories.lib,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -u -d -r1.9 -r1.9.4.1
--- create_vhost_directories.lib 7 Oct 2003 15:36:48 -0000 1.9
+++ create_vhost_directories.lib 24 Jan 2004 17:32:53 -0000 1.9.4.1
@@ -8,7 +8,7 @@
push @directories, "$home_directory/vhosts/$script_dir", unless ($script_dir =~ /^\//);
push @directories, "$home_directory/vhosts/$vhost/logs";
push @directories, "$home_directory/vhosts/$log_dir", if ($log_dir && $log_dir !~ /^\//);
- push @directories, "$home_directory/vhosts/$stat_dir", if ($stat_dir && stat_dir !~ /^\//);
+ push @directories, "$home_directory/vhosts/$stat_dir", if ($stat_dir && $stat_dir !~ /^\//);
my @commands=();
-------------------------------------------------------
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.