File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 4949$ autoupdate ['ispconfig_port ' ] = '8080 ' ; // default: 8080
5050$ autoupdate ['create_new_ispconfig_ssl_cert ' ] = 'no ' ; // no (default), yes
5151$ autoupdate ['reconfigure_crontab ' ] = 'yes ' ; // yes (default), no
52+
53+ /* These are for service-detection (defaulting to old behaviour where alle changes were automatically accepted) */
54+ $ autoupdate ['svc_detect_change_mail_server ' ] = 'yes ' ; // yes (default), no
55+ $ autoupdate ['svc_detect_change_web_server ' ] = 'yes ' ; // yes (default), no
56+ $ autoupdate ['svc_detect_change_dns_server ' ] = 'yes ' ; // yes (default), no
57+ $ autoupdate ['svc_detect_change_xmpp_server ' ] = 'yes ' ; // yes (default), no
58+ $ autoupdate ['svc_detect_change_firewall_server ' ] = 'yes ' ; // yes (default), no
59+ $ autoupdate ['svc_detect_change_vserver_server ' ] = 'yes ' ; // yes (default), no
60+ $ autoupdate ['svc_detect_change_db_server ' ] = 'yes ' ; // yes (default), no
61+
5262?>
Original file line number Diff line number Diff line change @@ -47,4 +47,13 @@ reconfigure_permissions_in_master_database=no
4747reconfigure_services=yes
4848ispconfig_port=8080
4949create_new_ispconfig_ssl_cert=no
50- reconfigure_crontab=yes
50+ reconfigure_crontab=yes
51+
52+ ; These are for service-detection (defaulting to old behaviour where alle changes were automatically accepted)
53+ svc_detect_change_mail_server=yes
54+ svc_detect_change_web_server=yes
55+ svc_detect_change_dns_server=yes
56+ svc_detect_change_xmpp_server=yes
57+ svc_detect_change_firewall_server=yes
58+ svc_detect_change_vserver_server=yes
59+ svc_detect_change_db_server=yes
You can’t perform that action at this time.
0 commit comments