X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_sysop.pl;h=40fc6f05314392a1a38c794fcb269d801f76a3b5;hb=f35f0015904ecac74bd6e2ecf9cac79df0c00aaf;hp=11673e3146f55694f654bd1b7771811e779d1fcf;hpb=83e360f5c54444dc63a14de5124ad0a78624bf5a;p=spider.git diff --git a/perl/create_sysop.pl b/perl/create_sysop.pl index 11673e31..40fc6f05 100755 --- a/perl/create_sysop.pl +++ b/perl/create_sysop.pl @@ -6,7 +6,7 @@ # # Copyright (c) 1998 Dirk Koopman G1TLH # -# $Id$ +# # # make sure that modules are searched in the order local then perl @@ -84,7 +84,9 @@ if (-e $lockfn) { close CLLOCK; } -if (-e "$userfn") { +$DXUser::v3 = 1; + +if (-e "$userfn.v2" || -e "$userfn.v3") { print "Do you wish to destroy your user database (THINK!!!) [y/N]: "; $ans = ; if ($ans =~ /^[Yy]/) {