diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-09 15:46:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-09 15:46:41 +0000 |
commit | 3cff26d8f721edeb6a253862b8fb48ec58ec9704 (patch) | |
tree | fb04690d64d14f6a480ed8d54db2cfcdd325310c /perl-install | |
parent | 093e8243080df843a655d3c03d889d1839e542f3 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/fs/mount.pm | 2 |
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); } } |