1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
4 | |
4 | |
|
|
5 | 02 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
6 | |
|
|
7 | Break up the COL/COLOR code properly this time. Not all serial |
|
|
8 | consoles can handle adjusting to the end of the line, so let's not |
|
|
9 | bother running stty at all anymore. This should fix up #32453. |
|
|
10 | |
|
|
11 | 30 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
12 | |
|
|
13 | Disable cryptfs by default in the conf.d file. Also cleanup |
|
|
14 | the output generated in localmount/checkfs/halt.sh for dm-crypt. |
|
|
15 | Add an extra check so that cryptfs is only run when the conf.d |
|
|
16 | file exists as well as /bin/cryptsetup. |
|
|
17 | |
|
|
18 | 29 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
19 | |
|
|
20 | Let glibc install nscd since different versions of glibc will |
|
|
21 | need to be handled differently. See #43076 by Rui Malheiro. |
|
|
22 | |
|
|
23 | 29 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
24 | |
|
|
25 | Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489 |
|
|
26 | |
|
|
27 | 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
28 | |
|
|
29 | Clear the screen in .bash_logout #32330 |
|
|
30 | |
|
|
31 | * rc-scripts 1.6.1 (27 Sep 2004) |
|
|
32 | |
|
|
33 | 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
34 | |
|
|
35 | Update dm-crypt to work with multi-line configuration files. |
|
|
36 | Also don't set status in a subshell; it was being lost before. |
|
|
37 | |
|
|
38 | 23 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
39 | |
|
|
40 | Rework the logic behind the $COLS code. It should not depend |
|
|
41 | on whether color is enabled. Also add a check for negative |
|
|
42 | values (like when using a serial console). |
|
|
43 | |
|
|
44 | * rc-scripts 1.6.0 (15 Sep 2004) |
|
|
45 | |
|
|
46 | 15 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
47 | |
|
|
48 | Fix bug 64034: simplify netmount script's stop function so that |
|
|
49 | mountpoints containing spaces work correctly |
|
|
50 | |
|
|
51 | Update tarball.sh to use net-scripts |
|
|
52 | |
|
|
53 | 14 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
54 | |
|
|
55 | Commit dm-crypt enablement patch from Tigger (Rob Holland) in |
|
|
56 | bug 43146 |
|
|
57 | |
|
|
58 | * rc-scripts 1.5.3 (18 Aug 2004) |
|
|
59 | |
|
|
60 | 18 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
61 | |
|
|
62 | Fix bug 60719 (request for better error messages from runscript) |
|
|
63 | by allowing errors to show on the screen when they're encountered |
|
|
64 | in wrap_rcscript |
|
|
65 | |
|
|
66 | Apply Spock's bootsplash patch from bug 45784. This moves most of |
|
|
67 | the splash functionality out of baselayout. |
|
|
68 | |
|
|
69 | 13 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
70 | |
|
|
71 | Don't export PS1. Continuation of bug 26951, comments 60-62. |
|
|
72 | |
|
|
73 | * rc-scripts 1.5.2 (02 Aug 2004) |
|
|
74 | |
|
|
75 | 02 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
76 | |
|
|
77 | Related to bug 38955, don't set INPUTRC. Instead patch bash so |
|
|
78 | that it looks for /etc/inputrc automatically if ~/.inputrc is |
|
|
79 | missing. This is better than using INPUTRC since that will |
|
|
80 | override even after the user creates ~/.inputrc. |
|
|
81 | |
|
|
82 | Fix bug 54275: Don't set INFODIR. The correct variable used by |
|
|
83 | texinfo is INFOPATH, which is already set in 00basic. Setting |
|
|
84 | INFODIR is useless, and breaks a NetBSD cross compile from Gentoo |
|
|
85 | |
|
|
86 | 01 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
87 | |
|
|
88 | Fix bug 58805: net.eth0 should use bridge so that bridge |
|
|
89 | interfaces are configured prior to net.br0 running |
|
|
90 | |
|
|
91 | Fix bug 56856: Get rid of net.rej and integrate missing stuff to |
|
|
92 | conf.d/net |
|
|
93 | |
|
|
94 | Apply half of spock's patch in bug 45784: Check for |
|
|
95 | conf.d/bootsplash instead of conf.d/bootsplash.conf |
|
|
96 | |
|
|
97 | Fix bug 51351: Quote parsed output of /proc/filesystems to handle |
|
|
98 | octal sequences in mountpoint such as encoded spaces (\040) |
|
|
99 | |
|
|
100 | Fix bug 46680: Add cifs support to localmount and netmount. |
|
|
101 | Thanks to Ronald Moesbergen for the patches |
|
|
102 | |
|
|
103 | 21 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
104 | |
|
|
105 | Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to |
|
|
106 | determine if shell is interactive. The new system-wide bashrc is |
|
|
107 | installed by bash-2.05b-r10 |
|
|
108 | |
|
|
109 | 19 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
110 | |
|
|
111 | Fix bug 38743: strip leading and trailing spaces from variable |
|
|
112 | values in genenviron.awk. Thanks to Marius Mauch for the patch. |
|
|
113 | |
|
|
114 | 09 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
115 | |
|
|
116 | Fix bug 55576: swap words "start" and "stop" in runscript.sh error |
|
|
117 | message |
|
|
118 | |
|
|
119 | * rc-scripts 1.5.1 (28 Jun 2004) |
|
|
120 | |
|
|
121 | 28 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
122 | |
|
|
123 | Fix dhcp in iface_start_ifconfig: It was re-using the variable |
|
|
124 | ${i} which would result in the following error: |
|
|
125 | /sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error |
|
|
126 | in expression (error token is ".141.88.153") |
|
|
127 | |
|
|
128 | Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more |
|
|
129 | consistent vlan configuration. Thanks to robbat2 in bug 55394 |
|
|
130 | (not fully resolved) |
|
|
131 | |
|
|
132 | Add example for checking if root filesystem is NFS-mounted via |
|
|
133 | predown function in conf.d/net for bug 53104. This might be |
|
|
134 | better integrated at some point into net.eth0 |
|
|
135 | |
|
|
136 | * rc-scripts 1.5.0 (26 Jun 2004) |
|
|
137 | |
|
|
138 | 26 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
139 | |
|
|
140 | Fix bug 47659: support iproute2-style configuration. Thanks to |
|
|
141 | Dean Bailey for some fantastic patches, including documentation |
|
|
142 | for conf.d/net. This is a pretty huge re-write of net.eth0 |
|
|
143 | |
|
|
144 | Fix bug 34607: provide examples for in conf.d/net for preup, |
|
|
145 | postup, predown, postdown functions. Also pay attention to return |
|
|
146 | value from predown function (previously ignored) |
|
|
147 | |
|
|
148 | 15 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
149 | |
|
|
150 | Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean |
|
|
151 | for the initial pass at the code. |
|
|
152 | |
|
|
153 | Fix bug 34140: add --servicelist option to rc-status. Thanks to |
|
|
154 | Eldad Zack for the patch. |
|
|
155 | |
|
|
156 | Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to |
|
|
157 | Raimondo Giammanco for the patch. |
|
|
158 | |
|
|
159 | * rc-scripts 1.4.16 (06 Jun 2004) |
|
|
160 | |
|
|
161 | 06 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
162 | |
|
|
163 | Only call generate-modprobe.conf with --assume-kernel if |
|
|
164 | modules-update was called with --assume-kernel. This means that |
|
|
165 | only catalyst has the dependency on module-init-tools, not |
|
|
166 | everybody with the newer baselayout |
|
|
167 | |
|
|
168 | * rc-scripts 1.4.15 (21 May 2004) |
|
|
169 | |
|
|
170 | 21 May 2004; Aron Grifis <agriffis@gentoo.org>: |
|
|
171 | |
|
|
172 | Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh |
|
|
173 | |
|
|
174 | Fix bug 51626: wrong variable declaration at top of |
|
|
175 | get_bootparam() in /sbin/functions.sh |
|
|
176 | |
|
|
177 | * rc-scripts 1.4.14 (17 May 2004) |
|
|
178 | |
|
|
179 | 17 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
180 | |
|
|
181 | Bump version to 1.4.14 to push out gmsoft's fix for hppa console |
|
|
182 | on ttyB0 |
|
|
183 | |
|
|
184 | * rc-scripts 1.4.13 (15 May 2004) |
|
|
185 | |
|
|
186 | 15 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
187 | |
|
|
188 | Bump version to 1.4.13 to push out Gustavo's livecd serial console |
|
|
189 | fixes for sparc and hppa. |
|
|
190 | |
|
|
191 | * rc-scripts 1.4.12 (07 May 2004) |
|
|
192 | |
|
|
193 | 10 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
194 | |
|
|
195 | Bump version to 1.4.12 to release these critical bug fixes |
|
|
196 | |
|
|
197 | Fix bug 50434: The new version of start-stop-daemon changes |
|
|
198 | directory to / by default unless --chdir is specified. Revert |
|
|
199 | this behavior to maintain working directory. This fixes openvpn |
|
|
200 | startup (probably among other things). Thanks to Sven Wegener for |
|
|
201 | the patch. |
|
|
202 | |
|
|
203 | Fix bug 50448: Four days ago I changed bash loops to use the wrong |
|
|
204 | conditional syntax in net.eth0. Thanks to Sven Wegener for |
|
|
205 | pointing out the problem and providing a patch. |
|
|
206 | |
|
|
207 | * rc-scripts 1.4.11 (07 May 2004) |
|
|
208 | |
|
|
209 | 07 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
210 | |
|
|
211 | Fix bug 20597: Skip RCS files when updating modules |
|
|
212 | |
|
|
213 | Fix bug 49926: Add a --assume-kernel flag to modules-update. This |
|
|
214 | requires a companion patch in module-init-tools-3.0-r2 to handle |
|
|
215 | the same flag in generate-modprobe.conf; this dependency won't be |
|
|
216 | handled in the baselayout ebuild since it only affects livecd |
|
|
217 | building. |
|
|
218 | |
|
|
219 | 06 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
220 | |
|
|
221 | In net.eth0, fix many instances of loops like "for ((i = 0; i < |
|
|
222 | 100; i = i + 1))". The problem here is that the middle comparison |
|
|
223 | is being interpreted as a bash conditional, which means that it's |
|
|
224 | doing string comparison by default. It needs to be "i -lt 100" |
|
|
225 | |
|
|
226 | Fix bug 34827: net.eth0 breaks when localized because the ifconfig |
|
|
227 | output changes. Wrap ifconfig in a function that overrides |
|
|
228 | LC_ALL=C |
|
|
229 | |
|
|
230 | Fix bug 48305: Provide a new network configuration variable |
|
|
231 | ifconfig_fallback_eth0 which allows one to specify a fallback |
|
|
232 | configuration in case DHCP fails. |
|
|
233 | |
|
|
234 | Fix bug 50246: Give root an invalid password ("*" in /etc/shadow) |
|
|
235 | in the default baselayout. This prevents the first reboot after |
|
|
236 | installation from having a blank password. |
|
|
237 | |
|
|
238 | 05 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
239 | |
|
|
240 | Fix bug 48595: Make sure $(id -u) is zero (root user) when running |
|
|
241 | init scripts to avoid a lot of error messages. |
|
|
242 | |
|
|
243 | Replace many lines of awk with two lines of grep in |
|
|
244 | init.d/localmount |
|
|
245 | |
|
|
246 | Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0 |
|
|
247 | |
|
|
248 | 03 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
249 | |
|
|
250 | Update to version 1.10.20 of Debian's start-stop-daemon (contained |
|
|
251 | in dpkg at http://packages.debian.org/testing/base/dpkg). This |
|
|
252 | fixes bug 22686 (start-stop-daemon in baselayout doesn't allow |
|
|
253 | altered nicelevel). |
|
|
254 | |
|
|
255 | * rc-scripts 1.4.10 (25 Apr 2004) |
|
|
256 | |
|
|
257 | 25 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
258 | |
|
|
259 | Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null" |
|
|
260 | Also removed the errstr double-checking since the need for that is |
|
|
261 | alleviated by these typo fixes. |
|
|
262 | |
|
|
263 | 23 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
264 | |
|
|
265 | Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH |
|
|
266 | |
|
|
267 | Fix bug 40987 (gentoo should be able to boot with an empty /dev) |
|
|
268 | with patch from Spanky. The patch avoids redirection to /dev/null |
|
|
269 | when it doesn't exist; this was breaking /sbin/rc. |
|
|
270 | |
|
|
271 | * rc-scripts 1.4.9 (15 Apr 2004) |
|
|
272 | |
|
|
273 | 15 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
274 | |
|
|
275 | Fix bug 47111 (severe depcache problems) with tons of help from |
|
|
276 | dswhite42 and the rest of the crew in that bug. Thanks guys! |
|
|
277 | |
|
|
278 | * rc-scripts 1.4.8 (14 Apr 2004) |
|
|
279 | |
|
|
280 | 14 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
281 | |
|
|
282 | Fix bug 47623 (error removing inet6 addresses) with patch provided |
|
|
283 | by Vlad Yasevich. |
|
|
284 | |
|
|
285 | * rc-scripts 1.4.7 (12 Apr 2004) |
|
|
286 | |
|
|
287 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
288 | |
|
|
289 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
|
|
290 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
|
|
291 | /var/lib/init.d/* directories) with patch from Terje Bergström. |
|
|
292 | |
|
|
293 | * rc-scripts 1.4.6 (08 Apr 2004) |
|
|
294 | |
|
|
295 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
296 | |
|
|
297 | Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash |
|
|
298 | |
|
|
299 | * rc-scripts 1.4.5 (08 Apr 2004) |
|
|
300 | |
|
|
301 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
302 | |
|
|
303 | Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. |
|
|
304 | Patch from Gustavoz to livecd-functions.sh to run bash instead of login on |
|
|
305 | serial consoles, necessary due to scrambled root passwords. |
|
|
306 | |
|
|
307 | * rc-scripts 1.4.4 (07 Apr 2004) |
|
|
308 | |
|
|
309 | 07 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
310 | |
|
|
311 | Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg |
|
|
312 | output. Also support 4800 baud correctly. |
|
|
313 | |
|
|
314 | 16 Mar 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
315 | |
|
|
316 | The changes in this commit pertain primarily to |
|
|
317 | http://bugs.gentoo.org/show_bug.cgi?id=19695 |
|
|
318 | http://bugs.gentoo.org/show_bug.cgi?id=35736 |
|
|
319 | |
|
|
320 | Specify routes as an array per interface, for example: |
|
|
321 | routes_eth0=( |
|
|
322 | "-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5" |
|
|
323 | "-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6" |
|
|
324 | "-host 10.3.0.1 dev eth0" |
|
|
325 | ) |
|
|
326 | |
|
|
327 | You can optionally use the gateway variable or just put the default route |
|
|
328 | in the routes variable. The following two are REDUNDANT: |
|
|
329 | |
|
|
330 | routes_eth0=( "default gw 10.0.0.5" ) |
|
|
331 | gateway="eth0/10.0.0.5" |
|
|
332 | |
|
|
333 | Old configuration variables in /etc/conf.d/net are fully supported and |
|
|
334 | used transparently if ifconfig_eth0 is missing. In other words, this new |
|
|
335 | script is fully backward-compatible. However you can get rid of |
|
|
336 | iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by |
|
|
337 | using the new syntax: |
|
|
338 | |
|
|
339 | ifconfig_eth0=( |
|
|
340 | "10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0" |
|
|
341 | "192.168.1.1 netmask 255.255.255.0" |
|
|
342 | "123.456.789.1" |
|
|
343 | ) |
|
|
344 | |
|
|
345 | Full backward compatibility so no danger to screwing up users relying on |
|
|
346 | existing /etc/conf.d/net setup |
|
|
347 | |
|
|
348 | NET_DEBUG can be set in the environment for copious debugging output |
|
|
349 | |
|
|
350 | Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and |
|
|
351 | better functionality (and is even slightly faster) |
|
|
352 | |
|
|
353 | Properly localize all variables, including variables returned by |
|
|
354 | setup_vars |
|
|
355 | |
|
|
356 | Allow full options for every ifconfig command, both base address and |
|
|
357 | aliases via ifconfig_eth0, replacing the convoluted and less-functional |
|
|
358 | iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0 |
|
|
359 | |
|
|
360 | Provide full support for static routes via routes_eth0 |
|
|
361 | |
|
|
362 | Fix potential quoting problems in setup_vars by using better eval syntax |
|
|
363 | instead of eval echo |
|
|
364 | |
|
|
365 | Display IP addresses while configuring, both DHCP-retrieved and |
|
|
366 | statically set addresses |
|
|
367 | |
|
|
368 | Collapse redundant caching of $? since eend returns $? again |
|
|
369 | |
|
|
370 | Report when keeping kernel configuration for an interface along with IP |
|
|
371 | address gleaned |
|
|
372 | |
|
|
373 | Don't reset the default gateway if it is already set correctly |
|
|
374 | |
|
|
375 | Don't bind default gateway to particular interface when /sbin/route is |
|
|
376 | called so that it can survive if there is more than one interface on the |
|
|
377 | required subnet. (Old behavior can be obtained by setting |
|
|
378 | routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it) |
|
|
379 | |
|
|
380 | Don't bomb if default gateway can't be set since that doesn't |
|
|
381 | necessarily mean that the interface configuration is invalid. |
|
|
382 | (Old behavior was completely broken, but commented section |
|
|
383 | demonstrates how to do it right if necessary) |
|
|
384 | |
|
|
385 | iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL. |
|
|
386 | This is very good because it means you can put new configuration in |
|
|
387 | /etc/conf.d/net, then restart the interface and the old configuration will |
|
|
388 | be properly shut down. |
|
|
389 | |
|
|
390 | iface_stop reports when it is releasing the DHCP lease |
|
|
391 | |
|
|
392 | * rc-scripts 1.4.3.13p1 (26 Feb 2004) |
|
|
393 | |
5 | 26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
394 | 26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
395 | |
7 | Remove /etc/DIR_COLORS, as coreutils provides it now. |
396 | Remove /etc/DIR_COLORS, as coreutils provides it now. |
|
|
397 | |
|
|
398 | Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball. |
|
|
399 | Also modified /sbin/rc and /etc/init.d/halt.sh for this. |
|
|
400 | |
|
|
401 | Start udevd if present. |
|
|
402 | |
|
|
403 | Small fix to sbin/rc-services.sh related to mtime checking and 'net' |
|
|
404 | virtual service - it had no mtime generated, so check_mtime() failed |
|
|
405 | for it ... |
8 | |
406 | |
9 | 25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
407 | 25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
10 | |
408 | |
11 | Update to enable checking of mtimes on rc-scripts, and auto running |
409 | Update to enable checking of mtimes on rc-scripts, and auto running |
12 | depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO |
410 | depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO |
… | |
… | |
1395 | |
1793 | |
1396 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
1794 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
1397 | /etc/env.d/00basic for this. |
1795 | /etc/env.d/00basic for this. |
1398 | |
1796 | |
1399 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
1797 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
1400 | Nothing official, but I spent enouth time on it not to want to loose it :) |
1798 | Nothing official, but I spent enough time on it not to want to loose it :) |
1401 | |
1799 | |
1402 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
1800 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
1403 | to give output to stderr. This was caused by a call to "stty", which when |
1801 | to give output to stderr. This was caused by a call to "stty", which when |
1404 | run without a attatched terminal, have this effect. Basically just pipe |
1802 | run without a attatched terminal, have this effect. Basically just pipe |
1405 | stderr to /dev/null. |
1803 | stderr to /dev/null. |