Bugzilla – Attachment 459150 Details for
Bug 725942
rcapache2 graceful not working with systemd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch to not redirect non-standard command to systemd
rc.status.patch (text/plain), 423 bytes, created by
Frederic Crozat
on 2011-10-27 13:21:17 UTC
(
hide
)
Description:
patch to not redirect non-standard command to systemd
Filename:
MIME Type:
Creator:
Frederic Crozat
Created:
2011-10-27 13:21:17 UTC
Size:
423 bytes
patch
obsolete
>--- files/etc/rc.status 2011-10-25 16:55:32.706915827 +0200 >+++ /home/fcrozat/rc.status 2011-10-27 15:18:21.148658687 +0200 >@@ -48,6 +48,10 @@ > else > _rc_base=${0##*/rc} > fi >+ case "$1" in >+ start|stop|reload|restart|try-restart|force-reload|status) echo "redirecting to systemctl" >/dev/stderr ;; >+ *) unset _rc_base ;; >+ esac > ;; > esac > if test -n "$_rc_base" -a -x /bin/systemctl ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 725942
: 459150