From 2b6cfe3f053b6fd881be7ecafa6c05c8d7851d6e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 24 May 2010 09:55:20 +0000 Subject: fix detection of /var partition --- perl-install/NEWS | 1 + perl-install/fs/mount_point.pm | 2 +- perl-install/install/NEWS | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 5d5559541..9bf8b16ef 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -2,6 +2,7 @@ window on top of everything (doesn't work on the Ones), use any::set_wm_hints_if_needed instead (#59155) - allow forcing raid metadata version +- fix detection of /var partition Version 13.28 - 19 May 2010 diff --git a/perl-install/fs/mount_point.pm b/perl-install/fs/mount_point.pm index e1a09d934..2e7f01b67 100644 --- a/perl-install/fs/mount_point.pm +++ b/perl-install/fs/mount_point.pm @@ -15,7 +15,7 @@ sub guess_mount_point { '/boot' => 'vmlinuz', '/tmp' => '.X11-unix', '/usr' => 'src', - '/var' => 'catman', + '/var' => 'spool', ); my $handle = any::inspect($part, $prefix) or return; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 8650b7acf..b28c2a43e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix detection of /var partition + Version 13.27 - 18 May 2010 - always set resume= when a swap is available, regardless of its size (#34681) -- cgit v1.2.1