All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] nfs-utils: Create missing directory sm.bak
@ 2015-07-13 14:57 Maxime Hadjinlian
  2015-07-13 15:07 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Hadjinlian @ 2015-07-13 14:57 UTC (permalink / raw
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/nfs-utils/S60nfs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nfs-utils/S60nfs b/package/nfs-utils/S60nfs
index 5e2a2c9..e163d80 100755
--- a/package/nfs-utils/S60nfs
+++ b/package/nfs-utils/S60nfs
@@ -10,6 +10,7 @@
 
 mkdir -p /var/lock/subsys
 mkdir -p /run/nfs/sm
+mkdir -p /run/nfs/sm.bak
 touch /run/nfs/rmtab
 
 start() {
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] nfs-utils: Create missing directory sm.bak
  2015-07-13 14:57 [Buildroot] [PATCH] nfs-utils: Create missing directory sm.bak Maxime Hadjinlian
@ 2015-07-13 15:07 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-13 15:07 UTC (permalink / raw
  To: buildroot

Dear Maxime Hadjinlian,

On Mon, 13 Jul 2015 16:57:12 +0200, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/nfs-utils/S60nfs | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-13 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 14:57 [Buildroot] [PATCH] nfs-utils: Create missing directory sm.bak Maxime Hadjinlian
2015-07-13 15:07 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.