import ladvd, from maintainer Paul de Weerd.
LADVD uses CDP / LLDP frames to inform switches about connected hosts, which simplifies ethernet switch management. It does this by creating the required payloads and descriptors on startup and then switching to a non-privileged user for the remaining runtime.
This commit is contained in:
parent
b25c23fe18
commit
382b97f29c
25
net/ladvd/Makefile
Normal file
25
net/ladvd/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/27 21:29:56 sthen Exp $
|
||||
|
||||
COMMENT = LLDP/CDP sender for UNIX
|
||||
|
||||
DISTNAME = ladvd-0.6.0
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://blinkenlights.nl/software/ladvd/
|
||||
|
||||
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --with-user=_ladvd
|
||||
|
||||
WANTLIB = c
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/ladvd/distinfo
Normal file
5
net/ladvd/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ladvd-0.6.0.tar.gz) = 9a4idQW/J7mLzyypfh5CFQ==
|
||||
RMD160 (ladvd-0.6.0.tar.gz) = yXRAmgn6mflnaTB2yYg8GqKTdZw=
|
||||
SHA1 (ladvd-0.6.0.tar.gz) = mpHLayO8ITw+bOWoxjMn/hWZc7w=
|
||||
SHA256 (ladvd-0.6.0.tar.gz) = CsfZiYrk+Bdrn6aBQMC3+loBXABMYsxbumRADN05HXE=
|
||||
SIZE (ladvd-0.6.0.tar.gz) = 97266
|
4
net/ladvd/pkg/DESCR
Normal file
4
net/ladvd/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
LADVD uses CDP / LLDP frames to inform switches about connected hosts,
|
||||
which simplifies ethernet switch management. It does this by creating
|
||||
the required payloads and descriptors on startup and then switching
|
||||
to a non-privileged user for the remaining runtime.
|
9
net/ladvd/pkg/PLIST
Normal file
9
net/ladvd/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/27 21:29:56 sthen Exp $
|
||||
@newgroup _ladvd:606
|
||||
@newuser _ladvd:606:606:daemon:Link Advertisement Daemon:/var/empty:/sbin/nologin
|
||||
@man man/man8/ladvd.8
|
||||
@bin sbin/ladvd
|
||||
share/doc/ladvd/
|
||||
share/doc/ladvd/ChangeLog
|
||||
share/doc/ladvd/LICENSE
|
||||
share/doc/ladvd/README
|
Loading…
Reference in New Issue
Block a user