diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-03-15 18:44:28 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-03-15 18:44:28 +0000 |
commit | 7e4ff7000e35891a57a855a19e33641abccf873d (patch) | |
tree | 6ec12a61945c4d9574ba9a212a12c061531bfc54 | |
parent | 17983af9de40a70a9caa2aed632d6b3c8c52251a (diff) | |
download | ports-7e4ff7000e35891a57a855a19e33641abccf873d.tar.gz ports-7e4ff7000e35891a57a855a19e33641abccf873d.zip |
Notes
-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" |