ispman/install-data/ldifs conf.sys_vars.ldif, 1.14, 1.15
Joerg Delker <[email protected]> Sat, 03 Jan 2009 11:21:19 +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-serv14062/install-data/ldifs Modified Files: conf.sys_vars.ldif Log Message: appended note about empty field values Index: conf.sys_vars.ldif =================================================================== RCS file: /cvsroot/ispman/ispman/install-data/ldifs/conf.sys_vars.ldif,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- conf.sys_vars.ldif 21 Dec 2008 15:56:18 -0000 1.14 +++ conf.sys_vars.ldif 3 Jan 2009 11:21:17 -0000 1.15 @@ -66,7 +66,7 @@ ispmanVarAlias: Domain Action Scripts ispmanModule: sys_vars ispmanVal: none -ispmanQuestion: Optional hooks, which can be selected on domain creation to trigger external actions.<br/>Format: script|decription[,script|description]*<br/> +ispmanQuestion: Optional hooks, which can be selected on domain creation to trigger external actions.<br/>Format: script|decription[,script|description]* or "none" for no actions<br/> Example: example1.pl|Example1 Script,example2.pl|Example2 Script<br/> Scripts need to be placed in the tasks dir. @@ -76,7 +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/>Format: script|decription[,script|description]*<br/> +ispmanQuestion: Optional hooks, which can be selected on vhost creation to trigger external actions.<br/>Format: script|decription[,script|description]* or "none" for no actions<br/> Example: example1.pl|Example1 Script,example2.pl|Example2 Script<br/> Scripts need to be placed in the tasks dir. ------------------------------------------------------------------------------