From: ivan Date: Sun, 20 Oct 2002 08:03:08 +0000 (+0000) Subject: silliness X-Git-Tag: freeside_1_4_1beta5~28 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4a8e138775525f9695d15fdbc3b0a34d79b9e14f;p=freeside.git silliness --- 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', }, ;