Index: branches/releng-9.0/nanobsd/files/tools/wl-config
===================================================================
--- branches/releng-9.0/nanobsd/files/tools/wl-config	(revision 10548)
+++ branches/releng-9.0/nanobsd/files/tools/wl-config	(revision 10569)
@@ -32,5 +32,5 @@
 # Determine it's statup and running location and some other hints
 # Skip named.conf as it not planned in current release
-FILES="authorized_keys dhcpd.conf dnsmasq.conf rc.conf.local resolv.conf wleiden.yaml"
+FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf wleiden.yaml"
 file_details() {
   case "$1" in 
@@ -49,4 +49,9 @@
      RUNNING_LOC="/etc/local/${FILE}"
      FILE_HINT="service dnsmasq restart"
+   ;;
+   'motd')
+     STARTUP_LOC="/cfg/${FILE}"
+     RUNNING_LOC="/etc/${FILE}"
+     FILE_HINT=""
    ;;
   'named.conf')
