get rid of extraneous `vpopmail machine' field
authorivan <ivan>
Thu, 5 Sep 2002 09:10:55 +0000 (09:10 +0000)
committerivan <ivan>
Thu, 5 Sep 2002 09:10:55 +0000 (09:10 +0000)
FS/FS/part_export.pm
FS/FS/part_export/vpopmail.pm

index 9645feb..2511843 100644 (file)
@@ -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' },
index c0105c0..cc8136e 100644 (file)
@@ -67,7 +67,7 @@ sub vpopmail_queue {
   };
   $queue->insert(
     $exportdir,
-    $self->option('machine'),
+    $self->machine,
     $self->option('dir'),
     $self->option('uid'),
     $self->option('gid'),