hi, actually the noip2 daemon doesn't start.
reason: now the binary code serches its configfile here: /usr/local/etc [$prefix/etc] solve: Makefile must be tricked; PREFIX=/. after it the configfiles place: /etc
diff -urN noip2.previous/FrugalBuild noip2/FrugalBuild --- noip2.previous/FrugalBuild 2005-09-18 08:39:21.000000000 +0200 +++ noip2/FrugalBuild 2005-09-18 08:40:50.000000000 +0200 @@ -1,22 +1,25 @@ -# Last Modified: Sun, 21 Aug 2005 10:55:36 +0200 +# Last Modified: Sun, 18 Sep 2005 08:40:50 +0200 # Compiling Time: 0.01 SBU # Maintainer: PasiC <[EMAIL PROTECTED]> pkgname=noip2 pkgver=2.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="a client program to auto-update dynamic DNS on www.no-ip.com" url="http://www.no-ip.com/" depends=('glibc') groups=('network-extra') archs=('i686') up2date="lynx -dump '$url/downloads.php?page=linux'|grep Download|sed -n 's/.* \(.*\)/\1/;$ p'" -source=($url/client/linux/noip-duc-linux.tar.gz rc.$pkgname) -sha1sums=('1ffe0362801d09e332d57d02b29f4ebb372583b8' \ - '6ac4a3a529433765c0649c3dbe3a0815e58e42df') +source=($url/client/linux/noip-duc-linux.tar.gz rc.$pkgname Makefile.patch) +sha1sums=('9b40c2b130aeb6ea173c28b68689ba2a5d1574f0' \ + '6ac4a3a529433765c0649c3dbe3a0815e58e42df' \ + '260b62b6e5e9ec85e294e6fb550f93add1f120d4') + build() { Fcd noip-${pkgver} + Fpatchall || return 1 Fsed '-Wall -g -O2' "$CFLAGS" Makefile Fmake Fexerel /usr/bin/noip2 diff -urN noip2.previous/Makefile.patch noip2/Makefile.patch --- noip2.previous/Makefile.patch 1970-01-01 01:00:00.000000000 +0100 +++ noip2/Makefile.patch 2005-09-18 08:22:21.000000000 +0200 @@ -0,0 +1,15 @@ +--- noip-2.1.1.orig/Makefile 2003-08-02 05:56:55.000000000 +0200 ++++ noip-2.1.1/Makefile 2005-09-18 08:22:11.000000000 +0200 +@@ -1,9 +1,9 @@ + TGT=noip2 + CC=gcc + +-PREFIX=/usr/local +-CONFDIR=${PREFIX}/etc +-BINDIR=${PREFIX}/bin ++PREFIX=/. ++CONFDIR=/etc ++BINDIR=${PREFIX}/usr/bin + + # these defines are for Linux + LIBS=
pgpI83HtSGpOQ.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
