Why there is no PDNSD available for OpenSUSE 11.1?

Hi.

I have awful internet connection through wifi, and want to save resolved DNS permanently.
I know about PDNSD - it can do it, but there is no one for opensuse 11.1.
Is that a problem to compile it or is it not stable enough?

Thank you.

Hi
Just grab the src rpm and rebuild it?


wget
http://www.phys.uu.nl/~rombouts/pdnsd/releases/pdnsd-1.2.7-par.src.rpm
rpmbuild --rebuild pdnsd-1.2.7-par.src.rpm
sudo rpm -Uhv /usr/src/packages/RPMS/`uname -i`/pdnsd*


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.21-0.1-default
up 6 days 0:36, 3 users, load average: 0.36, 0.23, 0.25
GPU GeForce 8600 GTS Silent - Driver Version: 180.51

Hi.

Just done it.

Works perfect. That programs should be in OpenSuSE. Small and extremely useful.

More important, that resolving IP (which is not in cache) through PDNSD goes much quicker.

I am happy, and suggest others to try that program.

Thanks.

Hi
I had a look at the src spec and you can pass options through when
building as well. It would need some additional work on the spec file
to get it building on OBS (openSuSE Build Service). You could also put
a request to packman for building?


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.2 Milestone 2 (i586) Kernel 2.6.30-rc6-git3-4-default
up 22:50, 2 users, load average: 0.36, 0.18, 0.11
CPU VIA Esther processor 1000MHz GPU VIA CX700/VX700

Hi,

I have installed it already.

I have done “make” and copy files manually to the appropriate folders and to init.d. It is only 3 files. So was not really difficult. Additionally there is a good manual, so if read it carefully there will not be a problem.

Everything works.

Thanks.