X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fwww_shellcommands.pm;h=9d3564e12efa57788c9cce4f10951539f2f95305;hb=289e35fa98f95021ccda7830146c6c9742302f70;hp=dd909376bfb48f7cc13cdfaa25c06b619689af60;hpb=c37aa003cc514cde5058ba3d94b0b1a133807579;p=freeside.git diff --git a/FS/FS/part_export/www_shellcommands.pm b/FS/FS/part_export/www_shellcommands.pm index dd909376b..9d3564e12 100644 --- a/FS/FS/part_export/www_shellcommands.pm +++ b/FS/FS/part_export/www_shellcommands.pm @@ -22,7 +22,7 @@ tie my %options, 'Tie::IxHash', %info = ( 'svc' => 'svc_www', - 'desc' => 'Run remote commands via SSH, for virtual web sites.', + 'desc' => 'Run remote commands via SSH, for virtual web sites (directory maintenance, FrontPage, ISPMan)', 'options' => \%options, 'notes' => <<'END' Run remote commands via SSH, for virtual web sites. You will need to @@ -37,13 +37,19 @@ Run remote commands via SSH, for virtual web sites. You will need to this.form.usermod.value = "[ -n \"$old_zone\" ] && rm /var/www/$old_zone; [ \"$old_zone\" != \"$new_zone\" -a -n \"$new_zone\" ] && ( mv $old_homedir/$old_zone $new_homedir/$new_zone; ln -sf $new_homedir/$new_zone /var/www/$new_zone ); [ \"$old_username\" != \"$new_username\" ] && chown -R $new_username $new_homedir/$new_zone; ln -sf $new_homedir/$new_zone /var/www/$new_zone"; '>
  • + +
  • - + '> The following variables are available for interpolation (prefixed with new_ or old_ for replace operations):