Projet

Général

Profil

samba.rules.patch

Benjamin Bohard, 18/05/2020 11:22

Télécharger (707 octets)

Voir les différences:

debian/rules
250 250

  
251 251
override_dh_installsystemd:
252 252
ifneq (,$(filter samba, $(shell dh_listpackages)))
253
	dh_installsystemd -psamba
253
	dh_installsystemd -psamba --no-enable --no-start --no-stop-on-upgrade
254 254
endif
255 255
ifneq (,$(filter winbind, $(shell dh_listpackages)))
256
	dh_installsystemd -pwinbind
256
	dh_installsystemd -pwinbind --no-enable --no-start --no-stop-on-upgrade
257 257
endif
258 258
ifneq (,$(filter ctdb, $(shell dh_listpackages)))
259
	dh_installsystemd -pctdb --no-start --no-stop-on-upgrade
259
	dh_installsystemd -pctdb --no-enable --no-start --no-stop-on-upgrade
260 260
endif
261 261

  
262 262
override_dh_installpam: