diff options
author | swills <swills@FreeBSD.org> | 2017-11-10 06:17:48 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-11-10 06:17:48 +0800 |
commit | f71133acc6102764d2f1f4ddf16f69b49a902a1b (patch) | |
tree | 3706fb7964791b7a9ed89f76f274e60db6ad5acf /net | |
parent | 996cc4a69346b3cf059b3c648ef2e0c61e56bc38 (diff) | |
download | freebsd-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)
Diffstat (limited to 'net')
-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 |