commit bc22069d1a41eeec6e22ba9bf391412a0244f5a7 Author: Mike Gilbert Commit: Mike Gilbert Move /var/run and /var/lock back to the layout target We need to ensure packages do not install things here and come up with a better migration plan. Bug: https://bugs.gentoo.org/648880 Bug: https://bugs.gentoo.org/892267 Signed-off-by: Mike Gilbert commit 032633218070bf8c44961d05e286d5d1089779aa Author: Mike Gilbert Commit: Mike Gilbert Update ChangeLog Signed-off-by: Mike Gilbert commit 9a6ccf129ecd9efb9f4b5cc98d55e6eab1d203be Author: Mike Gilbert Commit: Mike Gilbert Revert "add environment variables needed for assistive technology" After discussion in IRC and some comments on the bug report, we decided this was not such a good idea. Reverts: 8aa828d0ce8ea8822cb0ba6e26affbc2005281e6. Signed-off-by: Mike Gilbert commit 8155400955d8a482bdac24c9356315fb0ad10ec9 Author: William Hubbs Commit: William Hubbs version 2.11 Signed-off-by: William Hubbs commit e444dfe2f340552e7902ca9d9bf37c21c1fa486f Author: William Hubbs Commit: William Hubbs update ChangeLog Signed-off-by: William Hubbs commit a48f2a886458ccdf1fdbfd9c106da4af732ea212 Author: William Hubbs Commit: William Hubbs drop /usr/tmp from makefile Signed-off-by: William Hubbs commit 25960d181b905a11ec4dd0c90d4740304c2c25ea Author: William Hubbs Commit: William Hubbs update ChangeLog Signed-off-by: William Hubbs commit 201026f62b1fcbc05b58f38ae5a26ffccd098e32 Author: William Hubbs Commit: William Hubbs update version to 2.10 Signed-off-by: William Hubbs commit 8aa828d0ce8ea8822cb0ba6e26affbc2005281e6 Author: William Hubbs Commit: William Hubbs add environment variables needed for assistive technology Bug: https://bugs.gentoo.org/853820 Signed-off-by: William Hubbs commit ff9fc523397858c2eaa927847570e6e679989ae6 Author: William Hubbs Commit: William Hubbs install the fhs compatible symlinks in the Makefile Signed-off-by: William Hubbs commit 6e9777bc736fb2e963865090c8ef36eddd5e597e Author: Mike Gilbert Commit: William Hubbs etc/issue: remove DNS domain name It is very common for client systems to not have a valid DNS domain name. This results in agetty printing "unknown_domain", which may confuse new users. Closes: https://github.com/gentoo/baselayout/pull/3 Signed-off-by: Mike Gilbert Signed-off-by: William Hubbs commit cd2a6014247b4a3b69b780a331e4d5a5f280c2d8 Author: William Hubbs Commit: William Hubbs drop fhs compatibility symlinks from the makefile This is necessary since we want baselayout to own these links. To do that, we need to create them in the ebuild. Bug: https://bugs.gentoo.org/648880 Signed-off-by: William Hubbs commit 066c554b6c233ac2a99a5b7693eb67705b277a16 Author: William Hubbs Commit: William Hubbs drop .keep files in layout target Bug: https://bugs.gentoo.org/888807 Signed-off-by: William Hubbs commit e81dfb07f53e817a83e3c3a7c247cdb57a507fdf Author: William Hubbs Commit: William Hubbs drop OS specific support This is no longer needed since we have dropped support for *BSD. Signed-off-by: William Hubbs commit 699f4857c59779581ca29ab245966830e537f2b2 Author: William Hubbs Commit: William Hubbs version 2.9 Signed-off-by: William Hubbs commit 0ca11c8aa1a8c8e0b95987f19b778ecdce4c8c61 Author: William Hubbs Commit: William Hubbs silence message about ignoring the touch failure Signed-off-by: William Hubbs commit 63accc51997bc0433f2ce3c9f637a656eac649e7 Author: Paymon Commit: Mike Gilbert Relax checks on KEEPDIR when directories are mounted fs My use case for this is in containers (mkosi with systemd-nspawn in my case) Closes: https://github.com/gentoo/baselayout/pull/2 Signed-off-by: Paymon Signed-off-by: Mike Gilbert commit 625632955cec96baaaafc0dd83e8497cd55d9b9e Author: Mike Gilbert Commit: Mike Gilbert Makefile: simplify /sbin symlink for usrmerge This matches the layout produced by sys-apps/merge-usr. Signed-off-by: Mike Gilbert commit e79dc5e1de040cf90e27ea849b0ac01091348b20 Author: William Hubbs Commit: William Hubbs typo fix Signed-off-by: William Hubbs commit ffb9e602847f4f196d6366dd1f982046853b29f4 Author: orbea Commit: William Hubbs etc/shells: Add yash to login shells Yash, yet another shell, is a POSIX-compliant command line shell written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most POSIX-compliant shell in the world while supporting features for daily interactive and scripting use. Closes: https://github.com/gentoo/baselayout/pull/1 Signed-off-by: orbea Signed-off-by: William Hubbs