Create a sample configuration file that should now work also with the ETS5.

This commit is contained in:
Matthias Fechner 2020-05-04 21:16:49 +00:00
parent d892e08344
commit eeb0232a47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533988

View File

@ -31,6 +31,6 @@ CONFIGURE_ARGS?=--disable-systemd --disable-usb \
LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib"
post-install:
(cd ${WRKSRC} && src/server/knxd_args -d -e 15.15.1 -E 15.15.2:8 -D -T -S -b ipt:192.168.0.117 -u /var/run/knxd > ${STAGEDIR}${PREFIX}/etc/knxd.conf.sample)
(cd ${WRKSRC} && src/server/knxd_args -d -e 15.15.1 -E 15.15.2:8 -D -T -S -B single -b ipt:192.168.0.117 -u /var/run/knxd > ${STAGEDIR}${PREFIX}/etc/knxd.conf.sample)
.include <bsd.port.mk>