Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 22:17:48 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453875 - in head/net/dhcpcd: . files
Message-ID:  <201711092217.vA9MHmD8018729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Nov  9 22:17:48 2017
New Revision: 453875
URL: https://svnweb.freebsd.org/changeset/ports/453875

Log:
  net/dhcpcd: remove nostart keyword from rc script
  
  PR:		213018
  Submitted by:	roy@marples.name (maintainer)

Modified:
  head/net/dhcpcd/Makefile
  head/net/dhcpcd/files/dhcpcd.in

Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile	Thu Nov  9 22:17:07 2017	(r453874)
+++ head/net/dhcpcd/Makefile	Thu Nov  9 22:17:48 2017	(r453875)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dhcpcd
 PORTVERSION=	6.11.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://roy.marples.name/downloads/dhcpcd/ \
 		ftp://roy.marples.name/pub/dhcpcd/\

Modified: head/net/dhcpcd/files/dhcpcd.in
==============================================================================
--- head/net/dhcpcd/files/dhcpcd.in	Thu Nov  9 22:17:07 2017	(r453874)
+++ head/net/dhcpcd/files/dhcpcd.in	Thu Nov  9 22:17:48 2017	(r453875)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: dhclient
-# KEYWORD: nojail nostart
+# KEYWORD: nojail
 #
 
 . /etc/rc.subr



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