| 1 |
drobbins |
1.6 |
# ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 |
azarah |
1.172 |
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 |
drobbins |
1.6 |
# Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 |
azarah |
1.172 |
|
| 5 |
azarah |
1.216 |
* rc-scripts 1.4.3.6 (27 Apr 2003) |
| 6 |
|
|
|
| 7 |
azarah |
1.215 |
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 8 |
|
|
|
| 9 |
|
|
Add a 'save' function /etc/init.d/clock, bug #19685. |
| 10 |
|
|
|
| 11 |
azarah |
1.216 |
Add a slocate group to /etc/group, bug #19604. |
| 12 |
|
|
|
| 13 |
|
|
Do not stop a network service if we do not reboot on runlevel change, |
| 14 |
|
|
as it could have been started by the user or hotplug. This should |
| 15 |
|
|
address bug #12763; modified /sbin/rc for this. |
| 16 |
|
|
|
| 17 |
|
|
Fix /etc/init.d/hostname to set only the hostname, and not the NIS |
| 18 |
|
|
domainname. |
| 19 |
|
|
|
| 20 |
|
|
Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf. |
| 21 |
|
|
This should close bug #16884. |
| 22 |
|
|
|
| 23 |
|
|
Fix /etc/profile to be /bin/sh compadible, bug #18918. |
| 24 |
|
|
|
| 25 |
|
|
Change the swap comments in /sbin/rc to "Activating (possible) swap" to |
| 26 |
|
|
be more 'generic' ? Only try to disable swap if any devices/files was |
| 27 |
|
|
activated. This should close bug #19089. |
| 28 |
|
|
|
| 29 |
|
|
Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to |
| 30 |
|
|
rw in /etc/fstab, bug #19158. |
| 31 |
|
|
|
| 32 |
azarah |
1.215 |
24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 33 |
|
|
|
| 34 |
|
|
Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
| 35 |
|
|
but the ppp link was already down, bug #15333. |
| 36 |
|
|
|
| 37 |
azarah |
1.214 |
12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 38 |
|
|
|
| 39 |
|
|
Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
| 40 |
|
|
Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
| 41 |
|
|
|
| 42 |
|
|
From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
| 43 |
|
|
updated /sbin/rc for this. |
| 44 |
|
|
|
| 45 |
|
|
11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 46 |
|
|
|
| 47 |
|
|
Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
| 48 |
|
|
|
| 49 |
azarah |
1.213 |
10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 50 |
|
|
|
| 51 |
|
|
Make checking in unmount more strict, fixing bug #19007. |
| 52 |
|
|
|
| 53 |
azarah |
1.212 |
09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 54 |
|
|
|
| 55 |
|
|
Add one more check to genenviron.awk, to spot cases where there is a |
| 56 |
|
|
space between the variable and the '='. |
| 57 |
|
|
|
| 58 |
azarah |
1.211 |
08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 59 |
|
|
|
| 60 |
|
|
Fix interactive shell not to have coloured prompt when used as a |
| 61 |
|
|
dumb client, bug #18886. Fix was inspired by patch from |
| 62 |
|
|
Matthew Kennedy <mkennedy@gentoo.org>. |
| 63 |
|
|
|
| 64 |
azarah |
1.210 |
* rc-scripts 1.4.3.5 (06 Apr 2003) |
| 65 |
|
|
|
| 66 |
|
|
06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 67 |
azarah |
1.209 |
|
| 68 |
|
|
Hopefully get the serial support sane again. Added /bin/consoletype |
| 69 |
azarah |
1.211 |
from Redhat to check for serial console. This should resolve bug |
| 70 |
|
|
#18329 partly. |
| 71 |
azarah |
1.209 |
|
| 72 |
azarah |
1.211 |
Add the --nocolor option to suppress the use of colors. |
| 73 |
azarah |
1.209 |
|
| 74 |
azarah |
1.211 |
Change the 'status' option to return true if the service is running, |
| 75 |
|
|
and false if stopped. This is only if the '--quiet' flag was also |
| 76 |
|
|
given. |
| 77 |
azarah |
1.209 |
|
| 78 |
azarah |
1.211 |
Change the start and stop options not to output or return false if |
| 79 |
|
|
the '--quiet' flag was given. |
| 80 |
azarah |
1.209 |
|
| 81 |
azarah |
1.211 |
Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
| 82 |
|
|
as well, fixing bug #18344. |
| 83 |
azarah |
1.209 |
|
| 84 |
azarah |
1.211 |
Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
| 85 |
|
|
Aron Griffis <agriffis@gentoo.org>. |
| 86 |
azarah |
1.209 |
|
| 87 |
azarah |
1.211 |
Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
| 88 |
|
|
or rebooting. |
| 89 |
azarah |
1.210 |
|
| 90 |
|
|
30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 91 |
azarah |
1.208 |
|
| 92 |
|
|
Fix bug #18329 ... $COLS was not setup properly for serial console. |
| 93 |
|
|
|
| 94 |
azarah |
1.210 |
24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 95 |
azarah |
1.206 |
|
| 96 |
|
|
Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
| 97 |
|
|
Fix a problem where it might not have mounted the USB fs when usbcore |
| 98 |
|
|
was compiled as module, and the kernel did not mount it by the time |
| 99 |
|
|
the script was started. Get it to rather check what filesystems is |
| 100 |
|
|
supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
| 101 |
|
|
later 2.4 kernels now also support the newer 'usbfs'. |
| 102 |
|
|
|
| 103 |
azarah |
1.207 |
Optimize RAID stuff in /etc/init.d/checkfs a bit. |
| 104 |
|
|
|
| 105 |
azarah |
1.210 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 106 |
azarah |
1.205 |
|
| 107 |
|
|
Update sbin/rc-envupdate.sh.bash for bug #17549. |
| 108 |
|
|
|
| 109 |
azarah |
1.210 |
* rc-scripts 1.4.3.4 (16 Mar 2003) |
| 110 |
azarah |
1.204 |
|
| 111 |
azarah |
1.210 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 112 |
azarah |
1.204 |
|
| 113 |
|
|
Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
| 114 |
|
|
modifications (purple and display hostname, etc). Closes bug #16806. |
| 115 |
|
|
|
| 116 |
|
|
Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
| 117 |
|
|
work properly. Closes bug #17348. |
| 118 |
|
|
|
| 119 |
|
|
Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
| 120 |
|
|
of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
| 121 |
|
|
|
| 122 |
azarah |
1.210 |
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 123 |
azarah |
1.203 |
|
| 124 |
|
|
Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
| 125 |
|
|
<lostlogic@gentoo.org>! |
| 126 |
|
|
|
| 127 |
azarah |
1.210 |
10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 128 |
azarah |
1.201 |
|
| 129 |
|
|
Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
| 130 |
|
|
and /etc/init.d/halt.sh for this. |
| 131 |
|
|
|
| 132 |
|
|
Update /etc/fstab to correctly mount /proc with: |
| 133 |
|
|
|
| 134 |
|
|
mount -t proc none /proc |
| 135 |
|
|
|
| 136 |
|
|
Do the same for /dev/shm: |
| 137 |
|
|
|
| 138 |
|
|
mount -t tmpfs none /dev/shm |
| 139 |
|
|
|
| 140 |
|
|
Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
| 141 |
|
|
noise if we exited a recovery console. |
| 142 |
|
|
|
| 143 |
azarah |
1.202 |
Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
| 144 |
|
|
to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
| 145 |
|
|
|
| 146 |
|
|
Bring down default gateway before adding new one .. this fixes issues |
| 147 |
|
|
where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
| 148 |
|
|
for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
| 149 |
|
|
fix. |
| 150 |
|
|
|
| 151 |
|
|
Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
| 152 |
|
|
it fails for module-init-tools if the module is already loaded. This |
| 153 |
|
|
closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
| 154 |
|
|
|
| 155 |
azarah |
1.210 |
* rc-scripts 1.4.3.3 (09 Mar 2003) |
| 156 |
azarah |
1.200 |
|
| 157 |
azarah |
1.210 |
09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 158 |
azarah |
1.199 |
|
| 159 |
|
|
Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
| 160 |
|
|
|
| 161 |
|
|
Fix net.eth0 not to try and start an interface if already up. |
| 162 |
|
|
|
| 163 |
|
|
Update MAKEDEV from Debian to support more archs. This adds support |
| 164 |
|
|
for 'arm', 'hppa' among others. URL: |
| 165 |
|
|
|
| 166 |
|
|
http://packages.debian.org/stable/base/makedev.html |
| 167 |
|
|
|
| 168 |
|
|
Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
| 169 |
|
|
if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
| 170 |
|
|
are using a 2.5 kernel ... bug #17109. |
| 171 |
|
|
|
| 172 |
azarah |
1.210 |
02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 173 |
azarah |
1.198 |
|
| 174 |
|
|
Update /etc/init.d/hostname to only set the hostname to whatever is before |
| 175 |
|
|
the first '.', and then set the domainname to the rest, closing bug #14946. |
| 176 |
|
|
|
| 177 |
azarah |
1.197 |
28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 178 |
|
|
|
| 179 |
|
|
Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
| 180 |
|
|
|
| 181 |
|
|
Fix spelling of dependency and some other spelling/grammer issues. |
| 182 |
|
|
Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
| 183 |
|
|
Mike Frysinger <vapier@gentoo.org>, bug #15498. |
| 184 |
|
|
|
| 185 |
|
|
Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
| 186 |
|
|
|
| 187 |
|
|
Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
| 188 |
|
|
|
| 189 |
|
|
Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
| 190 |
|
|
bug #14556. |
| 191 |
|
|
|
| 192 |
azarah |
1.196 |
27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 193 |
|
|
|
| 194 |
|
|
Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
| 195 |
|
|
|
| 196 |
azarah |
1.195 |
20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 197 |
|
|
|
| 198 |
|
|
Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
| 199 |
|
|
to 'test -c /dev/ttyp0 &> /dev/null'. |
| 200 |
|
|
|
| 201 |
azarah |
1.194 |
18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 202 |
|
|
|
| 203 |
|
|
Update /sbin/modules-update to generate /etc/modprobe.devfs from |
| 204 |
|
|
/etc/modules.devfs. This along with the devfs-hack.patch in the latest |
| 205 |
|
|
module-init-tools-0.9.9 should get rid of many of the warnings/errors |
| 206 |
|
|
with devfs, and makes it work a bit better. |
| 207 |
|
|
|
| 208 |
azarah |
1.193 |
17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 209 |
|
|
|
| 210 |
|
|
Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
| 211 |
|
|
|
| 212 |
|
|
16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 213 |
|
|
|
| 214 |
|
|
Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
| 215 |
|
|
support. This resolves bug #14994. |
| 216 |
|
|
|
| 217 |
|
|
Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
| 218 |
|
|
according to /etc/rc.conf. |
| 219 |
|
|
|
| 220 |
|
|
Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
| 221 |
|
|
and used 'basename' which is located in /usr/bin. |
| 222 |
|
|
|
| 223 |
azarah |
1.192 |
13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 224 |
|
|
|
| 225 |
|
|
Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
| 226 |
|
|
used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
| 227 |
|
|
this. |
| 228 |
|
|
|
| 229 |
azarah |
1.191 |
06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 230 |
|
|
|
| 231 |
|
|
Update src/awk/genenviron.awk to properly set the environment for each |
| 232 |
|
|
rc-script's depend() function by sourcing required config files. |
| 233 |
|
|
|
| 234 |
azarah |
1.190 |
05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 235 |
|
|
|
| 236 |
|
|
Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
| 237 |
|
|
to Max Kalika <alkern23@yahoo.com>, bug #15050. |
| 238 |
|
|
|
| 239 |
azarah |
1.188 |
03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 240 |
|
|
|
| 241 |
|
|
Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
| 242 |
|
|
|
| 243 |
azarah |
1.186 |
30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 244 |
|
|
|
| 245 |
|
|
Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
| 246 |
|
|
Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
| 247 |
|
|
|
| 248 |
woodchip |
1.185 |
27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
| 249 |
|
|
|
| 250 |
|
|
Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
| 251 |
|
|
Add fix from the wonderful analysis of Toby Dickenson |
| 252 |
|
|
<tdickenson@geminidataloggers.com> in #12947. |
| 253 |
|
|
|
| 254 |
azarah |
1.183 |
26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 255 |
|
|
|
| 256 |
|
|
Fix start-stop-daemon to check the call to nice() correctly for failure, |
| 257 |
|
|
closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
| 258 |
|
|
|
| 259 |
azarah |
1.184 |
Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
| 260 |
|
|
and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
| 261 |
|
|
Malcolm Scott <m@lcolm.org.uk>. |
| 262 |
|
|
|
| 263 |
vapier |
1.182 |
21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
| 264 |
|
|
|
| 265 |
vapier |
1.189 |
Updated /etc/rc.conf to add elogin/entrance support #13790. |
| 266 |
vapier |
1.182 |
|
| 267 |
azarah |
1.181 |
21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 268 |
|
|
|
| 269 |
|
|
Update /etc/init.d/keymaps to enable unicode if required. This closes |
| 270 |
|
|
bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
| 271 |
|
|
|
| 272 |
azarah |
1.180 |
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 273 |
|
|
|
| 274 |
|
|
Fix deadlock durning shutdown if tmpfs filesystems larger than free |
| 275 |
|
|
memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
| 276 |
|
|
for this. |
| 277 |
|
|
|
| 278 |
|
|
Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
| 279 |
|
|
This closes bug #13868. |
| 280 |
|
|
|
| 281 |
|
|
Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
| 282 |
|
|
'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
| 283 |
|
|
|
| 284 |
|
|
Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
| 285 |
|
|
|
| 286 |
azarah |
1.179 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 287 |
|
|
|
| 288 |
|
|
Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
| 289 |
|
|
not have stale entries left from hard reboot, thanks to pac1085 on |
| 290 |
|
|
irc. |
| 291 |
|
|
|
| 292 |
azarah |
1.178 |
* rc-scripts 1.4.3.2 (15 Jan 2003) |
| 293 |
|
|
|
| 294 |
azarah |
1.176 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 295 |
|
|
|
| 296 |
|
|
Truely fix bootup on seperate /var. |
| 297 |
|
|
|
| 298 |
azarah |
1.177 |
Add some fixes and optimizations to /sbin/rc-update, thanks to |
| 299 |
|
|
Daniel Robbins <drobbins@gentoo.org>. |
| 300 |
|
|
|
| 301 |
azarah |
1.175 |
* rc-scripts 1.4.3.1 (15 Jan 2003) |
| 302 |
|
|
|
| 303 |
|
|
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 304 |
|
|
|
| 305 |
|
|
Fix bootup on seperate /var. |
| 306 |
|
|
|
| 307 |
azarah |
1.174 |
14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 308 |
|
|
|
| 309 |
|
|
Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
| 310 |
|
|
|
| 311 |
azarah |
1.173 |
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 312 |
|
|
|
| 313 |
|
|
Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
| 314 |
|
|
to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
| 315 |
|
|
|
| 316 |
|
|
Turn on -C option to fsck on for all calls to fsck. Updated scripts |
| 317 |
|
|
/etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
| 318 |
|
|
|
| 319 |
azarah |
1.172 |
* rc-scripts 1.4.3.0 (07 Jan 2003) |
| 320 |
|
|
|
| 321 |
|
|
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 322 |
|
|
|
| 323 |
|
|
Too much to mention, but here are a few: |
| 324 |
|
|
- Major rewrite of software RAID startup, based on Mandrake's, as |
| 325 |
|
|
ours was pretty broken :( |
| 326 |
|
|
- Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
| 327 |
|
|
Much of /sbin/functions.sh and other scripts have been changed |
| 328 |
|
|
to support this. |
| 329 |
|
|
- Reworked /etc/inittab to support this. Also moved critical |
| 330 |
|
|
mounting of local filesystems to 'sysinit' function of /sbin/rc. |
| 331 |
|
|
- Move state directory to /var/state/init.d/ ($svcdir). |
| 332 |
|
|
- Move Adelie node init to /sbin/functions.sh to try and simplify |
| 333 |
|
|
/sbin/rc a bit. |
| 334 |
|
|
- Updated Copyright dates to 2003. |
| 335 |
azarah |
1.51 |
|
| 336 |
azarah |
1.171 |
* rc-scripts 1.4.2.8 (06 Jan 2003) |
| 337 |
|
|
|
| 338 |
azarah |
1.170 |
02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 339 |
|
|
|
| 340 |
|
|
Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
| 341 |
|
|
lines, as it seems users do not note the need to have them all on |
| 342 |
|
|
one line .... |
| 343 |
|
|
|
| 344 |
|
|
Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
| 345 |
|
|
script not ending on a digit. This closes bug #12887. |
| 346 |
|
|
|
| 347 |
|
|
Fix get_KV to also check micro version of kernel; add KV_to_int() |
| 348 |
|
|
helper function for get_KV. Update /etc/init.d/localmount to work |
| 349 |
|
|
with new get_KV ... |
| 350 |
|
|
|
| 351 |
azarah |
1.168 |
28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 352 |
|
|
|
| 353 |
|
|
Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
| 354 |
|
|
in the new sys-apps/module-init-tools. Note that you need version |
| 355 |
|
|
0.9.7 or later of sys-apps/module-init-tools. Updated |
| 356 |
|
|
/sbin/modules-update for this. |
| 357 |
|
|
|
| 358 |
azarah |
1.169 |
Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
| 359 |
|
|
we are running kernel 2.5 or later ... |
| 360 |
|
|
|
| 361 |
azarah |
1.167 |
26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 362 |
|
|
|
| 363 |
|
|
Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
| 364 |
|
|
rc-script to setup encrypted loopback devices. This was kindly |
| 365 |
|
|
donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
| 366 |
|
|
|
| 367 |
azarah |
1.166 |
25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 368 |
|
|
|
| 369 |
|
|
Fix src/awk/genenviron.awk stripping *all* '=', closing |
| 370 |
|
|
bug #8901. |
| 371 |
|
|
|
| 372 |
|
|
Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
| 373 |
|
|
spaces ... |
| 374 |
|
|
|
| 375 |
azarah |
1.165 |
* rc-scripts 1.4.2.7 (24 Dec 2002) |
| 376 |
|
|
|
| 377 |
azarah |
1.164 |
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 378 |
|
|
|
| 379 |
|
|
Add a fix to /sbin/functions.sh for bug #12601. |
| 380 |
|
|
|
| 381 |
azarah |
1.163 |
22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 382 |
|
|
|
| 383 |
|
|
Add INFOPATH to /etc/env.d/00basic. |
| 384 |
|
|
|
| 385 |
|
|
Fix src/awk/genenviron.awk to get the order of the env.d files |
| 386 |
|
|
correct. Also fix it to handle *all* the SPECIALS correctly. |
| 387 |
|
|
This closes bug #12411. |
| 388 |
|
|
|
| 389 |
azarah |
1.162 |
* rc-scripts 1.4.2.6 (18 Dec 2002) |
| 390 |
|
|
|
| 391 |
|
|
18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 392 |
|
|
|
| 393 |
|
|
Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
| 394 |
|
|
thanks to Nicholas Wourms <nwourms@netscape.net>. |
| 395 |
|
|
|
| 396 |
|
|
Quote some tests in /sbin/rc-update to fix/avoid the problem |
| 397 |
|
|
in bug # |
| 398 |
|
|
|
| 399 |
|
|
Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
| 400 |
|
|
|
| 401 |
|
|
Update shell for postgres user, closing bug #12258. |
| 402 |
|
|
|
| 403 |
azarah |
1.161 |
11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 404 |
|
|
|
| 405 |
|
|
Fix src/awk/genenviron.awk not to add duplicate entries, closing |
| 406 |
|
|
bug #8999. |
| 407 |
|
|
|
| 408 |
azarah |
1.160 |
* rc-scripts 1.4.2.5 (09 Dec 2002) |
| 409 |
|
|
|
| 410 |
azarah |
1.159 |
08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 411 |
|
|
|
| 412 |
|
|
Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
| 413 |
|
|
|
| 414 |
|
|
Add smmsp uid and gid. Closes bug #8952. |
| 415 |
|
|
|
| 416 |
azarah |
1.157 |
04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 417 |
|
|
|
| 418 |
azarah |
1.158 |
Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
| 419 |
|
|
Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
| 420 |
|
|
|
| 421 |
azarah |
1.157 |
Add headers similar to that of portage-2.0.45 and up to the |
| 422 |
|
|
generated profile files (/etc/{profile,csh}.env). Updated |
| 423 |
|
|
src/awk/genenviron.awk for this. |
| 424 |
|
|
|
| 425 |
azarah |
1.154 |
01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 426 |
|
|
|
| 427 |
|
|
Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
| 428 |
|
|
sharp eye of Techie2000 <Linux@mochamail.com>. |
| 429 |
|
|
|
| 430 |
azarah |
1.155 |
Rename /sbin/update-modules to /sbin/modules-update, closing |
| 431 |
|
|
bug #11445. |
| 432 |
|
|
|
| 433 |
|
|
Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
| 434 |
|
|
/etc/env.d/00basic, bug #10916. |
| 435 |
|
|
|
| 436 |
azarah |
1.152 |
27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 437 |
|
|
|
| 438 |
|
|
Add more improvements to clustering code. This is from |
| 439 |
|
|
Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
| 440 |
|
|
|
| 441 |
azarah |
1.151 |
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 442 |
|
|
|
| 443 |
|
|
Change default 'net' dependency behaviour to be more suited |
| 444 |
|
|
for notebook users. Basically if at least one net.* service |
| 445 |
|
|
beside net.lo start successfully, the 'net' dependency is |
| 446 |
azarah |
1.153 |
considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
| 447 |
azarah |
1.151 |
in /etc/conf.d/rc to change this back to the old default. |
| 448 |
azarah |
1.156 |
This is the start to address bug #2706. |
| 449 |
azarah |
1.151 |
|
| 450 |
azarah |
1.150 |
* rc-scripts 1.4.2.4 (26 Nov 2002) |
| 451 |
|
|
|
| 452 |
|
|
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 453 |
|
|
|
| 454 |
|
|
Initial merge of bits for Adelie Linux for SSI clusters. More |
| 455 |
|
|
info at: |
| 456 |
|
|
|
| 457 |
|
|
http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
| 458 |
|
|
|
| 459 |
|
|
25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 460 |
|
|
|
| 461 |
|
|
One liner fix to src/awk/cachedepends.awk to once again fix |
| 462 |
|
|
bug #7803. |
| 463 |
|
|
|
| 464 |
azarah |
1.149 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 465 |
|
|
|
| 466 |
|
|
Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
| 467 |
|
|
This should close bug #10891. |
| 468 |
|
|
|
| 469 |
azarah |
1.148 |
* rc-scripts 1.4.2.3 (18 Nov 2002) |
| 470 |
|
|
|
| 471 |
azarah |
1.147 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 472 |
|
|
|
| 473 |
|
|
Add some more checks to src/awk/*. Fix error printing for |
| 474 |
|
|
/sbin/depscan.sh. |
| 475 |
azarah |
1.148 |
|
| 476 |
|
|
Link awk module with gcc and not with ld. This should fix |
| 477 |
|
|
problems on sparc and alpha. Many thanks for this fix to |
| 478 |
|
|
Stephan Jones <cretin@gentoo.org>. |
| 479 |
|
|
|
| 480 |
|
|
Remove the copyright info from config files, thanks to |
| 481 |
|
|
Matthew Kennedy <mkennedy@gentoo.org>. |
| 482 |
azarah |
1.147 |
|
| 483 |
azarah |
1.144 |
* rc-scripts 1.4.2.2 (18 Nov 2002) |
| 484 |
|
|
|
| 485 |
|
|
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 486 |
|
|
|
| 487 |
|
|
Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
| 488 |
|
|
to awk. This is also much faster than its bash version. |
| 489 |
|
|
|
| 490 |
azarah |
1.145 |
Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
| 491 |
|
|
things even slower on older boxes. Bug #10548. |
| 492 |
|
|
|
| 493 |
azarah |
1.146 |
After a bored Vapier decided that he needed to update the |
| 494 |
|
|
licenses of things in /etc :P, I did the rest. Hopefully |
| 495 |
|
|
not too many people will nuke thier fstab :/ |
| 496 |
|
|
|
| 497 |
azarah |
1.143 |
* rc-scripts 1.4.2.1 (18 Nov 2002) |
| 498 |
|
|
|
| 499 |
|
|
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 500 |
|
|
|
| 501 |
|
|
Update src/awk/cachedepends.awk to find its own rc-scripts, |
| 502 |
|
|
fixing the need for find which broke systems with /usr on |
| 503 |
|
|
a different partition. |
| 504 |
|
|
|
| 505 |
azarah |
1.141 |
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 506 |
|
|
|
| 507 |
|
|
Add some extra checks to src/awk/cachedepends.awk and |
| 508 |
|
|
src/awk/gendepends.awk. |
| 509 |
|
|
|
| 510 |
azarah |
1.142 |
Move some of the more generic functions in src/awk/gendepends.awk |
| 511 |
|
|
to src/awk/functions.awk. |
| 512 |
|
|
|
| 513 |
azarah |
1.140 |
* rc-scripts 1.4.2 (17 Nov 2002) |
| 514 |
|
|
|
| 515 |
|
|
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 516 |
|
|
|
| 517 |
|
|
Add initial version of new depscan.sh. This uses awk scripts |
| 518 |
|
|
to do the main work, giving about 10 times speed improvement on |
| 519 |
|
|
slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
| 520 |
|
|
src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
| 521 |
|
|
for this. This should close bug #10548. |
| 522 |
|
|
|
| 523 |
azarah |
1.138 |
* rc-scripts 1.4.1.2 (5 Nov 2002) |
| 524 |
|
|
|
| 525 |
azarah |
1.139 |
5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 526 |
|
|
|
| 527 |
|
|
Add UID/GID of 250 for Portage Fakeroot account. |
| 528 |
|
|
|
| 529 |
azarah |
1.137 |
4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 530 |
|
|
|
| 531 |
|
|
Change /etc/init.d/clock to depend on localmount again, fixing |
| 532 |
|
|
bug #10048. |
| 533 |
|
|
|
| 534 |
|
|
Get deps on logger sane again. I wanted to get the logger started |
| 535 |
|
|
as early as possible, but clock for one breaks if /usr is mounted |
| 536 |
|
|
on seperate partition. |
| 537 |
|
|
|
| 538 |
azarah |
1.136 |
29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 539 |
|
|
|
| 540 |
|
|
Fix return in /etc/init.d/modules to return 0 if /proc/modules |
| 541 |
|
|
do not exists. Closes bug #7738, comment #5. |
| 542 |
|
|
|
| 543 |
azarah |
1.135 |
* rc-scripts 1.4.1.1 (28 Oct 2002) |
| 544 |
|
|
|
| 545 |
azarah |
1.134 |
28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 546 |
|
|
|
| 547 |
|
|
Fix /sbin/update-modules not to include backup files. Closes |
| 548 |
|
|
bug #9707. |
| 549 |
|
|
|
| 550 |
azarah |
1.133 |
26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 551 |
|
|
|
| 552 |
|
|
Fix update-modules borking if there are directories present |
| 553 |
|
|
in /etc/modules.d/. Closes bug #9632. |
| 554 |
|
|
|
| 555 |
azarah |
1.132 |
17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 556 |
|
|
|
| 557 |
|
|
Change deps on /etc/init.d/{clock,hostname,modules} not to |
| 558 |
|
|
depend on localmount, but rather on checkroot, as all of them |
| 559 |
|
|
just need / to be mounted. This should fix race conditions |
| 560 |
|
|
because of checkfs dependency on modules. This should close |
| 561 |
|
|
bug #9266. |
| 562 |
|
|
|
| 563 |
azarah |
1.131 |
* rc-scripts 1.4.1 (13 Oct 2002) |
| 564 |
|
|
|
| 565 |
azarah |
1.130 |
13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 566 |
|
|
|
| 567 |
|
|
Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
| 568 |
|
|
is additional measures for bug #8281. |
| 569 |
|
|
|
| 570 |
azarah |
1.129 |
12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 571 |
|
|
|
| 572 |
|
|
Update /etc/init.d/net.eth0 to fix bug #8626. |
| 573 |
|
|
|
| 574 |
|
|
Fix /sbin/rc-update to check return code of "ln". This should |
| 575 |
|
|
close bug #8867. |
| 576 |
|
|
|
| 577 |
azarah |
1.127 |
29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 578 |
|
|
|
| 579 |
|
|
Fix indentation in /etc/inputrc. This should close |
| 580 |
|
|
bug #8368. |
| 581 |
|
|
|
| 582 |
|
|
Add extended status functionality. Should close bug #2462. |
| 583 |
|
|
|
| 584 |
azarah |
1.128 |
Add support for /sbin/rc-update to check if the rc-script |
| 585 |
|
|
is executable or not. Thanks to widersacher@gmx.net, closing |
| 586 |
|
|
bug #8326. |
| 587 |
|
|
|
| 588 |
azarah |
1.126 |
25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 589 |
|
|
|
| 590 |
|
|
Fix /etc/init.d/bootmisc not to kill pidfiles of running |
| 591 |
|
|
daemons. Improve NGPT support in /sbin/rc a bit. |
| 592 |
|
|
|
| 593 |
azarah |
1.125 |
23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 594 |
|
|
|
| 595 |
|
|
Fix my last screwup with /etc/init.d/net.ppp0. Basically |
| 596 |
|
|
forgot to change a few DEVICE's to IFACE ... |
| 597 |
|
|
|
| 598 |
azarah |
1.124 |
22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 599 |
|
|
|
| 600 |
|
|
NGPT support. |
| 601 |
|
|
|
| 602 |
azarah |
1.123 |
17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 603 |
|
|
|
| 604 |
|
|
Did a small fix to /etc/init.d/net.eth0, thanks to |
| 605 |
|
|
naanyaar2000@yahoo.com, bug #7407. |
| 606 |
|
|
|
| 607 |
azarah |
1.122 |
16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 608 |
|
|
|
| 609 |
|
|
Add the permission stuff for generic scsi when compiled as |
| 610 |
|
|
module, thanks to Bauno <bauno@inwind.it>. |
| 611 |
|
|
|
| 612 |
|
|
Add support for /etc/devfs.d/ for additional devfs config |
| 613 |
|
|
stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
| 614 |
|
|
|
| 615 |
azarah |
1.121 |
11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 616 |
|
|
|
| 617 |
|
|
Fix small type-o from last changes to /etc/init.d/netmount. |
| 618 |
|
|
Should resolve bug #7803. |
| 619 |
|
|
|
| 620 |
azarah |
1.119 |
* rc-scripts 1.4.0 (7 Sep 2002) |
| 621 |
|
|
|
| 622 |
azarah |
1.118 |
7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 623 |
|
|
|
| 624 |
|
|
Update /etc/init.d/net.eth0 to handle individual broadcast |
| 625 |
|
|
and netmask for aliases. Should close bug #7407. |
| 626 |
azarah |
1.119 |
|
| 627 |
|
|
Give /var/run/utmp and /var/log/wtmp the proper permissions |
| 628 |
|
|
and ownership. First steps in fixing bug #7630. |
| 629 |
azarah |
1.118 |
|
| 630 |
azarah |
1.120 |
Change Raid stuff again in /etc/init.d/checkfs. |
| 631 |
|
|
|
| 632 |
woodchip |
1.115 |
26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
| 633 |
|
|
|
| 634 |
|
|
Give root a 'root' GECOS in /etc/passwd, was NULL before. |
| 635 |
|
|
|
| 636 |
azarah |
1.114 |
* rc-scripts 1.3.9 (25 Aug 2002) |
| 637 |
|
|
|
| 638 |
|
|
25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 639 |
|
|
|
| 640 |
|
|
Update /sbin/rc to fix some spelling/slang mistakes. Closes |
| 641 |
|
|
bug #6887. |
| 642 |
|
|
|
| 643 |
|
|
Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
| 644 |
|
|
This closes bug #6378. |
| 645 |
|
|
|
| 646 |
|
|
Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
| 647 |
|
|
with many thanks to Asbjorn Sannes <ace@sannes.org>. |
| 648 |
|
|
|
| 649 |
azarah |
1.113 |
20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 650 |
|
|
|
| 651 |
|
|
Update /etc/init.d/bootmisc to reset pam_console permissions. |
| 652 |
|
|
|
| 653 |
|
|
Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
| 654 |
|
|
line for getting devfs to work with pam_console. |
| 655 |
|
|
|
| 656 |
azarah |
1.112 |
12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 657 |
|
|
|
| 658 |
|
|
Update /etc/init.d/keymaps to first load the windowkeys.inc then |
| 659 |
|
|
the user selected one, fixing bug #6295. |
| 660 |
|
|
|
| 661 |
azarah |
1.111 |
11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 662 |
azarah |
1.110 |
|
| 663 |
azarah |
1.111 |
Change the 'cat' in check_rcscript() to a single 'awk' in |
| 664 |
|
|
/sbin/depscan.sh. This should fix broken pipe issues if the |
| 665 |
|
|
loop exists too early. Resolves bug #5961. |
| 666 |
|
|
|
| 667 |
|
|
Fix software RAID startup/shutdown, bug #5310. Modified |
| 668 |
|
|
/etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
| 669 |
azarah |
1.110 |
|
| 670 |
azarah |
1.109 |
* rc-scripts 1.3.8 (08 Aug 2002) |
| 671 |
|
|
|
| 672 |
azarah |
1.108 |
7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 673 |
|
|
|
| 674 |
azarah |
1.111 |
Move the color ls stuff to .bashrc. Fix bug #5250. |
| 675 |
azarah |
1.108 |
|
| 676 |
danarmak |
1.107 |
6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
| 677 |
|
|
|
| 678 |
|
|
Correct the comments in rc.conf about the XSESSION variable: it should |
| 679 |
|
|
be set to "kde-<version>" not "KDE". Closes bug #5948. |
| 680 |
|
|
|
| 681 |
azarah |
1.106 |
5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 682 |
|
|
|
| 683 |
azarah |
1.111 |
Fix the 'Usage' line in the help to return the correct options for |
| 684 |
|
|
the script (/sbin/runscript.sh). Resolve bug #6029. |
| 685 |
azarah |
1.106 |
|
| 686 |
woodchip |
1.105 |
3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
| 687 |
|
|
|
| 688 |
|
|
Added UPS shutdown support for nut to halt.sh. |
| 689 |
|
|
Added nut user/group as uid/gid 84. |
| 690 |
|
|
|
| 691 |
azarah |
1.103 |
27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 692 |
|
|
|
| 693 |
|
|
Updated /sbin/rc's way of checking for devfs support (now rather uses |
| 694 |
|
|
awk, as it is more accurate). Closes bug #5458. |
| 695 |
|
|
|
| 696 |
|
|
Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
| 697 |
|
|
and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
| 698 |
|
|
Thanks goes to Chris PeBenito (bug #5570). |
| 699 |
|
|
|
| 700 |
azarah |
1.104 |
Changed most daemons to use /bin/false as shell. Should close bug #5388. |
| 701 |
|
|
|
| 702 |
carpaski |
1.102 |
27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
| 703 |
|
|
|
| 704 |
|
|
Added vpopmail user and group as 89:89 |
| 705 |
|
|
|
| 706 |
azarah |
1.99 |
22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 707 |
|
|
|
| 708 |
|
|
Add the cyrus user to /etc/passwd. Resolves bug #4100. |
| 709 |
azarah |
1.97 |
|
| 710 |
azarah |
1.100 |
Some bugfixes and speed improvements to /sbin/depscan.sh after |
| 711 |
|
|
last changes. |
| 712 |
|
|
|
| 713 |
azarah |
1.101 |
Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
| 714 |
|
|
get some speed improvements. |
| 715 |
|
|
|
| 716 |
azarah |
1.97 |
21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 717 |
|
|
|
| 718 |
|
|
Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
| 719 |
|
|
Kyle Manna <nitro@gentoo.org>. |
| 720 |
|
|
|
| 721 |
|
|
Add software RAID support to /etc/init.d/checkfs, thanks to |
| 722 |
|
|
Daniel Ahlberg <aliz@gentoo.org>. |
| 723 |
|
|
|
| 724 |
azarah |
1.99 |
Update the cache_depend() funtion in /sbin/depscan.sh not to |
| 725 |
azarah |
1.98 |
quit on any "}", but only on the one matching the first "{". This |
| 726 |
|
|
requires wc in /bin, so baselayout should depend on |
| 727 |
|
|
>=sys-apps/textutils-2.0.19-r2 |
| 728 |
|
|
|
| 729 |
|
|
Update /etc/init.d/netmount to try and detect nfs mounts that should be |
| 730 |
|
|
mounted automatically on boot. This requires awk in /bin, so baselayout |
| 731 |
|
|
should depend on >=sys-apps/gawk-3.1.0-r3. |
| 732 |
|
|
|
| 733 |
azarah |
1.109 |
* rc-scripts 1.3.7 (17 Jul 2002) |
| 734 |
azarah |
1.95 |
|
| 735 |
azarah |
1.94 |
17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 736 |
azarah |
1.95 |
|
| 737 |
|
|
Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
| 738 |
|
|
bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
| 739 |
|
|
|
| 740 |
|
|
16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 741 |
azarah |
1.94 |
|
| 742 |
|
|
Add additional entries to /etc/services to support cyrus-imapd, thanks |
| 743 |
azarah |
1.96 |
to Nick Hadaway <raker@gentoo.org>. |
| 744 |
azarah |
1.94 |
|
| 745 |
|
|
Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
| 746 |
|
|
problem with non 7bit ascii symbols. |
| 747 |
|
|
|
| 748 |
|
|
Updated /etc/init.d/checkfs to detect if lvm is already active. |
| 749 |
|
|
This should resolve bug #3613. |
| 750 |
|
|
|
| 751 |
azarah |
1.92 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 752 |
|
|
|
| 753 |
|
|
Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
| 754 |
|
|
"games" user and group to 35 |
| 755 |
|
|
|
| 756 |
azarah |
1.91 |
3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 757 |
|
|
|
| 758 |
azarah |
1.93 |
Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
| 759 |
|
|
(aka cybersystem). Updated /sbin/rc for this. |
| 760 |
azarah |
1.91 |
|
| 761 |
azarah |
1.90 |
30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 762 |
|
|
|
| 763 |
|
|
Update /etc/skel/.bashrc to update the window title of X terminals |
| 764 |
|
|
that supports it. Closes bug #4232. |
| 765 |
|
|
|
| 766 |
azarah |
1.88 |
26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 767 |
|
|
|
| 768 |
|
|
Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
| 769 |
|
|
|
| 770 |
azarah |
1.89 |
Update /etc/inputrc to resolve bug #2599. |
| 771 |
|
|
|
| 772 |
azarah |
1.87 |
20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 773 |
|
|
|
| 774 |
|
|
Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
| 775 |
|
|
/etc/env.d/00basic for this. |
| 776 |
|
|
|
| 777 |
|
|
Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
| 778 |
|
|
Nothing official, but I spent enouth time on it not to want to loose it :) |
| 779 |
|
|
|
| 780 |
|
|
Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
| 781 |
|
|
to give output to stderr. This was caused by a call to "stty", which when |
| 782 |
|
|
run without a attatched terminal, have this effect. Basically just pipe |
| 783 |
|
|
stderr to /dev/null. |
| 784 |
|
|
|
| 785 |
azarah |
1.86 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 786 |
|
|
|
| 787 |
|
|
Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
| 788 |
|
|
bug #3363 |
| 789 |
|
|
|
| 790 |
azarah |
1.84 |
26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 791 |
|
|
|
| 792 |
|
|
Update /etc/init.d/netmount not to try and mount NFS filesystems |
| 793 |
|
|
if portmap was not started. This is to stop "hang" problems for |
| 794 |
|
|
new users who do not add portmap to the default runlevel. See |
| 795 |
|
|
bug #2555. |
| 796 |
|
|
|
| 797 |
azarah |
1.85 |
Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
| 798 |
|
|
|
| 799 |
azarah |
1.83 |
19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 800 |
|
|
|
| 801 |
|
|
Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
| 802 |
|
|
|
| 803 |
azarah |
1.82 |
13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 804 |
|
|
|
| 805 |
|
|
Change the homes of user "at" and "cron" in /etc/passwd, as |
| 806 |
|
|
they moved to /var/spool/cron... |
| 807 |
|
|
|
| 808 |
azarah |
1.81 |
* rc-scripts 1.3.5 (12 May 2002) |
| 809 |
|
|
|
| 810 |
azarah |
1.79 |
12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 811 |
|
|
|
| 812 |
|
|
Make slight modifications to /sbin/depscan.sh to improve speed (about |
| 813 |
azarah |
1.80 |
1 second on a celeron 633). |
| 814 |
azarah |
1.79 |
|
| 815 |
azarah |
1.80 |
Finally fix /sbin/runscript.sh to properly handle interdependencies |
| 816 |
|
|
between types need/use and before/after on runlevel change. I can |
| 817 |
|
|
actually kick myself for previous implementations, as this fix simplifies |
| 818 |
|
|
things a lot, and is almost 30 lines of code less! |
| 819 |
|
|
|
| 820 |
|
|
Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
| 821 |
|
|
It rather just exit with a warning, as I think most people have like |
| 822 |
|
|
me mounts that are to boxes that are not always up. |
| 823 |
|
|
|
| 824 |
|
|
Resolve bug #2439 (should not use try with the dd command for ramdisk |
| 825 |
|
|
stuff). Also increase the number of inodes used for the ramdisk to |
| 826 |
|
|
fix "out of space" errors. Updated /sbin/rc for this. |
| 827 |
azarah |
1.79 |
|
| 828 |
azarah |
1.77 |
10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 829 |
|
|
|
| 830 |
azarah |
1.78 |
Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
| 831 |
|
|
backup files to generate /etc/profile.env. |
| 832 |
|
|
|
| 833 |
azarah |
1.80 |
Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
| 834 |
|
|
for this. |
| 835 |
azarah |
1.77 |
|
| 836 |
azarah |
1.75 |
6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 837 |
|
|
|
| 838 |
|
|
Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
| 839 |
azarah |
1.80 |
/etc/env.d/ file. Same for $QTDIR. |
| 840 |
azarah |
1.75 |
|
| 841 |
|
|
5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 842 |
|
|
|
| 843 |
|
|
Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
| 844 |
|
|
and is needed for some fixes. |
| 845 |
|
|
|
| 846 |
azarah |
1.210 |
28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 847 |
azarah |
1.74 |
|
| 848 |
|
|
Update /etc/rc.conf to be more clear and state that you should |
| 849 |
azarah |
1.80 |
remove consolefont from startup if you do not use it. Should |
| 850 |
|
|
resolve bug #2174. |
| 851 |
azarah |
1.74 |
|
| 852 |
azarah |
1.210 |
26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
| 853 |
woodchip |
1.73 |
|
| 854 |
|
|
Added user/group apache with uid/gid 81. |
| 855 |
|
|
|
| 856 |
azarah |
1.210 |
25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 857 |
azarah |
1.72 |
|
| 858 |
|
|
Remove the "-net" from the line setting the default gateway |
| 859 |
azarah |
1.80 |
in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
| 860 |
|
|
noting this. |
| 861 |
azarah |
1.72 |
|
| 862 |
azarah |
1.210 |
24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
| 863 |
woodchip |
1.71 |
|
| 864 |
|
|
Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
| 865 |
|
|
which is installed with the nfs-utils package. Also tidied up some |
| 866 |
|
|
really old, leftover junk like the non-supported stuff from rc5. |
| 867 |
|
|
Closes #1754. |
| 868 |
|
|
|
| 869 |
azarah |
1.210 |
23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 870 |
azarah |
1.70 |
|
| 871 |
|
|
Remove creation of /var/run/utmpx from bootmisc again. Seems |
| 872 |
|
|
other people have wierd problems. |
| 873 |
|
|
|
| 874 |
azarah |
1.210 |
* rc-scripts 1.3.4 (21 Apr 2002) |
| 875 |
azarah |
1.68 |
|
| 876 |
azarah |
1.210 |
21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 877 |
azarah |
1.68 |
|
| 878 |
|
|
Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
| 879 |
azarah |
1.80 |
and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
| 880 |
azarah |
1.68 |
|
| 881 |
azarah |
1.80 |
Implement the status commandline argument. Updated /sbin/runscript.sh |
| 882 |
|
|
and /sbin/rc-help.sh for this. |
| 883 |
azarah |
1.69 |
|
| 884 |
azarah |
1.80 |
Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
| 885 |
|
|
and AFTER. |
| 886 |
azarah |
1.69 |
|
| 887 |
azarah |
1.210 |
12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 888 |
azarah |
1.67 |
|
| 889 |
|
|
Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
| 890 |
|
|
is needed, else /usr/bin/newgrp segfault. |
| 891 |
|
|
|
| 892 |
azarah |
1.210 |
11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 893 |
azarah |
1.66 |
|
| 894 |
|
|
Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 895 |
azarah |
1.67 |
Thanks to Väinö Järvelä for this fix. |
| 896 |
azarah |
1.66 |
|
| 897 |
azarah |
1.67 |
Update /etc/profile to also set the PS? variables if $SHELL |
| 898 |
|
|
is set to /bin/sh. This should make prompt colours in |
| 899 |
|
|
bootstrap work again. |
| 900 |
azarah |
1.66 |
|
| 901 |
azarah |
1.67 |
Move LVM stuff to checkfs to ensure that they get fscked. |
| 902 |
|
|
This resolves bug #1552. |
| 903 |
azarah |
1.66 |
|
| 904 |
azarah |
1.210 |
* rc-scripts 1.3.3 (5 Apr 2002) |
| 905 |
azarah |
1.65 |
|
| 906 |
azarah |
1.210 |
5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 907 |
azarah |
1.65 |
|
| 908 |
|
|
Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
| 909 |
|
|
This is done to try and ensure system integrity. |
| 910 |
|
|
|
| 911 |
azarah |
1.210 |
1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 912 |
azarah |
1.64 |
|
| 913 |
|
|
Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
| 914 |
|
|
|
| 915 |
|
|
Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
| 916 |
|
|
|
| 917 |
|
|
Add a bash check to the code that sets the prompt, fixing bug #1078. |
| 918 |
|
|
|
| 919 |
azarah |
1.63 |
* rc-scripts 1.3.2 (24 Mar 2002) |
| 920 |
|
|
|
| 921 |
azarah |
1.210 |
24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 922 |
azarah |
1.61 |
|
| 923 |
|
|
Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 924 |
|
|
for this. |
| 925 |
|
|
|
| 926 |
|
|
With the "before" and "after" stuff, recursion levels was getting too high, |
| 927 |
|
|
and with some cases, things just plain did not work as it should. Reworked |
| 928 |
|
|
things to to lower the levels of recursion and get the order right. Updated |
| 929 |
|
|
/etc/init.d/runscript.sh for this. |
| 930 |
|
|
|
| 931 |
|
|
Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
| 932 |
|
|
${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
| 933 |
|
|
|
| 934 |
|
|
Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
| 935 |
|
|
|
| 936 |
|
|
Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
| 937 |
|
|
|
| 938 |
|
|
Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
| 939 |
|
|
|
| 940 |
azarah |
1.62 |
Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
| 941 |
|
|
and it seems it has fallen now to my discression. |
| 942 |
|
|
|
| 943 |
drobbins |
1.59 |
* rc-scripts 1.3.1 (23 Mar 2002) |
| 944 |
|
|
|
| 945 |
azarah |
1.210 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 946 |
drobbins |
1.60 |
DHCP lease release from Jim Nutt. |
| 947 |
|
|
|
| 948 |
azarah |
1.210 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 949 |
drobbins |
1.60 |
since there are a lot of important bug fixes in here that are needed. |
| 950 |
drobbins |
1.59 |
|
| 951 |
azarah |
1.210 |
23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 952 |
azarah |
1.58 |
|
| 953 |
|
|
Resolve bug #1292. |
| 954 |
|
|
|
| 955 |
|
|
Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 956 |
|
|
Spidler. |
| 957 |
|
|
|
| 958 |
azarah |
1.210 |
21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 959 |
azarah |
1.57 |
|
| 960 |
|
|
Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 961 |
|
|
version, 'cat /proc/mounts'. |
| 962 |
|
|
|
| 963 |
azarah |
1.210 |
19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 964 |
azarah |
1.56 |
|
| 965 |
|
|
Add initial support for the --quiet flag that suppress output. |
| 966 |
|
|
|
| 967 |
azarah |
1.210 |
18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 968 |
azarah |
1.55 |
|
| 969 |
|
|
Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 970 |
|
|
as not all errors by depscan.sh is critical. It should be |
| 971 |
|
|
reworked to do better error handeling. |
| 972 |
|
|
|
| 973 |
azarah |
1.210 |
14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 974 |
azarah |
1.54 |
|
| 975 |
|
|
Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 976 |
|
|
/etc/group to match those of Debian, FBSD and others. Thanks |
| 977 |
|
|
to those who reported it, and Woodchip for looking up the |
| 978 |
|
|
proper values. |
| 979 |
|
|
|
| 980 |
|
|
Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 981 |
|
|
This resolves bug #1150, thanks to Paul Fleischer. |
| 982 |
|
|
|
| 983 |
azarah |
1.210 |
11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 984 |
azarah |
1.53 |
|
| 985 |
|
|
Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 986 |
|
|
as some users have /usr on seperate partition which is not |
| 987 |
|
|
mounted when depscan.sh is run the first time. |
| 988 |
|
|
|
| 989 |
|
|
Updated the checking for more than one service providing the |
| 990 |
|
|
same virtual function in /etc/init.d/depscan.sh. It should |
| 991 |
|
|
be working now, and this also fix a problem that when there is no |
| 992 |
|
|
service providing a virtual, counter was used uninitialized. |
| 993 |
|
|
|
| 994 |
azarah |
1.210 |
* rc-scripts 1.3.0 (10 Mar 2002) |
| 995 |
azarah |
1.52 |
|
| 996 |
azarah |
1.210 |
10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 997 |
azarah |
1.80 |
|
| 998 |
|
|
Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 999 |
azarah |
1.52 |
|
| 1000 |
|
|
Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 1001 |
|
|
|
| 1002 |
|
|
Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
| 1003 |
|
|
and /etc/init.d/localmount for this. |
| 1004 |
|
|
|
| 1005 |
|
|
Lots of form/syntax cleanups, most things should be more |
| 1006 |
|
|
consistant now. Fixed fail detection/return values of lots of |
| 1007 |
|
|
scripts. |
| 1008 |
|
|
|
| 1009 |
|
|
Lots of cleanup/fixes in the three main scripts behind our |
| 1010 |
|
|
rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
| 1011 |
|
|
|
| 1012 |
|
|
Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
| 1013 |
|
|
is sourced in a ebuild. |
| 1014 |
|
|
|
| 1015 |
|
|
Fix a bug that our rc-script wrapper introduced: Global variables |
| 1016 |
|
|
in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
| 1017 |
|
|
this. |
| 1018 |
|
|
|
| 1019 |
|
|
Implemented more error checking for the main startup code in /sbin/rc. |
| 1020 |
|
|
Also fixed try() for mounting /proc (maybe all mount commands). |
| 1021 |
|
|
The function worked fine in a simulated test, but in real life failed |
| 1022 |
|
|
to detect a error when mounting /proc (remember to thank Grant for |
| 1023 |
|
|
his UserMode ebuilds, and Guide). |
| 1024 |
|
|
|
| 1025 |
azarah |
1.210 |
* rc-scripts 1.2.9 (6 Mar 2002) |
| 1026 |
azarah |
1.51 |
|
| 1027 |
azarah |
1.210 |
6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1028 |
azarah |
1.80 |
|
| 1029 |
|
|
General form updates and some piping fixes. |
| 1030 |
azarah |
1.51 |
|
| 1031 |
|
|
Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 1032 |
|
|
to fix a problem where startDM.sh would be respawned repeatedly |
| 1033 |
|
|
if xdm was not in the default runlevel. |
| 1034 |
drobbins |
1.6 |
|
| 1035 |
azarah |
1.210 |
* rc-scripts 1.2.8 (4 Mar 2002) |
| 1036 |
azarah |
1.49 |
|
| 1037 |
azarah |
1.210 |
4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1038 |
azarah |
1.80 |
|
| 1039 |
|
|
Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
| 1040 |
|
|
to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 1041 |
|
|
move them to the xfree ebuild later on when things settles down. |
| 1042 |
azarah |
1.49 |
|
| 1043 |
|
|
Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
| 1044 |
|
|
|
| 1045 |
|
|
Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
| 1046 |
|
|
where we had a invalid $PATH on boot in some cases. |
| 1047 |
|
|
|
| 1048 |
azarah |
1.50 |
Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 1049 |
|
|
the new sys-apps/kbd package. |
| 1050 |
|
|
|
| 1051 |
azarah |
1.210 |
* rc-scripts 1.2.7 (3 Mar 2002) |
| 1052 |
azarah |
1.48 |
|
| 1053 |
azarah |
1.210 |
3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1054 |
azarah |
1.80 |
|
| 1055 |
|
|
Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 1056 |
|
|
times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 1057 |
|
|
for this. |
| 1058 |
azarah |
1.47 |
|
| 1059 |
|
|
Fixing some variable declarations in /etc/init.d/runscript.sh caused |
| 1060 |
|
|
/etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 1061 |
|
|
this. |
| 1062 |
|
|
|
| 1063 |
|
|
Added caching of the "depend() { need foo; } " lines, and updated |
| 1064 |
|
|
/etc/init.d/depscan.sh to touch the actual files less. This should |
| 1065 |
azarah |
1.197 |
speedup dependency caching a lot, especially on slow machines. |
| 1066 |
azarah |
1.48 |
|
| 1067 |
|
|
Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 1068 |
|
|
for security. |
| 1069 |
|
|
|
| 1070 |
|
|
Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 1071 |
azarah |
1.47 |
|
| 1072 |
azarah |
1.210 |
1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1073 |
azarah |
1.80 |
|
| 1074 |
|
|
Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 1075 |
|
|
Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 1076 |
azarah |
1.46 |
/etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 1077 |
|
|
/etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 1078 |
|
|
|
| 1079 |
azarah |
1.197 |
Removed stopping of dependent services that have current service as |
| 1080 |
|
|
a 'use'dependency ... should be less confusing now. |
| 1081 |
azarah |
1.46 |
Updated /etc/init.d/runscript.sh for this. |
| 1082 |
|
|
|
| 1083 |
azarah |
1.80 |
28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1084 |
|
|
|
| 1085 |
|
|
Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| 1086 |
|
|
programs to startup. This should pretty much have /etc/init.d/ static, |
| 1087 |
|
|
except for baselayout updates, etc. |
| 1088 |
|
|
|
| 1089 |
|
|
27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1090 |
|
|
|
| 1091 |
|
|
In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
| 1092 |
|
|
problems. Fixed this in /sbin/rc. |
| 1093 |
azarah |
1.44 |
|
| 1094 |
|
|
Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
| 1095 |
|
|
use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
| 1096 |
|
|
/etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
| 1097 |
azarah |
1.43 |
|
| 1098 |
azarah |
1.80 |
26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1099 |
|
|
|
| 1100 |
|
|
Fix my brain dead update of the 25th. It really should keep |
| 1101 |
|
|
"gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
| 1102 |
|
|
retrieving kernel options. Updated /etc/init.d/functions.sh, |
| 1103 |
|
|
/etc/init.d/checkroot and /sbin/rc for this. |
| 1104 |
azarah |
1.41 |
|
| 1105 |
|
|
Updated /etc/init.d/consolefont to work without devfs as well. |
| 1106 |
|
|
|
| 1107 |
azarah |
1.42 |
When rebooting or shutting down, a service should not fail to stop |
| 1108 |
|
|
if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
| 1109 |
|
|
for this. |
| 1110 |
|
|
|
| 1111 |
azarah |
1.80 |
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 1112 |
|
|
|
| 1113 |
|
|
Added a check if /dev is mounted when creating entries for /etc/mtab. |
| 1114 |
|
|
This should solve a invalid entry or /dev being mounted even with |
| 1115 |
|
|
'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
| 1116 |
azarah |
1.40 |
|
| 1117 |
drobbins |
1.39 |
17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
| 1118 |
|
|
filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
| 1119 |
|
|
just in a comment now) |
| 1120 |
|
|
|
| 1121 |
azarah |
1.80 |
17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1122 |
|
|
|
| 1123 |
|
|
Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
| 1124 |
|
|
this. This should fix services not getting started in the correct order |
| 1125 |
|
|
in a tight loop, services getting stopped out of order, and some other |
| 1126 |
|
|
sanity checks. Updated rc-script.sh for updated help. |
| 1127 |
|
|
|
| 1128 |
|
|
15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1129 |
|
|
|
| 1130 |
|
|
Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
| 1131 |
|
|
and added the 'after' type. 'before' and 'after' will only work currently |
| 1132 |
|
|
for a change of runlevel. Updated /etc/init.d/depscan.sh, |
| 1133 |
|
|
/etc/init.d/runscript.sh and /sbin/rc for this. |
| 1134 |
azarah |
1.36 |
|
| 1135 |
azarah |
1.80 |
13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1136 |
|
|
|
| 1137 |
|
|
Add some more entries to /etc/devfsd.conf to make alsa users life |
| 1138 |
|
|
easier ... thanks Tod. |
| 1139 |
drobbins |
1.39 |
|
| 1140 |
azarah |
1.80 |
12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1141 |
|
|
|
| 1142 |
|
|
Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 1143 |
azarah |
1.36 |
|
| 1144 |
|
|
Fixed some services not starting again when restarting a service. |
| 1145 |
|
|
Seems simple is still the best way. |
| 1146 |
|
|
|
| 1147 |
|
|
Fixed some other problems created with feature additions and cleanups. |
| 1148 |
|
|
|
| 1149 |
azarah |
1.80 |
11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1150 |
|
|
|
| 1151 |
|
|
General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 1152 |
azarah |
1.36 |
|
| 1153 |
|
|
Added 'before *' to /etc/init.d/checkroot to make sure it gets |
| 1154 |
|
|
started first. |
| 1155 |
|
|
|
| 1156 |
|
|
Added 'use *' to /etc/init.d/local to make sure it gets started |
| 1157 |
|
|
last. |
| 1158 |
|
|
|
| 1159 |
azarah |
1.80 |
10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1160 |
|
|
|
| 1161 |
|
|
Fixed /sbin/rc to stop a service on change of runlevel if it is |
| 1162 |
|
|
in 'use' by another service. |
| 1163 |
azarah |
1.36 |
|
| 1164 |
|
|
Added the 'provide' depend type for creating virtual services. |
| 1165 |
|
|
Updated /etc/init.d/depscan.sh for this. |
| 1166 |
|
|
|
| 1167 |
|
|
Added the 'before' depend type. This is more for changing the |
| 1168 |
|
|
order services start in. Updated /etc/init.d/depscan.sh and |
| 1169 |
|
|
/etc/init.d/functions.sh for this. |
| 1170 |
|
|
|
| 1171 |
|
|
Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 1172 |
azarah |
1.197 |
dependency types. This can be used with 'use' and 'before' to |
| 1173 |
azarah |
1.36 |
start a script last or first respectively. |
| 1174 |
|
|
|
| 1175 |
|
|
Added save_options() and get_options() to /etc/init.d/functions.sh |
| 1176 |
|
|
for saving misc settings between startup/shutdown. Updated |
| 1177 |
|
|
/etc/init.d/net.eth0 to use these and properly down virtual |
| 1178 |
|
|
interfaces. |
| 1179 |
|
|
|
| 1180 |
azarah |
1.80 |
6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1181 |
|
|
|
| 1182 |
|
|
Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
| 1183 |
|
|
on no errors. |
| 1184 |
azarah |
1.36 |
|
| 1185 |
|
|
* rc-scripts 1.2.6 (6 Feb 2002) |
| 1186 |
|
|
|
| 1187 |
azarah |
1.80 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1188 |
|
|
|
| 1189 |
|
|
Updated /etc/net.eth0 to specify the gateway device via the $gateway |
| 1190 |
|
|
variable (something like gateway="eth0/192.168.0.1"). |
| 1191 |
|
|
|
| 1192 |
|
|
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1193 |
|
|
|
| 1194 |
|
|
Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
| 1195 |
|
|
|
| 1196 |
|
|
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
| 1197 |
|
|
|
| 1198 |
|
|
Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
| 1199 |
|
|
implements a retry if not successful the first time, and will kill |
| 1200 |
|
|
processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
| 1201 |
azarah |
1.33 |
|
| 1202 |
woodchip |
1.32 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
| 1203 |
|
|
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
| 1204 |
|
|
Fixed /etc/passwd,group for user/group mysql. |
| 1205 |
|
|
|
| 1206 |
azarah |
1.31 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
| 1207 |
|
|
map file support to /etc/init.d/consolefont and the setting to |
| 1208 |
|
|
/etc/rc.conf. |
| 1209 |
|
|
|
| 1210 |
azarah |
1.30 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
| 1211 |
|
|
in skel files to support both versions of dircolors. |
| 1212 |
|
|
|
| 1213 |
azarah |
1.28 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
| 1214 |
azarah |
1.31 |
in the restart stuff of /etc/init.d/runscript.sh that caused |
| 1215 |
|
|
a restart of a 'net' service not to restart services again |
| 1216 |
|
|
that depended on it. |
| 1217 |
azarah |
1.28 |
|
| 1218 |
azarah |
1.27 |
* rc-scripts 1.2.5 (20 Jan 2002) |
| 1219 |
|
|
|
| 1220 |
azarah |
1.26 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 1221 |
|
|
/etc/init.d/net.eth0 to 'use' pcmcia. |
| 1222 |
|
|
|
| 1223 |
azarah |
1.25 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
| 1224 |
|
|
the dircolors command in /etc/skel/.bash_profile to handle cases |
| 1225 |
|
|
where bash do not export $SHELL. |
| 1226 |
|
|
|
| 1227 |
|
|
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 1228 |
|
|
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and |
| 1229 |
|
|
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config |
| 1230 |
|
|
scheme for the net.eth* scripts. |
| 1231 |
|
|
|
| 1232 |
woodchip |
1.24 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address |
| 1233 |
|
|
from manpages; no need for that.. |
| 1234 |
azarah |
1.25 |
|
| 1235 |
|
|
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in |
| 1236 |
|
|
/etc/devfsd.conf; had 'dvd' in the cdrw stuff. |
| 1237 |
woodchip |
1.24 |
|
| 1238 |
drobbins |
1.23 |
* rc-scripts 1.2.4 (30 Dec 2001) |
| 1239 |
|
|
|
| 1240 |
|
|
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
| 1241 |
|
|
back to 022 as it should be. |
| 1242 |
|
|
|
| 1243 |
azarah |
1.22 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 1244 |
|
|
/etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
| 1245 |
|
|
|
| 1246 |
woodchip |
1.21 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 1247 |
|
|
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 1248 |
|
|
|
| 1249 |
azarah |
1.80 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 1250 |
|
|
|
| 1251 |
azarah |
1.197 |
Updated /etc/init.d/depscan.sh to store info about missing dependencies |
| 1252 |
azarah |
1.80 |
of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 1253 |
azarah |
1.197 |
to use this when starting a script ('need' dependencies is critical for |
| 1254 |
azarah |
1.20 |
startup). Added the broken() function to /etc/init.d/runscript.sh |
| 1255 |
azarah |
1.197 |
to list the missing dependencies. |
| 1256 |
azarah |
1.20 |
|
| 1257 |
|
|
Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 1258 |
|
|
checking. |
| 1259 |
|
|
|
| 1260 |
|
|
Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| 1261 |
|
|
eend(), but print a warning on error, not a error. Updated |
| 1262 |
|
|
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
| 1263 |
|
|
|
| 1264 |
azarah |
1.80 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 1265 |
|
|
|
| 1266 |
|
|
Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
| 1267 |
|
|
is passed to a rc-script. |
| 1268 |
azarah |
1.20 |
|
| 1269 |
|
|
Added /etc/init.d/rc-help.sh, simple script that prints out help for |
| 1270 |
|
|
the rc-scripts. |
| 1271 |
|
|
|
| 1272 |
azarah |
1.80 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 1273 |
|
|
|
| 1274 |
|
|
Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
| 1275 |
|
|
halt and reboot. This fixes a problem where / was not unmounted properly |
| 1276 |
|
|
in some cases. |
| 1277 |
|
|
|
| 1278 |
|
|
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1279 |
|
|
|
| 1280 |
|
|
Move $svcdir to to /etc/init.d/functions.sh, and update |
| 1281 |
|
|
/etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
| 1282 |
azarah |
1.19 |
|
| 1283 |
|
|
Modified /etc/init.d/runscript.sh to also restart the services that |
| 1284 |
|
|
depend on a service if that service is restarted. Enhanced the |
| 1285 |
|
|
restart function to be able to have custom restart() functions in |
| 1286 |
|
|
rc-scripts. The custom restart() have to use svc_stop() and |
| 1287 |
|
|
svc_start() to restart the service. |
| 1288 |
|
|
|
| 1289 |
|
|
Add a pause function to /etc/init.d/runscript.sh. It will basically |
| 1290 |
|
|
stop a service without stopping the services that depends on that |
| 1291 |
|
|
service. |
| 1292 |
drobbins |
1.23 |
|
| 1293 |
azarah |
1.80 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
| 1294 |
|
|
service without stopping the services that depends on that service. |
| 1295 |
azarah |
1.19 |
|
| 1296 |
|
|
* rc-scripts 1.2.3 (18 Dec 2001) |
| 1297 |
|
|
|
| 1298 |
azarah |
1.80 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1299 |
|
|
|
| 1300 |
|
|
Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
| 1301 |
|
|
init wrapper we used). |
| 1302 |
azarah |
1.19 |
|
| 1303 |
|
|
Some cleanups: take out the shm resize comment; |
| 1304 |
|
|
|
| 1305 |
|
|
remove the $wrongmount; |
| 1306 |
|
|
|
| 1307 |
|
|
remove the mountshm() function and insert it directly |
| 1308 |
|
|
where needed; |
| 1309 |
|
|
|
| 1310 |
|
|
remove the setting of $PATH as /sbin/init already do |
| 1311 |
|
|
this for us. |
| 1312 |
|
|
|
| 1313 |
|
|
Added the if statement to detect if it is the first time the 'boot' |
| 1314 |
|
|
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]). |
| 1315 |
|
|
$RUNLEVEL is a env var set by /sbin/init. |
| 1316 |
|
|
|
| 1317 |
|
|
Also added functionality to detect if the kernel have DEVFS support |
| 1318 |
|
|
compiled in; seems new users thinks devfs is unstable and as they do |
| 1319 |
|
|
not always read the docs, it does not get compiled in ;/ Should |
| 1320 |
|
|
make live for us a bit easier. |
| 1321 |
|
|
|
| 1322 |
azarah |
1.80 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1323 |
|
|
|
| 1324 |
|
|
Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
| 1325 |
|
|
the unneeded services. |
| 1326 |
azarah |
1.19 |
|
| 1327 |
woodchip |
1.16 |
* rc-scripts 1.2.2 (8 Dec 2001) |
| 1328 |
|
|
|
| 1329 |
azarah |
1.18 |
10 Dec 2001; Added a localhost entry in /etc/hosts. |
| 1330 |
|
|
|
| 1331 |
woodchip |
1.16 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c |
| 1332 |
|
|
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to |
| 1333 |
|
|
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon. |
| 1334 |
|
|
Start-stop-daemon is moved here from sysvinit by the way. There is stuff |
| 1335 |
|
|
in this ChangeLog that needs to be removed! Like the changes to hosts, |
| 1336 |
|
|
profile. /etc/{passwd,group} have minor UID and GID type fixes for |
| 1337 |
woodchip |
1.17 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS |
| 1338 |
|
|
directories. |
| 1339 |
woodchip |
1.16 |
|
| 1340 |
woodchip |
1.13 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory |
| 1341 |
|
|
to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
| 1342 |
woodchip |
1.14 |
and one for update-modules.8. These were adapted from Debian. Updated |
| 1343 |
|
|
tarball.sh to include the new man directory. Updated baselayout to install |
| 1344 |
|
|
these manpages. Slightly tweak the /etc/modules.autoload comments. |
| 1345 |
woodchip |
1.13 |
|
| 1346 |
azarah |
1.80 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1347 |
|
|
|
| 1348 |
|
|
Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
| 1349 |
|
|
and cleaned out old code. |
| 1350 |
drobbins |
1.15 |
|
| 1351 |
|
|
Updated /etc/init.d/bootmisc with additional lock files to clean. |
| 1352 |
|
|
|
| 1353 |
azarah |
1.80 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1354 |
|
|
|
| 1355 |
|
|
Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
| 1356 |
|
|
that can be used for services that needs to have a logger started before |
| 1357 |
|
|
they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
| 1358 |
|
|
to define what loggers the 'logger' depend represent. |
| 1359 |
drobbins |
1.15 |
|
| 1360 |
azarah |
1.80 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1361 |
|
|
|
| 1362 |
|
|
Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
| 1363 |
|
|
and grpck. |
| 1364 |
drobbins |
1.15 |
|
| 1365 |
azarah |
1.80 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1366 |
|
|
|
| 1367 |
|
|
Changed umask in /etc/profile for the user to 077 for security. |
| 1368 |
drobbins |
1.15 |
|
| 1369 |
|
|
Added a stop() function to /etc/init.d/clock. Also removed uneeded |
| 1370 |
|
|
'source /etc/rc.conf' line. |
| 1371 |
|
|
|
| 1372 |
|
|
Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
| 1373 |
|
|
/etc/hostname is invalid. |
| 1374 |
|
|
|
| 1375 |
|
|
Updated /sbin/init to move the entries in /lib/dev-state to /dev before |
| 1376 |
|
|
running devfsd, as it did still not save settings properly. Also removed |
| 1377 |
|
|
old /dev-state/compat stuff. |
| 1378 |
|
|
|
| 1379 |
drobbins |
1.12 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed |
| 1380 |
|
|
from the default "default" runlevel. It still exists in the archive so that |
| 1381 |
drobbins |
1.15 |
users who want/need it can add it easily. |
| 1382 |
drobbins |
1.12 |
|
| 1383 |
drobbins |
1.11 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
| 1384 |
drobbins |
1.15 |
removed notail from the ext2 boot partition, other cleanups. |
| 1385 |
drobbins |
1.11 |
|
| 1386 |
drobbins |
1.10 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
| 1387 |
drobbins |
1.15 |
|
| 1388 |
azarah |
1.80 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1389 |
|
|
|
| 1390 |
|
|
Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
| 1391 |
|
|
/dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
| 1392 |
|
|
standard location. |
| 1393 |
drobbins |
1.15 |
|
| 1394 |
|
|
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
| 1395 |
|
|
itself, calling depscan.sh or changing runlevels cause a tempory effect |
| 1396 |
|
|
similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
| 1397 |
|
|
changing runlevels did not want to work. |
| 1398 |
|
|
|
| 1399 |
|
|
Updated /etc/init.d/halt.sh to terminate and display message for devfsd. |
| 1400 |
|
|
More cosmetic than anything else, but cant hurt with the new dev-state |
| 1401 |
|
|
scheme. |
| 1402 |
|
|
|
| 1403 |
|
|
Updated /sbin/init to set the console log level to 1, so that bootup |
| 1404 |
|
|
can be much cleaner. Also updated /etc/init.d/modules not to have |
| 1405 |
|
|
a logger in it 'use' depends, as it should not be needed anymore. |
| 1406 |
|
|
|
| 1407 |
|
|
Updated /sbin/rc to check if devfsd is still running between runlevel |
| 1408 |
|
|
changes. |
| 1409 |
|
|
|
| 1410 |
|
|
Updated /etc/init.d/modules to run update-modules. We want to be sure |
| 1411 |
|
|
/etc/modules.conf is updated when running depmod -a. |
| 1412 |
|
|
|
| 1413 |
|
|
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also |
| 1414 |
|
|
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group. |
| 1415 |
|
|
|
| 1416 |
|
|
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and |
| 1417 |
|
|
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also |
| 1418 |
|
|
updated tarball.sh to handle ppp/chat-default. |
| 1419 |
|
|
|
| 1420 |
azarah |
1.19 |
Added /etc/skel/.bash* to make things cleaner. |
| 1421 |
drobbins |
1.15 |
|
| 1422 |
azarah |
1.19 |
Other minor changes. |
| 1423 |
drobbins |
1.15 |
|
| 1424 |
woodchip |
1.9 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file |
| 1425 |
|
|
to rc-scripts. Can remove it from sys-libs/shadow at the next release. |
| 1426 |
|
|
|
| 1427 |
drobbins |
1.8 |
* rc-scripts 1.1.8 (15 Nov 2001) |
| 1428 |
|
|
|
| 1429 |
|
|
16 Nov 2001; removed bogus "mountall.test" script. |
| 1430 |
drobbins |
1.7 |
|
| 1431 |
azarah |
1.80 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1432 |
|
|
|
| 1433 |
|
|
Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
| 1434 |
|
|
'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
| 1435 |
|
|
removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
| 1436 |
|
|
names of new functions in init.d/runscript.sh to better sounding ones. |
| 1437 |
|
|
Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
| 1438 |
|
|
fixes/cleanups. |
| 1439 |
|
|
|
| 1440 |
|
|
Removed try() out of init.d/runscript.sh (why was this here ?). |
| 1441 |
drobbins |
1.8 |
|
| 1442 |
azarah |
1.80 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1443 |
|
|
|
| 1444 |
|
|
Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
| 1445 |
|
|
doesn't exist. |
| 1446 |
drobbins |
1.8 |
|
| 1447 |
drobbins |
1.15 |
init.d/hostname: Added check for a valid /etc/hostname. |
| 1448 |
drobbins |
1.8 |
|
| 1449 |
drobbins |
1.15 |
init.d/keymaps: Added check for valid $KEYMAP. |
| 1450 |
drobbins |
1.8 |
|
| 1451 |
drobbins |
1.15 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This |
| 1452 |
|
|
should solve Woodchip's syslog+glue issue. We just have to change the |
| 1453 |
|
|
console loglevel for metalog and syslog-ng (sysklogd already updated) not to |
| 1454 |
|
|
output info and warnings, etc to the console, then boot will be much cleaner. |
| 1455 |
|
|
Also the install guide will need changing to add the loggers to 'boot' and |
| 1456 |
|
|
not 'default' runlevel. |
| 1457 |
drobbins |
1.8 |
|
| 1458 |
drobbins |
1.15 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
| 1459 |
|
|
this really needed (I cannot see that it is used anywhere ...)? |
| 1460 |
drobbins |
1.8 |
|
| 1461 |
azarah |
1.80 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1462 |
|
|
|
| 1463 |
|
|
Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
| 1464 |
|
|
called 'uses'. It basically have the same usage as 'need', except that it |
| 1465 |
|
|
do not start services that is not in the current and 'boot' runlevels. |
| 1466 |
drobbins |
1.8 |
|
| 1467 |
drobbins |
1.15 |
Updated init.d/netmount to use the 'uses' depend. |
| 1468 |
drobbins |
1.8 |
|
| 1469 |
azarah |
1.80 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1470 |
|
|
|
| 1471 |
|
|
Fixed init.d/runscript.sh not to destroy the 'need' depends in |
| 1472 |
|
|
/${svcdir}/need. This caused subsequent starting and stopping of services |
| 1473 |
|
|
not to start depends. |
| 1474 |
|
|
|
| 1475 |
|
|
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1476 |
|
|
|
| 1477 |
|
|
Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
| 1478 |
|
|
destroyed before stopping running services scheduled to be stopped. This |
| 1479 |
|
|
with the fact that $SOFTLEVEL was set too early, caused the services to be |
| 1480 |
|
|
stopped in the wrong order. |
| 1481 |
drobbins |
1.8 |
|
| 1482 |
azarah |
1.80 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1483 |
|
|
|
| 1484 |
|
|
Modified init.d/netmount to check if any network filesystems is mounted. |
| 1485 |
drobbins |
1.8 |
|
| 1486 |
|
|
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
| 1487 |
|
|
some awk and grep magic to find all remote filesystems and umount them. |
| 1488 |
|
|
|
| 1489 |
azarah |
1.80 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 1490 |
|
|
|
| 1491 |
|
|
A fix for checkroot (missing "/"); it now actually checks the root |
| 1492 |
|
|
filesystem. Also, a localmount cleanliness fix. |
| 1493 |
drobbins |
1.6 |
|
| 1494 |
|
|
* rc-scripts 1.1.7 (18 Oct 2001) |
| 1495 |
|
|
|
| 1496 |
|
|
[old changelog format follows] |
| 1497 |
drobbins |
1.5 |
|
| 1498 |
azarah |
1.216 |
*lots of scripts; woodchip |
| 1499 |
|
|
removed old rc5 scripts from cvs |
| 1500 |
drobbins |
1.5 |
|
| 1501 |
azarah |
1.216 |
*init.d/runscript.sh; agriffis |
| 1502 |
|
|
Added support for rc.conf and home-grown functions |
| 1503 |
|
|
|
| 1504 |
|
|
*init.d/modules; |
| 1505 |
|
|
Now correctly looks at /etc/modules.autoload |
| 1506 |
drobbins |
1.4 |
|
| 1507 |
drobbins |
1.3 |
rc-scripts-1.1.6, released 15 Sep 2001 |
| 1508 |
|
|
====================================== |
| 1509 |
|
|
|
| 1510 |
azarah |
1.216 |
*init.d/runscript.sh, others |
| 1511 |
|
|
Handling of "net" dependencies resolve to all net devices in |
| 1512 |
|
|
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 1513 |
|
|
variable in /etc/rc.conf has been removed. |
| 1514 |
|
|
|
| 1515 |
|
|
*init.d/runscript.sh |
| 1516 |
|
|
New "zap" option for manually resetting the state of an initscript |
| 1517 |
|
|
to stopped. |
| 1518 |
drobbins |
1.2 |
|
| 1519 |
azarah |
1.216 |
*init.d/{samba,sysklogd,sshd} |
| 1520 |
|
|
Removed from CVS; they live in their respective packages. |
| 1521 |
drobbins |
1.2 |
|
| 1522 |
drobbins |
1.1 |
rc-scripts-1.1.5, released 02 Sep 2001 |
| 1523 |
|
|
==================================== |
| 1524 |
|
|
|
| 1525 |
azarah |
1.216 |
*sbin/rc-update |
| 1526 |
|
|
New version of the rc-update command for the new initscripts. Works |
| 1527 |
|
|
similarly to the old version, except this one updates our dependency |
| 1528 |
|
|
cache. |
| 1529 |
|
|
|
| 1530 |
|
|
*init.d/functions.sh |
| 1531 |
|
|
New and better looking informational message functions (einfo, einfon). |
| 1532 |
|
|
Brand new message functions (ewarn). |
| 1533 |
|
|
|
| 1534 |
|
|
*sbin/init, init.d/checkroot |
| 1535 |
|
|
We're going back to a /proc/mounts-based mtab symlink because it's |
| 1536 |
|
|
just plain better. Appropriate changes made. |
| 1537 |
azarah |
1.80 |
|
| 1538 |
|
|
# vim:expandtab |