ispman/tasks execVhostActions_task.pl,1.2,1.3

Joerg Delker <[email protected]> Sat, 03 Jan 2009 16:17:28 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/tasks
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25829/tasks

Modified Files:
	execVhostActions_task.pl 
Log Message:
extended params to execVhostAction script to entire vhost hash

Index: execVhostActions_task.pl
===================================================================
RCS file: /cvsroot/ispman/ispman/tasks/execVhostActions_task.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- execVhostActions_task.pl	3 Jan 2009 16:02:00 -0000	1.2
+++ execVhostActions_task.pl	3 Jan 2009 16:17:25 -0000	1.3
@@ -10,6 +10,8 @@
         return 0;
     }
 
+    # Pass script the FQHN of the vhost
+    # (adjust as appropriate)
     push @cmd, $ispman->getConf("installDir")."/tasks/".$params->{'script'}
-             . " " . $params->{'uidNumber'};
+             . " " . $params->{'cn'};
 }


------------------------------------------------------------------------------