summaryrefslogtreecommitdiff
path: root/sys-apps/systemd/files/0002-never-umount-lib-rc-init.d.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd/files/0002-never-umount-lib-rc-init.d.patch')
-rw-r--r--sys-apps/systemd/files/0002-never-umount-lib-rc-init.d.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/systemd/files/0002-never-umount-lib-rc-init.d.patch b/sys-apps/systemd/files/0002-never-umount-lib-rc-init.d.patch
index c0f9cc3..ee37db0 100644
--- a/sys-apps/systemd/files/0002-never-umount-lib-rc-init.d.patch
+++ b/sys-apps/systemd/files/0002-never-umount-lib-rc-init.d.patch
@@ -1,17 +1,17 @@
-From 1e0bffb999e8a6097596a8917d71cf1daec135df Mon Sep 17 00:00:00 2001
+From a35789d9cb93a5e9a070e7d472b0afad85aa0edb Mon Sep 17 00:00:00 2001
From: Luo Jinghua <sunmoon1997@gmail.com>
Date: Sat, 16 Oct 2010 13:42:01 +0800
-Subject: [PATCH 2/2] never umount /lib/rc/init.d
+Subject: [PATCH 2/4] never umount /lib/rc/init.d
---
src/mount.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mount.c b/src/mount.c
-index bbc29d8..389c0ca 100644
+index 3fc0f13..ec4e1ce 100644
--- a/src/mount.c
+++ b/src/mount.c
-@@ -956,6 +956,12 @@ static int mount_stop(Unit *u) {
+@@ -957,6 +957,12 @@ static int mount_stop(Unit *u) {
m->state == MOUNT_REMOUNTING_SIGTERM ||
m->state == MOUNT_REMOUNTING_SIGKILL);
@@ -25,5 +25,5 @@ index bbc29d8..389c0ca 100644
return 0;
}
--
-1.7.3.1
+1.7.3.2