Univention Bugzilla – Attachment 7111 Details for
Bug 39159
univention-system-activation: No frontend action/redirect after license upload
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed adjustment...
bug39159.patch (text/plain), 960 bytes, created by
Alexander Kläser
on 2015-08-17 16:46:39 CEST
(
hide
)
Description:
Proposed adjustment...
Filename:
MIME Type:
Creator:
Alexander Kläser
Created:
2015-08-17 16:46:39 CEST
Size:
960 bytes
patch
obsolete
>diff --git a/base/univention-system-activation/scripts/univention-system-activation b/base/univention-system-activation/scripts/univention-system-activation >index 4a21a19..7bfcd9f 100755 >--- a/base/univention-system-activation/scripts/univention-system-activation >+++ b/base/univention-system-activation/scripts/univention-system-activation >@@ -75,9 +75,8 @@ elif [ "$ACTION" = "stop" ]; then > # enable previous sites > a2ensite ${apache2_system_activation_sites} > >- # disable system activation site configuration and reload apache >+ # disable system activation site configuration > a2dissite univention-system-activation >- /etc/init.d/apache2 reload > > # unset previously stored sites > ucr unset apache2/system_activation/sites >@@ -102,6 +101,8 @@ elif [ "$ACTION" = "stop" ]; then > auth/other/user/root?yes \ > auth/sshd/user/root?yes > >+ # apache reload as last step >+ /etc/init.d/apache2 reload > else > echo > echo "ERROR: Unknown action given"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39159
:
7101
| 7111