openrc/sh
William Hubbs 1eab656ca1 Fix tmpfiles processing
Tmpfiles.d processing had /run overriding /usr/lib and /etc, but this is
not correct. The correct order, from lowest to highest, for tmpfiles
processing is:

* /usr/lib/tmpfiles.d/*.conf
* /run/tmpfiles.d/*.conf
* /etc/tmpfiles.d

This means /run/tmpfiles.d/*.conf can override /etc/tmpfiles.d/*.conf,
but /etc/tmpfiles.d/*.conf can override both of them.

This fixes #49.
2015-04-08 09:57:46 -05:00
..
.gitignore Merge init-common-post code into BSD init script 2014-01-11 13:32:43 -06:00
cgroup-release-agent.sh.in Fix quoting in cgroup-release-agent 2013-06-16 14:22:23 -05:00
functions.sh.in functions.sh: yesno: (mostly) fix eval logic 2013-11-30 16:33:31 -05:00
gendepends.sh.in Rename runscript to openrc-run 2013-12-29 22:57:31 -06:00
init-early.sh.Linux.in remove type command 2013-12-02 02:08:40 -06:00
init.sh.BSD.in Merge init-common-post code into BSD init script 2014-01-11 13:32:43 -06:00
init.sh.GNU-kFreeBSD.in Add missing files for GNU/kFreeBSD 2014-10-22 11:09:58 -05:00
init.sh.GNU.in add missing files for GNU/Hurd 2014-10-23 13:00:24 -05:00
init.sh.Linux.in init-Linux.sh: do not mount /run with nosuid 2014-01-18 02:34:39 -06:00
Makefile Merge init-common-post code into BSD init script 2014-01-11 13:32:43 -06:00
migrate-to-run.sh.in migrate-to-run: fix test for successful migration 2013-04-03 11:25:19 -05:00
rc-cgroup.sh.in Add description for cgroup_cleanup 2015-01-12 14:45:06 -06:00
rc-functions.sh.in rc-functions.sh: add ceph to net fs list 2013-01-16 22:17:45 -05:00
rc-mount.sh remove type command 2013-12-02 02:08:40 -06:00
runscript.sh.in Fix rc_verbose processing 2015-03-29 23:05:32 +00:00
runtests.sh make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
tmpfiles.sh.in Fix tmpfiles processing 2015-04-08 09:57:46 -05:00