From 89fb5a45d2020aaee203dd9016d98c3ff9d9f991 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 11 May 2007 13:28:53 +1000 Subject: [PATCH] mount.nfs4: Remove checks for idmapd and gssd running. While it is nice to have the checks, nothing in this package creates the files that are checked, so we shouldn't check them yet. --- utils/mount/nfs4mount.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/mount/nfs4mount.c b/utils/mount/nfs4mount.c index 8aa13c6..2a58d0a 100644 --- a/utils/mount/nfs4mount.c +++ b/utils/mount/nfs4mount.c @@ -352,6 +352,10 @@ int nfs4mount(const char *spec, const char *node, int *flags, /* * Give a warning if the rpc.idmapd daemon is not running */ +#if 0 + /* We shouldn't have these checks as nothing in this package + * creates the files that are checked + */ idmapd_check(); if (num_flavour == 0) @@ -362,6 +366,7 @@ int nfs4mount(const char *spec, const char *node, int *flags, */ gssd_check(); } +#endif data.auth_flavourlen = num_flavour; data.auth_flavours = pseudoflavour; -- 2.39.2