From 3cff26d8f721edeb6a253862b8fb48ec58ec9704 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 9 Nov 2007 15:46:41 +0000 Subject: have a more readable comment --- perl-install/fs/mount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/mount.pm') 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); } } -- cgit v1.2.1