From 8b144eccbdd2aef77839a9c59e49b78561d029c6 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 1 Feb 2017 04:25:20 +0000 Subject: main/openrc: update to 0.23.2 --- ...ll-sbin-mkmntdirs-in-localmount-OpenRC-service.patch | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'main/openrc/0001-call-sbin-mkmntdirs-in-localmount-OpenRC-service.patch') diff --git a/main/openrc/0001-call-sbin-mkmntdirs-in-localmount-OpenRC-service.patch b/main/openrc/0001-call-sbin-mkmntdirs-in-localmount-OpenRC-service.patch index 5a3eb69190..f6996b3fc7 100644 --- a/main/openrc/0001-call-sbin-mkmntdirs-in-localmount-OpenRC-service.patch +++ b/main/openrc/0001-call-sbin-mkmntdirs-in-localmount-OpenRC-service.patch @@ -1,24 +1,25 @@ -From 4af966ca19380c00f04e4f7ab88362050a8e6559 Mon Sep 17 00:00:00 2001 +From 94742e085ac96d366401df883df96d35d0eafd5a Mon Sep 17 00:00:00 2001 From: Natanael Copa -Date: Wed, 17 Aug 2016 17:38:20 +0200 +Date: Wed, 1 Feb 2017 04:04:52 +0000 Subject: [PATCH 1/7] call /sbin/mkmntdirs in localmount OpenRC service --- - init.d/localmount.in | 1 + - 1 file changed, 1 insertion(+) + init.d/localmount.in | 2 ++ + 1 file changed, 2 insertions(+) diff --git a/init.d/localmount.in b/init.d/localmount.in -index d2c9321..a9bba15 100644 +index cae80c34..3dbb375b 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in -@@ -21,6 +21,7 @@ depend() +@@ -21,6 +21,8 @@ depend() start() { + [ -x /sbin/mkmntdirs ] && mkmntdirs ++ # Mount local filesystems in /etc/fstab. + # The types variable must start with no, and must be a type local critical= types="noproc" x= no_netdev= rc= - for x in $net_fs_list $extra_net_fs_list; do -- -2.9.3 +2.11.0 -- cgit v1.2.3