Author: imp
Date: Mon Feb 12 04:52:25 2018
New Revision: 329149
URL: https://svnweb.freebsd.org/changeset/base/329149

Log:
  Install devmatch int /etc/rc.d and echo modules being installed.

Modified:
  head/etc/rc.d/Makefile
  head/etc/rc.d/devmatch

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile      Mon Feb 12 04:45:26 2018        (r329148)
+++ head/etc/rc.d/Makefile      Mon Feb 12 04:52:25 2018        (r329149)
@@ -29,6 +29,7 @@ FILES=        DAEMON \
        defaultroute \
        devd \
        devfs \
+       devmatch \
        dhclient \
        dmesg \
        dumpon \

Modified: head/etc/rc.d/devmatch
==============================================================================
--- head/etc/rc.d/devmatch      Mon Feb 12 04:45:26 2018        (r329148)
+++ head/etc/rc.d/devmatch      Mon Feb 12 04:52:25 2018        (r329149)
@@ -33,7 +33,7 @@
 . /etc/rc.subr
 
 name="devmatch"
-desc="Use devmatch(8) to load kernel modules
+desc="Use devmatch(8) to load kernel modules"
 
 start_cmd="${name}_start"
 stop_cmd=':'
@@ -46,7 +46,7 @@ devmatch_start()
 
        [ -n "$x" ] || return
 
-       echo "Autoloading modules"
+       echo "Autoloading modules: ${x}"
        kldload ${x}
 }
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to