Projet

Général

Profil

compilation.patch

modification pour le backport xenial - Benjamin Bohard, 15/02/2017 10:53

Télécharger (1,17 ko)

Voir les différences:

debian/rules
52 52
		--with-utmp \
53 53
		--with-winbind \
54 54
		--with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_tdb2,vfs_dfs_samba4,auth_samba4 \
55
		--builtin-libraries=talloc,tevent,ldb,tdb \
56 55
		--with-automount \
57 56
		--with-ldap \
58 57
		--with-ads \
debian/samba.postinst
85 85
	&& ( echo "$DCERPC_ENDPOINT_SERVERS" | grep -qv '\(^\|, \)remote\(,\|$\)' ) \
86 86
	&& ( echo "$DCERPC_ENDPOINT_SERVERS" | grep -qv '\(^\|, \)mapiproxy\(,\|$\)' ) \
87 87
; then
88
    if [ ! -e /etc/systemd/system/samba-ad-dc.service ] && [ ! /etc/init.d/samba-ad-dc ]; then
88
    if [ ! -e /etc/systemd/system/samba-ad-dc.service ]; then
89 89
        mkdir -p /etc/systemd/system
90 90
        echo "Samba is not being run as an AD Domain Controller, masking samba-ad-dc-service."
91 91
        echo "Please ignore the following error about deb-systemd-helper not finding samba-ad-dc-service."