| 1 |
# ChangeLog for Gentoo Linux System Intialization ("rc") scripts
|
| 2 |
# Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL
|
| 3 |
# Written by Daniel Robbins (drobbins@gentoo.org)
|
| 4 |
|
| 5 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script
|
| 6 |
/etc/init.d/numlock, for enabling numlock at boot.
|
| 7 |
|
| 8 |
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the
|
| 9 |
last fix to /etc/init.d/netmount to umount cleanly. This fix
|
| 10 |
implements a retry if not successful the first time, and will
|
| 11 |
kill processess using the mount. Also small type-o fix to
|
| 12 |
/etc/init.d/halt.sh.
|
| 13 |
|
| 14 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to
|
| 15 |
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack.
|
| 16 |
Fixed /etc/passwd,group for user/group mysql.
|
| 17 |
|
| 18 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset
|
| 19 |
map file support to /etc/init.d/consolefont and the setting to
|
| 20 |
/etc/rc.conf.
|
| 21 |
|
| 22 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors
|
| 23 |
in skel files to support both versions of dircolors.
|
| 24 |
|
| 25 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug
|
| 26 |
in the restart stuff of /etc/init.d/runscript.sh that caused
|
| 27 |
a restart of a 'net' service not to restart services again
|
| 28 |
that depended on it.
|
| 29 |
|
| 30 |
* rc-scripts 1.2.5 (20 Jan 2002)
|
| 31 |
|
| 32 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 33 |
/etc/init.d/net.eth0 to 'use' pcmcia.
|
| 34 |
|
| 35 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to
|
| 36 |
the dircolors command in /etc/skel/.bash_profile to handle cases
|
| 37 |
where bash do not export $SHELL.
|
| 38 |
|
| 39 |
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 40 |
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and
|
| 41 |
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config
|
| 42 |
scheme for the net.eth* scripts.
|
| 43 |
|
| 44 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address
|
| 45 |
from manpages; no need for that..
|
| 46 |
|
| 47 |
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in
|
| 48 |
/etc/devfsd.conf; had 'dvd' in the cdrw stuff.
|
| 49 |
|
| 50 |
* rc-scripts 1.2.4 (30 Dec 2001)
|
| 51 |
|
| 52 |
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask
|
| 53 |
back to 022 as it should be.
|
| 54 |
|
| 55 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 56 |
/etc/init.d/checkfs to return 0 if the fs was successfully repaired.
|
| 57 |
|
| 58 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org):
|
| 59 |
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :))
|
| 60 |
|
| 61 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated
|
| 62 |
/etc/init.d/depscan.sh to store info about missing dependancies of
|
| 63 |
type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh
|
| 64 |
to use this when starting a script ('need' dependancies is critical for
|
| 65 |
startup). Added the broken() function to /etc/init.d/runscript.sh
|
| 66 |
to list the missing dependancies.
|
| 67 |
|
| 68 |
Updated /etc/init.d/runscript.sh for svc_start() to have better error
|
| 69 |
checking.
|
| 70 |
|
| 71 |
Updated /etc/init.d/functions.sh with ewend(), which is the same as
|
| 72 |
eend(), but print a warning on error, not a error. Updated
|
| 73 |
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function.
|
| 74 |
|
| 75 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c
|
| 76 |
to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script.
|
| 77 |
|
| 78 |
Added /etc/init.d/rc-help.sh, simple script that prints out help for
|
| 79 |
the rc-scripts.
|
| 80 |
|
| 81 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update
|
| 82 |
/etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the
|
| 83 |
halt and reboot. This fixes a problem where / was not unmounted
|
| 84 |
properly in some cases.
|
| 85 |
|
| 86 |
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to
|
| 87 |
to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and
|
| 88 |
/etc/init.d/depscan.sh for this
|
| 89 |
|
| 90 |
Modified /etc/init.d/runscript.sh to also restart the services that
|
| 91 |
depend on a service if that service is restarted. Enhanced the
|
| 92 |
restart function to be able to have custom restart() functions in
|
| 93 |
rc-scripts. The custom restart() have to use svc_stop() and
|
| 94 |
svc_start() to restart the service.
|
| 95 |
|
| 96 |
Add a pause function to /etc/init.d/runscript.sh. It will basically
|
| 97 |
stop a service without stopping the services that depends on that
|
| 98 |
service.
|
| 99 |
|
| 100 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a
|
| 101 |
service without stopping the services that depends on that service.
|
| 102 |
|
| 103 |
* rc-scripts 1.2.3 (18 Dec 2001)
|
| 104 |
|
| 105 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from
|
| 106 |
/sbin/init (old) to /sbin/rc (basically drop the init wrapper we used).
|
| 107 |
|
| 108 |
Some cleanups: take out the shm resize comment;
|
| 109 |
|
| 110 |
remove the $wrongmount;
|
| 111 |
|
| 112 |
remove the mountshm() function and insert it directly
|
| 113 |
where needed;
|
| 114 |
|
| 115 |
remove the setting of $PATH as /sbin/init already do
|
| 116 |
this for us.
|
| 117 |
|
| 118 |
Added the if statement to detect if it is the first time the 'boot'
|
| 119 |
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]).
|
| 120 |
$RUNLEVEL is a env var set by /sbin/init.
|
| 121 |
|
| 122 |
Also added functionality to detect if the kernel have DEVFS support
|
| 123 |
compiled in; seems new users thinks devfs is unstable and as they do
|
| 124 |
not always read the docs, it does not get compiled in ;/ Should
|
| 125 |
make live for us a bit easier.
|
| 126 |
|
| 127 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill
|
| 128 |
a cosmetic bug in the part that stops all the unneeded services.
|
| 129 |
|
| 130 |
* rc-scripts 1.2.2 (8 Dec 2001)
|
| 131 |
|
| 132 |
10 Dec 2001; Added a localhost entry in /etc/hosts.
|
| 133 |
|
| 134 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c
|
| 135 |
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to
|
| 136 |
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon.
|
| 137 |
Start-stop-daemon is moved here from sysvinit by the way. There is stuff
|
| 138 |
in this ChangeLog that needs to be removed! Like the changes to hosts,
|
| 139 |
profile. /etc/{passwd,group} have minor UID and GID type fixes for
|
| 140 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS
|
| 141 |
directories.
|
| 142 |
|
| 143 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory
|
| 144 |
to rc-scripts. Checked in two manpages there, one for modules.autoload.5
|
| 145 |
and one for update-modules.8. These were adapted from Debian. Updated
|
| 146 |
tarball.sh to include the new man directory. Updated baselayout to install
|
| 147 |
these manpages. Slightly tweak the /etc/modules.autoload comments.
|
| 148 |
|
| 149 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init
|
| 150 |
to work correctly with the 'gentoo=nodevfs' option, and cleaned
|
| 151 |
out old code.
|
| 152 |
|
| 153 |
Updated /etc/init.d/bootmisc with additional lock files to clean.
|
| 154 |
|
| 155 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 156 |
/etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger'
|
| 157 |
that can be used for services that needs to have a logger started
|
| 158 |
before they are started. Updated /etc/conf.d/basic with $SYSLOGGER
|
| 159 |
that is used to define what loggers the 'logger' depend represent.
|
| 160 |
|
| 161 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 162 |
/etc/passwd and /etc/group with minor fixes to pass pwck and grpck.
|
| 163 |
|
| 164 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in
|
| 165 |
/etc/profile for the user to 077 for security.
|
| 166 |
|
| 167 |
Added a stop() function to /etc/init.d/clock. Also removed uneeded
|
| 168 |
'source /etc/rc.conf' line.
|
| 169 |
|
| 170 |
Updated /etc/init.d/hostname to set the hostname to 'localhost' if
|
| 171 |
/etc/hostname is invalid.
|
| 172 |
|
| 173 |
Updated /sbin/init to move the entries in /lib/dev-state to /dev before
|
| 174 |
running devfsd, as it did still not save settings properly. Also removed
|
| 175 |
old /dev-state/compat stuff.
|
| 176 |
|
| 177 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed
|
| 178 |
from the default "default" runlevel. It still exists in the archive so that
|
| 179 |
users who want/need it can add it easily.
|
| 180 |
|
| 181 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted),
|
| 182 |
removed notail from the ext2 boot partition, other cleanups.
|
| 183 |
|
| 184 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode.
|
| 185 |
|
| 186 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf
|
| 187 |
and updated /sbin/init to use a new scheme for saving /dev permissions.
|
| 188 |
Also moved /dev-state to /lib/dev-state which is a more standard location.
|
| 189 |
|
| 190 |
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on
|
| 191 |
itself, calling depscan.sh or changing runlevels cause a tempory effect
|
| 192 |
similar to a 'mini fork bomb'. Afterwards the depends was broken, and
|
| 193 |
changing runlevels did not want to work.
|
| 194 |
|
| 195 |
Updated /etc/init.d/halt.sh to terminate and display message for devfsd.
|
| 196 |
More cosmetic than anything else, but cant hurt with the new dev-state
|
| 197 |
scheme.
|
| 198 |
|
| 199 |
Updated /sbin/init to set the console log level to 1, so that bootup
|
| 200 |
can be much cleaner. Also updated /etc/init.d/modules not to have
|
| 201 |
a logger in it 'use' depends, as it should not be needed anymore.
|
| 202 |
|
| 203 |
Updated /sbin/rc to check if devfsd is still running between runlevel
|
| 204 |
changes.
|
| 205 |
|
| 206 |
Updated /etc/init.d/modules to run update-modules. We want to be sure
|
| 207 |
/etc/modules.conf is updated when running depmod -a.
|
| 208 |
|
| 209 |
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also
|
| 210 |
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group.
|
| 211 |
|
| 212 |
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and
|
| 213 |
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also
|
| 214 |
updated tarball.sh to handle ppp/chat-default.
|
| 215 |
|
| 216 |
Added /etc/skel/.bash* to make things cleaner.
|
| 217 |
|
| 218 |
Other minor changes.
|
| 219 |
|
| 220 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file
|
| 221 |
to rc-scripts. Can remove it from sys-libs/shadow at the next release.
|
| 222 |
|
| 223 |
* rc-scripts 1.1.8 (15 Nov 2001)
|
| 224 |
|
| 225 |
16 Nov 2001; removed bogus "mountall.test" script.
|
| 226 |
|
| 227 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 228 |
init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not
|
| 229 |
'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded
|
| 230 |
for loop from init.d/depscan.sh, and other fixes. Updated names of new
|
| 231 |
functions in init.d/runscript.sh to better sounding ones. Updated
|
| 232 |
init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups.
|
| 233 |
Removed try() out of init.d/runscript.sh (why was this here ?).
|
| 234 |
|
| 235 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now
|
| 236 |
cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist.
|
| 237 |
|
| 238 |
init.d/hostname: Added check for a valid /etc/hostname.
|
| 239 |
|
| 240 |
init.d/keymaps: Added check for valid $KEYMAP.
|
| 241 |
|
| 242 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This
|
| 243 |
should solve Woodchip's syslog+glue issue. We just have to change the
|
| 244 |
console loglevel for metalog and syslog-ng (sysklogd already updated) not to
|
| 245 |
output info and warnings, etc to the console, then boot will be much cleaner.
|
| 246 |
Also the install guide will need changing to add the loggers to 'boot' and
|
| 247 |
not 'default' runlevel.
|
| 248 |
|
| 249 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is
|
| 250 |
this really needed (I cannot see that it is used anywhere ...)?
|
| 251 |
|
| 252 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 253 |
init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called
|
| 254 |
'uses'. It basically have the same usage as 'need', except that it do not
|
| 255 |
start services that is not in the current and 'boot' runlevels.
|
| 256 |
|
| 257 |
Updated init.d/netmount to use the 'uses' depend.
|
| 258 |
|
| 259 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh
|
| 260 |
not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent
|
| 261 |
starting and stopping of services not to start depends.
|
| 262 |
|
| 263 |
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc
|
| 264 |
where the ${svcdir}/softscripts directory got destroyed before stopping
|
| 265 |
running services scheduled to be stopped. This with the fact that $SOFTLEVEL
|
| 266 |
was set too early, caused the services to be stopped in the wrong order.
|
| 267 |
|
| 268 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to
|
| 269 |
check if any network filesystems is mounted.
|
| 270 |
|
| 271 |
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added
|
| 272 |
some awk and grep magic to find all remote filesystems and umount them.
|
| 273 |
|
| 274 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot
|
| 275 |
(missing "/"); it now actually checks the root filesystem. Also, a
|
| 276 |
localmount cleanliness fix.
|
| 277 |
|
| 278 |
* rc-scripts 1.1.7 (18 Oct 2001)
|
| 279 |
|
| 280 |
[old changelog format follows]
|
| 281 |
|
| 282 |
*lots of scripts; woodchip
|
| 283 |
removed old rc5 scripts from cvs
|
| 284 |
|
| 285 |
*init.d/runscript.sh; agriffis
|
| 286 |
Added support for rc.conf and home-grown functions
|
| 287 |
|
| 288 |
*init.d/modules;
|
| 289 |
Now correctly looks at /etc/modules.autoload
|
| 290 |
|
| 291 |
rc-scripts-1.1.6, released 15 Sep 2001
|
| 292 |
======================================
|
| 293 |
|
| 294 |
*init.d/runscript.sh, others
|
| 295 |
Handling of "net" dependencies resolve to all net devices in
|
| 296 |
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES
|
| 297 |
variable in /etc/rc.conf has been removed.
|
| 298 |
|
| 299 |
*init.d/runscript.sh
|
| 300 |
New "zap" option for manually resetting the state of an initscript
|
| 301 |
to stopped.
|
| 302 |
|
| 303 |
*init.d/{samba,sysklogd,sshd}
|
| 304 |
Removed from CVS; they live in their respective packages.
|
| 305 |
|
| 306 |
rc-scripts-1.1.5, released 02 Sep 2001
|
| 307 |
====================================
|
| 308 |
|
| 309 |
*sbin/rc-update
|
| 310 |
New version of the rc-update command for the new initscripts. Works
|
| 311 |
similarly to the old version, except this one updates our dependency
|
| 312 |
cache.
|
| 313 |
|
| 314 |
*init.d/functions.sh
|
| 315 |
New and better looking informational message functions (einfo, einfon).
|
| 316 |
Brand new message functions (ewarn).
|
| 317 |
|
| 318 |
*sbin/init, init.d/checkroot
|
| 319 |
We're going back to a /proc/mounts-based mtab symlink because it's
|
| 320 |
just plain better. Appropriate changes made.
|