--- trunk/ChangeLog 2002/01/27 00:06:46 113 +++ trunk/ChangeLog 2002/09/23 17:16:09 240 @@ -1,7 +1,620 @@ # ChangeLog for Gentoo Linux System Intialization ("rc") scripts -# Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # Written by Daniel Robbins (drobbins@gentoo.org) + 23 Sep 2002; Martin Schlemmer : + + Fix my last screwup with /etc/init.d/net.ppp0. Basically + forgot to change a few DEVICE's to IFACE ... + + 22 Sep 2002; Martin Schlemmer : + + NGPT support. + + 17 Sep 2002; Martin Schlemmer : + + Did a small fix to /etc/init.d/net.eth0, thanks to + naanyaar2000@yahoo.com, bug #7407. + + 16 Sep 2002; Martin Schlemmer : + + Add the permission stuff for generic scsi when compiled as + module, thanks to Bauno . + + Add support for /etc/devfs.d/ for additional devfs config + stuff .. idea from Denys Duchier . + + 11 Sep 2002; Martin Schlemmer : + + Fix small type-o from last changes to /etc/init.d/netmount. + Should resolve bug #7803. + +* rc-scripts 1.4.0 (7 Sep 2002) + + 7 Sep 2002; Martin Schlemmer : + + Update /etc/init.d/net.eth0 to handle individual broadcast + and netmask for aliases. Should close bug #7407. + + Give /var/run/utmp and /var/log/wtmp the proper permissions + and ownership. First steps in fixing bug #7630. + + Change Raid stuff again in /etc/init.d/checkfs. + + 26 Aug 2002; Donny Davies : + + Give root a 'root' GECOS in /etc/passwd, was NULL before. + +* rc-scripts 1.3.9 (25 Aug 2002) + + 25 Aug 2002; Martin Schlemmer : + + Update /sbin/rc to fix some spelling/slang mistakes. Closes + bug #6887. + + Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. + This closes bug #6378. + + Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, + with many thanks to Asbjorn Sannes . + + 20 Aug 2002; Martin Schlemmer : + + Update /etc/init.d/bootmisc to reset pam_console permissions. + + Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" + line for getting devfs to work with pam_console. + + 12 Aug 2002; Martin Schlemmer : + + Update /etc/init.d/keymaps to first load the windowkeys.inc then + the user selected one, fixing bug #6295. + + 11 Aug 2002; Martin Schlemmer : + + Change the 'cat' in check_rcscript() to a single 'awk' in + /sbin/depscan.sh. This should fix broken pipe issues if the + loop exists too early. Resolves bug #5961. + + Fix software RAID startup/shutdown, bug #5310. Modified + /etc/init.d/checkfs and /etc/init.d/halt.sh for this. + +* rc-scripts 1.3.8 (08 Aug 2002) + + 7 Aug 2002; Martin Schlemmer : + + Move the color ls stuff to .bashrc. Fix bug #5250. + + 6 Aug 2002; Dan Armak : + + Correct the comments in rc.conf about the XSESSION variable: it should + be set to "kde-" not "KDE". Closes bug #5948. + + 5 Aug 2002; Martin Schlemmer : + + Fix the 'Usage' line in the help to return the correct options for + the script (/sbin/runscript.sh). Resolve bug #6029. + + 3 Aug 2002; Donny Davies : + + Added UPS shutdown support for nut to halt.sh. + Added nut user/group as uid/gid 84. + + 27 Jul 2002; Martin Schlemmer : + + Updated /sbin/rc's way of checking for devfs support (now rather uses + awk, as it is more accurate). Closes bug #5458. + + Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot + and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. + Thanks goes to Chris PeBenito (bug #5570). + + Changed most daemons to use /bin/false as shell. Should close bug #5388. + + 27 Jul 2002; Nicholas Jones : + + Added vpopmail user and group as 89:89 + + 22 Jul 2002; Martin Schlemmer : + + Add the cyrus user to /etc/passwd. Resolves bug #4100. + + Some bugfixes and speed improvements to /sbin/depscan.sh after + last changes. + + Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to + get some speed improvements. + + 21 Jul 2002; Martin Schlemmer : + + Fix LVM support in /etc/init.d/checkfs again, thanks to help from + Kyle Manna . + + Add software RAID support to /etc/init.d/checkfs, thanks to + Daniel Ahlberg . + + Update the cache_depend() funtion in /sbin/depscan.sh not to + quit on any "}", but only on the one matching the first "{". This + requires wc in /bin, so baselayout should depend on + >=sys-apps/textutils-2.0.19-r2 + + Update /etc/init.d/netmount to try and detect nfs mounts that should be + mounted automatically on boot. This requires awk in /bin, so baselayout + should depend on >=sys-apps/gawk-3.1.0-r3. + +* rc-scripts 1.3.7 (17 Jul 2002) + + 17 Jul 2002; Martin Schlemmer : + + Add logging functionality to the rc-scripts, thanks to Alexander Holler, + bug #4037 for the basic idea. Updated /sbin/functions.sh for this. + + 16 Jul 2002; Martin Schlemmer : + + Add additional entries to /etc/services to support cyrus-imapd, thanks + to Nick Hadaway . + + Update /etc/init.d/consolefont to resolve bug #4968. This fixes a + problem with non 7bit ascii symbols. + + Updated /etc/init.d/checkfs to detect if lvm is already active. + This should resolve bug #3613. + + 5 Jun 2002; Martin Schlemmer : + + Add "usb" group, gid 85. Move "sshd" user and group to 22. Move + "games" user and group to 35 + + 3 Jun 2002; Martin Schlemmer : + + Update Copyright displayed at boot, thanks to Sascha Schwabbauer + (aka cybersystem). Updated /sbin/rc for this. + + 30 Jun 2002; Martin Schlemmer : + + Update /etc/skel/.bashrc to update the window title of X terminals + that supports it. Closes bug #4232. + + 26 Jun 2002; Martin Schlemmer : + + Add sshd user and group. Updated /etc/passwd and /etc/group for this. + + Update /etc/inputrc to resolve bug #2599. + + 20 Jun 2002; Martin Schlemmer : + + Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified + /etc/env.d/00basic for this. + + Add some new daemon stop and pid detection stuff to /sbin/functions.sh. + Nothing official, but I spent enouth time on it not to want to loose it :) + + Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs + to give output to stderr. This was caused by a call to "stty", which when + run without a attatched terminal, have this effect. Basically just pipe + stderr to /dev/null. + + 5 Jun 2002; Martin Schlemmer : + + Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving + bug #3363 + + 26 May 2002; Martin Schlemmer : + + Update /etc/init.d/netmount not to try and mount NFS filesystems + if portmap was not started. This is to stop "hang" problems for + new users who do not add portmap to the default runlevel. See + bug #2555. + + Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. + + 19 May 2002; Martin Schlemmer : + + Move $EDITOR from /etc/profile to /etc/env.d/00basic. + + 13 May 2002; Martin Schlemmer : + + Change the homes of user "at" and "cron" in /etc/passwd, as + they moved to /var/spool/cron... + +* rc-scripts 1.3.5 (12 May 2002) + + 12 May 2002; Martin Schlemmer : + + Make slight modifications to /sbin/depscan.sh to improve speed (about + 1 second on a celeron 633). + + Finally fix /sbin/runscript.sh to properly handle interdependencies + between types need/use and before/after on runlevel change. I can + actually kick myself for previous implementations, as this fix simplifies + things a lot, and is almost 30 lines of code less! + + Change /etc/init.d/netmount not to fail if all mounts are not mounted. + It rather just exit with a warning, as I think most people have like + me mounts that are to boxes that are not always up. + + Resolve bug #2439 (should not use try with the dd command for ramdisk + stuff). Also increase the number of inodes used for the ramdisk to + fix "out of space" errors. Updated /sbin/rc for this. + + 10 May 2002; Martin Schlemmer : + + Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use + backup files to generate /etc/profile.env. + + Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 + for this. + + 6 May 2002; Martin Schlemmer : + + Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest + /etc/env.d/ file. Same for $QTDIR. + + 5 May 2002; Martin Schlemmer : + + Add /etc/DIR_COLORS as it is no longer shipped with fileutils, + and is needed for some fixes. + + 28 April 2002; Martin Schlemmer : + + Update /etc/rc.conf to be more clear and state that you should + remove consolefont from startup if you do not use it. Should + resolve bug #2174. + + 26 April 2002; Donny Davies passwd, group : + + Added user/group apache with uid/gid 81. + + 25 April 2002; Martin Schlemmer : + + Remove the "-net" from the line setting the default gateway + in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for + noting this. + + 24 April 2002; Donny Davies rc.conf : + + Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs + which is installed with the nfs-utils package. Also tidied up some + really old, leftover junk like the non-supported stuff from rc5. + Closes #1754. + + 23 April 2002; Martin Schlemmer : + + Remove creation of /var/run/utmpx from bootmisc again. Seems + other people have wierd problems. + +* rc-scripts 1.3.4 (21 April 2002) + + 21 April 2002; Martin Schlemmer : + + Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, + and /etc/csh.env. Update /etc/init.d/bootmisc to use this. + + Implement the status commandline argument. Updated /sbin/runscript.sh + and /sbin/rc-help.sh for this. + + Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE + and AFTER. + + 12 April 2002; Martin Schlemmer : + + Update /etc/init.d/bootmisc to create /var/run/utmpx. This + is needed, else /usr/bin/newgrp segfault. + + 11 April 2002; Martin Schlemmer : + + Update /etc/skel/.bash_profile to make it tcsh compadible. + Thanks to Väinö Järvelä for this fix. + + Update /etc/profile to also set the PS? variables if $SHELL + is set to /bin/sh. This should make prompt colours in + bootstrap work again. + + Move LVM stuff to checkfs to ensure that they get fscked. + This resolves bug #1552. + +* rc-scripts 1.3.3 (5 April 2002) + + 5 April 2002; Martin Schlemmer : + + Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. + This is done to try and ensure system integrity. + + 1 April 2002; Martin Schlemmer : + + Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. + + Add a error message to /etc/init.d/consolefont, resolving bug #1415. + + Add a bash check to the code that sets the prompt, fixing bug #1078. + +* rc-scripts 1.3.2 (24 Mar 2002) + + 24 March 2002; Martin Schlemmer : + + Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc + for this. + + With the "before" and "after" stuff, recursion levels was getting too high, + and with some cases, things just plain did not work as it should. Reworked + things to to lower the levels of recursion and get the order right. Updated + /etc/init.d/runscript.sh for this. + + Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where + ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. + + Enhance --quiet support. Updated /etc/init.d/functions.sh for this. + + Remove /etc/pwdb.conf, as pwdb already install a copy of this. + + Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. + + Added $INPUTRC to /etc/profile, since too many people keep on bugging me, + and it seems it has fallen now to my discression. + +* rc-scripts 1.3.1 (23 Mar 2002) + + 23 March 2002; Daniel Robbins : init.d/net.eth0: fix for + DHCP lease release from Jim Nutt. + + 23 March 2002; Daniel Robbins : rolling a new release + since there are a lot of important bug fixes in here that are needed. + + 23 March 2002; Martin Schlemmer : + + Resolve bug #1292. + + Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to + Spidler. + + 21 March 2002; Martin Schlemmer : + + Update /sbin/rc to fix a 'cat mounts' instead of the correct + version, 'cat /proc/mounts'. + + 19 March 2002; Martin Schlemmer : + + Add initial support for the --quiet flag that suppress output. + + 18 March 2002; Martin Schlemmer : + + Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc + as not all errors by depscan.sh is critical. It should be + reworked to do better error handeling. + + 14 March 2002; Martin Schlemmer : + + Fix the GID and UID of nobody and nogroup in /etc/passwd and + /etc/group to match those of Debian, FBSD and others. Thanks + to those who reported it, and Woodchip for looking up the + proper values. + + Update /etc/init.d/net.eth0 to properly down DHCP interfaces. + This resolves bug #1150, thanks to Paul Fleischer. + + 11 March 2002; Martin Schlemmer : + + Updated /etc/init.d/functions.sh not to use /usr/bin/basename, + as some users have /usr on seperate partition which is not + mounted when depscan.sh is run the first time. + + Updated the checking for more than one service providing the + same virtual function in /etc/init.d/depscan.sh. It should + be working now, and this also fix a problem that when there is no + service providing a virtual, counter was used uninitialized. + +* rc-scripts 1.3.0 (10 March 2002) + + 10 March 2002; Martin Schlemmer : + + Resolved bug #1021; updated /etc/init.d/consolefont for this. + + Resolved bug #1029; updated /etc/init.d/net.eth0 for this. + + Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount + and /etc/init.d/localmount for this. + + Lots of form/syntax cleanups, most things should be more + consistant now. Fixed fail detection/return values of lots of + scripts. + + Lots of cleanup/fixes in the three main scripts behind our + rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh + + Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh + is sourced in a ebuild. + + Fix a bug that our rc-script wrapper introduced: Global variables + in scripts no longer worked. Updated /etc/init.d/runscript.sh for + this. + + Implemented more error checking for the main startup code in /sbin/rc. + Also fixed try() for mounting /proc (maybe all mount commands). + The function worked fine in a simulated test, but in real life failed + to detect a error when mounting /proc (remember to thank Grant for + his UserMode ebuilds, and Guide). + +* rc-scripts 1.2.9 (6 March 2002) + + 6 March 2002; Martin Schlemmer : + + General form updates and some piping fixes. + + Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh + to fix a problem where startDM.sh would be respawned repeatedly + if xdm was not in the default runlevel. + +* rc-scripts 1.2.8 (4 March 2002) + + 4 March 2002; Martin Schlemmer : + + Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab + to fix the "dead key" problem we had with xdm/gdm/kdm. We should + move them to the xfree ebuild later on when things settles down. + + Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. + + Added a basic $PATH to /etc/init.d/functions.sh to fix a problem + where we had a invalid $PATH on boot in some cases. + + Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with + the new sys-apps/kbd package. + +* rc-scripts 1.2.7 (3 March 2002) + + 3 March 2002; Martin Schlemmer : + + Fixed the problem of rc-scripts trying to start/stop a service multiple + times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc + for this. + + Fixing some variable declarations in /etc/init.d/runscript.sh caused + /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed + this. + + Added caching of the "depend() { need foo; } " lines, and updated + /etc/init.d/depscan.sh to touch the actual files less. This should + speedup dependancy caching a lot, especially on slow machines. + + Updated /etc/passwd to have users with no shell defined, use /bin/false + for security. + + Update /etc/fstab to mention /dev/shm since we dont mount it anymore. + + 1 March 2002; Martin Schlemmer : + + Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. + Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated + /etc/init.d/depscan.sh, /etc/init.d/functions.sh and + /etc/init.d/runscript.sh for this (added wrap_rcscript() function). + + Removed stopping of dependant services that have current service as + a 'use'dependancy ... should be less confusing now. + Updated /etc/init.d/runscript.sh for this. + + 28 Feb 2002; Martin Schlemmer : + + Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc + programs to startup. This should pretty much have /etc/init.d/ static, + except for baselayout updates, etc. + + 27 Feb 2002; Martin Schlemmer : + + In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause + problems. Fixed this in /sbin/rc. + + Added the patches from Grant Goodyear (aka g2boojum) to enable us to + use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, + /etc/init.d/functions.sh and /etc/init.d/checkroot for this. + + 26 Feb 2002; Martin Schlemmer : + + Fix my brain dead update of the 25th. It really should keep + "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in + retrieving kernel options. Updated /etc/init.d/functions.sh, + /etc/init.d/checkroot and /sbin/rc for this. + + Updated /etc/init.d/consolefont to work without devfs as well. + + When rebooting or shutting down, a service should not fail to stop + if a service it depends on, fails. Updated /etc/init.d/runscript.sh + for this. + + 25 Feb 2002; Martin Schlemmer : + + Added a check if /dev is mounted when creating entries for /etc/mtab. + This should solve a invalid entry or /dev being mounted even with + 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. + + 17 Feb 2002: Daniel Robbins : Made "xfs" the default + filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's + just in a comment now) + + 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for + this. This should fix services not getting started in the correct order + in a tight loop, services getting stopped out of order, and some other + sanity checks. Updated rc-script.sh for updated help. + + 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Update /etc/profile to resolve bug #588. Reimplemented things a bit, + and added the 'after' type. 'before' and 'after' will only work currently + for a change of runlevel. Updated /etc/init.d/depscan.sh, + /etc/init.d/runscript.sh and /sbin/rc for this. + + 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Add some more entries to /etc/devfsd.conf to make alsa users life + easier ... thanks Tod. + + 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. + + Fixed some services not starting again when restarting a service. + Seems simple is still the best way. + + Fixed some other problems created with feature additions and cleanups. + + 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. + + Added 'before *' to /etc/init.d/checkroot to make sure it gets + started first. + + Added 'use *' to /etc/init.d/local to make sure it gets started + last. + + 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Fixed /sbin/rc to stop a service on change of runlevel if it is + in 'use' by another service. + + Added the 'provide' depend type for creating virtual services. + Updated /etc/init.d/depscan.sh for this. + + Added the 'before' depend type. This is more for changing the + order services start in. Updated /etc/init.d/depscan.sh and + /etc/init.d/functions.sh for this. + + Updated /etc/init.d/depscan.sh to work with '*' as argument for + dependancy types. This can be used with 'use' and 'before' to + start a script last or first respectively. + + Added save_options() and get_options() to /etc/init.d/functions.sh + for saving misc settings between startup/shutdown. Updated + /etc/init.d/net.eth0 to use these and properly down virtual + interfaces. + + 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet + on no errors. + +* rc-scripts 1.2.6 (6 Feb 2002) + + 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Updated /etc/net.eth0 to specify the gateway device via the $gateway + variable (something like gateway="eth0/192.168.0.1"). + + 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): + + Added rc-script /etc/init.d/numlock, for enabling numlock at boot. + + 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): + + Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix + implements a retry if not successful the first time, and will kill + processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. + + 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to + /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. + Fixed /etc/passwd,group for user/group mysql. + 27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset map file support to /etc/init.d/consolefont and the setting to /etc/rc.conf. @@ -45,9 +658,10 @@ 29 Dec 2001; Donny Davies (woodchip@gentoo.org): sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) - 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated - /etc/init.d/depscan.sh to store info about missing dependancies of - type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh + 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); + + Updated /etc/init.d/depscan.sh to store info about missing dependancies + of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh to use this when starting a script ('need' dependancies is critical for startup). Added the broken() function to /etc/init.d/runscript.sh to list the missing dependancies. @@ -59,20 +673,24 @@ eend(), but print a warning on error, not a error. Updated /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. - 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c - to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. + 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); + + Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments + is passed to a rc-script. Added /etc/init.d/rc-help.sh, simple script that prints out help for the rc-scripts. - 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update - /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the - halt and reboot. This fixes a problem where / was not unmounted - properly in some cases. - - 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to - to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and - /etc/init.d/depscan.sh for this + 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); + + Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the + halt and reboot. This fixes a problem where / was not unmounted properly + in some cases. + + 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): + + Move $svcdir to to /etc/init.d/functions.sh, and update + /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this Modified /etc/init.d/runscript.sh to also restart the services that depend on a service if that service is restarted. Enhanced the @@ -84,13 +702,15 @@ stop a service without stopping the services that depends on that service. - Add a pause function to /etc/init.d/runscript.sh. It will basically stop a - service without stopping the services that depends on that service. + Add a pause function to /etc/init.d/runscript.sh. It will basically stop a + service without stopping the services that depends on that service. * rc-scripts 1.2.3 (18 Dec 2001) - 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from - /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). + 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): + + Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the + init wrapper we used). Some cleanups: take out the shm resize comment; @@ -111,8 +731,10 @@ not always read the docs, it does not get compiled in ;/ Should make live for us a bit easier. - 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill - a cosmetic bug in the part that stops all the unneeded services. + 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): + + Fixed /sbin/rc to kill a cosmetic bug in the part that stops all + the unneeded services. * rc-scripts 1.2.2 (8 Dec 2001) @@ -133,23 +755,28 @@ tarball.sh to include the new man directory. Updated baselayout to install these manpages. Slightly tweak the /etc/modules.autoload comments. - 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init - to work correctly with the 'gentoo=nodevfs' option, and cleaned - out old code. + 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, + and cleaned out old code. Updated /etc/init.d/bootmisc with additional lock files to clean. - 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated - /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' - that can be used for services that needs to have a logger started - before they are started. Updated /etc/conf.d/basic with $SYSLOGGER - that is used to define what loggers the 'logger' depend represent. + 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' + that can be used for services that needs to have a logger started before + they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used + to define what loggers the 'logger' depend represent. - 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated - /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. + 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Updated /etc/passwd and /etc/group with minor fixes to pass pwck + and grpck. - 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in - /etc/profile for the user to 077 for security. + 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Changed umask in /etc/profile for the user to 077 for security. Added a stop() function to /etc/init.d/clock. Also removed uneeded 'source /etc/rc.conf' line. @@ -170,9 +797,11 @@ 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. - 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf - and updated /sbin/init to use a new scheme for saving /dev permissions. - Also moved /dev-state to /lib/dev-state which is a more standard location. + 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving + /dev permissions. Also moved /dev-state to /lib/dev-state which is a more + standard location. Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on itself, calling depscan.sh or changing runlevels cause a tempory effect @@ -211,16 +840,21 @@ 16 Nov 2001; removed bogus "mountall.test" script. - 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated - init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not - 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded - for loop from init.d/depscan.sh, and other fixes. Updated names of new - functions in init.d/runscript.sh to better sounding ones. Updated - init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. - Removed try() out of init.d/runscript.sh (why was this here ?). + 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being + 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also + removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated + names of new functions in init.d/runscript.sh to better sounding ones. + Updated init.d/modules, init.d/netmount to use 'use'. Lots of other + fixes/cleanups. + + Removed try() out of init.d/runscript.sh (why was this here ?). - 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now - cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. + 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it + doesn't exist. init.d/hostname: Added check for a valid /etc/hostname. @@ -236,31 +870,38 @@ init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is this really needed (I cannot see that it is used anywhere ...)? - 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated - init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called - 'uses'. It basically have the same usage as 'need', except that it do not - start services that is not in the current and 'boot' runlevels. + 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend + called 'uses'. It basically have the same usage as 'need', except that it + do not start services that is not in the current and 'boot' runlevels. Updated init.d/netmount to use the 'uses' depend. - 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh - not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent - starting and stopping of services not to start depends. - - 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc - where the ${svcdir}/softscripts directory got destroyed before stopping - running services scheduled to be stopped. This with the fact that $SOFTLEVEL - was set too early, caused the services to be stopped in the wrong order. + 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Fixed init.d/runscript.sh not to destroy the 'need' depends in + /${svcdir}/need. This caused subsequent starting and stopping of services + not to start depends. - 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to - check if any network filesystems is mounted. + 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): + + Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got + destroyed before stopping running services scheduled to be stopped. This + with the fact that $SOFTLEVEL was set too early, caused the services to be + stopped in the wrong order. + + 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): + + Modified init.d/netmount to check if any network filesystems is mounted. 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added some awk and grep magic to find all remote filesystems and umount them. - 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot - (missing "/"); it now actually checks the root filesystem. Also, a - localmount cleanliness fix. + 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): + + A fix for checkroot (missing "/"); it now actually checks the root + filesystem. Also, a localmount cleanliness fix. * rc-scripts 1.1.7 (18 Oct 2001) @@ -305,3 +946,5 @@ *sbin/init, init.d/checkroot We're going back to a /proc/mounts-based mtab symlink because it's just plain better. Appropriate changes made. + +# vim:expandtab