From 1e14a5e07df71cf985921cefac53b8873e813bcb Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 21 Jun 2002 09:57:05 +0000 Subject: [PATCH] no, don't check for duplicates like this by default... not new-export style --- bin/passwd.import | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/passwd.import b/bin/passwd.import index d8fc01344..fbf27370f 100755 --- a/bin/passwd.import +++ b/bin/passwd.import @@ -1,5 +1,5 @@ #!/usr/bin/perl -Tw -# $Id: passwd.import,v 1.4 2002-06-21 09:15:59 ivan Exp $ +# $Id: passwd.import,v 1.5 2002-06-21 09:57:05 ivan Exp $ use strict; use vars qw(%part_svc); @@ -86,10 +86,10 @@ while () { my $svcpart = $shell_svcpart; - if ( qsearchs('svc_acct', { 'username' => $username } ) ) { - warn "warning: $username already exists; skipping\n"; - next; - } + #if ( qsearchs('svc_acct', { 'username' => $username } ) ) { + # warn "warning: $username already exists; skipping\n"; + # next; + #} my($svc_acct) = new FS::svc_acct ({ 'svcpart' => $svcpart, -- 2.11.0