commit: 0f7a75329c65ec87a7f03c67e421bbab32ca5e6c Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Apr 28 21:58:33 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Apr 28 21:58:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-systemd-integration.git/commit/?id=0f7a7532
Update mode/group on /run/lock to match OpenRC tmpfiles.d/gentoo-run.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpfiles.d/gentoo-run.conf b/tmpfiles.d/gentoo-run.conf index 5b3bcab..bede9fa 100644 --- a/tmpfiles.d/gentoo-run.conf +++ b/tmpfiles.d/gentoo-run.conf @@ -2,4 +2,4 @@ # We just create that directory for now, just in case. # Of course, it's not guaranteed that'll satisfy all relevant packages. -d /run/lock 0755 root root - +d /run/lock 0775 root uucp -
