From 333367335312da07c64242c38b27b85f0ea1937a Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Fri, 18 Jan 2002 08:48:11 +0000 Subject: suppress potential error message when kldunloading the ixj driver --- comms/ixj/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comms') 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 -- cgit v1.2.3