Univention Bugzilla – Attachment 4938 Details for
Bug 29808
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
010_bug29808.patch (text/plain), 1.02 KB, created by
Dirk Wiesenthal
on 2012-12-20 20:53:12 CET
(
hide
)
Description:
Add option to not disable apache2
Filename:
MIME Type:
Creator:
Dirk Wiesenthal
Created:
2012-12-20 20:53:12 CET
Size:
1.02 KB
patch
obsolete
>Do not prevent apache-restart when using AppCenter (Bug #29808) >Index: script/disable-apache2-umc >=================================================================== >--- script/disable-apache2-umc (Revision 37887) >+++ script/disable-apache2-umc (Arbeitskopie) >@@ -30,11 +30,21 @@ > # /usr/share/common-licenses/AGPL-3; if not, see > # <http://www.gnu.org/licenses/>. > >-for prog in apache2 \ >- univention-management-console-web-server \ >- univention-management-console-server \ >- ; do >+if [ "$1" = "-h" -o "$1" = "--help" ] ; then >+ echo "$(basename "$0") [--help] [--exclude-apache]" >+ exit 1 >+fi > >+if [ "$1" = "--exclude-apache" ] ; then >+ EXCLUDEAPACHE="exclude-apache" >+fi >+ >+PROGS="univention-management-console-web-server univention-management-console-server" >+if [ -z "$EXCLUDEAPACHE" ]; then >+ PROGS="apache2 $PROGS" >+fi >+ >+for prog in $PROGS; do > if [ -x "/usr/sbin/$prog" ]; then > /usr/sbin/dpkg-statoverride --add root root 0644 "/usr/sbin/$prog" >/dev/null 2>&1 > /bin/chmod a-x "/usr/sbin/$prog"
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 29808
: 4938