regular.mk: updated server-samba4

Adjust accordingly to the pkglist having been renamed.
This commit is contained in:
Michael Shigorin 2015-11-06 19:01:02 +03:00
parent e1721ddec7
commit 7e29ad9c18

View File

@ -256,8 +256,8 @@ distro/regular-builder: distro/.regular-bare \
@$(call add,DEFAULT_SERVICES_ENABLE,gpm)
distro/regular-server-samba4: distro/regular-server
@$(call add,THE_LISTS,$(call tags,server && (sambaAD || alterator)))
@$(call add,THE_PACKAGES,alterator-fbi alterator-dhcp bind-utils)
@$(call add,THE_LISTS,$(call tags,server && (sambaDC || alterator)))
@$(call add,THE_PACKAGES,alterator-fbi alterator-dhcp)
@$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd)
endif