From ff93c84f70d94087bfa178889b8dbbd465919f53 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Wed, 20 May 2020 13:30:07 +0100 Subject: [PATCH] correct users conversion program name --- Changes | 4 ++-- perl/DXUser.pm | 2 +- perl/{users-v3-to-v4.pl => convert-users-v3-to-v4.pl} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename perl/{users-v3-to-v4.pl => convert-users-v3-to-v4.pl} (100%) diff --git a/Changes b/Changes index a5188e22..c2d4e117 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ 20May20======================================================================= 1. Strip out conversion from users.v2 and v3 to new json format file into a - new program called convert-v3-to-v4.pl. In theory, this program *could* be - run at any time and is backported to mojo and master branches. + new program called convert-users-v3-to-v4.pl. In theory, this program + *could* be run at any time and is backported to mojo and master branches. 19May20======================================================================= 1. Convert all remaining commands and areas within the program that used the DB_File/Storable interface to DXUsers.pm to use the (hopefully) more stable diff --git a/perl/DXUser.pm b/perl/DXUser.pm index d9c16600..ee24c5d4 100644 --- a/perl/DXUser.pm +++ b/perl/DXUser.pm @@ -197,7 +197,7 @@ sub init $v4 = 1; readinjson(); } else { - die "User file $filename missing, please run users-v3-to-v4.pl or copy a user_json backup from somewhere\n"; + die "User file $filename missing, please run convert-users-v3-to-v4.pl or copy a user_json backup from somewhere\n"; } } diff --git a/perl/users-v3-to-v4.pl b/perl/convert-users-v3-to-v4.pl similarity index 100% rename from perl/users-v3-to-v4.pl rename to perl/convert-users-v3-to-v4.pl -- 2.34.1