[gnome-ostree-integration] tmpfiles-gnome-ostree.conf: New file, used to ensure /var/log/journal exists



commit ad37d32589f0861f51ca650e91669b36b3560db2
Author: Colin Walters <walters verbum org>
Date:   Wed Dec 5 18:19:49 2012 -0500

    tmpfiles-gnome-ostree.conf: New file, used to ensure /var/log/journal exists
    
    We want the journal on by default, but the OS installer may not have
    created it.  Ensure it exists.

 Makefile-integration.am        |    1 +
 src/tmpfiles-gnome-ostree.conf |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-integration.am b/Makefile-integration.am
index 518c084..48a3e15 100644
--- a/Makefile-integration.am
+++ b/Makefile-integration.am
@@ -37,6 +37,7 @@ integration-install-data-hook: os-release system-release
 	ln -sf NetworkManager.service $(DESTDIR)$(prefix)/lib/systemd/system/dbus-org.freedesktop.NetworkManager.service
 	install -D os-release $(DESTDIR)$(sysconfdir)/os-release
 	install -D $(builddir)/system-release $(DESTDIR)$(sysconfdir)/system-release
+	install -D $(srcdir)/src/tmpfiles-gnome-ostree.conf $(DESTDIR)$(prefix)/lib/tmpfiles.d/gnome-ostree.conf
 	install -D $(srcdir)/src/lib-passwd $(DESTDIR)$(prefix)/lib/passwd
 	install -D $(srcdir)/src/lib-group $(DESTDIR)$(prefix)/lib/group
 	install -D $(srcdir)/src/gnome-logo.png $(DESTDIR)$(datadir)/pixmaps/system-logo-white.png
diff --git a/src/tmpfiles-gnome-ostree.conf b/src/tmpfiles-gnome-ostree.conf
new file mode 100644
index 0000000..be89d93
--- /dev/null
+++ b/src/tmpfiles-gnome-ostree.conf
@@ -0,0 +1 @@
+d /var/log/journal 0755 root root -



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]