diff options
author | ivan <ivan> | 2002-09-05 09:10:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-09-05 09:10:55 +0000 |
commit | 535b26281b31fc784923db3aabbde7766ca35a59 (patch) | |
tree | 4aa9db68d77fae133e494df06b9001dfba073946 | |
parent | 6b1038b81b5d5824b54376abf7b1e562cde17cb9 (diff) |
get rid of extraneous `vpopmail machine' field
-rw-r--r-- | FS/FS/part_export.pm | 2 | ||||
-rw-r--r-- | FS/FS/part_export/vpopmail.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 9645feb98..251184371 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -641,7 +641,7 @@ tie my %infostreet_options, 'Tie::IxHash', ; tie my %vpopmail_options, 'Tie::IxHash', - 'machine' => { label=>'vpopmail machine', }, + #'machine' => { label=>'vpopmail machine', }, 'dir' => { label=>'directory', }, # ?more info? default? 'uid' => { label=>'vpopmail uid' }, 'gid' => { label=>'vpopmail gid' }, diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm index c0105c045..cc8136e25 100644 --- a/FS/FS/part_export/vpopmail.pm +++ b/FS/FS/part_export/vpopmail.pm @@ -67,7 +67,7 @@ sub vpopmail_queue { }; $queue->insert( $exportdir, - $self->option('machine'), + $self->machine, $self->option('dir'), $self->option('uid'), $self->option('gid'), |