Results 1 to 4 of 4

Thread: [Test] 12/14 patch

  1. #1
    Administrator
    Join Date
    Oct 2019
    Posts
    497

    [Test] 12/14 patch

    Updated opcodes and structs for Test.

    Patch applies to the pre_6_0_beta branch and the RC3 tarball.

    Code:
    patch -p0 < /path/to/patch/file.txt
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    78

    Re: [Test] 12/14 patch

    I've actually struggled with the patch command on and off ... Not sure if it i just play with too many distros and confuse them .. or if its something else

    in a standard centos install

    download the src to
    /root/showeq/showeq/branches/pre_6_0_beta

    Copy the patch file directly down to that same directory
    name : 2020-12-14_test_seq6.txt

    I was thinking everything was applied from that root directory
    so
    patch -p0 ./2020-12-14_test_seq6.txt

    Which just hangs for me there

    Forgive me if, it been years now since i messed with it, trying to get back up to speed.

  3. #3
    Administrator
    Join Date
    Oct 2019
    Posts
    497

    Re: [Test] 12/14 patch

    You're missing the < to redirect the file contents into patch's stdin.

    You want

    Code:
    patch -p0 < ./2020-12-14_test_seq6.txt

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    78

    Re: [Test] 12/14 patch

    blast it ... i completely glossed over that looking for something more complicated

    and thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On