Hello there!
This patch adds sprezzos as an alias for debian in the configuration
script. It also adds a comment exhorting other Debian derivatives to do
this when possible, in the hope of keeping identifier bloat localized
to autoconf while providing maximal future-proofing and making the
correct
Another item from the todo
0001-use-static_assert-instead-of-assert_cc.patch
Description: Binary data
___
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
There is no parameter named luks.fstab.
---
man/systemd-fstab-generator.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml
index 2decec6..b265b6c 100644
--- a/man/systemd-fstab-generator.xml
+++ b/man/systemd-fs
Use mkdir_p_label instead of mkdir_parents_label, so that the final
directory component is created too.
---
src/locale/localed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/locale/localed.c b/src/locale/localed.c
index 04268a1..bb2a3a2 100644
--- a/src/locale/localed.c
Hi Tom,
> > diff --git a/hwdb/20-bluetooth-vendor-product.hwdb
> > b/hwdb/20-bluetooth-vendor-product.hwdb
> > new file mode 100644
> > index 000..c8cb322
> > --- /dev/null
> > +++ b/hwdb/20-bluetooth-vendor-product.hwdb
> > @@ -0,0 +1,541 @@
> > +# This file is part of systemd.
> > +#
> > +#
Hi Marcel,
On Fri, Dec 28, 2012 at 8:53 AM, Marcel Holtmann wrote:
> diff --git a/hwdb/20-bluetooth-vendor-product.hwdb
> b/hwdb/20-bluetooth-vendor-product.hwdb
> new file mode 100644
> index 000..c8cb322
> --- /dev/null
> +++ b/hwdb/20-bluetooth-vendor-product.hwdb
> @@ -0,0 +1,541 @@
> +#
---
Makefile.am | 1 +
hwdb/20-bluetooth-vendor-product.hwdb | 541 ++
2 files changed, 542 insertions(+)
create mode 100644 hwdb/20-bluetooth-vendor-product.hwdb
diff --git a/Makefile.am b/Makefile.am
index 477b3a6..94ae549 100644
---