From 4a8e138775525f9695d15fdbc3b0a34d79b9e14f Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 Oct 2002 08:03:08 +0000 Subject: [PATCH] silliness --- FS/FS/part_export.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index a31567bbf..3058f4d64 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -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', }, ; -- 2.20.1