diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/lldpd/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/lldpd/files/lldpd.in | 2 |
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" |