Displaying 3 results from an estimated 3 matches for "344b4e6b".
2020 Feb 13
2
[nbdkit PATCH] vddk: Make 'file=' a magic key
...L</NOTES> below).
+C<file=> is a magic config key and may be omitted in most cases.
+See L<nbdkit(1)/Magic parameters>.
+
=item B<libdir=>PATHNAME
This sets the path of the VMware VDDK distribution.
diff --git a/plugins/vddk/vddk.c b/plugins/vddk/vddk.c
index 6deb0a0b..344b4e6b 100644
--- a/plugins/vddk/vddk.c
+++ b/plugins/vddk/vddk.c
@@ -416,7 +416,7 @@ vddk_config_complete (void)
}
#define vddk_config_help \
- "file=<FILENAME> (required) The filename (eg. VMDK file) to serve.\n" \
+ "[file=]<FILENAME> (required) The filename (eg. V...
2020 Feb 17
0
Re: [nbdkit PATCH] vddk: Make 'file=' a magic key
...le=> is a magic config key and may be omitted in most cases.
> +See L<nbdkit(1)/Magic parameters>.
> +
> =item B<libdir=>PATHNAME
>
> This sets the path of the VMware VDDK distribution.
> diff --git a/plugins/vddk/vddk.c b/plugins/vddk/vddk.c
> index 6deb0a0b..344b4e6b 100644
> --- a/plugins/vddk/vddk.c
> +++ b/plugins/vddk/vddk.c
> @@ -416,7 +416,7 @@ vddk_config_complete (void)
> }
>
> #define vddk_config_help \
> - "file=<FILENAME> (required) The filename (eg. VMDK file) to serve.\n" \
> + "[file=]<FILEN...
2020 Feb 17
1
Re: [nbdkit PATCH] vddk: Make 'file=' a magic key
...ay be omitted in most cases.
> > +See L<nbdkit(1)/Magic parameters>.
> > +
> > =item B<libdir=>PATHNAME
> >
> > This sets the path of the VMware VDDK distribution.
> > diff --git a/plugins/vddk/vddk.c b/plugins/vddk/vddk.c
> > index 6deb0a0b..344b4e6b 100644
> > --- a/plugins/vddk/vddk.c
> > +++ b/plugins/vddk/vddk.c
> > @@ -416,7 +416,7 @@ vddk_config_complete (void)
> > }
> >
> > #define vddk_config_help \
> > - "file=<FILENAME> (required) The filename (eg. VMDK file) to serve.\n&quo...