View | Details | Raw Unified | Return to bug 203621
Collapse All | Expand All

(-)b/net-mgmt/lldpd/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lldpd
4
PORTNAME=	lldpd
5
PORTVERSION=	0.7.16
5
PORTVERSION=	0.7.18
6
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
7
MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/
7
MASTER_SITES=	http://media.luffy.cx/files/${PORTNAME}/
8
8
(-)b/net-mgmt/lldpd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lldpd-0.7.16.tar.gz) = a0b85a5e685b8e7dad08b6f20ea79d8bec47d8dbf39daef419bd20ad7f37d63f
1
SHA256 (lldpd-0.7.18.tar.gz) = 6d6ad8e13286addcbf8787d9c407a7f4bdc4f6ae67bb1d81bcd195169f5095d6
2
SIZE (lldpd-0.7.16.tar.gz) = 1536603
2
SIZE (lldpd-0.7.18.tar.gz) = 1536290
(-)b/net-mgmt/lldpd/files/README.bsd (+2 lines)
Lines 1-3 Link Here
1
# Permissions
2
1
A normal user has to be member of the _lldpd group in order to run lldpcli.
3
A normal user has to be member of the _lldpd group in order to run lldpcli.
2
4
(-)b/net-mgmt/lldpd/pkg-message (-2 / +5 lines)
Lines 1-2 Link Here
1
To run lldpd from startup, add lldpd_enable="YES" to your rc.conf.
1
To run lldpd at startup, add the following line to rc.conf:
2
Add lldpd_flags to your rc.conf to set options.
2
3
	lldpd_enable="YES"
4
5
Add lldpd_flags to rc.conf control its behaviour.

Return to bug 203621