aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2017-11-10 06:17:48 +0800
committerswills <swills@FreeBSD.org>2017-11-10 06:17:48 +0800
commitf71133acc6102764d2f1f4ddf16f69b49a902a1b (patch)
tree3706fb7964791b7a9ed89f76f274e60db6ad5acf
parent996cc4a69346b3cf059b3c648ef2e0c61e56bc38 (diff)
downloadfreebsd-ports-gnome-f71133acc6102764d2f1f4ddf16f69b49a902a1b.tar.gz
freebsd-ports-gnome-f71133acc6102764d2f1f4ddf16f69b49a902a1b.tar.zst
freebsd-ports-gnome-f71133acc6102764d2f1f4ddf16f69b49a902a1b.zip
net/dhcpcd: remove nostart keyword from rc script
PR: 213018 Submitted by: roy@marples.name (maintainer)
-rw-r--r--net/dhcpcd/Makefile1
-rw-r--r--net/dhcpcd/files/dhcpcd.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index f37ee8a1ea09..f946742f3f5d 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -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/\
diff --git a/net/dhcpcd/files/dhcpcd.in b/net/dhcpcd/files/dhcpcd.in
index e9695b34f5e4..58968892c178 100644
--- a/net/dhcpcd/files/dhcpcd.in
+++ b/net/dhcpcd/files/dhcpcd.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: dhclient
-# KEYWORD: nojail nostart
+# KEYWORD: nojail
#
. /etc/rc.subr