ALT Linux Bugzilla
– Attachment 9990 Details for
Bug 41456
Зависит от systemd
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для скрытия зависимости через переменную (исправлен отступ)
0001-90-apache2-base-httpd.filetrigger-do-not-require-sys.patch (text/plain), 896 bytes, created by
Антон Мидюков
on 2021-11-29 08:51:40 MSK
(
hide
)
Description:
Патч для скрытия зависимости через переменную (исправлен отступ)
Filename:
MIME Type:
Creator:
Антон Мидюков
Created:
2021-11-29 08:51:40 MSK
Size:
896 bytes
patch
obsolete
>From 11a986bc111a02d16de30ce2312c2c28e15aeae2 Mon Sep 17 00:00:00 2001 >From: Anton Midyukov <antohami@altlinux.org> >Date: Sun, 28 Nov 2021 22:58:12 +0700 >Subject: [PATCH] 90-apache2-base-httpd.filetrigger: do not require systemctl > >--- > 90-apache2-base-httpd.filetrigger | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/90-apache2-base-httpd.filetrigger b/90-apache2-base-httpd.filetrigger >index b79d06184..507e22dec 100644 >--- a/90-apache2-base-httpd.filetrigger >+++ b/90-apache2-base-httpd.filetrigger >@@ -2,7 +2,8 @@ > LC_ALL=C egrep -qs '^/etc/httpd2|/usr/lib64/apache2/modules|/usr/sbin/httpd2|/usr/sbin/apachectl2|/etc/sysconfig/httpd2|/etc/rc.d/init.d/httpd2|/lib/systemd/system/httpd2.service' || exit 0 > > if sd_booted; then >- systemctl daemon-reload || : >+ SYSTEMCTL=systemctl >+ "$SYSTEMCTL" daemon-reload || : > fi > > /sbin/service httpd2 condrestart >-- >2.33.0 >
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 41456
:
9988
|
9989
|
9990
|
9991