Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- configure.ac | 4 ++-- man/rpcbind-fr.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 8f4cef3..cbbc172 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,8 @@ AC_ARG_ENABLE([rmtcalls], AM_CONDITIONAL(RMTCALLS, test x$enable_rmtcalls = xyes) AC_ARG_WITH([statedir], - AS_HELP_STRING([--with-statedir=ARG], [use ARG as state dir @<:@default=/var/run/rpcbind@:>@]) - ,, [with_statedir=/var/run/rpcbind]) + AS_HELP_STRING([--with-statedir=ARG], [use ARG as state dir @<:@default=/run/rpcbind@:>@]) + ,, [with_statedir=/run/rpcbind]) AC_SUBST([statedir], [$with_statedir]) AC_ARG_WITH([rpcuser], diff --git a/man/rpcbind-fr.8 b/man/rpcbind-fr.8 index 7db39e7..711acdd 100644 --- a/man/rpcbind-fr.8 +++ b/man/rpcbind-fr.8 @@ -138,8 +138,8 @@ est red .Xr rpcbind 3 , .Xr rpcinfo 8 .Sh FILES -.Bl -tag -width /var/run/rpcbind.sock -compact -.It Pa /var/run/rpcbind.sock +.Bl -tag -width /run/rpcbind.sock -compact +.It Pa /run/rpcbind.sock .Sh TRADUCTION Aurelien CHARBON (Sept 2003) .El -- 2.46.0