From 14352801e4bf9d1c3a76f2520e6f7476e24e7987 Mon Sep 17 00:00:00 2001 From: hjp Date: Thu, 27 Apr 2006 15:10:38 +0000 Subject: [PATCH] Mapping dir -> dos drive letters updated. --- quotacheck/quotacheck.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quotacheck/quotacheck.pl b/quotacheck/quotacheck.pl index 484833f..e0d4b15 100644 --- a/quotacheck/quotacheck.pl +++ b/quotacheck/quotacheck.pl @@ -10,9 +10,9 @@ my $hostname; sub warnmsg { my ($mount, $usage, $soft, $hard, $grace, $unit, $user) = @_; my %dosdrv = ( - '/common' => 'H:', + '/shares/common' => 'H:', '/wsrdb/users' => 'J:', - '/fc4700' => 'K:', + '/shares/user' => 'K:', '/usr/local/www' => 'W:', ); my $sunit = $unit eq "Files" ? "i" : "b";