diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/fs/mount_point.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 4 insertions, 1 deletions
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) |