View | Details | Raw Unified | Return to bug 27373 | Differences between
and this patch

Collapse All | Expand All

(-)debian/postinst (-1 / +1 lines)
 Lines 46-52    Link Here 
46
	fi;
46
	fi;
47
47
48
	mkdir -p /etc/univention/skel/windows-profiles
48
	mkdir -p /etc/univention/skel/windows-profiles
49
	for dname in Win95 WinNT Win2k WinXP Win2K3 Vista Vista.V2 ; do
49
	for dname in Win95 WinNT Win2k WinXP Win2K3 Vista Vista.V2 default default.V2 ; do
50
		mkdir -p /etc/univention/skel/windows-profiles/$dname
50
		mkdir -p /etc/univention/skel/windows-profiles/$dname
51
	done
51
	done
52
fi
52
fi
(-)debian/changelog (+7 lines)
 Lines 1-3    Link Here 
1
univention-samba (6.0.34-4) unstable; urgency=low
2
3
  * Create default and default.V2 directories in windows-profiles
4
    (Bug #27372)
5
6
 -- Stefan Gohmann <gohmann@univention.de>  Thu, 31 May 2012 06:43:14 +0200
7
1
univention-samba (6.0.34-3) unstable; urgency=low
8
univention-samba (6.0.34-3) unstable; urgency=low
2
9
3
  * Added a conflict to Samba 4 packages (Bug #27327)
10
  * Added a conflict to Samba 4 packages (Bug #27327)
(-)debian/univention-samba4.postinst (-1 / +1 lines)
 Lines 46-52    Link Here 
46
	mkdir -p /home/groups
46
	mkdir -p /home/groups
47
47
48
	mkdir -p /etc/univention/skel/windows-profiles
48
	mkdir -p /etc/univention/skel/windows-profiles
49
	for dname in Win95 WinNT Win2k WinXP Win2K3 Vista Vista.V2 ; do
49
	for dname in Win95 WinNT Win2k WinXP Win2K3 Vista Vista.V2 default default.V2; do
50
		mkdir -p /etc/univention/skel/windows-profiles/$dname
50
		mkdir -p /etc/univention/skel/windows-profiles/$dname
51
	done
51
	done
52
fi
52
fi
(-)debian/changelog (+7 lines)
 Lines 1-3    Link Here 
1
univention-samba4 (1.0.138-17) unstable; urgency=low
2
3
  * Create default and default.V2 directories in windows-profiles
4
    (Bug #27372)
5
6
 -- Stefan Gohmann <gohmann@univention.de>  Thu, 31 May 2012 06:43:21 +0200
7
1
univention-samba4 (1.0.138-16) unstable; urgency=low
8
univention-samba4 (1.0.138-16) unstable; urgency=low
2
9
3
  * Install pam module again (Bug #27250)
10
  * Install pam module again (Bug #27250)

Return to bug 27373