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

Collapse All | Expand All

(-)debian/postinst (-1 / +7 lines)
 Lines 46-56    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
53
53
54
if [ "$1" = "configure" -a -n "$2" ] && dpkg --compare-versions "$2" lt 6.0.34-5 ; then
55
    mkdir -p /etc/univention/skel/windows-profiles/default
56
    mkdir -p /etc/univention/skel/windows-profiles/default.V2
57
fi
58
59
54
univention-config-registry set samba/share/home?yes \
60
univention-config-registry set samba/share/home?yes \
55
							   samba/share/groups?no \
61
							   samba/share/groups?no \
56
							   samba/adminusers?"administrator join-backup"
62
							   samba/adminusers?"administrator join-backup"
(-)debian/changelog (+14 lines)
 Lines 1-3    Link Here 
1
univention-samba (6.0.34-5) unstable; urgency=low
2
3
  * Create default and default.V2 also during package upgrade
4
    (Bug #27372)
5
6
 -- Stefan Gohmann <gohmann@univention.de>  Thu, 31 May 2012 06:54:28 +0200
7
8
univention-samba (6.0.34-4) unstable; urgency=low
9
10
  * Create default and default.V2 directories in windows-profiles
11
    (Bug #27372)
12
13
 -- Stefan Gohmann <gohmann@univention.de>  Thu, 31 May 2012 06:43:14 +0200
14
1
univention-samba (6.0.34-3) unstable; urgency=low
15
univention-samba (6.0.34-3) unstable; urgency=low
2
16
3
  * Added a conflict to Samba 4 packages (Bug #27327)
17
  * Added a conflict to Samba 4 packages (Bug #27327)
(-)debian/univention-samba4.postinst (-1 / +7 lines)
 Lines 46-56    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
53
53
54
if [ "$1" = "configure" -a -n "$2" ] && dpkg --compare-versions "$2" lt 1.0.138-18 ; then
55
	mkdir -p /etc/univention/skel/windows-profiles/default
56
	mkdir -p /etc/univention/skel/windows-profiles/default.V2
57
fi
58
59
54
## samba3 defaults copied from univention-samba
60
## samba3 defaults copied from univention-samba
55
univention-config-registry set \
61
univention-config-registry set \
56
	samba/share/home?yes \
62
	samba/share/home?yes \
(-)debian/changelog (+14 lines)
 Lines 1-3    Link Here 
1
univention-samba4 (1.0.138-18) unstable; urgency=low
2
3
  * Create default and default.V2 also during package upgrade
4
    (Bug #27372)
5
6
 -- Stefan Gohmann <gohmann@univention.de>  Thu, 31 May 2012 06:55:22 +0200
7
8
univention-samba4 (1.0.138-17) unstable; urgency=low
9
10
  * Create default and default.V2 directories in windows-profiles
11
    (Bug #27372)
12
13
 -- Stefan Gohmann <gohmann@univention.de>  Thu, 31 May 2012 06:43:21 +0200
14
1
univention-samba4 (1.0.138-16) unstable; urgency=low
15
univention-samba4 (1.0.138-16) unstable; urgency=low
2
16
3
  * Install pam module again (Bug #27250)
17
  * Install pam module again (Bug #27250)

Return to bug 27373