diff options
-rw-r--r-- | mandriva.tmpfiles.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mandriva.tmpfiles.d b/mandriva.tmpfiles.d index 9f0095ac..5f0c697e 100644 --- a/mandriva.tmpfiles.d +++ b/mandriva.tmpfiles.d @@ -7,10 +7,10 @@ r /poweroff r /.suspended r /etc/killpower -# The following should really go away after /var/run and /var/lock +# The following should really go away after /run and /run/lock # are converted to tmpfs -R /var/lock/cvs/* -R /var/run/screen/* +R /run/lock/cvs/* +R /run/screen/* r /tmp/.lock.* r /tmp/.s.PGSQL.* |