ispman/lib create_vhost_directories.lib,1.9,1.10

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4515

Modified Files:
	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.10
diff -u -d -r1.9 -r1.10
--- create_vhost_directories.lib	7 Oct 2003 15:36:48 -0000	1.9
+++ create_vhost_directories.lib	24 Jan 2004 17:22:51 -0000	1.10
@@ -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.