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

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

  Modified:    sbin/modload  modload.8 modload.c
  Log:
  Make modload calculate a reasonable default entry point name, in light
  of the recent changes to bsd.kmod.mk, which enforces that the entry
  point be <modname>_mod, unless overridden.
  
  This means that when modloading "/lkm/foo_mod.o", it'll use "foo_mod"
  as the default entry point (instead of xxxinit) unless you specify
  another via the -e option.



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