ispman/bin ispman-agent,1.71,1.72

Joerg Delker <[email protected]> Wed, 27 Sep 2006 21:56:31 +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-serv4703/bin

Modified Files:
	ispman-agent 
Log Message:
fixed bug [ 1566589 ] vhost uid problems

Index: ispman-agent
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman-agent,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ispman-agent	7 Sep 2006 20:58:16 -0000	1.71
+++ ispman-agent	27 Sep 2006 21:56:29 -0000	1.72
@@ -172,7 +172,16 @@
 # Stanislav Sinyagin <ssinyagin-/[email protected]>
 # Jobs are ordered by priority. #1 goes first.
 # Default priority is 100.
-%jobPriorities = ( 'createMailbox' => 1 );
+%jobPriorities = (
+    'createMailbox'                => 1,
+    'createDomainDirectories'      => 10,
+    'AddVirtualHostDirectories'    => 11,
+    'AddVirtualHost'               => 12,
+    'createHomeDirectory'          => 13,
+    'deleteHomeDirectory'          => 20,
+    'DeleteVirtualHostDirectories' => 21,
+    'deleteDomainDirectories'      => 22
+);
 
 sub jobPriority {
     my $job = shift;


-------------------------------------------------------------------------
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