Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610760 - general-concepts/filesystem: further clarify /var
Summary: general-concepts/filesystem: further clarify /var
Status: CONFIRMED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Devmanual Team
URL: http://www.pathname.com/fhs/pub/fhs-2...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-24 02:50 UTC by Göktürk Yüksek
Modified: 2017-02-24 02:50 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 Göktürk Yüksek archtester gentoo-dev 2017-02-24 02:50:46 UTC
Currently, we have the following explanations:

  /var: Program generated data
  /var/lib: General application generated data

The FHS has better description for those and we should improve the text based on that, and also remember to update the quizzes. Something like the following sounds better to me:

  /var: Variable data files that include logging, administrative, temporary and persistent application generated data
  /var/lib: Holds the state information pertaining to an application.