Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 32673

Summary: About the rc script of quota on Security Guide
Product: [OLD] Docs-user Reporter: HAGIHARA Yoshiaki <hagi>
Component: Gentoo Security GuideAssignee: Sven Vermeulen (RETIRED) <swift>
Status: RESOLVED FIXED    
Severity: normal CC: docs-team, hardened
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to the gentoo security guide
Patch 2 to gentoo security guide

Description HAGIHARA Yoshiaki 2003-11-03 17:31:22 UTC
On the XML 972-974:
  level that turns quotas on every time we boot. Copy and paste the following
  script to a file called <path>/etc/init.d/quotas</path>. Simply create the
  file (it does not exist) and make it executable.

The rc script of quota is included sys-apps/quota-3.06-r1 or later.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-11-07 07:26:45 UTC
Created attachment 20376 [details, diff]
Patch to the gentoo security guide

This patch updates the guide by removing the quotas script listing and just
use
"rc-update add quotas default".

If a docdev can review I would appreciate it.
Comment 2 HAGIHARA Yoshiaki 2003-11-07 08:24:11 UTC
Well. The filename of quota's rc script is "quota" not "quotas". So you may
use "rc-update add quota default".

And the word "quoates" is correct? (I'm not sure because of my poor English.
Sorry in advance. :-) )
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2003-11-07 08:52:59 UTC
Created attachment 20379 [details, diff]
Patch 2 to gentoo security guide

Make mental note: do not create patches after gazing for hours to your
screen...

This one should remove the typos.
Comment 4 Benny Chuang (RETIRED) gentoo-dev 2003-11-07 16:26:55 UTC
patch looks good
Comment 5 Sven Vermeulen (RETIRED) gentoo-dev 2003-11-10 04:46:11 UTC
Committed. Thx.