Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 17:56:16 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479537 - head/dns/namesilo_ddns/files
Message-ID:  <201809111756.w8BHuGoT068699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Tue Sep 11 17:56:16 2018
New Revision: 479537
URL: https://svnweb.freebsd.org/changeset/ports/479537

Log:
  Fix paths-- old version committed by mistake.

Modified:
  head/dns/namesilo_ddns/files/patch-eb8e01

Modified: head/dns/namesilo_ddns/files/patch-eb8e01
==============================================================================
--- head/dns/namesilo_ddns/files/patch-eb8e01	Tue Sep 11 17:55:08 2018	(r479536)
+++ head/dns/namesilo_ddns/files/patch-eb8e01	Tue Sep 11 17:56:16 2018	(r479537)
@@ -6,8 +6,8 @@ Subject: [PATCH] Fix use case where A and MX records (
 
 diff --git a/README.md b/README.md
 index 8b3f27e..1c18fde 100644
---- a/README.md
-+++ b/README.md
+--- README.md
++++ README.md
 @@ -1,5 +1,5 @@
  -----------------------------------------------------------------
 -# namesilo_ddns version 2.0
@@ -17,8 +17,8 @@ index 8b3f27e..1c18fde 100644
  This is a shell script to update Namesilo's DNS record when IP changed. Set to run this script as cronjob in your system.
 diff --git a/namesilo_ddns.sh b/namesilo_ddns.sh
 index 741956e..ab1e0c3 100644
---- a/namesilo_ddns.sh
-+++ b/namesilo_ddns.sh
+--- namesilo_ddns.sh
++++ namesilo_ddns.sh
 @@ -1,6 +1,6 @@
  #!/bin/sh
  



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