diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-01-18 08:48:11 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-01-18 08:48:11 +0000 |
commit | 333367335312da07c64242c38b27b85f0ea1937a (patch) | |
tree | ae6c2aaeba7a21360098c07d1a896368d5d219a4 /comms/ixj | |
parent | Change PORTSDIR to ${WRKDIRPREFIX}${.CURDIR}/../../ so that bento (diff) |
suppress potential error message when kldunloading the ixj driver
Notes
Notes:
svn path=/head/; revision=53288
Diffstat (limited to 'comms/ixj')
-rw-r--r-- | comms/ixj/pkg-plist | 2 |
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 |