search for: 0e25e95

Displaying 1 result from an estimated 1 matches for "0e25e95".

Did you mean: 0.25895
2013 Oct 22
4
[PATCH] sysprep: add feature of removing specified paths
...| 1 + sysprep/Makefile.am | 1 + sysprep/sysprep_operation_remove_path.ml | 53 ++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 sysprep/sysprep_operation_remove_path.ml diff --git a/po/POTFILES-ml b/po/POTFILES-ml index 509e786..0e25e95 100644 --- a/po/POTFILES-ml +++ b/po/POTFILES-ml @@ -50,6 +50,7 @@ sysprep/sysprep_operation_pam_data.ml sysprep/sysprep_operation_password.ml sysprep/sysprep_operation_puppet_data_log.ml sysprep/sysprep_operation_random_seed.ml +sysprep/sysprep_operation_remove_path.ml sysprep/sysprep_operatio...