From 0a7d36c71e387b5c2fa95fb14685ea274e6d5aca Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Wed, 9 Oct 2013 21:09:42 +0200 Subject: Renamed runtimedir to runstatedir. A new variable named runstatedir has been defined in the GNU Coding Standards. Comfignat had runtimedir for the same purpose. The name is now changed to keep Comfignat compatible with the GNU Coding Standards. This change also improves the documentation of runstatedir and lockdir. --- manual.en.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manual.en.html') diff --git a/manual.en.html b/manual.en.html index d46954d..d0aff66 100755 --- a/manual.en.html +++ b/manual.en.html @@ -280,6 +280,16 @@ to create the subdirectory under stage_cachedir.

install log files but you may want to create a separate subdirectory under stage_logdir if your program writes its own log files.

+
  • Small files that take part in describing the state of the system and +that exist only while the program is running, such as process identifier files +and transient Unix-domain sockets, shall be sought and created under +Comfignat.Runstatedir. (This is not the place for +temporary files in general.)

  • + +
  • Lock files that are used to prevent multiple programs from trying to +access a device or other resource at the same time shall be sought and created +under Comfignat.Lockdir.

  • +
  • Ada specifications, C headers and other source files that are needed for compilation of other software that uses your libraries shall be placed under Comfignat.Stage_Includedir by build project files, usually under a -- cgit v1.2.3