1 package FS::part_export::sysvshell;
3 use vars qw(@ISA %info);
5 use FS::part_export::passwdfile;
7 @ISA = qw(FS::part_export::passwdfile);
9 tie my %options, 'Tie::IxHash', %FS::part_export::passwdfile::options;
14 'Batch export of /etc/passwd and /etc/shadow files (Linux, Solaris)',
15 'options' => \%options,
18 MD5 crypt requires installation of
19 <a href="http://search.cpan.org/dist/Crypt-PasswdMD5">Crypt::PasswdMD5</a>
20 from CPAN. Run bin/sysvshell.export to export the files.