#21938: SAMBA: init file needs to pass path of config file to smbd/nmbd
----------------------------+---------------------------------------
  Reporter:  mschaeffler@…  |      Owner:  developers
      Type:  defect         |     Status:  new
  Priority:  high           |  Milestone:  Designated Driver (Trunk)
 Component:  packages       |    Version:  Chaos Calmer 15.05
Resolution:                 |   Keywords:
----------------------------+---------------------------------------

Comment (by mschaeffler):

 The init file samba.init should be changed:
 {{{
 procd_open_instance
 -       procd_set_param command /usr/sbin/smbd -F
 +       procd_set_param command /usr/sbin/smbd -F -s /var/etc/smb.conf
         procd_set_param respawn
         procd_close_instance

         procd_open_instance
 -       procd_set_param command /usr/sbin/nmbd -F
 +       procd_set_param command /usr/sbin/nmbd -F -s /var/etc/smb.conf
         procd_set_param respawn
         procd_close_instance
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/21938#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to