Univention Bugzilla – Attachment 4940 Details for
Bug 29810
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]
Add option to not disable apache2
020_bug29810.patch (text/plain), 640 bytes, created by
Dirk Wiesenthal
on 2012-12-20 20:57:08 CET
(
hide
)
Description:
Add option to not disable apache2
Filename:
MIME Type:
Creator:
Dirk Wiesenthal
Created:
2012-12-20 20:57:08 CET
Size:
640 bytes
patch
obsolete
>Do not prevent apache-restart when using AppCenter (Bug #29810) >Index: python/package_manager.py >=================================================================== >--- python/package_manager.py (Revision 37887) >+++ python/package_manager.py (Arbeitskopie) >@@ -300,8 +300,12 @@ > return out, err > > @contextmanager >- def no_umc_restart(self): >- self._shell_command(CMD_DISABLE_EXEC) >+ def no_umc_restart(self, exclude_apache=False): >+ if exclude_apache: >+ cmd_disable_exec = [CMD_DISABLE_EXEC, '--exclude-apache'] >+ else: >+ cmd_disable_exec = CMD_DISABLE_EXEC >+ self._shell_command(cmd_disable_exec) > try: > yield > finally:
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 29810
: 4940