--- usr/bin/makepasswd.orig	2018-11-03 02:41:00.000000000 -0700
+++ usr/bin/makepasswd	2020-05-12 16:20:45.000000000 -0700
@@ -30,7 +30,7 @@
 $Clear = "";
 $Count = "";
 $Crypt = 0;
-$CryptMd5 = 0;
+$CryptMd5 = 1;
 $CryptSalt = "";
 $MaxChars = "";
 $MinChars = "";
@@ -471,7 +471,7 @@
 --count=N        Produce a total of N passwords (the default is one).
 --crypt          Produce encrypted passwords.
 --crypt-md5      Produce encrypted passwords using the MD5 digest (hash)
-                       algorithm.
+                       algorithm (the default).
 --cryptsalt=N    Use crypt() salt N, a positive number <= 4096.  If random
                        seeds are desired, specify a zero value (the default).
 --help           Ignore other operands and produce only this help display.
