| 1 |
drobbins |
46 |
# ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 |
azarah |
143 |
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 |
drobbins |
46 |
# Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 |
drobbins |
45 |
|
| 5 |
azarah |
185 |
26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 |
|
|
|
| 7 |
|
|
Update /etc/init.d/netmount not to try and mount NFS filesystems |
| 8 |
|
|
if portmap was not started. This is to stop "hang" problems for |
| 9 |
|
|
new users who do not add portmap to the default runlevel. See |
| 10 |
|
|
bug #2555. |
| 11 |
|
|
|
| 12 |
azarah |
186 |
Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
| 13 |
|
|
|
| 14 |
azarah |
184 |
19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 15 |
|
|
|
| 16 |
|
|
Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
| 17 |
|
|
|
| 18 |
azarah |
183 |
13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 19 |
|
|
|
| 20 |
|
|
Change the homes of user "at" and "cron" in /etc/passwd, as |
| 21 |
|
|
they moved to /var/spool/cron... |
| 22 |
|
|
|
| 23 |
azarah |
181 |
* rc-scripts 1.3.5 (12 May 2002) |
| 24 |
|
|
|
| 25 |
azarah |
179 |
12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 26 |
|
|
|
| 27 |
|
|
Make slight modifications to /sbin/depscan.sh to improve speed (about |
| 28 |
azarah |
180 |
1 second on a celeron 633). |
| 29 |
azarah |
179 |
|
| 30 |
azarah |
180 |
Finally fix /sbin/runscript.sh to properly handle interdependencies |
| 31 |
|
|
between types need/use and before/after on runlevel change. I can |
| 32 |
|
|
actually kick myself for previous implementations, as this fix simplifies |
| 33 |
|
|
things a lot, and is almost 30 lines of code less! |
| 34 |
azarah |
179 |
|
| 35 |
azarah |
180 |
Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
| 36 |
|
|
It rather just exit with a warning, as I think most people have like |
| 37 |
|
|
me mounts that are to boxes that are not always up. |
| 38 |
azarah |
179 |
|
| 39 |
azarah |
180 |
Resolve bug #2439 (should not use try with the dd command for ramdisk |
| 40 |
|
|
stuff). Also increase the number of inodes used for the ramdisk to |
| 41 |
|
|
fix "out of space" errors. Updated /sbin/rc for this. |
| 42 |
azarah |
179 |
|
| 43 |
azarah |
176 |
10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 44 |
|
|
|
| 45 |
azarah |
177 |
Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
| 46 |
|
|
backup files to generate /etc/profile.env. |
| 47 |
azarah |
176 |
|
| 48 |
azarah |
180 |
Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
| 49 |
|
|
for this. |
| 50 |
azarah |
177 |
|
| 51 |
azarah |
174 |
6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 52 |
|
|
|
| 53 |
|
|
Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
| 54 |
azarah |
180 |
/etc/env.d/ file. Same for $QTDIR. |
| 55 |
azarah |
174 |
|
| 56 |
|
|
5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 57 |
|
|
|
| 58 |
|
|
Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
| 59 |
|
|
and is needed for some fixes. |
| 60 |
|
|
|
| 61 |
azarah |
173 |
28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 62 |
|
|
|
| 63 |
|
|
Update /etc/rc.conf to be more clear and state that you should |
| 64 |
azarah |
180 |
remove consolefont from startup if you do not use it. Should |
| 65 |
|
|
resolve bug #2174. |
| 66 |
azarah |
173 |
|
| 67 |
woodchip |
172 |
26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
| 68 |
|
|
|
| 69 |
|
|
Added user/group apache with uid/gid 81. |
| 70 |
|
|
|
| 71 |
azarah |
171 |
25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 72 |
|
|
|
| 73 |
|
|
Remove the "-net" from the line setting the default gateway |
| 74 |
azarah |
180 |
in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
| 75 |
|
|
noting this. |
| 76 |
azarah |
171 |
|
| 77 |
woodchip |
170 |
24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
| 78 |
|
|
|
| 79 |
|
|
Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
| 80 |
|
|
which is installed with the nfs-utils package. Also tidied up some |
| 81 |
|
|
really old, leftover junk like the non-supported stuff from rc5. |
| 82 |
|
|
Closes #1754. |
| 83 |
|
|
|
| 84 |
azarah |
169 |
23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 85 |
|
|
|
| 86 |
|
|
Remove creation of /var/run/utmpx from bootmisc again. Seems |
| 87 |
|
|
other people have wierd problems. |
| 88 |
|
|
|
| 89 |
azarah |
165 |
* rc-scripts 1.3.4 (21 April 2002) |
| 90 |
|
|
|
| 91 |
|
|
21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 92 |
|
|
|
| 93 |
|
|
Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
| 94 |
azarah |
180 |
and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
| 95 |
azarah |
165 |
|
| 96 |
azarah |
180 |
Implement the status commandline argument. Updated /sbin/runscript.sh |
| 97 |
|
|
and /sbin/rc-help.sh for this. |
| 98 |
azarah |
167 |
|
| 99 |
azarah |
180 |
Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
| 100 |
|
|
and AFTER. |
| 101 |
azarah |
167 |
|
| 102 |
azarah |
164 |
12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 103 |
|
|
|
| 104 |
|
|
Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
| 105 |
|
|
is needed, else /usr/bin/newgrp segfault. |
| 106 |
|
|
|
| 107 |
azarah |
163 |
11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 108 |
|
|
|
| 109 |
|
|
Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 110 |
azarah |
164 |
Thanks to Väinö Järvelä for this fix. |
| 111 |
azarah |
163 |
|
| 112 |
azarah |
164 |
Update /etc/profile to also set the PS? variables if $SHELL |
| 113 |
|
|
is set to /bin/sh. This should make prompt colours in |
| 114 |
|
|
bootstrap work again. |
| 115 |
azarah |
163 |
|
| 116 |
azarah |
164 |
Move LVM stuff to checkfs to ensure that they get fscked. |
| 117 |
|
|
This resolves bug #1552. |
| 118 |
azarah |
163 |
|
| 119 |
azarah |
161 |
* rc-scripts 1.3.3 (5 April 2002) |
| 120 |
|
|
|
| 121 |
|
|
5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 122 |
|
|
|
| 123 |
|
|
Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
| 124 |
|
|
This is done to try and ensure system integrity. |
| 125 |
|
|
|
| 126 |
azarah |
160 |
1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 127 |
|
|
|
| 128 |
|
|
Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
| 129 |
|
|
|
| 130 |
|
|
Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
| 131 |
|
|
|
| 132 |
|
|
Add a bash check to the code that sets the prompt, fixing bug #1078. |
| 133 |
|
|
|
| 134 |
azarah |
159 |
* rc-scripts 1.3.2 (24 Mar 2002) |
| 135 |
|
|
|
| 136 |
azarah |
157 |
24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 137 |
|
|
|
| 138 |
|
|
Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 139 |
|
|
for this. |
| 140 |
|
|
|
| 141 |
|
|
With the "before" and "after" stuff, recursion levels was getting too high, |
| 142 |
|
|
and with some cases, things just plain did not work as it should. Reworked |
| 143 |
|
|
things to to lower the levels of recursion and get the order right. Updated |
| 144 |
|
|
/etc/init.d/runscript.sh for this. |
| 145 |
|
|
|
| 146 |
|
|
Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
| 147 |
|
|
${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
| 148 |
|
|
|
| 149 |
|
|
Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
| 150 |
|
|
|
| 151 |
|
|
Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
| 152 |
|
|
|
| 153 |
|
|
Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
| 154 |
|
|
|
| 155 |
azarah |
158 |
Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
| 156 |
|
|
and it seems it has fallen now to my discression. |
| 157 |
|
|
|
| 158 |
drobbins |
155 |
* rc-scripts 1.3.1 (23 Mar 2002) |
| 159 |
|
|
|
| 160 |
drobbins |
156 |
23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 161 |
|
|
DHCP lease release from Jim Nutt. |
| 162 |
|
|
|
| 163 |
|
|
23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 164 |
|
|
since there are a lot of important bug fixes in here that are needed. |
| 165 |
drobbins |
155 |
|
| 166 |
azarah |
150 |
23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 167 |
|
|
|
| 168 |
|
|
Resolve bug #1292. |
| 169 |
|
|
|
| 170 |
|
|
Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 171 |
|
|
Spidler. |
| 172 |
|
|
|
| 173 |
azarah |
149 |
21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 174 |
|
|
|
| 175 |
|
|
Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 176 |
|
|
version, 'cat /proc/mounts'. |
| 177 |
|
|
|
| 178 |
azarah |
148 |
19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 179 |
|
|
|
| 180 |
|
|
Add initial support for the --quiet flag that suppress output. |
| 181 |
|
|
|
| 182 |
azarah |
147 |
18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 183 |
|
|
|
| 184 |
|
|
Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 185 |
|
|
as not all errors by depscan.sh is critical. It should be |
| 186 |
|
|
reworked to do better error handeling. |
| 187 |
|
|
|
| 188 |
azarah |
146 |
14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 189 |
|
|
|
| 190 |
|
|
Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 191 |
|
|
/etc/group to match those of Debian, FBSD and others. Thanks |
| 192 |
|
|
to those who reported it, and Woodchip for looking up the |
| 193 |
|
|
proper values. |
| 194 |
|
|
|
| 195 |
|
|
Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 196 |
|
|
This resolves bug #1150, thanks to Paul Fleischer. |
| 197 |
|
|
|
| 198 |
azarah |
145 |
11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 199 |
|
|
|
| 200 |
|
|
Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 201 |
|
|
as some users have /usr on seperate partition which is not |
| 202 |
|
|
mounted when depscan.sh is run the first time. |
| 203 |
|
|
|
| 204 |
|
|
Updated the checking for more than one service providing the |
| 205 |
|
|
same virtual function in /etc/init.d/depscan.sh. It should |
| 206 |
|
|
be working now, and this also fix a problem that when there is no |
| 207 |
|
|
service providing a virtual, counter was used uninitialized. |
| 208 |
|
|
|
| 209 |
azarah |
144 |
* rc-scripts 1.3.0 (10 March 2002) |
| 210 |
|
|
|
| 211 |
azarah |
180 |
10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 212 |
|
|
|
| 213 |
|
|
Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 214 |
azarah |
144 |
|
| 215 |
|
|
Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 216 |
|
|
|
| 217 |
|
|
Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
| 218 |
|
|
and /etc/init.d/localmount for this. |
| 219 |
|
|
|
| 220 |
|
|
Lots of form/syntax cleanups, most things should be more |
| 221 |
|
|
consistant now. Fixed fail detection/return values of lots of |
| 222 |
|
|
scripts. |
| 223 |
|
|
|
| 224 |
|
|
Lots of cleanup/fixes in the three main scripts behind our |
| 225 |
|
|
rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
| 226 |
|
|
|
| 227 |
|
|
Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
| 228 |
|
|
is sourced in a ebuild. |
| 229 |
|
|
|
| 230 |
|
|
Fix a bug that our rc-script wrapper introduced: Global variables |
| 231 |
|
|
in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
| 232 |
|
|
this. |
| 233 |
|
|
|
| 234 |
|
|
Implemented more error checking for the main startup code in /sbin/rc. |
| 235 |
|
|
Also fixed try() for mounting /proc (maybe all mount commands). |
| 236 |
|
|
The function worked fine in a simulated test, but in real life failed |
| 237 |
|
|
to detect a error when mounting /proc (remember to thank Grant for |
| 238 |
|
|
his UserMode ebuilds, and Guide). |
| 239 |
|
|
|
| 240 |
azarah |
143 |
* rc-scripts 1.2.9 (6 March 2002) |
| 241 |
|
|
|
| 242 |
azarah |
180 |
6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 243 |
|
|
|
| 244 |
|
|
General form updates and some piping fixes. |
| 245 |
azarah |
143 |
|
| 246 |
|
|
Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 247 |
|
|
to fix a problem where startDM.sh would be respawned repeatedly |
| 248 |
|
|
if xdm was not in the default runlevel. |
| 249 |
|
|
|
| 250 |
azarah |
139 |
* rc-scripts 1.2.8 (4 March 2002) |
| 251 |
|
|
|
| 252 |
azarah |
180 |
4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 253 |
|
|
|
| 254 |
|
|
Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
| 255 |
|
|
to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 256 |
|
|
move them to the xfree ebuild later on when things settles down. |
| 257 |
azarah |
139 |
|
| 258 |
|
|
Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
| 259 |
|
|
|
| 260 |
|
|
Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
| 261 |
|
|
where we had a invalid $PATH on boot in some cases. |
| 262 |
|
|
|
| 263 |
azarah |
141 |
Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 264 |
|
|
the new sys-apps/kbd package. |
| 265 |
|
|
|
| 266 |
azarah |
138 |
* rc-scripts 1.2.7 (3 March 2002) |
| 267 |
|
|
|
| 268 |
azarah |
180 |
3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 269 |
|
|
|
| 270 |
|
|
Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 271 |
|
|
times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 272 |
|
|
for this. |
| 273 |
azarah |
137 |
|
| 274 |
|
|
Fixing some variable declarations in /etc/init.d/runscript.sh caused |
| 275 |
|
|
/etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 276 |
|
|
this. |
| 277 |
|
|
|
| 278 |
|
|
Added caching of the "depend() { need foo; } " lines, and updated |
| 279 |
|
|
/etc/init.d/depscan.sh to touch the actual files less. This should |
| 280 |
|
|
speedup dependancy caching a lot, especially on slow machines. |
| 281 |
|
|
|
| 282 |
azarah |
138 |
Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 283 |
|
|
for security. |
| 284 |
|
|
|
| 285 |
|
|
Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 286 |
|
|
|
| 287 |
azarah |
180 |
1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 288 |
|
|
|
| 289 |
|
|
Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 290 |
|
|
Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 291 |
azarah |
135 |
/etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 292 |
|
|
/etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 293 |
|
|
|
| 294 |
|
|
Removed stopping of dependant services that have current service as |
| 295 |
|
|
a 'use'dependancy ... should be less confusing now. |
| 296 |
|
|
Updated /etc/init.d/runscript.sh for this. |
| 297 |
|
|
|
| 298 |
azarah |
180 |
28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 299 |
|
|
|
| 300 |
|
|
Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| 301 |
|
|
programs to startup. This should pretty much have /etc/init.d/ static, |
| 302 |
|
|
except for baselayout updates, etc. |
| 303 |
azarah |
134 |
|
| 304 |
azarah |
180 |
27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 305 |
|
|
|
| 306 |
|
|
In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
| 307 |
|
|
problems. Fixed this in /sbin/rc. |
| 308 |
azarah |
132 |
|
| 309 |
azarah |
133 |
Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
| 310 |
|
|
use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
| 311 |
|
|
/etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
| 312 |
|
|
|
| 313 |
azarah |
180 |
26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 314 |
|
|
|
| 315 |
|
|
Fix my brain dead update of the 25th. It really should keep |
| 316 |
|
|
"gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
| 317 |
|
|
retrieving kernel options. Updated /etc/init.d/functions.sh, |
| 318 |
|
|
/etc/init.d/checkroot and /sbin/rc for this. |
| 319 |
azarah |
130 |
|
| 320 |
|
|
Updated /etc/init.d/consolefont to work without devfs as well. |
| 321 |
|
|
|
| 322 |
azarah |
131 |
When rebooting or shutting down, a service should not fail to stop |
| 323 |
|
|
if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
| 324 |
|
|
for this. |
| 325 |
|
|
|
| 326 |
azarah |
180 |
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 327 |
|
|
|
| 328 |
|
|
Added a check if /dev is mounted when creating entries for /etc/mtab. |
| 329 |
|
|
This should solve a invalid entry or /dev being mounted even with |
| 330 |
|
|
'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
| 331 |
azarah |
129 |
|
| 332 |
drobbins |
128 |
17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
| 333 |
|
|
filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
| 334 |
|
|
just in a comment now) |
| 335 |
azarah |
125 |
|
| 336 |
azarah |
180 |
17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 337 |
drobbins |
128 |
|
| 338 |
azarah |
180 |
Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
| 339 |
|
|
this. This should fix services not getting started in the correct order |
| 340 |
|
|
in a tight loop, services getting stopped out of order, and some other |
| 341 |
|
|
sanity checks. Updated rc-script.sh for updated help. |
| 342 |
|
|
|
| 343 |
|
|
15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 344 |
|
|
|
| 345 |
|
|
Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
| 346 |
|
|
and added the 'after' type. 'before' and 'after' will only work currently |
| 347 |
|
|
for a change of runlevel. Updated /etc/init.d/depscan.sh, |
| 348 |
|
|
/etc/init.d/runscript.sh and /sbin/rc for this. |
| 349 |
azarah |
127 |
|
| 350 |
azarah |
180 |
13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 351 |
|
|
|
| 352 |
|
|
Add some more entries to /etc/devfsd.conf to make alsa users life |
| 353 |
|
|
easier ... thanks Tod. |
| 354 |
azarah |
124 |
|
| 355 |
azarah |
180 |
12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 356 |
|
|
|
| 357 |
|
|
Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 358 |
azarah |
125 |
|
| 359 |
azarah |
124 |
Fixed some services not starting again when restarting a service. |
| 360 |
|
|
Seems simple is still the best way. |
| 361 |
|
|
|
| 362 |
|
|
Fixed some other problems created with feature additions and cleanups. |
| 363 |
|
|
|
| 364 |
azarah |
180 |
11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 365 |
|
|
|
| 366 |
|
|
General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 367 |
azarah |
124 |
|
| 368 |
|
|
Added 'before *' to /etc/init.d/checkroot to make sure it gets |
| 369 |
|
|
started first. |
| 370 |
|
|
|
| 371 |
|
|
Added 'use *' to /etc/init.d/local to make sure it gets started |
| 372 |
|
|
last. |
| 373 |
|
|
|
| 374 |
azarah |
180 |
10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 375 |
|
|
|
| 376 |
|
|
Fixed /sbin/rc to stop a service on change of runlevel if it is |
| 377 |
|
|
in 'use' by another service. |
| 378 |
azarah |
124 |
|
| 379 |
|
|
Added the 'provide' depend type for creating virtual services. |
| 380 |
|
|
Updated /etc/init.d/depscan.sh for this. |
| 381 |
|
|
|
| 382 |
|
|
Added the 'before' depend type. This is more for changing the |
| 383 |
|
|
order services start in. Updated /etc/init.d/depscan.sh and |
| 384 |
|
|
/etc/init.d/functions.sh for this. |
| 385 |
|
|
|
| 386 |
|
|
Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 387 |
|
|
dependancy types. This can be used with 'use' and 'before' to |
| 388 |
|
|
start a script last or first respectively. |
| 389 |
|
|
|
| 390 |
|
|
Added save_options() and get_options() to /etc/init.d/functions.sh |
| 391 |
|
|
for saving misc settings between startup/shutdown. Updated |
| 392 |
|
|
/etc/init.d/net.eth0 to use these and properly down virtual |
| 393 |
|
|
interfaces. |
| 394 |
|
|
|
| 395 |
azarah |
180 |
6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 396 |
|
|
|
| 397 |
|
|
Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
| 398 |
|
|
on no errors. |
| 399 |
azarah |
124 |
|
| 400 |
|
|
* rc-scripts 1.2.6 (6 Feb 2002) |
| 401 |
|
|
|
| 402 |
azarah |
180 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 403 |
|
|
|
| 404 |
|
|
Updated /etc/net.eth0 to specify the gateway device via the $gateway |
| 405 |
|
|
variable (something like gateway="eth0/192.168.0.1"). |
| 406 |
azarah |
122 |
|
| 407 |
azarah |
180 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 408 |
|
|
|
| 409 |
|
|
Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
| 410 |
azarah |
119 |
|
| 411 |
azarah |
180 |
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
| 412 |
|
|
|
| 413 |
|
|
Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
| 414 |
|
|
implements a retry if not successful the first time, and will kill |
| 415 |
|
|
processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
| 416 |
azarah |
117 |
|
| 417 |
woodchip |
115 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
| 418 |
|
|
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
| 419 |
|
|
Fixed /etc/passwd,group for user/group mysql. |
| 420 |
|
|
|
| 421 |
azarah |
113 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
| 422 |
|
|
map file support to /etc/init.d/consolefont and the setting to |
| 423 |
|
|
/etc/rc.conf. |
| 424 |
|
|
|
| 425 |
azarah |
112 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
| 426 |
|
|
in skel files to support both versions of dircolors. |
| 427 |
|
|
|
| 428 |
azarah |
109 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
| 429 |
azarah |
113 |
in the restart stuff of /etc/init.d/runscript.sh that caused |
| 430 |
|
|
a restart of a 'net' service not to restart services again |
| 431 |
|
|
that depended on it. |
| 432 |
azarah |
109 |
|
| 433 |
azarah |
107 |
* rc-scripts 1.2.5 (20 Jan 2002) |
| 434 |
|
|
|
| 435 |
azarah |
106 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 436 |
|
|
/etc/init.d/net.eth0 to 'use' pcmcia. |
| 437 |
|
|
|
| 438 |
azarah |
102 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
| 439 |
|
|
the dircolors command in /etc/skel/.bash_profile to handle cases |
| 440 |
|
|
where bash do not export $SHELL. |
| 441 |
|
|
|
| 442 |
|
|
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 443 |
|
|
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and |
| 444 |
|
|
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config |
| 445 |
|
|
scheme for the net.eth* scripts. |
| 446 |
|
|
|
| 447 |
woodchip |
100 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address |
| 448 |
|
|
from manpages; no need for that.. |
| 449 |
|
|
|
| 450 |
azarah |
102 |
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in |
| 451 |
|
|
/etc/devfsd.conf; had 'dvd' in the cdrw stuff. |
| 452 |
|
|
|
| 453 |
drobbins |
97 |
* rc-scripts 1.2.4 (30 Dec 2001) |
| 454 |
|
|
|
| 455 |
|
|
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
| 456 |
|
|
back to 022 as it should be. |
| 457 |
|
|
|
| 458 |
azarah |
96 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 459 |
|
|
/etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
| 460 |
|
|
|
| 461 |
woodchip |
95 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 462 |
|
|
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 463 |
|
|
|
| 464 |
azarah |
180 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 465 |
|
|
|
| 466 |
|
|
Updated /etc/init.d/depscan.sh to store info about missing dependancies |
| 467 |
|
|
of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 468 |
azarah |
93 |
to use this when starting a script ('need' dependancies is critical for |
| 469 |
|
|
startup). Added the broken() function to /etc/init.d/runscript.sh |
| 470 |
|
|
to list the missing dependancies. |
| 471 |
|
|
|
| 472 |
|
|
Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 473 |
|
|
checking. |
| 474 |
|
|
|
| 475 |
|
|
Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| 476 |
|
|
eend(), but print a warning on error, not a error. Updated |
| 477 |
|
|
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
| 478 |
|
|
|
| 479 |
azarah |
180 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 480 |
azarah |
93 |
|
| 481 |
azarah |
180 |
Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
| 482 |
|
|
is passed to a rc-script. |
| 483 |
|
|
|
| 484 |
azarah |
93 |
Added /etc/init.d/rc-help.sh, simple script that prints out help for |
| 485 |
|
|
the rc-scripts. |
| 486 |
|
|
|
| 487 |
azarah |
180 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 488 |
|
|
|
| 489 |
|
|
Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
| 490 |
|
|
halt and reboot. This fixes a problem where / was not unmounted properly |
| 491 |
|
|
in some cases. |
| 492 |
azarah |
91 |
|
| 493 |
azarah |
180 |
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 494 |
|
|
|
| 495 |
|
|
Move $svcdir to to /etc/init.d/functions.sh, and update |
| 496 |
|
|
/etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
| 497 |
azarah |
91 |
|
| 498 |
|
|
Modified /etc/init.d/runscript.sh to also restart the services that |
| 499 |
|
|
depend on a service if that service is restarted. Enhanced the |
| 500 |
|
|
restart function to be able to have custom restart() functions in |
| 501 |
|
|
rc-scripts. The custom restart() have to use svc_stop() and |
| 502 |
|
|
svc_start() to restart the service. |
| 503 |
|
|
|
| 504 |
|
|
Add a pause function to /etc/init.d/runscript.sh. It will basically |
| 505 |
|
|
stop a service without stopping the services that depends on that |
| 506 |
|
|
service. |
| 507 |
|
|
|
| 508 |
azarah |
180 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
| 509 |
|
|
service without stopping the services that depends on that service. |
| 510 |
drobbins |
97 |
|
| 511 |
azarah |
91 |
* rc-scripts 1.2.3 (18 Dec 2001) |
| 512 |
|
|
|
| 513 |
azarah |
180 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 514 |
|
|
|
| 515 |
|
|
Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
| 516 |
|
|
init wrapper we used). |
| 517 |
azarah |
91 |
|
| 518 |
|
|
Some cleanups: take out the shm resize comment; |
| 519 |
|
|
|
| 520 |
|
|
remove the $wrongmount; |
| 521 |
|
|
|
| 522 |
|
|
remove the mountshm() function and insert it directly |
| 523 |
|
|
where needed; |
| 524 |
|
|
|
| 525 |
|
|
remove the setting of $PATH as /sbin/init already do |
| 526 |
|
|
this for us. |
| 527 |
|
|
|
| 528 |
|
|
Added the if statement to detect if it is the first time the 'boot' |
| 529 |
|
|
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]). |
| 530 |
|
|
$RUNLEVEL is a env var set by /sbin/init. |
| 531 |
|
|
|
| 532 |
|
|
Also added functionality to detect if the kernel have DEVFS support |
| 533 |
|
|
compiled in; seems new users thinks devfs is unstable and as they do |
| 534 |
|
|
not always read the docs, it does not get compiled in ;/ Should |
| 535 |
|
|
make live for us a bit easier. |
| 536 |
|
|
|
| 537 |
azarah |
180 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 538 |
|
|
|
| 539 |
|
|
Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
| 540 |
|
|
the unneeded services. |
| 541 |
azarah |
91 |
|
| 542 |
woodchip |
79 |
* rc-scripts 1.2.2 (8 Dec 2001) |
| 543 |
|
|
|
| 544 |
azarah |
81 |
10 Dec 2001; Added a localhost entry in /etc/hosts. |
| 545 |
|
|
|
| 546 |
woodchip |
79 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c |
| 547 |
|
|
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to |
| 548 |
|
|
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon. |
| 549 |
|
|
Start-stop-daemon is moved here from sysvinit by the way. There is stuff |
| 550 |
|
|
in this ChangeLog that needs to be removed! Like the changes to hosts, |
| 551 |
|
|
profile. /etc/{passwd,group} have minor UID and GID type fixes for |
| 552 |
woodchip |
80 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS |
| 553 |
|
|
directories. |
| 554 |
woodchip |
79 |
|
| 555 |
woodchip |
61 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory |
| 556 |
|
|
to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
| 557 |
woodchip |
63 |
and one for update-modules.8. These were adapted from Debian. Updated |
| 558 |
|
|
tarball.sh to include the new man directory. Updated baselayout to install |
| 559 |
|
|
these manpages. Slightly tweak the /etc/modules.autoload comments. |
| 560 |
woodchip |
61 |
|
| 561 |
azarah |
180 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 562 |
|
|
|
| 563 |
|
|
Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
| 564 |
|
|
and cleaned out old code. |
| 565 |
drobbins |
65 |
|
| 566 |
|
|
Updated /etc/init.d/bootmisc with additional lock files to clean. |
| 567 |
|
|
|
| 568 |
azarah |
180 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 569 |
|
|
|
| 570 |
|
|
Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
| 571 |
|
|
that can be used for services that needs to have a logger started before |
| 572 |
|
|
they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
| 573 |
|
|
to define what loggers the 'logger' depend represent. |
| 574 |
drobbins |
65 |
|
| 575 |
azarah |
180 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 576 |
|
|
|
| 577 |
|
|
Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
| 578 |
|
|
and grpck. |
| 579 |
drobbins |
65 |
|
| 580 |
azarah |
180 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 581 |
|
|
|
| 582 |
|
|
Changed umask in /etc/profile for the user to 077 for security. |
| 583 |
drobbins |
65 |
|
| 584 |
|
|
Added a stop() function to /etc/init.d/clock. Also removed uneeded |
| 585 |
|
|
'source /etc/rc.conf' line. |
| 586 |
|
|
|
| 587 |
|
|
Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
| 588 |
|
|
/etc/hostname is invalid. |
| 589 |
|
|
|
| 590 |
|
|
Updated /sbin/init to move the entries in /lib/dev-state to /dev before |
| 591 |
|
|
running devfsd, as it did still not save settings properly. Also removed |
| 592 |
|
|
old /dev-state/compat stuff. |
| 593 |
|
|
|
| 594 |
drobbins |
57 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed |
| 595 |
|
|
from the default "default" runlevel. It still exists in the archive so that |
| 596 |
drobbins |
65 |
users who want/need it can add it easily. |
| 597 |
drobbins |
57 |
|
| 598 |
drobbins |
56 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
| 599 |
drobbins |
65 |
removed notail from the ext2 boot partition, other cleanups. |
| 600 |
drobbins |
56 |
|
| 601 |
drobbins |
55 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
| 602 |
drobbins |
65 |
|
| 603 |
azarah |
180 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 604 |
|
|
|
| 605 |
|
|
Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
| 606 |
|
|
/dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
| 607 |
|
|
standard location. |
| 608 |
drobbins |
65 |
|
| 609 |
|
|
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
| 610 |
|
|
itself, calling depscan.sh or changing runlevels cause a tempory effect |
| 611 |
|
|
similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
| 612 |
|
|
changing runlevels did not want to work. |
| 613 |
|
|
|
| 614 |
|
|
Updated /etc/init.d/halt.sh to terminate and display message for devfsd. |
| 615 |
|
|
More cosmetic than anything else, but cant hurt with the new dev-state |
| 616 |
|
|
scheme. |
| 617 |
|
|
|
| 618 |
|
|
Updated /sbin/init to set the console log level to 1, so that bootup |
| 619 |
|
|
can be much cleaner. Also updated /etc/init.d/modules not to have |
| 620 |
|
|
a logger in it 'use' depends, as it should not be needed anymore. |
| 621 |
|
|
|
| 622 |
|
|
Updated /sbin/rc to check if devfsd is still running between runlevel |
| 623 |
|
|
changes. |
| 624 |
|
|
|
| 625 |
|
|
Updated /etc/init.d/modules to run update-modules. We want to be sure |
| 626 |
|
|
/etc/modules.conf is updated when running depmod -a. |
| 627 |
|
|
|
| 628 |
|
|
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also |
| 629 |
|
|
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group. |
| 630 |
|
|
|
| 631 |
|
|
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and |
| 632 |
|
|
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also |
| 633 |
|
|
updated tarball.sh to handle ppp/chat-default. |
| 634 |
|
|
|
| 635 |
azarah |
91 |
Added /etc/skel/.bash* to make things cleaner. |
| 636 |
drobbins |
65 |
|
| 637 |
azarah |
91 |
Other minor changes. |
| 638 |
drobbins |
65 |
|
| 639 |
woodchip |
53 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file |
| 640 |
|
|
to rc-scripts. Can remove it from sys-libs/shadow at the next release. |
| 641 |
|
|
|
| 642 |
drobbins |
51 |
* rc-scripts 1.1.8 (15 Nov 2001) |
| 643 |
|
|
|
| 644 |
|
|
16 Nov 2001; removed bogus "mountall.test" script. |
| 645 |
drobbins |
48 |
|
| 646 |
azarah |
180 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 647 |
|
|
|
| 648 |
|
|
Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
| 649 |
|
|
'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
| 650 |
|
|
removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
| 651 |
|
|
names of new functions in init.d/runscript.sh to better sounding ones. |
| 652 |
|
|
Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
| 653 |
|
|
fixes/cleanups. |
| 654 |
|
|
|
| 655 |
|
|
Removed try() out of init.d/runscript.sh (why was this here ?). |
| 656 |
drobbins |
46 |
|
| 657 |
azarah |
180 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 658 |
|
|
|
| 659 |
|
|
Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
| 660 |
|
|
doesn't exist. |
| 661 |
drobbins |
51 |
|
| 662 |
drobbins |
65 |
init.d/hostname: Added check for a valid /etc/hostname. |
| 663 |
drobbins |
51 |
|
| 664 |
drobbins |
65 |
init.d/keymaps: Added check for valid $KEYMAP. |
| 665 |
drobbins |
51 |
|
| 666 |
drobbins |
65 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This |
| 667 |
|
|
should solve Woodchip's syslog+glue issue. We just have to change the |
| 668 |
|
|
console loglevel for metalog and syslog-ng (sysklogd already updated) not to |
| 669 |
|
|
output info and warnings, etc to the console, then boot will be much cleaner. |
| 670 |
|
|
Also the install guide will need changing to add the loggers to 'boot' and |
| 671 |
|
|
not 'default' runlevel. |
| 672 |
drobbins |
51 |
|
| 673 |
drobbins |
65 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
| 674 |
|
|
this really needed (I cannot see that it is used anywhere ...)? |
| 675 |
drobbins |
51 |
|
| 676 |
azarah |
180 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 677 |
|
|
|
| 678 |
|
|
Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
| 679 |
|
|
called 'uses'. It basically have the same usage as 'need', except that it |
| 680 |
|
|
do not start services that is not in the current and 'boot' runlevels. |
| 681 |
drobbins |
51 |
|
| 682 |
drobbins |
65 |
Updated init.d/netmount to use the 'uses' depend. |
| 683 |
drobbins |
51 |
|
| 684 |
azarah |
180 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 685 |
|
|
|
| 686 |
|
|
Fixed init.d/runscript.sh not to destroy the 'need' depends in |
| 687 |
|
|
/${svcdir}/need. This caused subsequent starting and stopping of services |
| 688 |
|
|
not to start depends. |
| 689 |
drobbins |
51 |
|
| 690 |
azarah |
180 |
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 691 |
|
|
|
| 692 |
|
|
Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
| 693 |
|
|
destroyed before stopping running services scheduled to be stopped. This |
| 694 |
|
|
with the fact that $SOFTLEVEL was set too early, caused the services to be |
| 695 |
|
|
stopped in the wrong order. |
| 696 |
drobbins |
51 |
|
| 697 |
azarah |
180 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 698 |
|
|
|
| 699 |
|
|
Modified init.d/netmount to check if any network filesystems is mounted. |
| 700 |
drobbins |
51 |
|
| 701 |
|
|
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
| 702 |
|
|
some awk and grep magic to find all remote filesystems and umount them. |
| 703 |
|
|
|
| 704 |
azarah |
180 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 705 |
|
|
|
| 706 |
|
|
A fix for checkroot (missing "/"); it now actually checks the root |
| 707 |
|
|
filesystem. Also, a localmount cleanliness fix. |
| 708 |
drobbins |
51 |
|
| 709 |
drobbins |
46 |
* rc-scripts 1.1.7 (18 Oct 2001) |
| 710 |
|
|
|
| 711 |
|
|
[old changelog format follows] |
| 712 |
|
|
|
| 713 |
drobbins |
45 |
*lots of scripts; woodchip |
| 714 |
|
|
removed old rc5 scripts from cvs |
| 715 |
|
|
|
| 716 |
|
|
*init.d/runscript.sh; agriffis |
| 717 |
|
|
Added support for rc.conf and home-grown functions |
| 718 |
|
|
|
| 719 |
|
|
*init.d/modules; |
| 720 |
drobbins |
38 |
Now correctly looks at /etc/modules.autoload |
| 721 |
|
|
|
| 722 |
drobbins |
36 |
rc-scripts-1.1.6, released 15 Sep 2001 |
| 723 |
|
|
====================================== |
| 724 |
|
|
|
| 725 |
|
|
*init.d/runscript.sh, others |
| 726 |
|
|
Handling of "net" dependencies resolve to all net devices in |
| 727 |
|
|
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 728 |
|
|
variable in /etc/rc.conf has been removed. |
| 729 |
|
|
|
| 730 |
drobbins |
33 |
*init.d/runscript.sh |
| 731 |
|
|
New "zap" option for manually resetting the state of an initscript |
| 732 |
|
|
to stopped. |
| 733 |
|
|
|
| 734 |
|
|
*init.d/{samba,sysklogd,sshd} |
| 735 |
|
|
Removed from CVS; they live in their respective packages. |
| 736 |
|
|
|
| 737 |
drobbins |
28 |
rc-scripts-1.1.5, released 02 Sep 2001 |
| 738 |
|
|
==================================== |
| 739 |
|
|
|
| 740 |
|
|
*sbin/rc-update |
| 741 |
|
|
New version of the rc-update command for the new initscripts. Works |
| 742 |
|
|
similarly to the old version, except this one updates our dependency |
| 743 |
|
|
cache. |
| 744 |
|
|
|
| 745 |
|
|
*init.d/functions.sh |
| 746 |
|
|
New and better looking informational message functions (einfo, einfon). |
| 747 |
|
|
Brand new message functions (ewarn). |
| 748 |
|
|
|
| 749 |
|
|
*sbin/init, init.d/checkroot |
| 750 |
|
|
We're going back to a /proc/mounts-based mtab symlink because it's |
| 751 |
|
|
just plain better. Appropriate changes made. |
| 752 |
azarah |
180 |
|
| 753 |
|
|
# vim:expandtab |