diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-29 09:29:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-29 09:29:05 +0000 |
commit | eeee228b9b102abad4f6334d0a88de41be951137 (patch) | |
tree | c95640e1fdc1a6843eed94927a2eca2240d08588 /sys-apps/quota | |
parent | Added gnuconfig support to detect mips machines properly (diff) | |
download | historical-eeee228b9b102abad4f6334d0a88de41be951137.tar.gz historical-eeee228b9b102abad4f6334d0a88de41be951137.tar.bz2 historical-eeee228b9b102abad4f6334d0a88de41be951137.zip |
typo fix in the initscript, thanks to: crazor@web.de in bug #36636
Diffstat (limited to 'sys-apps/quota')
-rw-r--r-- | sys-apps/quota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/quota/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/quota/files/quota.rc | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog index 20948d1cff07..2d5b989e756d 100644 --- a/sys-apps/quota/ChangeLog +++ b/sys-apps/quota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/quota # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.19 2003/12/10 10:18:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.20 2003/12/29 09:28:59 seemant Exp $ + + 29 Dec 2003; Seemant Kulleen <seemant@gentoo.org> files/quota.rc: + typo fix in the initscript, thanks to: crazor@web.de in bug #36636 10 Dec 2003; Seemant Kulleen <seemant@gentoo.org> quota-3.06-r1.ebuild, quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, diff --git a/sys-apps/quota/Manifest b/sys-apps/quota/Manifest index fac21e15b685..5dc8a1153ed6 100644 --- a/sys-apps/quota/Manifest +++ b/sys-apps/quota/Manifest @@ -2,10 +2,10 @@ MD5 435eff5ff8bd36fae5e4e4f9e371a2e7 quota-3.06.ebuild 1043 MD5 5d668f51c8afb4c543aa363316d932fc quota-3.06-r2.ebuild 1223 MD5 b80f9464e51dc32d41dfedb8a8790740 quota-3.06-r1.ebuild 1106 MD5 a6779d5af06dd0d7d6329599d8264b6e quota-3.09.ebuild 1200 -MD5 4df9611cfe690a8c909a35146f54bb08 ChangeLog 3324 +MD5 07c5614b3716ea5b11d50f31fb8a6777 ChangeLog 3464 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 0d3ff3aaef898c9bb1d7243e20e93913 files/quota-no-quotactl-manpage.patch 958 -MD5 a26d206672c294341ce1ebed4acc45b1 files/quota.rc 441 +MD5 b2a668400536083d045cb65ad51a34b2 files/quota.rc 440 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06 62 MD5 0a55ad0559999fe3044a502022c513ed files/digest-quota-3.09 62 MD5 fe63ca32e32411f6aa067fdc6d451ae9 files/digest-quota-3.06-r1 62 diff --git a/sys-apps/quota/files/quota.rc b/sys-apps/quota/files/quota.rc index fc3c10b2edfa..8c4a0ed2886c 100644 --- a/sys-apps/quota/files/quota.rc +++ b/sys-apps/quota/files/quota.rc @@ -8,7 +8,7 @@ start() { ebegin "Starting Quota" if [ -x /sbin/quotacheck ] then - echo "Checking quotas. This make take some time." + echo "Checking quotas. This may take some time." /sbin/quotacheck -avug echo "Done." fi |