Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 16:07:14 -0200
From:      "Danilo E. Gondolfo" <danilo@freebsd.org>
To:        miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mjl@luckie.org.nz,  KATO Tsuguru <tkato432@yahoo.com>
Subject:   Re: ports/185881: [patch] dns/ddclient does not start after update to 3.8.2
Message-ID:  <52DC1452.7090205@freebsd.org>
In-Reply-To: <201401191630.s0JGU3fE029217@freefall.freebsd.org>
References:  <201401191630.s0JGU3fE029217@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------020407010501030606090403
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Matthew, please, can you test this patch?

I think that is better keep the config file in the original path.

--------------020407010501030606090403
Content-Type: text/x-patch;
 name="ddclient.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="ddclient.patch"

Index: Makefile
===================================================================
--- Makefile	(revision 340325)
+++ Makefile	(working copy)
@@ -39,7 +39,7 @@
 		's|/usr|${PREFIX}|g'
 	@${REINPLACE_CMD} -e \
 		's|%%PERL%%|${PERL}| ; \
-		 s|%%ETCDIR%%|${ETCDIR}| ; \
+		 s|%%ETCDIR%%|${PREFIX}/etc| ; \
 		 s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/ddclient
 
 do-install:

--------------020407010501030606090403--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52DC1452.7090205>