From cbc128354ed6c6f4d9c5b9f3628fe8a13bd9ddbf Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Thu, 19 Jun 2014 11:42:14 +0200 Subject: [PATCH] manpages: update of manpages for loading configuration Manual pages for new functionality. Because loading files from directory is already implemented in cgconfig tool, there is nothing new. cgrulesengd reads only templates from given files. Rules for writing templates are already specified. Signed-off-by: Jan Chaloupka Acked-by: Ivana Hutarova Varekova --- doc/man/cgconfig.conf.5 | 7 ++++++- doc/man/cgrulesengd.8 | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/man/cgconfig.conf.5 b/doc/man/cgconfig.conf.5 index be80e4e9..a7d99354 100644 --- a/doc/man/cgconfig.conf.5 +++ b/doc/man/cgconfig.conf.5 @@ -251,6 +251,9 @@ Templates does not use .B default section settings. +.I /etc/cgconfig.d/ +directory can be used for additional configuration files. cgrulesengd searches this directory for additional templates. + .\"********************************************" .SH EXAMPLES .LP @@ -783,10 +786,12 @@ related to them. .SH FILES .LP .PD .1v -.TP 20 +.TP .B /etc/cgconfig.conf .TP default libcgroup configuration file +.B /etc/cgconfig.d/ +default libcgroup configuration files directory .PD .SH SEE ALSO diff --git a/doc/man/cgrulesengd.8 b/doc/man/cgrulesengd.8 index 2e89c5b0..749b6fc4 100644 --- a/doc/man/cgrulesengd.8 +++ b/doc/man/cgrulesengd.8 @@ -65,10 +65,16 @@ controls verbosity of the tool. Allowed values are \fBDEBUG\fR, .SH FILES .LP .PD .1v -.TP 20 +.TP .B /etc/cgrules.conf .TP the default libcgroup configuration file +.TP +.B /etc/cgconfig.conf +the default templates file +.TP +.B /etc/cgconfig.d/ +the default templates directory .SH SEE ALSO cgrules.conf (5) -- 2.47.2