summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-08 12:43:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-08 12:43:54 +0000
commit14c73ed3e756c1fcd05b50eb8fd049d9f089aaae (patch)
tree6d750fa7b077e3c2f1f54e0f5c36b04eef4c6373 /perl-install/install_steps_interactive.pm
parentd23d9a881f0a581a6ca78f75fc5d42fa76cb5cf6 (diff)
downloaddrakx-backup-do-not-use-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar
drakx-backup-do-not-use-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar.gz
drakx-backup-do-not-use-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar.bz2
drakx-backup-do-not-use-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.tar.xz
drakx-backup-do-not-use-14c73ed3e756c1fcd05b50eb8fd049d9f089aaae.zip
re-add miscellaneous step, but always hidden (aka automatic)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index eb92b6014..d8fdd7208 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -947,7 +947,7 @@ try to force installation even if that destroys the first partition?"));
}
#- deprecated
-sub miscellaneous {
+sub __deprecated__miscellaneous {
return;
my ($o, $clicked) = @_;