[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH hurd] remap, syncfs: correct program version name
From: |
Samuel Thibault |
Subject: |
Re: [PATCH hurd] remap, syncfs: correct program version name |
Date: |
Sat, 7 Sep 2024 18:43:05 +0200 |
free_software@xobnur.uk, le ven. 06 sept. 2024 14:45:02 -0400, a ecrit:
> /hurd/remap --version was claiming to be fakeroot
Applied, thanks!
Samuel
> ---
> trans/remap.c | 2 +-
> utils/syncfs.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/trans/remap.c b/trans/remap.c
> index 29feef95..39d6ff92 100644
> --- a/trans/remap.c
> +++ b/trans/remap.c
> @@ -139,7 +139,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
> return 0;
> }
>
> -const char *argp_program_version = STANDARD_HURD_VERSION (fakeroot);
> +const char *argp_program_version = STANDARD_HURD_VERSION (remap);
>
> int
> main (int argc, char **argv)
> diff --git a/utils/syncfs.c b/utils/syncfs.c
> index 3434f5c6..c07da954 100644
> --- a/utils/syncfs.c
> +++ b/utils/syncfs.c
> @@ -22,7 +22,7 @@
> #include <error.h>
> #include <version.h>
>
> -const char *argp_program_version = STANDARD_HURD_VERSION (sync);
> +const char *argp_program_version = STANDARD_HURD_VERSION (syncfs);
>
> static int synchronous = 0, do_children = 1;
>
--
Samuel
In mutt, type cthis
Dans mutt, taper cceci