Hello Rob, Would you re-submit this patch with “git send-email” so that Patchwork can pick it up and it can be merged? Best, -Michael > On 10 Feb 2019, at 22:00, Rob Brewer wrote: > > Hi Michael, > > Rob Brewer wrote: > >>> No. Please change the patch accordingly and submit again. >>> >> >> Updated..... >> >> --- lfs/sendEmail 2019-02-03 09:52:33.517456033 +0000 >> +++ lfs/sendEmail.2 2019-02-10 16:21:30.662927661 +0000 >> @@ -63,8 +63,8 @@ >> @$(PREBUILD) >> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) >> cd $(DIR_APP) && cp -pvf sendEmail /usr/local/bin >> - chown root.nobody /usr/local/bin/sendEmail >> - chmod 04750 /usr/local/bin/sendEmail >> + chown root.root /usr/local/bin/sendEmail >> + chmod 755 /usr/local/bin/sendEmail >> @rm -rf $(DIR_APP) >> @$(POSTBUILD) > > Sorry the above is wrong. It is a diff from my modified sendEmail > > To patch the original use: > > --- lfs/sendEmail 2019-02-10 21:49:48.392705266 +0000 > +++ lfs/sendEmail.2 2019-02-10 16:21:30.662927661 +0000 > @@ -63,6 +63,7 @@ > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) > cd $(DIR_APP) && cp -pvf sendEmail /usr/local/bin > + chown root.root /usr/local/bin/sendEmail > chmod 755 /usr/local/bin/sendEmail > @rm -rf $(DIR_APP) > @$(POSTBUILD) > > > Rob