ispman/bin ispman.ldap2apache,1.10,1.11
Joerg Delker <[email protected]> Mon, 18 Sep 2006 21:03:10 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12751/bin
Modified Files:
ispman.ldap2apache
Log Message:
adjusted to modified make_vhosts_conf
Index: ispman.ldap2apache
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.ldap2apache,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ispman.ldap2apache 17 Sep 2006 19:48:50 -0000 1.10
+++ ispman.ldap2apache 18 Sep 2006 21:03:08 -0000 1.11
@@ -14,7 +14,7 @@
if ( $opts{'h'} ) {
print "$FindBin::Script -d debugLevel[1|2|3] [-a]\n";
print
-"\t-a\tMake vhosts.conf will all vhosts and not just the ones where webhost is this host\n";
+ "\t-a\tMake vhosts.conf will all vhosts and not just the ones where webhost is this host\n";
print "\n";
exit;
}
@@ -41,7 +41,6 @@
$ldapBaseDN = $ispman->getConf('ldapBaseDN');
$install_dir = $ispman->getConf("installDir");
require "$install_dir/lib/http.lib";
-$template = $ispman->getTemplate("$install_dir/templates/vhosts.conf.template");
my $filter = "objectclass=ispmanVirtualHost";
@@ -61,7 +60,7 @@
$vhosts->{$_}{'ispmanDomain'} );
}
-&make_vhosts_conf($template);
+&make_vhosts_conf();
if ( $ispman->getConf("apacheVhostsStyle") =~ /dir/m ) {
for ( keys %$vhosts ) {
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV