silliness
authorivan <ivan>
Sun, 20 Oct 2002 08:03:08 +0000 (08:03 +0000)
committerivan <ivan>
Sun, 20 Oct 2002 08:03:08 +0000 (08:03 +0000)
FS/FS/part_export.pm

index a31567b..3058f4d 100644 (file)
@@ -274,8 +274,6 @@ sub check {
   ;
   return $error if $error;
 
-  warn $self->machine. "!!!\n";
-
   $self->machine =~ /^([\w\-\.]*)$/
     or return "Illegal machine: ". $self->machine;
   $self->machine($1);
@@ -645,7 +643,7 @@ tie my %vpopmail_options, 'Tie::IxHash',
   'dir'     => { label=>'directory', }, # ?more info? default?
   'uid'     => { label=>'vpopmail uid' },
   'gid'     => { label=>'vpopmail gid' },
-  'restart' => { label=>'vpopmail restart command',
+  'restart' => { label=> 'vpopmail restart command',
                  default=> 'cd /home/vpopmail/domains; for domain in *; do /home/vpopmail/bin/vmkpasswd $domain; done; /var/qmail/bin/qmail-newu; killall -HUP qmail-send',
                },
 ;