Revision 23b7f032
Von Holger Lindemann vor fast 14 Jahren hinzugefügt
DEBIAN/DEBIAN/postinst | ||
---|---|---|
123 | 123 |
} |
124 | 124 |
|
125 | 125 |
disable_ipv6_on_lo_interface() { |
126 |
#Ist wohl nicht mehr notwendig. |
|
126 | 127 |
# 2009-04-25 |
127 | 128 |
# Perls Libraries are not yet ipv6 read |
128 | 129 |
echo "WICHTIG: ipv6 ist nunmehr auf dem Loopback-Interface deaktiviert, um die Funktionsfähigkeit von Lx-Office-ERP zu gewährleisten!" |
... | ... | |
210 | 211 |
set_lx_office_erp_web_admin_password |
211 | 212 |
set_lx_office_erp_authentication_db_user |
212 | 213 |
set_lx_office_erp_authentication_db_password |
213 |
disable_ipv6_on_lo_interface
|
|
214 |
# disable_ipv6_on_lo_interface
|
|
214 | 215 |
mk_links |
215 | 216 |
fi; |
216 | 217 |
|
... | ... | |
227 | 228 |
set_lx_office_erp_web_admin_password |
228 | 229 |
set_lx_office_erp_authentication_db_user |
229 | 230 |
set_lx_office_erp_authentication_db_password |
230 |
disable_ipv6_on_lo_interface |
|
231 |
# disable_ipv6_on_lo_interface
|
|
231 | 232 |
mk_links |
232 | 233 |
|
233 | 234 |
set_user_rights |
Auch abrufbar als: Unified diff
ip_v6 ist wohl nicht mehr nötig