From: Carsten Schlote <[email protected]>
Signed-off-by: Carsten Schlote <[email protected]>
---
rules/nfsutils.in | 4 ++++
rules/nfsutils.make | 5 +++++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/rules/nfsutils.in b/rules/nfsutils.in
index a653d22..f315797 100644
--- a/rules/nfsutils.in
+++ b/rules/nfsutils.in
@@ -107,6 +107,10 @@ config NFSUTILS_INSTALL_SHOWMOUNT
bool
prompt "Install /sbin/showmount"
+config NFSUTILS_INSTALL_MOUNTNFS
+ bool
+ prompt "Install /sbin/mount.nfs"
+
config NFSUTILS_INSTALL_STATD
bool
prompt "Install /sbin/statd"
diff --git a/rules/nfsutils.make b/rules/nfsutils.make
index 9bcd68e..aaafd99 100644
--- a/rules/nfsutils.make
+++ b/rules/nfsutils.make
@@ -144,6 +144,11 @@ ifdef PTXCONF_NFSUTILS_INSTALL_SHOWMOUNT
@$(call install_copy, nfsutils, 0, 0, 0755, -, /sbin/showmount)
endif
+ifdef PTXCONF_NFSUTILS_INSTALL_MOUNTNFS
+ @$(call install_copy, nfsutils, 0, 0, 0755, \
+ -, /sbin/mount.nfs)
+endif
+
ifdef PTXCONF_NFSUTILS_INSTALL_STATD
@$(call install_copy, nfsutils, 0, 0, 0755, -, /sbin/rpc.statd)
@$(call install_copy, nfsutils, 0, 0, 0755, -, /sbin/start-statd)
--
1.6.5.6.gb3118
--
ptxdist mailing list
[email protected]