[PATCH 1/1] UBUNTU: disable CONFIG_SUNRPC_REGISTER_V4 as we do not use rpcbind
Tim Gardner
tim.gardner at canonical.com
Fri Dec 26 16:48:03 UTC 2008
Andy Whitcroft wrote:
> Bug: #306016
>
> The config option CONFIG_SUNRPC_REGISTER_V4 is required and only should
> be enabled if we are using rpcbind rather than portmapper. As we are
> still using portmapper in Jaunty we should not be enabling this.
> Disable it.
>
> Signed-off-by: Andy Whitcroft <apw at canonical.com>
> ---
> debian/config/amd64/config | 2 +-
> debian/config/i386/config | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/config/amd64/config b/debian/config/amd64/config
> index bf2e45c..42178cd 100644
> --- a/debian/config/amd64/config
> +++ b/debian/config/amd64/config
> @@ -2993,7 +2993,7 @@ CONFIG_SUNDANCE=m
> CONFIG_SUNGEM=m
> CONFIG_SUNRPC=m
> CONFIG_SUNRPC_GSS=m
> -CONFIG_SUNRPC_REGISTER_V4=y
> +# CONFIG_SUNRPC_REGISTER_V4 is not set
> CONFIG_SUNRPC_XPRT_RDMA=m
> CONFIG_SUN_PARTITION=y
> CONFIG_SUSPEND=y
> diff --git a/debian/config/i386/config b/debian/config/i386/config
> index b9a4081..7789987 100644
> --- a/debian/config/i386/config
> +++ b/debian/config/i386/config
> @@ -3226,7 +3226,7 @@ CONFIG_SUNDANCE=m
> CONFIG_SUNGEM=m
> CONFIG_SUNRPC=m
> CONFIG_SUNRPC_GSS=m
> -CONFIG_SUNRPC_REGISTER_V4=y
> +# CONFIG_SUNRPC_REGISTER_V4 is not set
> CONFIG_SUNRPC_XPRT_RDMA=m
> CONFIG_SUN_PARTITION=y
> CONFIG_SUSPEND=y
applied
--
Tim Gardner tim.gardner at canonical.com
More information about the kernel-team
mailing list