diff options
author | 2017-06-09 13:37:50 -0500 | |
---|---|---|
committer | 2017-06-09 13:37:50 -0500 | |
commit | 0aacdc243b40f3bd5a651fb50a0043e9650af1c4 (patch) | |
tree | 93eae80c1193e6058af521f237d39cb22bf42fe0 | |
parent | version 2.4.1 (diff) | |
download | baselayout-0aacdc243b40f3bd5a651fb50a0043e9650af1c4.tar.gz baselayout-0aacdc243b40f3bd5a651fb50a0043e9650af1c4.tar.bz2 baselayout-0aacdc243b40f3bd5a651fb50a0043e9650af1c4.zip |
update ChangeLogbaselayout-2.4.1
-rw-r--r-- | ChangeLog | 201 |
1 files changed, 49 insertions, 152 deletions
@@ -1,3 +1,52 @@ +commit ec3d9fb5d4f9252bc524ad4c1fc901867cb3bb63 +Author: William Hubbs <williamh@gentoo.org> +Commit: William Hubbs <williamh@gentoo.org> + + etc/profile: replace PATH with ROOTPATH if the user is root + + This is part of the following bug. + + X-Gentoo-Bug: 255695 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=255695 + +commit a3cd4d5b362239f4d9104c2a9e3af9ba0eec421c +Author: David Michael <david.michael@coreos.com> +Commit: William Hubbs <williamh@gentoo.org> + + etc/services: add etcd services + + X-Gentoo-Bug: 604704 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604704 + +commit ef383418788f2ed46f5f4ad7b26fbe5b5b25707f +Author: William Hubbs <williamh@gentoo.org> +Commit: William Hubbs <williamh@gentoo.org> + + etc/env.d: move default settings to 50bbaselayout instead of 00basic + + This allows other packages to append or pre-pend any of our defaults. + + X-Gentoo-Bug: 255695 + X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=255695 + +commit 0af4f400f3edb8e840df1cb9e9df0165961b432f +Author: William Hubbs <williamh@gentoo.org> +Commit: William Hubbs <williamh@gentoo.org> + + version 2.4 + +commit ff4d400d6f6651ecd06a66245fd43fb909e91955 +Author: Lars Wendler <polynomial-c@gentoo.org> +Commit: William Hubbs <williamh@gentoo.org> + + etc/shells: Add mksh to login shells + +commit 3068c8e4af7ddfa2f2a04f0baf009578bf1a7d28 +Author: William Hubbs <williamh@gentoo.org> +Commit: William Hubbs <williamh@gentoo.org> + + add ChangeLog + commit 8f970ff82c88b86565d88852624da143bb2d5288 Author: William Hubbs <williamh@gentoo.org> Commit: William Hubbs <williamh@gentoo.org> @@ -102,155 +151,3 @@ Commit: William Hubbs <williamh@gentoo.org> Comment out fstab entries by default Bug: https://bugs.gentoo.org/578390 - -commit 3150eecd25d834eeee0a7f98bdd8266b2a2a552f -Author: William Hubbs <williamh@gentoo.org> -Commit: William Hubbs <williamh@gentoo.org> - - Revert "remove the uucp user" - - This reverts commit 2ebb0d7b29132822e8bc6f9b67940541a6261f74. - This needs more thought; we have consumers in the tree still. I'm not - sure whether we should drop it here or fix the consumers first. - -commit 2ebb0d7b29132822e8bc6f9b67940541a6261f74 -Author: William Hubbs <williamh@gentoo.org> -Commit: William Hubbs <williamh@gentoo.org> - - remove the uucp user - -commit 18fe9e877b496980256f4a8b3251e416e1afca89 -Author: William Hubbs <williamh@gentoo.org> -Commit: William Hubbs <williamh@gentoo.org> - - add the dialout group - -commit d79832c6b962969c5c57f4ff201c476e34e6789d -Author: William Hubbs <williamh@gentoo.org> -Commit: William Hubbs <williamh@gentoo.org> - - Makefile: Add /etc/mtab symbolic link to layout-Linux - - Add a symbolic link from /etc/mtab to /proc/self/mounts to the - layout-Linux target so that it will be built in the stages. - - X-Gentoo-Bug: 477498 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477498 - -commit f25b3dbc3c55e4f24d8c58ccc3278a8f6eb0def8 -Author: William Hubbs <williamh@gentoo.org> -Commit: William Hubbs <williamh@gentoo.org> - - Add input group - - Anyone other than root who wants access to /dev/input/* should be added - to this group. - - I used gid 97 which is the same gid Archlinux uses. - - X-Gentoo-Bug: 514174 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=514174 - -commit 62f7c82bf8b0bdbec552b912e0f2e698fd23935f -Author: William Hubbs <williamh@gentoo.org> -Commit: William Hubbs <williamh@gentoo.org> - - Begin updating Makefile to work with git - - Make live is used to make a tarball of the repository with all local - changes. - - make release is used to make a release once it is tagged. - - make snapshot is a work in progress; it is supposed to make a tarball of - the commit passed to it via GITREF=<commit>. The part that is missing is - I haven't decided how to name that tarball. - -commit 6d46bae57015554d60cb66b1570d0016c9e6f076 -Author: William Hubbs <williamh@gentoo.org> -Commit: William Hubbs <williamh@gentoo.org> - - Set version in Makefile - - The PV variable in Makefile now holds the version number directly - instead of reading it from an external file. - -commit 3f7fc93e8d79fcb55405222c3206cdf64a471307 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - add /bin/dash as a valid login shell - - svn path=/trunk/; revision=3213 - -commit 6b5c32b48a2c8b39dec8bcbcce6044fa970b9442 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - fstab: mount by LABEL by default #496562 by Sergey S. Starikoff - - svn path=/trunk/; revision=3212 - -commit 39dd1d4bd755a8f4ec4bb8dcb1ab6aefabe27192 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - fstab: drop floppy example as it is rare for this to exist nowadays - - svn path=/trunk/; revision=3211 - -commit 1a30e631f7a41c7d53a9744aed76c4083b361cae -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - services: change sieve from port 2000 to 4190 #485298 by Hanno Boeck - - svn path=/trunk/; revision=3210 - -commit 527d2c8e4e4fbdb1d9f7733f351756529d27e021 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - add tip about using ~/.inputrc - - svn path=/trunk/; revision=3209 - -commit cda4fd02d3fd586dca98dc360d40f219b60543f0 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - add an alt+k shortcut that does the same thing as alt+backspace to support devices (like chromebooks) where alt+backspace is remapped to something else already - - svn path=/trunk/; revision=3208 - -commit b4293c172fce7159c3357bd6bbf79b9140e53d9f -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - rename to COPYING to match the rest of the world+dog, and add some more info about state of various files - - svn path=/trunk/; revision=3207 - -commit 6fc385683bf0bf701b7fa7b50e1ccfa505882730 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - fstab: default to using ext4 to mount things #451596 - - svn path=/trunk/; revision=3206 - -commit 6f0adbb7648cebbe9f60f2294bbf4e4e1eca7b08 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - sysctl.conf: document new net.ipv4.ping_group_range option - - svn path=/trunk/; revision=3205 - -commit b00938750ab6907736398460544a214e25300c06 -Author: Mike Frysinger <vapier@gentoo.org> -Commit: Mike Frysinger <vapier@gentoo.org> - - add groupwise to /etc/services #432550 by Jon Gerdes - - svn path=/trunk/; revision=3204 |