aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-01-18 08:48:11 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-01-18 08:48:11 +0000
commit333367335312da07c64242c38b27b85f0ea1937a (patch)
treeae6c2aaeba7a21360098c07d1a896368d5d219a4 /comms
parent054b01d2775f906dd26219245e0af0dc53af6724 (diff)
downloadports-333367335312da07c64242c38b27b85f0ea1937a.tar.gz
ports-333367335312da07c64242c38b27b85f0ea1937a.zip
suppress potential error message when kldunloading the ixj driver
Notes
Notes: svn path=/head/; revision=53288
Diffstat (limited to 'comms')
-rw-r--r--comms/ixj/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ixj/pkg-plist b/comms/ixj/pkg-plist
index 94d1413657b1..9c1e0470461a 100644
--- a/comms/ixj/pkg-plist
+++ b/comms/ixj/pkg-plist
@@ -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