diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-06 19:24:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-06 19:24:03 +0000 |
commit | 12e2b5c87a379eec81c5e2d80b67493689691082 (patch) | |
tree | 102f4af9d8bcd168175a4f4dddda3e5862d82c70 /perl-install/standalone/diskdrake | |
parent | 41ba541d10a02a787d5fe4974a9c389093c3b155 (diff) | |
download | drakx-12e2b5c87a379eec81c5e2d80b67493689691082.tar drakx-12e2b5c87a379eec81c5e2d80b67493689691082.tar.gz drakx-12e2b5c87a379eec81c5e2d80b67493689691082.tar.bz2 drakx-12e2b5c87a379eec81c5e2d80b67493689691082.tar.xz drakx-12e2b5c87a379eec81c5e2d80b67493689691082.zip |
make perl_checker happy
Diffstat (limited to 'perl-install/standalone/diskdrake')
-rwxr-xr-x | perl-install/standalone/diskdrake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index 8f42d9664..2297a07de 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -68,6 +68,7 @@ if ($>) { my $in = 'interactive'->vnew('su'); if ($type eq 'fileshare') { + require any; any::fileshare_config($in); $in->exit(0); } |