Revert changes committed accidentally in r528497

This commit is contained in:
Michael Gmelin 2020-03-15 19:15:08 +00:00
parent 3a9096e598
commit db8197d0a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528498
4 changed files with 10 additions and 22 deletions

View File

@ -84,24 +84,6 @@ reload_precmd() {
fi
}
icinga2_checkfib () {
echo "Checkfib called"
exit 1
if command -v check_namevarlist > /dev/null 2>&1; then
check_namevarlist fib && return 0
fi
$SYSCTL net.fibs >/dev/null 2>&1 || return 0
icinga2_fib=${icinga2_fib:-"NONE"}
if [ "x$icinga2_fib" != "xNONE" ]
then
command="/usr/sbin/setfib -F ${icinga2_fib} ${command}"
else
return 0
fi
}
start_precmd() {
# Create necessary directories / change ownership
# While this is also done through pkg-plist, /var might be on a ramdisk,

View File

@ -32,8 +32,8 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSREL} < 12.1
IGNORE= requires FreeBSD versions 12.1+, this system is running ${OSVERSION}
.if ${OSVERSION} < 1201000
IGNORE= requires FreeBSD versions 12.1+, this system is running ${OSREL}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1581675377
TIMESTAMP = 1581662226
SHA256 (wulf7-iichid-0.0.1_GH0.tar.gz) = 282540487df1eb3f202f7beb440f68f43801662cb8f817931f09879c1f007a98
SIZE (wulf7-iichid-0.0.1_GH0.tar.gz) = 51001

View File

@ -1 +1,7 @@
Test
FreeBSD driver for I2C HID touchscreens (and may be other devices)
A complete discussion about how to use this tool can be found at:
https://larastechlab.blogspot.com/2020/01/i2c-touchpads-on-freebsd-130-current.html
WWW: https://github.com/wulf7/iichid