summaryrefslogtreecommitdiffstats
path: root/perl-install/swap.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-01 12:55:28 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-01 12:55:28 +0000
commit3b8e5409e6265e10709f46ac179f3ea7d014fcac (patch)
treebf01ae2f5351a8bb6afe3ef30389af4eeef23d4e /perl-install/swap.pm
parent776c50b96e47354b7c32b56f5b1965d266fd23a7 (diff)
downloaddrakx-backup-do-not-use-3b8e5409e6265e10709f46ac179f3ea7d014fcac.tar
drakx-backup-do-not-use-3b8e5409e6265e10709f46ac179f3ea7d014fcac.tar.gz
drakx-backup-do-not-use-3b8e5409e6265e10709f46ac179f3ea7d014fcac.tar.bz2
drakx-backup-do-not-use-3b8e5409e6265e10709f46ac179f3ea7d014fcac.tar.xz
drakx-backup-do-not-use-3b8e5409e6265e10709f46ac179f3ea7d014fcac.zip
*** empty log message ***
Diffstat (limited to 'perl-install/swap.pm')
-rw-r--r--perl-install/swap.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/swap.pm b/perl-install/swap.pm
index 675c521a7..4f9fcf1f3 100644
--- a/perl-install/swap.pm
+++ b/perl-install/swap.pm
@@ -64,9 +64,6 @@ sub make($;$) {
my $badpages = 0;
my ($version, $maxpages);
- $devicename or die "nowhere to set up swap on?";
- $::testing and return;
-
$devicename = devices::make($devicename);
my $nbpages = divide(devices::size($devicename), $pagesize);