X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;h=8a56bab1cf3018ccd6e65174805650538f91c55e;hb=35effa1bf4ac902547615c816960bbc8db8e7256;hp=9dab281fc973213c0c13a4a86271101afcfdcf11;hpb=dabdf357484badff95afcae50b08ec1c3bb58343;p=freeside.git diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index 9dab281fc..8a56bab1c 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -48,7 +48,7 @@ tie my %options, 'Tie::IxHash', %info = ( 'svc' => 'svc_acct', - 'desc' => 'Real-time export via remote SSH (vpopmail, etc.)', + 'desc' => 'Real-time export via remote SSH (vpopmail, ISPMan)', 'options' => \%options, 'notes' => <<'END' Run remote commands via SSH. username@domain (rather than just usernames) are @@ -62,11 +62,21 @@ the same username with different domains. You will need to
  • +
  • The following variables are available for interpolation (prefixed with @@ -80,6 +90,8 @@ The following variables are available for interpolation (prefixed with
  • $uid
  • $gid
  • $finger - GECOS, already quoted for the shell (do not add additional quotes) +
  • $first - First name of GECOS, already quoted for the shell (do not add additional quotes) +
  • $last - Last name of GECOS, already quoted for the shell (do not add additional quotes)
  • $dir - home directory
  • $shell
  • $quota