diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-11-09 22:17:48 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-11-09 22:17:48 +0000 |
commit | 68b290903b7ba2e17b76db942f8f3cef9ea15085 (patch) | |
tree | 3706fb7964791b7a9ed89f76f274e60db6ad5acf | |
parent | 4ddaaccc1714c5b16b4ade51fe24538175baacaa (diff) | |
download | ports-68b290903b7ba2e17b76db942f8f3cef9ea15085.tar.gz ports-68b290903b7ba2e17b76db942f8f3cef9ea15085.zip |
Notes
-rw-r--r-- | net/dhcpcd/Makefile | 1 | ||||
-rw-r--r-- | net/dhcpcd/files/dhcpcd.in | 2 |
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 |