summaryrefslogtreecommitdiff
blob: 84a995703ee1f39cf4a63a7468f44bbed0f5dc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
commit 9a6ccf129ecd9efb9f4b5cc98d55e6eab1d203be
Author: Mike Gilbert <floppym@gentoo.org>
Commit: Mike Gilbert <floppym@gentoo.org>

    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 <floppym@gentoo.org>

commit 8155400955d8a482bdac24c9356315fb0ad10ec9
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    version 2.11
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit e444dfe2f340552e7902ca9d9bf37c21c1fa486f
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    update ChangeLog
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit a48f2a886458ccdf1fdbfd9c106da4af732ea212
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    drop /usr/tmp from makefile
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit 25960d181b905a11ec4dd0c90d4740304c2c25ea
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    update ChangeLog
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit 201026f62b1fcbc05b58f38ae5a26ffccd098e32
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    update version to 2.10
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit 8aa828d0ce8ea8822cb0ba6e26affbc2005281e6
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    add environment variables needed for assistive technology
    
    Bug: https://bugs.gentoo.org/853820
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit ff9fc523397858c2eaa927847570e6e679989ae6
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    install the fhs compatible symlinks in the Makefile
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit 6e9777bc736fb2e963865090c8ef36eddd5e597e
Author: Mike Gilbert <floppym@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    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 <floppym@gentoo.org>
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit cd2a6014247b4a3b69b780a331e4d5a5f280c2d8
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    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 <williamh@gentoo.org>

commit 066c554b6c233ac2a99a5b7693eb67705b277a16
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    drop .keep files in layout target
    
    Bug: https://bugs.gentoo.org/888807
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit e81dfb07f53e817a83e3c3a7c247cdb57a507fdf
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    drop OS specific support
    
    This is no longer needed since we have dropped support for *BSD.
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit 699f4857c59779581ca29ab245966830e537f2b2
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    version 2.9
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit 0ca11c8aa1a8c8e0b95987f19b778ecdce4c8c61
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    silence message about ignoring the touch failure
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit 63accc51997bc0433f2ce3c9f637a656eac649e7
Author: Paymon <darwinskernel@gmail.com>
Commit: Mike Gilbert <floppym@gentoo.org>

    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 <darwinskernel@gmail.com>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

commit 625632955cec96baaaafc0dd83e8497cd55d9b9e
Author: Mike Gilbert <floppym@gentoo.org>
Commit: Mike Gilbert <floppym@gentoo.org>

    Makefile: simplify /sbin symlink for usrmerge
    
    This matches the layout produced by sys-apps/merge-usr.
    
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

commit e79dc5e1de040cf90e27ea849b0ac01091348b20
Author: William Hubbs <williamh@gentoo.org>
Commit: William Hubbs <williamh@gentoo.org>

    typo fix
    
    Signed-off-by: William Hubbs <williamh@gentoo.org>

commit ffb9e602847f4f196d6366dd1f982046853b29f4
Author: orbea <orbea@riseup.net>
Commit: William Hubbs <williamh@gentoo.org>

    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 <orbea@riseup.net>
    Signed-off-by: William Hubbs <williamh@gentoo.org>