diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 7d362b166..29aeea8c4 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -100,11 +100,6 @@ sub add_users { } } -sub enableShadow() { - run_program::rooted($::prefix, "pwconv") or log::l("pwconv failed"); - run_program::rooted($::prefix, "grpconv") or log::l("grpconv failed"); -} - sub hdInstallPath() { my $tail = first(readlink("/tmp/image") =~ m|^(?:/tmp/)?hdimage/*(.*)|); my $head = first(readlink("/tmp/hdimage") =~ m|$::prefix(.*)|); |