Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 1995 10:06:06 -0700
From:      Peter Wemm <peter>
To:        CVS-commiters, cvs-sbin
Subject:   cvs commit: src/sbin/modload modload.8 modload.c
Message-ID:  <199510281706.KAA29327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       95/10/28 10:06:05

  Modified:    sbin/modload  modload.8 modload.c
  Log:
  Add a few more heuristics to modload:
  1: generate the outfile in /tmp if it's not specified explicitly.
  2: if the outfile was implicitly placed in /tmp, automatically remove it.
  
  This means that you can type: modload /lkm/ipfw_mod.o and it'll work, it
  wont try and write to /lkm, and it wont leave the (normally) useless
  symbol file.
  
  This should not interfere with things like ibcs2 and atapi, which
  export some symbols from one LKM to the other by leaving the symbol file.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510281706.KAA29327>