From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: sendEmail-1.56-1 Date: Wed, 13 Feb 2019 17:25:34 +0000 Message-ID: <5AF3AA5F-37F8-457D-B3A7-0939D1B33A3A@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5680392868828855885==" List-Id: --===============5680392868828855885== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Rob, Would you re-submit this patch with =E2=80=9Cgit send-email=E2=80=9D so that = Patchwork can pick it up and it can be merged? Best, -Michael > On 10 Feb 2019, at 22:00, Rob Brewer wrote: >=20 > Hi Michael, >=20 > Rob Brewer wrote: >=20 >>> No. Please change the patch accordingly and submit again. >>>=20 >>=20 >> Updated..... >>=20 >> --- 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) >=20 > Sorry the above is wrong. It is a diff from my modified sendEmail >=20 > To patch the original use: >=20 > --- 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) >=20 >=20 > Rob --===============5680392868828855885==--