Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/skeleton-init-systemd: support /var/lock again
systemd's own configuration file is not installed anymore, as side effect of disabling sysv support in commit 96f0d99. Add the legacy.conf functionality back in skeleton-init-systemd, since this is a buildroot feature to support software expecting these directories to exist, as well as trying to be similar to other init systems. Create our own legacy.conf instead of using the one from upstream, because: - upstream has legacy.conf.in which has to be preprocessed; - we don't want to enable upstream's full sysv support as explained in commit 96f0d99; - we would probably need to post-process upstream's legacy.conf anyway since it doesn't fully match with buildroot expectations. Signed-off-by: Norbert Lange <[email protected]> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
- Loading branch information