X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fdomain_shellcommands.pm;h=914589529e952796cf24e9fcdb28bb40abfc2dfc;hb=e53cf6b04ea8c6f10c331d46372c486128478df0;hp=d8ae0c376620884675befaca68ef91a122514e28;hpb=dabdf357484badff95afcae50b08ec1c3bb58343;p=freeside.git diff --git a/FS/FS/part_export/domain_shellcommands.pm b/FS/FS/part_export/domain_shellcommands.pm index d8ae0c376..914589529 100644 --- a/FS/FS/part_export/domain_shellcommands.pm +++ b/FS/FS/part_export/domain_shellcommands.pm @@ -22,7 +22,7 @@ tie my %options, 'Tie::IxHash', %info = ( 'svc' => 'svc_domain', - 'desc' => 'Run remote commands via SSH, for domains.', + 'desc' => 'Run remote commands via SSH, for domains (qmail, ISPMan).', 'options' => \%options, 'notes' => <<'END' Run remote commands via SSH, for domains. You will need to @@ -34,6 +34,11 @@ Run remote commands via SSH, for domains. You will need to this.form.useradd.value = "[ \"$uid\" -a \"$gid\" -a \"$dir\" -a \"$qdomain\" ] && [ -e $dir/.qmail-$qdomain-default ] || { touch $dir/.qmail-$qdomain-default; chown $uid:$gid $dir/.qmail-$qdomain-default; }"; this.form.userdel.value = ""; this.form.usermod.value = ""; +
  • + The following variables are available for interpolation (prefixed with new_ or old_ for replace operations):