From owner-freebsd-ports@freebsd.org Wed Aug 31 11:33:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A516BC9917 for ; Wed, 31 Aug 2016 11:33:31 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6997A7D9 for ; Wed, 31 Aug 2016 11:33:31 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: by mailman.ysv.freebsd.org (Postfix) id 68E0BBC9916; Wed, 31 Aug 2016 11:33:31 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66372BC9915 for ; Wed, 31 Aug 2016 11:33:31 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from nilaya.lain.pl (nilaya.lain.pl [IPv6:2001:41d0:d:492::]) by mx1.freebsd.org (Postfix) with ESMTP id 2A54C7D8 for ; Wed, 31 Aug 2016 11:33:30 +0000 (UTC) (envelope-from sthalik@misaki.pl) Received: from [192.168.2.42] (c106-252.icpnet.pl [62.21.106.252]) by nilaya.lain.pl (Postfix) with ESMTPSA id DCA9240117; Wed, 31 Aug 2016 13:33:21 +0200 (CEST) Subject: Re: FreeBSD Port: noip-2.1.9_3 To: "James A. McGuire" , sthalik@tehran.lain.pl References: Cc: ports@freebsd.org From: Stanislaw Halik Message-ID: <8d22b341-b1ec-f2b9-d7e0-61564bdb8bb2@misaki.pl> Date: Wed, 31 Aug 2016 13:33:20 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 11:33:31 -0000 On 2016-08-31 Wed 13:17, James A. McGuire wrote: > Since no-ip introduced their policy to remove non-updated subdomains > every 30 days. I have to manually go to the no-ip website and confirm > that I wish to keep my subdomain. I believe the reason for this is that > my ISP is only updating my dynamic IP address every 60-90 days, and I > believe that the no-ip client is therefore not sending updates to no-ip. > > Is this the case and if so, can this behaviour be modified so that the > client will issue an update to the no-ip servers within 30 days even if > the IP has not changed? Hey, It can sure be changed with a patch. I'd like however to wait for someone with ports commit bit to comment as to whether that change lies within the scope of what the ports tree does. My understanding is that the ports tree generally doesn't introduce new functionality. What you can do however without any ports/ commits is to stop the daemon, clobber noip's internal state in the right way, then restart it to force an update to be issued, weekly or daily. cheers, sh