Univention Bugzilla – Attachment 4939 Details for
Bug 29809
Apache-Restart während der Installation von Apps ermöglichen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Dont disable apache restart when using the app center
040_bug29809.patch (text/plain), 794 bytes, created by
Dirk Wiesenthal
on 2012-12-20 20:56:08 CET
(
hide
)
Description:
Dont disable apache restart when using the app center
Filename:
MIME Type:
Creator:
Dirk Wiesenthal
Created:
2012-12-20 20:56:08 CET
Size:
794 bytes
patch
obsolete
>Do not prevent apache-restart when using AppCenter (Bug #29809) >Index: umc/python/appcenter/__init__.py >=================================================================== >--- umc/python/appcenter/__init__.py (Revision 37887) >+++ umc/python/appcenter/__init__.py (Arbeitskopie) >@@ -181,7 +181,7 @@ > if can_continue: > def _thread(module, application, function): > with module.package_manager.locked(reset_status=True, set_finished=True): >- with module.package_manager.no_umc_restart(): >+ with module.package_manager.no_umc_restart(exclude_apache=True): > if function in ('install', 'update'): > # dont have to add component: already added during dry_run > return application.install(module.package_manager, module.component_manager, add_component=False)
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 29809
: 4939