diff options
author | cvs2git <cvs2git> | 2002-09-08 11:36:18 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2002-09-08 11:36:18 +0000 |
commit | a5be8c0dfd1362cf35d6883eae4bcac520c7daee (patch) | |
tree | 1d7d768a854e5b389c9f1ac265eeb3280f99ec32 /FS | |
parent | d35af6bf3827731fc639b975616b941d1e470183 (diff) | |
parent | 535b26281b31fc784923db3aabbde7766ca35a59 (diff) |
This commit was manufactured by cvs2svn to create tag 'freeside_1_4_1beta1'.freeside_1_4_1beta1
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 3c1a3de8e..251184371 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -778,7 +778,7 @@ tie my %sqlmail_options, 'Tie::IxHash', 'vpopmail' => { 'desc' => 'Real-time export to vpopmail text files', 'options' => \%vpopmail_options, - 'notes' => 'Real time export to <a href="http://inter7.com/vpopmail/">vpopmail</a> text files. <a href="http://search.cpan.org/search?dist=File-Rsync">File::Rsync</a> must be installed, and you will need to <a href="../docs/ssh.html">setup SSH for unattended operation</a>', + 'notes' => 'Real time export to <a href="http://inter7.com/vpopmail/">vpopmail</a> text files (...extended description from jeff?...) <a href="http://search.cpan.org/search?dist=File-Rsync">File::Rsync</a> must be installed.', }, }, |