summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-09 15:46:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-09 15:46:41 +0000
commit3cff26d8f721edeb6a253862b8fb48ec58ec9704 (patch)
treefb04690d64d14f6a480ed8d54db2cfcdd325310c /perl-install/fs/mount.pm
parent093e8243080df843a655d3c03d889d1839e542f3 (diff)
downloaddrakx-3cff26d8f721edeb6a253862b8fb48ec58ec9704.tar
drakx-3cff26d8f721edeb6a253862b8fb48ec58ec9704.tar.gz
drakx-3cff26d8f721edeb6a253862b8fb48ec58ec9704.tar.bz2
drakx-3cff26d8f721edeb6a253862b8fb48ec58ec9704.tar.xz
drakx-3cff26d8f721edeb6a253862b8fb48ec58ec9704.zip
have a more readable comment
Diffstat (limited to 'perl-install/fs/mount.pm')
-rw-r--r--perl-install/fs/mount.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/mount.pm b/perl-install/fs/mount.pm
index 571aee09f..6b9191a73 100644
--- a/perl-install/fs/mount.pm
+++ b/perl-install/fs/mount.pm
@@ -173,7 +173,7 @@ sub part {
if ($options =~ /usrquota|grpquota/ && member($part->{fs_type}, qw(ext3 ext4dev))) {
if (! find { -e "$mntpoint/$_" } qw(aquota.user aquota.group quota.user quota.group)) {
#- quotacheck will create aquota.user and/or aquota.group,
- #- needed for quotas on ext[34].
+ #- needed for quotas on ext3/ext4.
run_program::run('quotacheck', $mntpoint);
}
}