chiark / gitweb /
tmpfiles: make /home and /var btrfs subvolumes by default when booted up with them...
[elogind.git] / src / libelogind / libelogind.pc.in
index b7e688300942b7e92902faa182c9f08663c85ff1..814652a22c8b0613b21677c815f670836eb9d787 100644 (file)
@@ -5,14 +5,19 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+# See tmpfiles.d(5) for details
 
-Name: elogind
-Description: elogind Library
-URL: @PACKAGE_URL@
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lelogind
-Cflags: -I${includedir}
+v /var 0755 - - -
+
+L /var/run - - - - ../run
+
+d /var/log 0755 - - -
+f /var/log/wtmp 0664 root utmp -
+f /var/log/btmp 0600 root utmp -
+
+d /var/cache 0755 - - -
+
+d /var/lib 0755 - - -
+v /var/lib/machines 0700 - - -
+
+d /var/spool 0755 - - -