1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
8 | the user selected one, fixing bug #6295. |
|
|
9 | |
|
|
10 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
11 | |
|
|
12 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
13 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
14 | loop exists too early. Resolves bug #5961. |
|
|
15 | |
|
|
16 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
17 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
18 | |
|
|
19 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
20 | |
|
|
21 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
22 | |
|
|
23 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
24 | |
|
|
25 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
26 | |
|
|
27 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
28 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
29 | |
|
|
30 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
31 | |
|
|
32 | Fix the 'Usage' line in the help to return the correct options for |
|
|
33 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
34 | |
|
|
35 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
36 | |
|
|
37 | Added UPS shutdown support for nut to halt.sh. |
|
|
38 | Added nut user/group as uid/gid 84. |
|
|
39 | |
|
|
40 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
41 | |
|
|
42 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
43 | awk, as it is more accurate). Closes bug #5458. |
|
|
44 | |
|
|
45 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
46 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
47 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
48 | |
|
|
49 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
50 | |
|
|
51 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
52 | |
|
|
53 | Added vpopmail user and group as 89:89 |
|
|
54 | |
|
|
55 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
56 | |
|
|
57 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
58 | |
|
|
59 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
60 | last changes. |
|
|
61 | |
|
|
62 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
63 | get some speed improvements. |
|
|
64 | |
|
|
65 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
66 | |
|
|
67 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
68 | Kyle Manna <nitro@gentoo.org>. |
|
|
69 | |
|
|
70 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
71 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
72 | |
|
|
73 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
74 | quit on any "}", but only on the one matching the first "{". This |
|
|
75 | requires wc in /bin, so baselayout should depend on |
|
|
76 | >=sys-apps/textutils-2.0.19-r2 |
|
|
77 | |
|
|
78 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
79 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
80 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
81 | |
|
|
82 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
83 | |
|
|
84 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
85 | |
|
|
86 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
87 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
88 | |
|
|
89 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
90 | |
|
|
91 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
92 | to Nick Hadaway <raker@gentoo.org>. |
|
|
93 | |
|
|
94 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
95 | problem with non 7bit ascii symbols. |
|
|
96 | |
|
|
97 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
98 | This should resolve bug #3613. |
|
|
99 | |
|
|
100 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
101 | |
|
|
102 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
103 | "games" user and group to 35 |
|
|
104 | |
|
|
105 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
106 | |
|
|
107 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
108 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
109 | |
|
|
110 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
111 | |
|
|
112 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
113 | that supports it. Closes bug #4232. |
|
|
114 | |
|
|
115 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
116 | |
|
|
117 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
118 | |
|
|
119 | Update /etc/inputrc to resolve bug #2599. |
|
|
120 | |
|
|
121 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
122 | |
|
|
123 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
124 | /etc/env.d/00basic for this. |
|
|
125 | |
|
|
126 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
127 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
128 | |
|
|
129 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
130 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
131 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
132 | stderr to /dev/null. |
|
|
133 | |
|
|
134 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
135 | |
|
|
136 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
137 | bug #3363 |
4 | |
138 | |
5 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
139 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
140 | |
7 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
141 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
8 | if portmap was not started. This is to stop "hang" problems for |
142 | if portmap was not started. This is to stop "hang" problems for |
9 | new users who do not add portmap to the default runlevel. See |
143 | new users who do not add portmap to the default runlevel. See |
10 | bug #2555. |
144 | bug #2555. |
|
|
145 | |
|
|
146 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
11 | |
147 | |
12 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
148 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
13 | |
149 | |
14 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
150 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
15 | |
151 | |