From: Rosen Penev Date: Fri, 17 Aug 2018 02:32:59 +0000 (-0700) Subject: samba36: Enable umdnsd support X-Git-Tag: v18.06.2~173 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e005beec2d02ae0ab227b6de55d0670106255799 samba36: Enable umdnsd support Allows discovery without having to use NetBIOS. Useful for mobile devices. Could eventually throw nbmd away. But that requires Windows 10... Tested on Fedora 28 with avahi-discover. Signed-off-by: Rosen Penev (backported from 499773f8efe3357a2076c75c503ebcb42e41dbe6) --- diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 75705d0b37..b4322f04f4 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=3.6.25 -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_SOURCE_URL:=https://download.samba.org/pub/samba \ https://download.samba.org/pub/samba/stable diff --git a/package/network/services/samba36/files/samba.init b/package/network/services/samba36/files/samba.init index ae0e0e230d..1c5bb3b3c4 100755 --- a/package/network/services/samba36/files/samba.init +++ b/package/network/services/samba36/files/samba.init @@ -101,6 +101,7 @@ start_service() { init_config procd_open_instance + procd_add_mdns "smb" "tcp" "445" procd_set_param command /usr/sbin/smbd -F procd_set_param respawn procd_set_param file /var/etc/smb.conf