Here's a shot at removing the binaries and manuals that are obsolete
after the lkm removal.  I hope I caught them all.

There remains the user _lkm in /etc/groups.  I am unsure how to remove that
one properly.

Index: faq/current.html
===================================================================
RCS file: /cvs/www/faq/current.html,v
retrieving revision 1.557
diff -u -p -r1.557 current.html
--- faq/current.html    6 Oct 2014 15:43:04 -0000       1.557
+++ faq/current.html    13 Oct 2014 12:26:31 -0000
@@ -76,6 +76,7 @@
 <li><a href="#20140915">2014/09/15 - sendmail removed</a>
 <li><a href="#20140919">2014/09/19 - rc.conf(8) moved to the base set</a>
 <li><a href="#20140925">2014/09/25 - [ports] collectd updated to 5.4.1</a>
+<li><a href="#20141013">2014/10/13 - lkm removed</a>
 </ul>
 
 <hr>
@@ -893,6 +894,17 @@ Note that a backup version of rc.conf(8)
 <a href="https://collectd.org/wiki/index.php/V4_to_v5_migration_guide";>upgrade 
guide</a>
 to migrate their existing setups.
 
+<a name="20141013"></a>
+<h3>2014/10/13 - lkm removed</h3>
+The lkm interface has been removed, thus several binaries and manual pages
+and the lkm directory should be deleted:
+<pre>
+       rm -rf /usr/lkm
+
+       rm -f /usr/bin/modstat
+       rm -f /sbin/mod{,un}load
+       rm -f /usr/share/man/man8/mod{stat,load,unload}.8
+</pre>
 
 <br>
 <hr>

Reply via email to