Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36636 - Minor typo in /etc/init.d/quota
Summary: Minor typo in /etc/init.d/quota
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-28 03:41 UTC by crazor
Modified: 2003-12-29 01:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crazor 2003-12-28 03:41:09 UTC
The init-script for sys-apps/quota-3.06-r2 contains a typo.
On start()ing, the script says:
"Checking quotas. This make take some time."
which should rather be:
"Checking quotas. This may take some time."

Reproducible: Always
Steps to Reproduce:
1.emerge sys-apps/quota-3.06-r2
2.nano -w /etc/init.d/quota
3.go to line 11
Actual Results:  
Checking quotas. This make take some time. 

Expected Results:  
Checking quotas. This may take some time.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-29 01:29:06 UTC
nice catch