From mboxrd@z Thu Jan 1 00:00:00 1970 From: justinmattock@gmail.com (Justin P. Mattock) Date: Mon, 03 May 2010 09:00:33 -0700 Subject: [refpolicy] [PATCH] Fix a typo in support/genhomedircon. In-Reply-To: <1272901701.26708.3.camel@gorn.columbia.tresys.com> References: <1272007077-2883-1-git-send-email-justinmattock@gmail.com> <4BDECECA.7030502@gmail.com> <1272901701.26708.3.camel@gorn.columbia.tresys.com> Message-ID: <4BDEF321.7050900@gmail.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 05/03/2010 08:48 AM, Christopher J. PeBenito wrote: > On Mon, 2010-05-03 at 06:25 -0700, Justin P. Mattock wrote: >> On 04/23/2010 12:17 AM, Justin P. Mattock wrote: >>> Fix a typo in support/genhomedircon. >>> >>> Signed-off-by: Justin P. Mattock >>> --- >>> support/genhomedircon | 2 +- >>> 1 files changed, 1 insertions(+), 1 deletions(-) >>> >>> diff --git a/support/genhomedircon b/support/genhomedircon >>> index 7c4c44c..01ef91d 100644 >>> --- a/support/genhomedircon >>> +++ b/support/genhomedircon >>> @@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext): >>> >>> #the idea is that we need to find all of the home_root_t directories we do this by just accepting >>> #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd >>> - #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at >>> + #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at >>> #the defined homedir for all users with UID> STARTING_UID. This list of possible root homedirs >>> #is then checked to see if it has an explicite context defined in the file_contexts. Explicit >>> #is any regex that would match it which does not end with .*$ or .+$ since those are general >> >> I have not received a response >> is this fame or shame? > > Its merged. Things like whitespace and typo fixes are low priority, and > can easily get buried under the avalanche of Fedora patches. > alright.. so it's fame on this on!! As for the avalanche of patches, that's a good thing(means lots of work), in regards to being stressed by it, I can understand!! Justin P. Mattock