mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
suppress potential error message when kldunloading the ixj driver
This commit is contained in:
parent
054b01d277
commit
3333673353
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53288
@ -1,4 +1,4 @@
|
||||
@unexec kldunload ixj || true
|
||||
@unexec kldunload ixj 2> /dev/null || true
|
||||
modules/ixj.ko
|
||||
include/sys/telephony.h
|
||||
include/sys/ixjuser.h
|
||||
|
Loading…
Reference in New Issue
Block a user