patch -sp1 < ../eggdrop-1.6.18-ssl.patch
missing header for unified diff at line 3 of patch
The text leading up to this was:
--------------------------
|--- Makefile.in 2004-08-28 08:43:21.000000000 +0200
|+++ Makefile.in 2006-07-16 17:10:06.163487064 +0200
--------------------------
File to patch:
[130:1:0][drunk0w@drunkat:pts/0][eggdrop1.6.18] $ patch -sp1 < ../eggdrop-1.6.18-ssl.patch
missing header for unified diff at line 3 of patch
The text leading up to this was:
--------------------------
|--- Makefile.in 2004-08-28 08:43:21.000000000 +0200
|+++ Makefile.in 2006-07-16 17:10:06.163487064 +0200
--------------------------
File to patch:
Skip this patch? [y]
4 out of 4 hunks ignored
missing header for unified diff at line 50 of patch
The text leading up to this was:
--------------------------
|--- aclocal.m4 2006-07-10 01:13:54.000000000 +0200
|+++ aclocal.m4 2006-07-16 17:10:06.165486760 +0200
--------------------------
File to patch:
When I try to apply this patch, nothing happens, it just stalls rite after I hit enter, and doesnt display anything on the screen. I have to hit Ctrl+Z to exit. What is wrong?
Ok on a fresh untar of eggdrop1.6.18.tar.gz copy eggdrop-1.6.18-ssl.patch to eggdrop1.6.18 cd into the dir if your not already thereand run 'patch -p0 < eggdrop-1.6.18-ssl.patch' then './configure && make && make install' then your all set, worked perfect on FreeBSD 6.2 ok the steps:
(Assuming you have already downloaded the appropriate files)
tar xf eggdrop1.6.18.tar.gz
tar xf eggdrop-1.6.18-ssl.patch.gz
cp eggdrop-1.6.18-ssl.patch ~/eggdrop1.6.18
cd eggdrop1.6.18
patch -p0 < eggdrop-1.6.18-ssl.patch
./configure && make config && make && make install
Then you can copy over any other important files such as eggdrop.conf and any other user/chan files you might need. Also don't forget to add 'set use-ssl 1' in your eggdrop.conf file and then your off off and away, hope this helps someone, took me a bit to figure out on my own, also the server is just written as normal on whatever port is ssl, example 'irc.somenet.org:6697" the bot does the rest.