Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23714
Modified Files:
CustomerMan.pm
Log Message:
Use correct function delete_acl from ApacheMan/Acls.pm
This will fix bug of adding a process without a processname
Index: CustomerMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/CustomerMan.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- CustomerMan.pm 14 Jan 2004 02:07:46 -0000 1.26
+++ CustomerMan.pm 1 Feb 2004 03:02:42 -0000 1.27
@@ -248,9 +248,11 @@
$r->param("ispmanDomain", $self->{'domain'});
$r->param("cn", $r->param("vhost"));
-
+
+ # NEW method in ApacheMan/Acls.pm 2004/02/01
+ $self->delete_acl($self->{'domain'}, $r->param("vhost"), $r->param('ispmanVhostAclLocation'));
+
- $self->deleteAcl($r);
$r->param("mode", "editVhost");
$r->param("vhost", $r->param("cn"));
$r->param("section", "AccessControl");
-------------------------------------------------------
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.