mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
d4363cffed
While here, add LICENSE_FILE Release notes: The following mentionable changes have been made: - An -u options has been added. If defined, dsbdriverd starts dhclient(8) on Ethernet devices that appeared after loading the corresponding driver. - An -l option has been added. It lists installed devices and their corresponding driver. - Entries for if_qlnxe(4), if_bnxt(4), mpr(4), mrsas(4), and pms(4) have been added to the driver database. - Reconnect if the connection to devd(8) was lost. - The manual page now uses the mdoc(7) format. PR: 221258 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
26 lines
495 B
Makefile
26 lines
495 B
Makefile
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dsbdriverd
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://freeshell.de/~mk/download/
|
|
|
|
MAINTAINER= mk@nic-nac-project.org
|
|
COMMENT= Hardware detecting, device driver loading daemon
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= tar:tgz
|
|
|
|
MAKE_ARGS+= DBDIR=${DATADIR}
|
|
|
|
PORTDATA= drivers.db
|
|
|
|
USE_RC_SUBR= dsbdriverd
|
|
|
|
PLIST_FILES= libexec/dsbdriverd man/man8/dsbdriverd.8.gz
|
|
|
|
.include <bsd.port.mk>
|