On Wed, Dec 10, 2014 at 7:16 PM, Lennart Poettering
lenn...@poettering.net wrote:
Heya!
Here's the next version of systemd, v218:
http://www.freedesktop.org/software/systemd/systemd-218.tar.xz
Hi Lennart,
It looks like the tarball is missing units/user/systemd-consoled.service.
make[2]:
On Sun, Dec 14, 2014 at 10:32:42AM -0500, Mike Gilbert wrote:
On Wed, Dec 10, 2014 at 7:16 PM, Lennart Poettering
lenn...@poettering.net wrote:
Heya!
Here's the next version of systemd, v218:
http://www.freedesktop.org/software/systemd/systemd-218.tar.xz
Hi Lennart,
It looks like
Otherwise this actually remains in the generated unit in /usr/lib.
If you want to keep it commented out, a m4-compatible way would be:
m4_ifdef(`HAVE_SMACK',
dnl Capabilities=cap_mac_admin=i
dnl SecureBits=keep-caps
)
---
units/u...@.service.m4.in | 4
1 file changed, 4
On Sun, Dec 14, 2014 at 07:12:34PM +0200, Mantas Mikulėnas wrote:
Otherwise this actually remains in the generated unit in /usr/lib.
If you want to keep it commented out, a m4-compatible way would be:
m4_ifdef(`HAVE_SMACK',
dnl Capabilities=cap_mac_admin=i
dnl
On Sat, Dec 13, 2014 at 01:56:56AM +0100, Gabriel de Perthuis wrote:
Bump libblkid requirement from 2.20 to 2.24.
util-linux 2.25 is actually required since
fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5
---
README| 2 +-
configure.ac | 2 +-
[resent with cc:systemd-devel]
On Sun, Dec 14, 2014 at 04:04:01PM +0300, Ivan Shapovalov wrote:
---
src/delta/delta.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/delta/delta.c b/src/delta/delta.c
index a3a121f..de963f7 100644
--- a/src/delta/delta.c
+++