b95810
diff -up shadow-4.6/src/usermod.c.move-home shadow-4.6/src/usermod.c
b95810
--- shadow-4.6/src/usermod.c.move-home	2018-05-28 14:59:05.594076665 +0200
b95810
+++ shadow-4.6/src/usermod.c	2018-05-28 15:00:28.479837392 +0200
b95810
@@ -1845,6 +1845,11 @@ static void move_home (void)
b95810
 			         Prog, prefix_user_home, prefix_user_newhome);
827aa9
 			fail_exit (E_HOMEDIR);
827aa9
 		}
827aa9
+	} else {
827aa9
+		fprintf (stderr,
827aa9
+		         _("%s: The previous home directory (%s) does "
827aa9
+		           "not exist or is inaccessible. Move cannot be completed.\n"),
b95810
+		         Prog, prefix_user_home);
827aa9
 	}
827aa9
 }
827aa9