[email protected] wrote:
> From: Carsten Schlote <[email protected]>

we already install mount.nfs, seems to be obsolete

cheers, Marc
> 
> 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)


-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

--
ptxdist mailing list
[email protected]

Reply via email to