commit | 25f84277eab5291aa0fa8c12ac39a69594611e08 | [log] [tgz] |
---|---|---|
author | Takashi Kajinami <tkajinam@redhat.com> | Sat Aug 21 21:38:43 2021 +0900 |
committer | Takashi Kajinami <tkajinam@redhat.com> | Sat Aug 21 21:58:11 2021 +0900 |
tree | 63906b72be746b1e9a89cf7f397f6a0f82067d6f | |
parent | ebc7b0ed255bc879078ec9cf54f9d6f179cec72c [diff] |
swift: Fix the empty gid option in rsyncd.conf This change fixes the empty value set to the gid option in rsyncd.conf, which was caused by reference to the invalid USER_GROUP variable, and ensures the option is set to the group which STACK_USER belongs to. This also fixes duplicate declaration of the local user_group variable. Closes-Bug: #1940742 Change-Id: Ifd0a5ef0bc5f3647f43b169df1f7176393971853