View | Details | Raw Unified | Return to bug 39159
Collapse All | Expand All

(-)a/base/univention-system-activation/scripts/univention-system-activation (-2 / +3 lines)
 Lines 75-83   elif [ "$ACTION" = "stop" ]; then Link Here 
75
	# enable previous sites
75
	# enable previous sites
76
	a2ensite ${apache2_system_activation_sites}
76
	a2ensite ${apache2_system_activation_sites}
77
77
78
	# disable system activation site configuration and reload apache
78
	# disable system activation site configuration
79
	a2dissite univention-system-activation
79
	a2dissite univention-system-activation
80
	/etc/init.d/apache2 reload
81
80
82
	# unset previously stored sites
81
	# unset previously stored sites
83
	ucr unset apache2/system_activation/sites
82
	ucr unset apache2/system_activation/sites
 Lines 102-107   elif [ "$ACTION" = "stop" ]; then Link Here 
102
				auth/other/user/root?yes \
101
				auth/other/user/root?yes \
103
				auth/sshd/user/root?yes
102
				auth/sshd/user/root?yes
104
103
104
	# apache reload as last step
105
	/etc/init.d/apache2 reload
105
else
106
else
106
	echo
107
	echo
107
	echo "ERROR: Unknown action given"
108
	echo "ERROR: Unknown action given"

Return to bug 39159