From 535b26281b31fc784923db3aabbde7766ca35a59 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Sep 2002 09:10:55 +0000 Subject: [PATCH] get rid of extraneous `vpopmail machine' field --- FS/FS/part_export.pm | 2 +- 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'), -- 2.11.0