nfs-utils: systemd support
authorAurélien Chabot <aurelien@chabot.fr>
Sat, 3 Oct 2015 19:29:09 +0000 (21:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Oct 2015 16:49:00 +0000 (17:49 +0100)
commit9b19438c2c0a89fe4da757571604a7ca2fe0663b
treedbeda4c9803150e0b782438fa5aa46fd3d4b8811
parent9bd4ee8e66dbc644b580f06ccc9ce339a98a73a8
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>
package/nfs-utils/nfs-utils.mk
package/nfs-utils/nfs-utils_env.sh [new file with mode: 0755]
package/nfs-utils/nfs-utils_tmpfiles.conf [new file with mode: 0644]