diff options
author | ivan <ivan> | 2002-06-11 09:51:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-11 09:51:23 +0000 |
commit | 340906d63346ccf1cffe138e58feb5244e1aa0a2 (patch) | |
tree | 229e9ce9311124d04cb38e134562b7405aa4941b | |
parent | fe45096f26f6267607ffe63eb3003ef3450a2a87 (diff) |
notes
-rw-r--r-- | FS/FS/part_export.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 7661d7e10..52c8213a0 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -615,14 +615,14 @@ tie my %sqlmail_options, 'Tie::IxHash', 'Batch export of /etc/passwd and /etc/shadow files (Linux/SysV)', 'options' => \%sysvshell_options, 'nodomain' => 'Y', - 'notes' => 'MD5 crypt requires installation of <a href="http://search.cpan.org/search?dist=Crypt-PasswdMD5">Crypt::PasswdMD5</a> from CPAN.', + 'notes' => 'MD5 crypt requires installation of <a href="http://search.cpan.org/search?dist=Crypt-PasswdMD5">Crypt::PasswdMD5</a> from CPAN. Run shell.export, etc.', }, 'bsdshell' => { 'desc' => 'Batch export of /etc/passwd and /etc/master.passwd files (BSD)', 'options' => \%bsdshell_options, 'nodomain' => 'Y', - 'notes' => 'MD5 crypt requires installation of <a href="http://search.cpan.org/search?dist=Crypt-PasswdMD5">Crypt::PasswdMD5</a> from CPAN.', + 'notes' => 'MD5 crypt requires installation of <a href="http://search.cpan.org/search?dist=Crypt-PasswdMD5">Crypt::PasswdMD5</a> from CPAN. Run shell.export, etc.', }, # 'nis' => { # 'desc' => |