Subject: Re: Bug in Part II - Fix
To: Hauke Fath <hauke@espresso.rhein-neckar.de>
From: Ted Lemon <mellon@hoffman.vix.com>
List: current-users
Date: 12/15/1997 15:54:53
If I read it correctly, the change you propose has already been made.

			       _MelloN_

*** /usr/share/mk/bsd.kmod.mk   Sun Dec 14 19:08:20 1997
--- /mo/share/mk/bsd.kmod.mk    Wed Nov  5 14:25:22 1997
***************
*** 81,87 ****

  .if !target(unload)
  unload: ${PROG}
!       /sbin/modunload -n ${KMOD}_lkmentry
  .endif

  .include <bsd.man.mk>
--- 81,87 ----

  .if !target(unload)
  unload: ${PROG}
!       /sbin/modunload -n ${KMOD}
  .endif

  .include <bsd.man.mk>