diff options
author | Olav Vitters <olav@vitters.nl> | 2020-07-26 22:06:46 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-07-26 22:06:46 +0200 |
commit | 5760f0389aa95d7a1062d6b2206574614c3b1058 (patch) | |
tree | e987ae83fd16cf5e5176f3967da176c0dc390856 /usr | |
parent | 244c9a00ae9a0dc62156aeb8781c2b22da0ad96e (diff) | |
download | initscripts-5760f0389aa95d7a1062d6b2206574614c3b1058.tar initscripts-5760f0389aa95d7a1062d6b2206574614c3b1058.tar.gz initscripts-5760f0389aa95d7a1062d6b2206574614c3b1058.tar.bz2 initscripts-5760f0389aa95d7a1062d6b2206574614c3b1058.tar.xz initscripts-5760f0389aa95d7a1062d6b2206574614c3b1058.zip |
usr/lib/tmpfiles.d/mandriva.conf: ensure it is still installed in the right place
Diffstat (limited to 'usr')
-rw-r--r-- | usr/lib/tmpfiles.d/mandriva.conf | 33 |
1 files changed, 33 insertions, 0 deletions
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-* |