From 5760f0389aa95d7a1062d6b2206574614c3b1058 Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Sun, 26 Jul 2020 22:06:46 +0200 Subject: usr/lib/tmpfiles.d/mandriva.conf: ensure it is still installed in the right place --- usr/lib/tmpfiles.d/mandriva.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 usr/lib/tmpfiles.d/mandriva.conf (limited to 'usr/lib/tmpfiles.d') diff --git a/usr/lib/tmpfiles.d/mandriva.conf b/usr/lib/tmpfiles.d/mandriva.conf new file mode 100644 index 00000000..5f0c697e --- /dev/null +++ b/usr/lib/tmpfiles.d/mandriva.conf @@ -0,0 +1,33 @@ +# The following was present in rc.sysinit + +r /fsckoptions +r /.autofsck +r /halt +r /poweroff +r /.suspended +r /etc/killpower + +# The following should really go away after /run and /run/lock +# are converted to tmpfs +R /run/lock/cvs/* +R /run/screen/* + +r /tmp/.lock.* +r /tmp/.s.PGSQL.* +R /tmp/hsperfdata_* +R /tmp/kde-* +R /tmp/ksocket-* +R /tmp/mc-* +R /tmp/mcop-* +R /tmp/orbit-* +R /tmp/ssh-* +R /tmp/.fam_socket +R /tmp/.esd +R /tmp/.esd-* +R /tmp/pulse-* +R /tmp/.sawfish-* +R /tmp/esrv* +R /tmp/kio* +R /var/lib/gdm/core.* + +R /tmp/gpg-* -- cgit v1.2.1