ispman/install-data/ldifs conf.sys_vars.ldif, 1.13, 1.14

Joerg Delker <[email protected]> Sun, 21 Dec 2008 15:56:21 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data/ldifs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31314/install-data/ldifs

Modified Files:
	conf.sys_vars.ldif 
Log Message:
added format description

Index: conf.sys_vars.ldif
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/ldifs/conf.sys_vars.ldif,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- conf.sys_vars.ldif	19 Feb 2007 00:26:05 -0000	1.13
+++ conf.sys_vars.ldif	21 Dec 2008 15:56:18 -0000	1.14
@@ -65,8 +65,9 @@
 ispmanVar: domainActions
 ispmanVarAlias: Domain Action Scripts
 ispmanModule: sys_vars
-ispmanVal: addvhost_action.pl|addmailrec_action.pl
-ispmanQuestion: Optional hooks, which can be selected on domain creation to trigger external actions.<br>
+ispmanVal: none
+ispmanQuestion: Optional hooks, which can be selected on domain creation to trigger external actions.<br/>Format: script|decription[,script|description]*<br/>
+ Example: example1.pl|Example1 Script,example2.pl|Example2 Script<br/>
  Scripts need to be placed in the tasks dir.
 
 dn: ispmanVar=vhostActions, ispmanModule=sys_vars, ou=conf, %%ldapBaseDN%%
@@ -75,6 +76,7 @@
 ispmanVarAlias: VHost Action Scripts
 ispmanModule: sys_vars
 ispmanVal: none
-ispmanQuestion: Optional hooks, which can be selected on vhost creation to trigger external actions.<br>
+ispmanQuestion: Optional hooks, which can be selected on vhost creation to trigger external actions.<br/>Format: script|decription[,script|description]*<br/>
+ Example: example1.pl|Example1 Script,example2.pl|Example2 Script<br/>
  Scripts need to be placed in the tasks dir.
 


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