From cebc13ad35a2c63ba7cf1374d60a32beaa01f275 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 21 Feb 2011 13:34:58 -0600 Subject: POSIX: Implement recursive attribute for nonexistent Paths The POSIX client tool now has the ability to recursively remove the contents of a specified directory provided there are no other managed entries under the directory. Signed-off-by: Sol Jerome --- doc/server/configurationentries.txt | 2 +- doc/server/plugins/generators/rules.txt | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt index 8741e56f5..6e6ab79f7 100644 --- a/doc/server/configurationentries.txt +++ b/doc/server/configurationentries.txt @@ -87,7 +87,7 @@ necessary for the Path type specified. | | | applies to only | | | | | YUMng) | | +-------------+----------------------+-----------------+--------------------------+ -| nonexistent | New | Specify a path | name | +| nonexistent | New | Specify a path | name, recursive | | | | that should not | | | | | exist | | +-------------+----------------------+-----------------+--------------------------+ diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt index fe60a24fd..c3c4b61c4 100644 --- a/doc/server/plugins/generators/rules.txt +++ b/doc/server/plugins/generators/rules.txt @@ -251,14 +251,17 @@ hardlink nonexistent ^^^^^^^^^^^ -+------+--------------------+-------------+ -| Name | Description | Values | -+======+====================+=============+ -| name | Name of the | String | -| | (nonexistent) file | | -+------+--------------------+-------------+ -| type | Type of file | nonexistent | -+------+--------------------+-------------+ ++-----------+--------------------+-------------+ +| Name | Description | Values | ++===========+====================+=============+ +| name | Name of the | String | +| | (nonexistent) file | | ++-----------+--------------------+-------------+ +| type | Type of file | nonexistent | ++-----------+--------------------+-------------+ +| recursive | Recursively remove | true | +| | directory contents | | ++-----------+--------------------+-------------+ permissions ^^^^^^^^^^^ -- cgit v1.2.3-1-g7c22