From owner-svn-ports-head@freebsd.org Thu Nov 9 22:17:50 2017 Return-Path: Delivered-To: svn-ports-head@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 05751E5DC2F; Thu, 9 Nov 2017 22:17:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6B7A7B19B; Thu, 9 Nov 2017 22:17:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA9MHmeu018731; Thu, 9 Nov 2017 22:17:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9MHmD8018729; Thu, 9 Nov 2017 22:17:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201711092217.vA9MHmD8018729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Nov 2017 22:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453875 - in head/net/dhcpcd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/dhcpcd: . files X-SVN-Commit-Revision: 453875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 22:17:50 -0000 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