Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 15:21:28 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r340613 - branches/2014Q1/net/netatalk3/files
Message-ID:  <201401211521.s0LFLSZF022687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Tue Jan 21 15:21:27 2014
New Revision: 340613
URL: http://svnweb.freebsd.org/changeset/ports/340613
QAT: https://qat.redports.org/buildarchive/r340613/

Log:
  MFH: (r340612)
  
  Correct a patch mangled in transfer.
  
  Reported by:	mat
  Approved by:	portmgr (cleaning up previous commit)

Modified:
  branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c
==============================================================================
--- branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Tue Jan 21 15:18:01 2014	(r340612)
+++ branches/2014Q1/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Tue Jan 21 15:21:27 2014	(r340613)
@@ -1,6 +1,6 @@
---- etc/afpd/afp_mdns.c.orig	2013-10-28 06:43:13.000000000 -0700
-+++ etc/afpd/afp_mdns.c	2014-01-17 22:10:59.000000000 -0800
-@@ -37,17 +37,15 @@
+--- etc/afpd/afp_mdns.c.orig	2014-01-21 15:12:49.465373000 +0000
++++ etc/afpd/afp_mdns.c	2014-01-21 15:15:03.618213000 +0000
+@@ -36,18 +36,16 @@ static pthread_t       poller;
  /*
   * Its easier to use asprintf to set the TXT record values
   */
@@ -26,7 +26,7 @@
      }
  
  static struct pollfd *fds;
-@@ -134,7 +132,7 @@
+@@ -134,7 +132,7 @@ static void register_stuff(const AFPObj 
  
      /* Register our service, prepare the TXT record */
      TXTRecordCreate(&txt_adisk, 0, NULL);



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