summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-03 14:33:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-03 14:33:39 +0000
commit76d55b0e8e544e23ad22892fce5c15fc282ef352 (patch)
tree681be133cda99c342f7398bd8d5020ebae822f3d /perl-install/fsedit.pm
parent6b04f5dd8d5786f1f4788bf50cab56c7b953c07a (diff)
downloaddrakx-backup-do-not-use-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar
drakx-backup-do-not-use-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar.gz
drakx-backup-do-not-use-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar.bz2
drakx-backup-do-not-use-76d55b0e8e544e23ad22892fce5c15fc282ef352.tar.xz
drakx-backup-do-not-use-76d55b0e8e544e23ad22892fce5c15fc282ef352.zip
add /usr/local and /opt to suggestions_mntpoints
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm3
1 files changed, 1 insertions, 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
);
#-######################################################################################