summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/passwdfile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/passwdfile.pm')
-rw-r--r--FS/FS/part_export/passwdfile.pm18
1 files changed, 0 insertions, 18 deletions
diff --git a/FS/FS/part_export/passwdfile.pm b/FS/FS/part_export/passwdfile.pm
deleted file mode 100644
index 2978d25..0000000
--- a/FS/FS/part_export/passwdfile.pm
+++ /dev/null
@@ -1,18 +0,0 @@
-package FS::part_export::passwdfile;
-
-use strict;
-use vars qw(@ISA %options);
-use Tie::IxHash;
-use FS::part_export::null;
-
-@ISA = qw(FS::part_export::null);
-
-tie %options, 'Tie::IxHash',
- 'crypt' => { label=>'Password encryption',
- type=>'select', options=>[qw(crypt md5)],
- default=>'crypt',
- },
-;
-
-1;
-