From 76d55b0e8e544e23ad22892fce5c15fc282ef352 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 3 Apr 2005 14:33:39 +0000 Subject: add /usr/local and /opt to suggestions_mntpoints --- perl-install/fsedit.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index fd2f89e04..6f28ff6fe 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -43,9 +43,8 @@ foreach (values %suggestions) { } my @suggestions_mntpoints = ( - "/var/ftp", "/var/www", "/boot", + "/var/ftp", "/var/www", "/boot", '/usr/local', '/opt', arch() =~ /sparc/ ? "/mnt/sunos" : arch() =~ /ppc/ ? "/mnt/macos" : "/mnt/windows", - #- RedHat also has /usr/local and /opt ); #-###################################################################################### -- cgit v1.2.1