Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@×××××××××××.net
Subject: [gentoo-dev] New baselayout-1.6.9
Date: Sun, 30 Dec 2001 21:29:32
Message-Id: 20011230212932.A23015@chiba.3jane.net
1 Hi All,
2
3 I've just released sys-apps/baselayout-1.6.9, which fixes the umask
4 problem. Here's what has changed since the last release:
5
6 30 Dec 2001: Daniel Robbins (drobbins@g.o): Changed default umask
7 back to 022 as it should be.
8
9 30 Dec 2001; Martin Schlemmer (azarah@g.o): Updated
10 /etc/init.d/checkfs to return 0 if the fs was successfully repaired.
11
12 29 Dec 2001; Donny Davies (woodchip@g.o):
13 sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :))
14
15 28 Dec 2001; Martin Schlemmer (azarah@g.o); Updated
16 /etc/init.d/depscan.sh to store info about missing dependancies of
17 type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh
18 to use this when starting a script ('need' dependancies is critical for
19 startup). Added the broken() function to /etc/init.d/runscript.sh
20 to list the missing dependancies.
21
22 Updated /etc/init.d/runscript.sh for svc_start() to have better error
23 checking.
24
25 Updated /etc/init.d/functions.sh with ewend(), which is the same as
26 eend(), but print a warning on error, not a error. Updated
27 /etc/init.d/checkroot and /etc/init.d/checkfs to use this function.
28
29 27 Dec 2001; Martin Schlemmer (azarah@g.o); Update /sbin/runscript.c
30 to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script.
31
32 Added /etc/init.d/rc-help.sh, simple script that prints out help for
33 the rc-scripts.
34
35 25 Dec 2001; Martin Schlemmer (azarah@g.o); Update
36 /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the
37 halt and reboot. This fixes a problem where / was not unmounted
38 properly in some cases.
39
40 24 Dec 2001; Martin Schlemmer (azarah@g.o): Move $svcdir to
41 to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and
42 /etc/init.d/depscan.sh for this
43
44 Modified /etc/init.d/runscript.sh to also restart the services that
45 depend on a service if that service is restarted. Enhanced the
46 restart function to be able to have custom restart() functions in
47 rc-scripts. The custom restart() have to use svc_stop() and
48 svc_start() to restart the service.
49
50 Add a pause function to /etc/init.d/runscript.sh. It will basically
51 stop a service without stopping the services that depends on that
52 service.
53
54 Add a pause function to /etc/init.d/runscript.sh. It will basically stop a
55 service without stopping the services that depends on that service.
56
57
58 --
59 Daniel Robbins <drobbins@g.o>
60 Chief Architect/President http://www.gentoo.org
61 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] New baselayout-1.6.9 Vitaly Kushneriuk <vitaly_kushneriuk@×××××.com>