Bugzilla – Attachment 452281 Details for
Bug 719214
ifup switch leaves NetworkManager running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
restart NM from network initscript
0001-Handle-boot.-initcripts-correctly-under-systemd.patch (text/plain), 718 bytes, created by
Frederic Crozat
on 2011-09-21 16:14:24 UTC
(
hide
)
Description:
restart NM from network initscript
Filename:
MIME Type:
Creator:
Frederic Crozat
Created:
2011-09-21 16:14:24 UTC
Size:
718 bytes
patch
obsolete
>From 6a19ba9098b77e44ec98acbb4dda439f6360106d Mon Sep 17 00:00:00 2001 >From: Frederic Crozat <fcrozat@suse.com> >Date: Fri, 16 Sep 2011 14:51:22 +0200 >Subject: [PATCH] Handle boot.* initcripts correctly under systemd > >--- > files/etc/rc.status | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/files/etc/rc.status b/files/etc/rc.status >index 0413817..75ce7d5 100644 >--- a/files/etc/rc.status >+++ b/files/etc/rc.status >@@ -37,6 +37,8 @@ if /bin/mountpoint -q /sys/fs/cgroup/systemd > /dev/null 2>&1 ; then > if test $PPID -ne 1 -a $# -eq 1 ; then > _rc_base= > case "$0" in >+ /etc/init.d/boot.*) >+ _rc_base=${0##*/boot.} ;; > /etc/init.d/*) > _rc_base=${0##*/} ;; > */rc*) >-- >1.7.3.4 >
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 719214
:
452281
|
452395
|
452559
|
452560