aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorrodrigo <rodrigo@FreeBSD.org>2015-03-16 02:44:28 +0800
committerrodrigo <rodrigo@FreeBSD.org>2015-03-16 02:44:28 +0800
commit1a3fbf48a6931449a4c279158ce4ec3ba82c6a0d (patch)
tree6ec12a61945c4d9574ba9a212a12c061531bfc54 /net-mgmt
parentdea564d745fc103652af8954e447afa5b0cb0298 (diff)
downloadfreebsd-ports-gnome-1a3fbf48a6931449a4c279158ce4ec3ba82c6a0d.tar.gz
freebsd-ports-gnome-1a3fbf48a6931449a4c279158ce4ec3ba82c6a0d.tar.zst
freebsd-ports-gnome-1a3fbf48a6931449a4c279158ce4ec3ba82c6a0d.zip
Fix rc script
Bump port revision PR: 198571 Submitted by: <jason.unovitch@gmail.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/lldpd/Makefile1
-rw-r--r--net-mgmt/lldpd/files/lldpd.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile
index 73982793d7d0..4f40faffe3f6 100644
--- a/net-mgmt/lldpd/Makefile
+++ b/net-mgmt/lldpd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lldpd
PORTVERSION= 0.7.13
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/
diff --git a/net-mgmt/lldpd/files/lldpd.in b/net-mgmt/lldpd/files/lldpd.in
index a632beeab204..5847e2d11ed4 100644
--- a/net-mgmt/lldpd/files/lldpd.in
+++ b/net-mgmt/lldpd/files/lldpd.in
@@ -27,6 +27,4 @@ load_rc_config $name
command=%%PREFIX%%/sbin/${name}
pidfile=/var/run/${name}.pid
-command_args=${lldpd_flags}
-
run_rc_command "$1"