|
|
@ -368,6 +368,10 @@ ifeq ($(CONFIG_SAMBA4_SERVER_WINBIND),y) |
|
|
|
endif |
|
|
|
ifeq ($(CONFIG_SAMBA4_SERVER_ACL),y) |
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sharesec $(1)/usr/bin/ |
|
|
|
endif |
|
|
|
ifeq ($(CONFIG_SAMBA4_SERVER_AVAHI),y) |
|
|
|
$(INSTALL_DIR) $(1)/etc/avahi/services |
|
|
|
$(INSTALL_DATA) ./files/samba.service $(1)/etc/avahi/services/ |
|
|
|
endif |
|
|
|
$(INSTALL_DIR) $(1)/etc/config $(1)/etc/samba $(1)/etc/init.d |
|
|
|
$(INSTALL_DATA) ./files/samba.config $(1)/etc/config/samba4 |
|
|
@ -385,6 +389,7 @@ define Package/samba4-server/conffiles |
|
|
|
/etc/samba/idmap.ldb |
|
|
|
/etc/samba/lmhosts |
|
|
|
/etc/nsswitch.conf |
|
|
|
/etc/avahi/services/samba.service |
|
|
|
endef |
|
|
|
|
|
|
|
$(eval $(call BuildPackage,samba4-libs)) |
|
|
|