Yuka Posted April 19, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Share Posted April 19, 2014 Hello, I'd like to patch this diff: http://rathena.org/board/topic/72571-battleground-system-without-waitingroom/ on my root which runs on Centos 5.9 32bit. Can someone help me out? I already tried this: http://rathena.org/wiki/Diff It tells me that the command "patch" was not found. Thanks. Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 19, 2014 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted April 19, 2014 cd /root/rAthena/ yum install patch patch -p1 < battleground_17102.diff So this is what I need to do, right?Do I need to shut the server down for this? Thanks! u need to shut it down when u recompile it 1 Quote Link to comment Share on other sites More sharing options...
Cydh Posted April 19, 2014 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted April 19, 2014 yum install patch that wiki said -p0, if ur .diff file has a/ and b/ before the file name --- map/clif.c, use -p1 Quote Link to comment Share on other sites More sharing options...
Yuka Posted April 19, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Author Share Posted April 19, 2014 yum install patch that wiki said -p0, if ur .diff file has a/ and b/ before the file name --- map/clif.c, use -p1 cd /root/rAthena/ yum install patch patch -p1 < battleground_17102.diff So this is what I need to do, right? Do I need to shut the server down for this? Thanks! Quote Link to comment Share on other sites More sharing options...
Yuka Posted April 22, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Author Share Posted April 22, 2014 Okay, I've made it. But the patch seem to be broken. Quote Link to comment Share on other sites More sharing options...
Question
Yuka
Hello,
I'd like to patch this diff: http://rathena.org/board/topic/72571-battleground-system-without-waitingroom/
on my root which runs on Centos 5.9 32bit.
Can someone help me out? I already tried this: http://rathena.org/wiki/Diff
It tells me that the command "patch" was not found.
Thanks.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.