[Lunar-commits] <moonbase> systemd: devs wrongly assumed there's a lock-group. *fixed*

Jean-Michel Bruenn wdp at lunar-linux.org
Sat Aug 6 19:44:16 CEST 2011


commit 7576a578c38c9847d7a7092f6378bc6efd4480b8
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Sat Aug 6 19:44:16 2011 +0200

    systemd: devs wrongly assumed there's a lock-group. *fixed*
---
 zbeta/systemd/BUILD |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/zbeta/systemd/BUILD b/zbeta/systemd/BUILD
index b181cce..5145b7a 100644
--- a/zbeta/systemd/BUILD
+++ b/zbeta/systemd/BUILD
@@ -31,6 +31,11 @@
     cp $SCRIPT_DIRECTORY/files/locale.conf /etc/locale.conf
   fi 
 
+  # systemd guys wrongly assume that on every linux
+  # installation is a group called "lock" this isn't
+  # the case in lunar, so we switch it to root.
+  sedit "s:0775 root lock:0775 root root:" tmpfiles.d/legacy.conf
+
   default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list