summaryrefslogtreecommitdiffstats
path: root/package/nfs-utils/nfs-utils_env.sh
diff options
context:
space:
mode:
authorAurélien Chabot <aurelien@chabot.fr>2015-10-03 21:29:09 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-04 17:49:00 +0100
commit9b19438c2c0a89fe4da757571604a7ca2fe0663b (patch)
treedbeda4c9803150e0b782438fa5aa46fd3d4b8811 /package/nfs-utils/nfs-utils_env.sh
parent9bd4ee8e66dbc644b580f06ccc9ce339a98a73a8 (diff)
downloadbuildroot-9b19438c2c0a89fe4da757571604a7ca2fe0663b.tar.gz
buildroot-9b19438c2c0a89fe4da757571604a7ca2fe0663b.zip
nfs-utils: systemd support
nfs-utils has been patched to install only the needed systemd unit files supported. Also tmpfiles was needed because the folder /run/nfs is a tmpfs and nfs-utils need some files to be there to work correctly. Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> [Maxime: Remove patches included originally in the patch as they have have been merged upstream in v1.3.3] Signed-off-by Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Thomas: - add comment in nfs-utils_env.sh to explain why an empty script is needed. - remove incorrect indentation.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nfs-utils/nfs-utils_env.sh')
-rwxr-xr-xpackage/nfs-utils/nfs-utils_env.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/nfs-utils/nfs-utils_env.sh b/package/nfs-utils/nfs-utils_env.sh
new file mode 100755
index 0000000000..82284cef93
--- /dev/null
+++ b/package/nfs-utils/nfs-utils_env.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+# This script is empty, it simply needs to exist to make the
+# nfs-config.service happy.
OpenPOWER on IntegriCloud