|
Lines 34-40
Link Here
|
| 34 |
|
34 |
|
| 35 |
# update to 4.2-0 |
35 |
# update to 4.2-0 |
| 36 |
dpkg-maintscript-helper rm_conffile /etc/univention/templates/files/etc/apache2/conf.d/ucs.conf -- $@ |
36 |
dpkg-maintscript-helper rm_conffile /etc/univention/templates/files/etc/apache2/conf.d/ucs.conf -- $@ |
| 37 |
if dpkg --compare-versions "$2" lt-nl 9.0.0-1; then |
37 |
if dpkg --compare-versions "$2" lt-nl 9.0.0; then |
| 38 |
ucr update |
38 |
ucr update |
| 39 |
a2dismod auth_pam |
39 |
a2dismod auth_pam |
| 40 |
fi |
40 |
fi |
|
Lines 102-110
fi
Link Here
|
| 102 |
|
102 |
|
| 103 |
if [ -x /etc/init.d/apache2 ]; then |
103 |
if [ -x /etc/init.d/apache2 ]; then |
| 104 |
# better stop&start, as this behaves differently to restart |
104 |
# better stop&start, as this behaves differently to restart |
| 105 |
/etc/init.d/apache2 stop |
105 |
invoke-rc.d apache2 stop |
| 106 |
sleep 3 |
106 |
sleep 3 |
| 107 |
/etc/init.d/apache2 start |
107 |
invoke-rc.d apache2 start |
| 108 |
fi |
108 |
fi |
| 109 |
|
109 |
|
| 110 |
ucr set "ucs/server/languages/en_US?English" \ |
110 |
ucr set "ucs/server/languages/en_US?English" \ |
|
Lines 113-118
ucr set "ucs/server/languages/en_US?English" \
Link Here
|
| 113 |
"ucs/server/languages/de_AT?Deutsch (Österreich)" \ |
113 |
"ucs/server/languages/de_AT?Deutsch (Österreich)" \ |
| 114 |
"ucs/server/languages/de_CH?Deutsch (Schweiz)" |
114 |
"ucs/server/languages/de_CH?Deutsch (Schweiz)" |
| 115 |
|
115 |
|
| 116 |
|
|
|
| 117 |
exit 0 |
116 |
exit 0 |
| 118 |
|
|
|
| 119 |
- |
| 120 |
-- |
| 121 |
.../debian/univention-apache.maintscript | 1 + |
117 |
.../debian/univention-apache.maintscript | 1 + |
| 122 |
.../debian/univention-apache.postinst | 1 - |
118 |
.../debian/univention-apache.postinst | 1 - |
| 123 |
.../debian/univention-apache.postrm | 2 -- |
119 |
.../debian/univention-apache.postrm | 2 -- |
| 124 |
.../debian/univention-apache.preinst | 37 ---------------------- |
120 |
.../debian/univention-apache.preinst | 37 ---------------------- |
| 125 |
4 files changed, 1 insertion(+), 40 deletions(-) |
121 |
4 files changed, 1 insertion(+), 40 deletions(-) |
| 126 |
create mode 100644 branches/ucs-4.2/ucs-4.2-0/services/univention-apache/debian/univention-apache.maintscript |
122 |
create mode 100644 branches/ucs-4.2/ucs-4.2-0/services/univention-apache/debian/univention-apache.maintscript |
| 127 |
delete mode 100644 branches/ucs-4.2/ucs-4.2-0/services/univention-apache/debian/univention-apache.preinst |
123 |
delete mode 100644 branches/ucs-4.2/ucs-4.2-0/services/univention-apache/debian/univention-apache.preinst |