Fix some small typos.

This commit is contained in:
Bussi Andrea 2022-02-19 00:33:28 +01:00
parent 254dd5f50d
commit d9066bb553
5 changed files with 25 additions and 21 deletions

View file

@ -173,7 +173,7 @@ username/groupname rather than UID/GID.
[WARNING]
.Warning
====
Needs more eyes This list may not be complete.
Needs more eyes. This list may not be complete.
====
* Check the databases for koji, pkgdb, and bodhi for occurrences of
@ -200,7 +200,7 @@ themselves b/c they're getting a new home directory).
[WARNING]
.Warning
====
Needs more eyes This list may not be complete.
Needs more eyes. This list may not be complete.
====
* grep through ansible for occurrences of the group name.
* Check for group-members,group-admins,group-sponsors@fedoraproject.org
@ -223,7 +223,7 @@ reused.
.Note
====
Recommended to rename instead When not strictly necessary to purge all
traces of an account, it's highlyrecommended to rename the user or group
traces of an account, it's highly recommended to rename the user or group
to something like DELETED_oldusername instead of deleting. This avoids
the problems and additional checking that we have to do below.
====
@ -232,8 +232,10 @@ the problems and additional checking that we have to do below.
[WARNING]
.Warning
====
Needs more eyes This list may be incomplete. Needs more people to look
at this and find places that may need to be updated
Needs more eyes.
This list may be incomplete. Needs more people to look
at this and find places that may need to be updated.
====
* Check everything for the #Rename Accounts case.
* Figure out what boxes a user may have had access to in the past. This
@ -257,7 +259,7 @@ Any files owned by that uid must be reassigned to another user or::
.Warning
====
What to do about backups? Backups pose a special problem as they may
contain the uid that's being removed. Need to decide how to handle this
contain the uid that's being removed. Need to decide how to handle this.
====
* Add other places to check here
@ -266,8 +268,10 @@ contain the uid that's being removed. Need to decide how to handle this
[WARNING]
.Warning
====
Needs more eyes This list may be incomplete. Needs more people to look
at this and find places that may need to be updated
Needs more eyes.
This list may be incomplete. Needs more people to look
at this and find places that may need to be updated.
====
* Check everything for the #Rename Groups case.
* Figure out what boxes may have had files owned by that group. This
@ -289,6 +293,6 @@ removed.
.Warning
====
What to do about backups? Backups pose a special problem as they may
contain the gid that's being removed. Need to decide how to handle this
contain the gid that's being removed. Need to decide how to handle this.
====
* Add other places to check here