| 1 |
# ChangeLog for Gentoo System Intialization ("rc") scripts |
| 2 |
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 |
| 3 |
|
| 4 |
25 Aug 2007; Mike Frysinger <vapier@gentoo.org>: |
| 5 |
|
| 6 |
Make sure we list all config files in rc help output. |
| 7 |
|
| 8 |
22 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 9 |
|
| 10 |
Only open /proc/cmdline if it exists, #189686 thanks to Christian Affolter. |
| 11 |
|
| 12 |
21 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 13 |
|
| 14 |
Fix pppd getting the interface metric. |
| 15 |
|
| 16 |
* baselayout-2.0.0_rc3 (20 Aug 2007) |
| 17 |
|
| 18 |
20 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 19 |
|
| 20 |
As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes. |
| 21 |
|
| 22 |
17 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 23 |
|
| 24 |
Stop un-needed services when changing runlevels, #189050. |
| 25 |
|
| 26 |
15 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 27 |
|
| 28 |
`config /etc/fstab' can now be used in depend() functions to show that |
| 29 |
the deptree should be regenerated if /etc/fstab has changed. |
| 30 |
Add bzr port 4155 to /etc/services, #188970 thanks to Andrew Cowie. |
| 31 |
|
| 32 |
08 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 33 |
|
| 34 |
Add help to rc-update #188170. |
| 35 |
If given a pidfile, just match on that for seeing if we have crashed |
| 36 |
or not, #186159. |
| 37 |
|
| 38 |
* baselayout-2.0.0_rc2 (04 Aug 2007) |
| 39 |
|
| 40 |
04 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 41 |
|
| 42 |
Boot properly when we cannot set an early font, #187628. |
| 43 |
rc-update works again, #187487. |
| 44 |
|
| 45 |
03 Aug 2007; Roy Marples <uberlord@gentoo.org>: |
| 46 |
|
| 47 |
Fix adding multiple IP addresses, #187526. |
| 48 |
Fix static IPv6 routes, #187514. |
| 49 |
|
| 50 |
* baselayout-2.0.0_rc1 (02 Aug 2007) |
| 51 |
|
| 52 |
01 Aug 2007; Mike Frysinger <vapier@gentoo.org>: |
| 53 |
|
| 54 |
Punt /dev/shm from default /etc/fstab as we handle it and add a helpful |
| 55 |
hint about the RC_USE_FSTAB option. |
| 56 |
|
| 57 |
31 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 58 |
|
| 59 |
All our binaries are now multicalls into rc, which makes our on disk size |
| 60 |
a lot smaller. |
| 61 |
|
| 62 |
23 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 63 |
|
| 64 |
appending noinitd=xdm will skip the xdm service when first booting, #181858. |
| 65 |
|
| 66 |
22 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 67 |
|
| 68 |
Harden gendepends.sh some more so we only capture the stdout we want from |
| 69 |
the depend function, #186072. |
| 70 |
|
| 71 |
21 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 72 |
|
| 73 |
RC_DEPEND_STRICT now controls dependency strictness. |
| 74 |
If yes then we only use services in the boot and default runlevels, |
| 75 |
regradless of service state. |
| 76 |
If no then we take into account coldplugged services and the state |
| 77 |
of currently running services. |
| 78 |
Fixes #185640. |
| 79 |
|
| 80 |
15 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 81 |
|
| 82 |
adsl module now finds the correct exe, #185276 thanks to Marcello Laganà . |
| 83 |
|
| 84 |
14 Jul 2007; Mike Frysinger <vapier@gentoo.org>: |
| 85 |
|
| 86 |
Add --remove-destination to example /dev recover command #40987. |
| 87 |
|
| 88 |
* baselayout-2.0.0_alpha4 (12 Jul 2007) |
| 89 |
|
| 90 |
11 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 91 |
|
| 92 |
Don't unmount network filesystems in localmount or halt.sh, #175602. |
| 93 |
Don't do interactive when changing init, #174141. |
| 94 |
|
| 95 |
10 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 96 |
|
| 97 |
init scripts and their extra options can now have descriptions, #184327. |
| 98 |
We no longer care about numerical runlevels, #184733. |
| 99 |
|
| 100 |
09 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 101 |
|
| 102 |
Add an option to fork ldconfig in env-update, #182794 |
| 103 |
|
| 104 |
06 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 105 |
|
| 106 |
Add and delete IPv6 addresses and routes correctly on FreeBSD, #184430 |
| 107 |
thanks to Friedrich Oslage. |
| 108 |
|
| 109 |
02 Jul 2007; Roy Marples <uberlord@gentoo.org>: |
| 110 |
|
| 111 |
Don't wait for services that were inactive, #183667 thanks to Daniel Drake |
| 112 |
|
| 113 |
30 Jun 2007; Roy Marples <uberlord@gentoo.org>: |
| 114 |
|
| 115 |
Don't set an early font if consolefont isn't in a runlevel, #183773. |
| 116 |
|
| 117 |
27 Jun 2007; Roy Marples <uberlord@gentoo.org>: |
| 118 |
|
| 119 |
Add --no-ldconfig option to env-update to match portage. |
| 120 |
|
| 121 |
26 Jun 2007; Roy Marples <uberlord@gentoo.org>: |
| 122 |
|
| 123 |
--nocolor works again, #181011 thanks to Daniel Drake. |
| 124 |
Change pwd to / for all init scripts, #181224. |
| 125 |
|
| 126 |
21 Jun 2007; Mike Frysinger <vapier@gentoo.org>: |
| 127 |
|
| 128 |
Allow urandom location to be customized #134489. |
| 129 |
|
| 130 |
02 Jun 2007; Mike Frysinger <vapier@gentoo.org>: |
| 131 |
|
| 132 |
Fix from comio for /proc/filesystems typo in localmount #180621. |
| 133 |
|
| 134 |
Use -q option with modprobe rather than sending to /dev/null. |
| 135 |
|
| 136 |
31 May 2007; Mike Frysinger <vapier@gentoo.org>: |
| 137 |
|
| 138 |
Don't warn about Factory clock when booting off of livecd. |
| 139 |
|
| 140 |
30 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 141 |
|
| 142 |
Only call systohw in clock when we don't have adjfile or we aren't UTC. |
| 143 |
Use killall5 again so we can cleanly remount / readonly, #168977 |
| 144 |
and #177689. |
| 145 |
|
| 146 |
* baselayout-2.0.0_alpha3 (14 May 2007) |
| 147 |
|
| 148 |
14 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 149 |
|
| 150 |
RC_INTERACTIVE now works, #178331. |
| 151 |
Add --startas back to s-s-d, #175980, #175981. |
| 152 |
Allow time for pidfiles to be created, #178274. |
| 153 |
Use int instead of char for getopt, #177202 #178084 thanks to drizztbsd. |
| 154 |
|
| 155 |
11 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 156 |
|
| 157 |
Store the defined random pool size, #177722 thanks to Yaroslav Isakov. |
| 158 |
Use auto for /mnt/cdrom, #177990. |
| 159 |
Use clock MONOTONIC to timeout, not localtime, #177514. |
| 160 |
|
| 161 |
08 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 162 |
|
| 163 |
When we don't have an address return 1, #176577. |
| 164 |
|
| 165 |
05 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 166 |
|
| 167 |
Fix KV_to_int working with funky kernel versions, #177197. |
| 168 |
|
| 169 |
* baselayout-2.0.0_alpha2 (04 May 2007) |
| 170 |
|
| 171 |
04 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 172 |
|
| 173 |
Fix unicode keymaps, #173528. |
| 174 |
Some fonts show the currency symbol instead of the Euro when doing |
| 175 |
AltGr-E, so we provide an easy setting to fix this. |
| 176 |
|
| 177 |
03 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 178 |
|
| 179 |
Allow ip6to4 tunnels to use any derived address, #170290. |
| 180 |
|
| 181 |
dns_sortlist and dns_options now work as documented, #175367. |
| 182 |
|
| 183 |
02 May 2007; Roy Marples <uberlord@gentoo.org>: |
| 184 |
|
| 185 |
SSD_NICELEVEL can now affect the nicelevel for daemons started |
| 186 |
by start-stop-daemon, #175397. |
| 187 |
|
| 188 |
Don't delete addresses for PPP interfaces, #176764. |
| 189 |
|
| 190 |
30 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 191 |
|
| 192 |
Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554. |
| 193 |
|
| 194 |
/etc/init.d/foo start and stop no longer exit when service is fully |
| 195 |
started or stopped, #176452. |
| 196 |
|
| 197 |
27 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 198 |
|
| 199 |
env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d |
| 200 |
values, #176198. |
| 201 |
|
| 202 |
26 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 203 |
|
| 204 |
checkroot and checkfs now use more friendly generic options, #116016. |
| 205 |
|
| 206 |
25 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 207 |
|
| 208 |
We now have an alternative to buffering stdout and stderr. |
| 209 |
RC_PREFIX="yes" will put the service name as a prefix to all output |
| 210 |
made by the service. Thanks to Ciaran McCreesh for the idea. |
| 211 |
|
| 212 |
24 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 213 |
|
| 214 |
We now buffer stdout and stderr to a file and flush that when running in |
| 215 |
parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL. |
| 216 |
|
| 217 |
20 Apr 2007; Mike Frysinger <vapier@gentoo.org>: |
| 218 |
|
| 219 |
Automatically mount selinuxfs on /selinux in localmount. |
| 220 |
|
| 221 |
20 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 222 |
|
| 223 |
Added the rc-abort command, #175106 thanks to Daniel Drake. |
| 224 |
|
| 225 |
Plugins now run in a forked process for extra resliance. |
| 226 |
|
| 227 |
17 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 228 |
|
| 229 |
Fix bridge, vlan and bonding modules to work together, #174792. |
| 230 |
env vars ECOLOR_GOOD and friends now override our hardcoded builtins. |
| 231 |
|
| 232 |
16 Apr 2007; Mike Frysinger <vapier@gentoo.org>: |
| 233 |
|
| 234 |
Allow addons to pass up their exit status in import_addon. |
| 235 |
|
| 236 |
Simplify /dev handling in init.sh and add mdev as an option. |
| 237 |
|
| 238 |
16 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 239 |
|
| 240 |
Punted the volumes init script. Volume handling will be handled by |
| 241 |
init script that can be run at any point, even before checkroot. |
| 242 |
|
| 243 |
Don't search for a space after interface names in /proc/net, #174792 |
| 244 |
thanks to Mike Auty. |
| 245 |
|
| 246 |
13 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 247 |
|
| 248 |
Fix module loading, #174360. |
| 249 |
s-s-d now changes group when changing user, #174362. |
| 250 |
netmask -> CIDR is worked out correctly #174341. |
| 251 |
|
| 252 |
* baselayout-2.0.0_alpha1 (11 Apr 2007) |
| 253 |
|
| 254 |
07 Apr 2007; Mike Frysinger <vapier@gentoo.org>: |
| 255 |
|
| 256 |
"modules-update" -> "update-modules". |
| 257 |
|
| 258 |
05 Apr 2007; Roy Marples <uberlord@gentoo.org>: |
| 259 |
|
| 260 |
Rewrite the core parts in C. We now provide librc so other programs can |
| 261 |
query runlevels, services and state without using bash. We also provide |
| 262 |
libeinfo so other programs can easily use our informational functions. |
| 263 |
|
| 264 |
As such, we have dropped the requirement of using bash as the init script |
| 265 |
shell. We now use /bin/sh and have strived to make the scripts as portable |
| 266 |
as possible. Shells that work are bash and dash. busybox works provided |
| 267 |
you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you |
| 268 |
should disable find too. |
| 269 |
zsh and ksh do not work at this time. |
| 270 |
|
| 271 |
Networking support is currently being re-vamped also as it was heavily bash |
| 272 |
array based. As such, a new config format is available like so |
| 273 |
config_eth0="1.2.3.4/24 5.6.7.8/16" |
| 274 |
or like so |
| 275 |
config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'" |
| 276 |
|
| 277 |
We will still support the old bash array format provided that /bin/sh IS |
| 278 |
a link it bash. |
| 279 |
|
| 280 |
ChangeLog for baselayout-1 can be found in our SVN repo. |