diff mbox series

Move rpbind's default configuration to /run verses /var/run

Message ID 20240831154425.59200-1-steved@redhat.com (mailing list archive)
State New
Headers show
Series Move rpbind's default configuration to /run verses /var/run | expand

Commit Message

Steve Dickson Aug. 31, 2024, 3:44 p.m. UTC
Signed-off-by: Steve Dickson <steved@redhat.com>
---
 configure.ac     | 4 ++--
 man/rpcbind-fr.8 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Steve Dickson Aug. 31, 2024, 5:55 p.m. UTC | #1
On 8/31/24 11:44 AM, Steve Dickson wrote:
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed... (tag: rpcbind-1_2_8-rc1)

steved.
> ---
>   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
diff mbox series

Patch

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