regular.mk: added winbind to disabled samba4 services

Samba 4.x in domain controller mode works with "samba"
service, not legacy smbd/nmbd/winbindd; all of those
must be stopped before running the newly-configured one:
http://altlinux.org/SambaDC
This commit is contained in:
Michael Shigorin 2015-11-16 17:34:47 +03:00
parent fb9f3884de
commit e02d0cf9f1

View File

@ -258,6 +258,6 @@ distro/regular-builder: distro/.regular-bare \
distro/regular-server-samba4: distro/regular-server
@$(call add,THE_LISTS,$(call tags,server && (sambaDC || alterator)))
@$(call add,THE_PACKAGES,alterator-fbi alterator-dhcp)
@$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd)
@$(call add,DEFAULT_SERVICES_DISABLE,smbd nmbd winbind)
endif