diff options
author | Jani Välimaa <wally@mageia.org> | 2019-02-15 10:57:01 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2019-02-15 10:57:01 +0200 |
commit | 480a6a1f47508acc235865ae68e21e15d0f856ac (patch) | |
tree | df337cee538d4be259b4503f19a3eff5068b5ca2 | |
parent | 0ecd8e7d4731496c9f8f5c9b1836d32f1c828f25 (diff) | |
download | initscripts-480a6a1f47508acc235865ae68e21e15d0f856ac.tar initscripts-480a6a1f47508acc235865ae68e21e15d0f856ac.tar.gz initscripts-480a6a1f47508acc235865ae68e21e15d0f856ac.tar.bz2 initscripts-480a6a1f47508acc235865ae68e21e15d0f856ac.tar.xz initscripts-480a6a1f47508acc235865ae68e21e15d0f856ac.zip |
Replace /var/run with /run and /var/lock with /run/lock
-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.* |