Displaying 3 results from an estimated 3 matches for "bz11520".
Did you mean:
11520
2016 Jul 28
3
Applying patches on bug fixes
Hello,
Could someone assist with the proper way to apply patches relating
to bug fixes? I'm specifically referencing this bug. Thanks.
https://bugzilla.samba.org/show_bug.cgi?id=11520
--
-James
2016 Jul 28
2
Applying patches on bug fixes
Am 28.07.2016 um 17:32 schrieb Marc Muehlfeld:
> * Download the patch from the Bugzilla:
> # wget -O /tmp/BZ11520.patch
> https://bugzilla.samba.org/attachment.cgi?id=1219
>
> * Change into the root of your Samba sources directory:
> # cd /usr/src/samba-4.4.4/
>
> * Apply the patch to the sources:
> # patch -p 1 < /tmp/BZ11520.patch
>
> * And the rest as usual:
> # ./c...
2016 Aug 22
2
Applying patches on bug fixes
On 7/28/2016 3:44 PM, Marc Muehlfeld wrote:
> Am 28.07.2016 um 20:44 schrieb Marc Muehlfeld:
>> Am 28.07.2016 um 17:32 schrieb Marc Muehlfeld:
>>> * Download the patch from the Bugzilla:
>>> # wget -O /tmp/BZ11520.patch
>>> https://bugzilla.samba.org/attachment.cgi?id=1219
>>>
>>> * Change into the root of your Samba sources directory:
>>> # cd /usr/src/samba-4.4.4/
>>>
>>> * Apply the patch to the sources:
>>> # patch -p 1 < /tmp/BZ1152...