Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2018 20:43:11 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r466600 - in branches/2018Q2/dns/nsnotifyd: . files
Message-ID:  <201804052043.w35KhBlU038622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Apr  5 20:43:11 2018
New Revision: 466600
URL: https://svnweb.freebsd.org/changeset/ports/466600

Log:
  MFH: r466599
  
  dns/nsnotifyd: Add basic rc script
  
  Approved by:	maintainer

Added:
  branches/2018Q2/dns/nsnotifyd/files/
     - copied from r466599, head/dns/nsnotifyd/files/
Modified:
  branches/2018Q2/dns/nsnotifyd/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/dns/nsnotifyd/Makefile
==============================================================================
--- branches/2018Q2/dns/nsnotifyd/Makefile	Thu Apr  5 20:37:15 2018	(r466599)
+++ branches/2018Q2/dns/nsnotifyd/Makefile	Thu Apr  5 20:43:11 2018	(r466600)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nsnotifyd
 PORTVERSION=	1.6
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://dotat.at/prog/nsnotifyd/
 
@@ -14,6 +15,8 @@ GNU_CONFIGURE=	yes
 
 USES=		shebangfix
 SHEBANG_FILES=	nsnotify-liststealth
+
+USE_RC_SUBR=	nsnotifyd
 
 EXEFILES=	nsnotify nsnotifyd
 BINFILES=	nsnotify-liststealth nsnotify2git nsnotify2stealth nsnotify2update



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