]> git.pld-linux.org Git - projects/rc-scripts.git/blob - ChangeLog
more ignores
[projects/rc-scripts.git] / ChangeLog
1 2013-08-19 11:13 +0000 [r12715]  Kacper Kornet <draenog/at/pld-linux.org>
2
3         * lib/functions.network: increase timeout for link up
4
5 2013-07-27 10:55 +0000 [r12712]  Elan Ruusamäe <glen/at/pld-linux.org>
6
7         * lib/functions: fix pdksh incompatibility of ok/fail printing
8
9 2013-07-17 20:52 +0000 [r12700]  Elan Ruusamäe <glen/at/pld-linux.org>
10
11         * rc.d/init.d/network, sysctl.conf, rc.d/rc.sysinit, lib/functions:
12           add apply_sysctl() to load sysctl parameters uses
13           systemd-sysctl(8) to load, if present, otherwise loads files in
14           same way as systemd-sysctl(8): /usr/lib/sysctl.d, /run/sysctl.d,
15           /etc/sysctl.d, /etc/sysctl.conf where matching files from .d
16           files are not loaded see sysctl.d(5) for description
17
18 2013-06-11 22:19 +0000 [r12693-12695]  Elan Ruusamäe <glen/at/pld-linux.org>
19
20         * rc.d/rc.sysinit: modprobe cache: cache only wanted params
21
22         * rc.d/rc.sysinit: handle kmod translating `-` to `_`
23
24         * rc.d/rc.sysinit: unify modprobe alias lookups
25
26 2013-06-01 08:09 +0000 [r12692]  Elan Ruusamäe <glen/at/pld-linux.org>
27
28         * rc.d/rc.sysinit: update comment to match code for stuffed
29           statements in meanwhile
30
31 2013-06-01 07:59 +0000 [r12691]  Elan Ruusamäe <glen/at/pld-linux.org>
32
33         * rc.d/rc.shutdown: eval halt makes no sense, added in r574 doesn't
34           give any clue either
35
36 2013-05-31 13:11 +0000 [r12690]  Elan Ruusamäe <glen/at/pld-linux.org>
37
38         * inittab: add autologin sample
39
40 2013-05-30 23:48 +0000 [r12689]  Elan Ruusamäe <glen/at/pld-linux.org>
41
42         * lib/functions.network: grep fixed strings where appropriate
43
44 2013-05-30 23:30 +0000 [r12688]  Elan Ruusamäe <glen/at/pld-linux.org>
45
46         * sysctl.conf, sysconfig/system, rc.d/rc.sysinit: move kernel.panic
47           to sysconfig, deprecating PANIC_REBOOT_TIME
48
49 2013-05-30 23:26 +0000 [r12687]  Elan Ruusamäe <glen/at/pld-linux.org>
50
51         * rc.d/rc.sysinit: use sysctl -q instead of /dev/null redirections
52
53 2013-05-30 23:16 +0000 [r12686]  Elan Ruusamäe <glen/at/pld-linux.org>
54
55         * rc.d/rc.sysinit: /sys is likely already mounted, fgrep
56           /proc/filesystems
57
58 2013-05-30 23:01 +0000 [r12684]  Elan Ruusamäe <glen/at/pld-linux.org>
59
60         * sysconfig/system, sysconfig/hwprof, rc.d/rc.sysinit: move
61           hwprofiles enable/disable option to sysconfig/system old config
62           location still supported (overrides if present)
63
64 2013-05-30 22:55 +0000 [r12683]  Elan Ruusamäe <glen/at/pld-linux.org>
65
66         * rc.d/rc.sysinit: fix typo
67
68 2013-05-30 22:48 +0000 [r12682]  Elan Ruusamäe <glen/at/pld-linux.org>
69
70         * sysconfig/system, rc.d/rc.sysinit: move $SELINUX variable setup
71           to function
72
73 2013-05-30 21:55 +0000 [r12681]  Elan Ruusamäe <glen/at/pld-linux.org>
74
75         * lib/functions.network: revert r12677 arekm says it would break
76           existing configs
77
78 2013-05-30 21:49 +0000 [r12680]  Elan Ruusamäe <glen/at/pld-linux.org>
79
80         * sysconfig/system, rc.d/rc.sysinit: move mdadm and lvm init to
81           functions for better maintainability
82
83 2013-05-30 20:44 +0000 [r12679]  Elan Ruusamäe <glen/at/pld-linux.org>
84
85         * rc.d/rc.shutdown, rc.d/rc.sysinit: drop raidutils (raidstart,
86           /etc/raidtab) support. our geninitrd doesn't support it for long
87           time already
88
89 2013-05-30 20:40 +0000 [r12678]  Elan Ruusamäe <glen/at/pld-linux.org>
90
91         * sysconfig/system, lib/functions: rename option to RC_UPTIME and
92           add to default config
93
94 2013-05-30 20:31 +0000 [r12676-12677]  Elan Ruusamäe <glen/at/pld-linux.org>
95
96         * lib/functions.network: dhclient seems to be faster than dhcpcd,
97           so prefer it if both present
98
99         * rc.d/rc.shutdown: syncing hardware clock to system time on
100           shutdown
101
102 2013-05-30 20:05 +0000 [r12674-12675]  Elan Ruusamäe <glen/at/pld-linux.org>
103
104         * rc.d/rc.sysinit: rc.sysinit: check upstart var before binary
105           check
106
107         * lib/functions: add RC_BOOTTIME option to include uptime counter
108           to all show messages
109
110 2013-05-30 19:52 +0000 [r12673]  Elan Ruusamäe <glen/at/pld-linux.org>
111
112         * rc.d/rc.sysinit: rc.sysinit: add repair_shell moving common code
113           to single place instead of copycat
114
115 2013-05-30 19:31 +0000 [r12671-12672]  Elan Ruusamäe <glen/at/pld-linux.org>
116
117         * sysconfig/system, rc.d/rc.sysinit: rc.sysinit: allow disabling
118           dmraid
119
120         * rc.d/rc.sysinit: rc.sysinit: check vars first, allow disable
121           multipath from kernel cmdline
122
123 2013-05-30 19:23 +0000 [r12669-12670]  Elan Ruusamäe <glen/at/pld-linux.org>
124
125         * rc.d/rc.sysinit: rc.sysinit: do not run evms code if not enabled
126
127         * rc.d/rc.sysinit: check vars first before checking fs objects
128
129 2013-05-30 18:23 +0000 [r12668]  Elan Ruusamäe <glen/at/pld-linux.org>
130
131         * sysconfig/system, rc.d/rc.sysinit: turn off by default
132           RUN_USERPNP and RUN_KERNELPNP
133
134 2013-05-30 18:09 +0000 [r12667]  Elan Ruusamäe <glen/at/pld-linux.org>
135
136         * rc.d/rc.sysinit: rc.sysinit: move /proc/cmdline parsing to single
137           function
138
139 2013-05-30 17:56 +0000 [r12666]  Elan Ruusamäe <glen/at/pld-linux.org>
140
141         * rc.d/rc.sysinit: rc.sysinit: make sure /proc is mounted first
142
143 2013-05-30 17:41 +0000 [r12665]  Elan Ruusamäe <glen/at/pld-linux.org>
144
145         * rc.d/rc.sysinit: rc.sysinit: unify modprobe calls
146
147 2013-05-30 17:36 +0000 [r12664]  Elan Ruusamäe <glen/at/pld-linux.org>
148
149         * rc.d/rc.sysinit: rc.sysinit: cache multiple modprobe -c calls
150
151 2013-05-30 17:33 +0000 [r12663]  Elan Ruusamäe <glen/at/pld-linux.org>
152
153         * rc.d/rc.sysinit: check things first that do not involve fs; use
154           grep -F where regexp match not needed
155
156 2013-05-26 19:20 +0000 [r12662]  Elan Ruusamäe <glen/at/pld-linux.org>
157
158         * rc.d/init.d/sys-chroots, rc.d/rc.sysinit: do not use `:>` which
159           aborts whole script on error special builtins like `:>` abort
160           whole script on error while `>` doesn't and that is so by POSIX:
161           http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_08_01
162
163 2013-05-22 18:51 +0000 [r12661]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
164
165         * sysctl.conf: Protect hardlinks and symlinks.
166
167 2013-05-15 21:07 +0000 [r12658-12659]  Elan Ruusamäe <glen/at/pld-linux.org>
168
169         * configure.ac: up to 0.4.6 adds better fedora initscripts compat
170
171         * po/pl.po, po/de.po: make update-po
172
173 2013-04-09 22:07 +0000 [r12650]  Elan Ruusamäe <glen/at/pld-linux.org>
174
175         * lib/functions: Fedora compat: fix echo_success and echo_failure
176           formatting
177
178 2013-04-09 21:48 +0000 [r12648-12649]  Elan Ruusamäe <glen/at/pld-linux.org>
179
180         * lib/functions: RedHat/Fedora compatibility turn daemon() and
181           friends into syntax their scripts understand (shell syntax) if
182           initscript interpreter is set to bash
183
184         * lib/functions: revert [12647] it was correct before that
185
186 2013-04-09 21:41 +0000 [r12647]  Elan Ruusamäe <glen/at/pld-linux.org>
187
188         * lib/functions: do not reset RC_LOGGING when IN_SHUTDOWN is not
189           set refs [6452] and [9733]
190
191 2013-04-03 08:51 +0000 [r12643]  Elan Ruusamäe <glen/at/pld-linux.org>
192
193         * lib/functions: improve fedora compatibility: add: - daemon
194           --pidfile=FOO - killproc -d DELAY use usleep 50000 instead of
195           100000, computers are bit faster now :)
196
197 2013-03-18 08:25 +0000 [r12632]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
198
199         * configure.ac: Release 0.4.5.5.
200
201 2013-03-09 23:12 +0000 [r12630]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
202
203         * configure.ac: AM_CONFIG_HEADER is obsolete.
204
205 2013-03-09 23:09 +0000 [r12629]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
206
207         * rc.d/rc.sysinit: usbfs is deprecated for some time.
208
209 2013-02-11 22:23 +0000 [r12626]  Elan Ruusamäe <glen/at/pld-linux.org>
210
211         * rc.d/rc.sysinit: avoid loading /etc/modules contents twice
212           (modules-load.d/modules.conf is symlink to that)
213
214 2013-02-06 16:22 +0000 [r12625]  Jakub Bogusz <qboosh/at/pld-linux.org>
215
216         * doc/sysconfig.txt: - clarified (LANG is also whole locale code;
217           LANGUAGE not LINGUAS is used at runtime)
218
219 2013-02-06 15:35 +0000 [r12624]  Elan Ruusamäe <glen/at/pld-linux.org>
220
221         * rc.d/init.d/network: more complete update for NM skipping.
222           improves [12481] and [12616] should the `$USERS` be dropped now,
223           i don't see it from current NM generated configs M init.d/network
224
225 2013-02-06 15:32 +0000 [r12623]  Elan Ruusamäe <glen/at/pld-linux.org>
226
227         * lang.csh: note that lang.csh is broken
228
229 2013-02-06 15:27 +0000 [r12622]  Elan Ruusamäe <glen/at/pld-linux.org>
230
231         * doc/sysconfig.txt: more specific language code specification
232
233 2013-02-05 15:04 +0000 [r12616]  Elan Ruusamäe <glen/at/pld-linux.org>
234
235         * rc.d/init.d/network: ignore ifcfg-* files which have no DEVICE
236           line present, i.e WiFi networks generated by NM
237
238 2013-01-09 08:48 +0000 [r12613]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
239
240         * rc.d/rc.sysinit: Store raw dmesg format, so few dmesg features
241           can be used (like -T) when reading from this file.
242
243 2012-12-17 07:39 +0000 [r12610]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
244
245         * sysconfig/interfaces/ifcfg-eth0: ethtool example.
246
247 2012-12-13 17:17 +0000 [r12604]  Jacek Konieczny <jajcus/at/pld-linux.org>
248
249         * lib/ifup: SYSCTLDEVICE definition moved when ${DEVICE} is known
250
251 2012-12-05 20:54 +0000 [r12603]  Elan Ruusamäe <glen/at/pld-linux.org>
252
253         * lib/functions: killproc: improve experimental start-stop-daemon
254           based killing. do not send --retry, in case we specify a signal
255           to kill (usually HUP) as processes do not usually exit (remove
256           their pid from pidfile) if they receive HUP
257
258 2012-11-24 12:34 +0000 [r12602]  Elan Ruusamäe <glen/at/pld-linux.org>
259
260         * rc.d/rc.sysinit: unset locale when using a-z patterns
261
262 2012-11-23 16:44 +0000 [r12601]  Elan Ruusamäe <glen/at/pld-linux.org>
263
264         * rc.d/rc.sysinit: remove not needed subshell
265
266 2012-10-21 15:14 +0000 [r12593]  Elan Ruusamäe <glen/at/pld-linux.org>
267
268         * service: service: systemd wrapper default output cat
269
270 2012-10-06 16:33 +0000 [r12592]  Tomasz Pala <gotar/at/pld-linux.org>
271
272         * lib/ifup: - another example of zsh supremacy in shell world!
273           fixed 5 yrs old flaw introduced in rev. 8719 that neither pdksh
274           nor mksh handled properly, not to mention bash - such process
275           backgrounding caused, when called from functions/run_cmd (i.e.
276           during service network start), I/O wait for STDOUT of
277           'background' job despite >/dev/null redirects; this effectively
278           leads to 2 seconds delay for each interface at system startup,
279           cumulating to minutes of pointless waiting on heavy networked
280           machines! There is alternate workaround: { { sleep 2; } & }
281           >/dev/null that works as expected under pdksh or mksh, but
282           requires additional & for zsh and doesn't fix bash behaviour, so
283           please do not touch _THIS_ solution without comprehensive
284           research! -- Aug 29th, 2012, /me Note: this happens due to $()
285           capture, so plain ifup isn't enough.
286
287 2012-06-20 13:23 +0000 [r12572]  Adam Osuchowski <adwol/at/pld-linux.org>
288
289         * rc.d/rc.sysinit: - extra sysctl right after mounting /proc
290
291 2012-05-21 11:01 +0000 [r12569]  Jan Rękorajski <baggins/at/pld-linux.org>
292
293         * rc.d/rc.sysinit: - don't start udev or fsck / when running inside
294           LXC container
295
296 2012-05-20 08:35 +0000 [r12568]  Jan Rękorajski <baggins/at/pld-linux.org>
297
298         * lib/ifup: - fix sysctl setting for interfaces with dot in name,
299           patch by Adam Osuchowski <adwol>
300
301 2012-04-20 09:47 +0000 [r12557]  Paweł Gołaszewski <blues/at/pld-linux.org>
302
303         * lib/ifup-vlan: - just warn about disabled master interface, don't
304           silently disable vlans
305
306 2012-04-18 06:29 +0000 [r12553]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
307
308         * lib/functions.network: Start ip rules prio from 10000 and
309           increment (not decrement) by 5.
310
311 2012-04-17 15:33 +0000 [r12551]  Elan Ruusamäe <glen/at/pld-linux.org>
312
313         * sysconfig/interfaces/ifcfg-bond0 (added): bonding sample
314
315 2012-04-03 20:24 +0000 [r12537-12538]  Jan Rękorajski <baggins/at/pld-linux.org>
316
317         * configure.ac: - 0.4.5.4
318
319         * Makefile.am: - add uninstall-hook, don't we just love autocrap
320           crapiness?
321
322 2012-04-03 19:30 +0000 [r12536]  Jan Rękorajski <baggins/at/pld-linux.org>
323
324         * lib/functions: - provide stdin for the daemons that just must
325           have it, but stupid ksh closes it on them (for example acpid)
326
327 2012-03-29 07:04 +0000 [r12523]  Elan Ruusamäe <glen/at/pld-linux.org>
328
329         * rc.d/rc.sysinit: clean /tmp if it is not on tmpfs
330
331 2012-03-28 21:33 +0000 [r12522]  Elan Ruusamäe <glen/at/pld-linux.org>
332
333         * rc.d/init.d/network: use is_empty_file function on /etc/mactab
334
335 2012-03-21 15:53 +0000 [r12507]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
336
337         * rc.d/rc.sysinit: Mount /proc based on fstab first and if that
338           fails fallback to hardcoded values.
339
340 2012-03-18 12:11 +0000 [r12497]  Elan Ruusamäe <glen/at/pld-linux.org>
341
342         * sysconfig/i18n: warn about systemd, besides keeping ssh env
343           should came from lang.sh
344
345 2012-03-17 09:32 +0000 [r12496]  Elan Ruusamäe <glen/at/pld-linux.org>
346
347         * service: as we are redirecting to systemd, detect when systemd
348           redirects back due /sbinservice in .service file
349
350 2012-03-17 09:14 +0000 [r12495]  Elan Ruusamäe <glen/at/pld-linux.org>
351
352         * service: validate systemd command, before sending it to systemd,
353           to keep "service lighttpd configtest" on working
354
355 2012-03-17 08:39 +0000 [r12494]  Elan Ruusamäe <glen/at/pld-linux.org>
356
357         * service: - detect if service is in systemd (if LoadError means
358           it's not present in systemd) - add --no-systemd option to
359           override detect
360
361 2012-03-04 21:49 +0000 [r12486]  Elan Ruusamäe <glen/at/pld-linux.org>
362
363         * service: fix message printing; pass anything to systemd if it is
364           up (status is valid action too)
365
366 2012-03-04 20:47 +0000 [r12485]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
367
368         * service: Tabs are used here.
369
370 2012-03-04 20:36 +0000 [r12484]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
371
372         * service: systemd takes preference if it is booted/active.
373
374 2012-03-04 20:12 +0000 [r12483]  Jan Rękorajski <baggins/at/pld-linux.org>
375
376         * rc.d/rc.sysinit: - load kernel modules specified in
377           /etc/modules-load.d/ configs (systemd compat)
378
379 2012-03-03 20:35 +0000 [r12482]  Elan Ruusamäe <glen/at/pld-linux.org>
380
381         * service: - systemd bits
382
383 2012-02-19 18:33 +0000 [r12481]  Jan Rękorajski <baggins/at/pld-linux.org>
384
385         * rc.d/init.d/network: - skip interfaces configured by
386           NetworkManager, by cactus/at/pld-linux.org
387
388 2012-02-19 18:23 +0000 [r12478]  Jan Rękorajski <baggins/at/pld-linux.org>
389
390         * configure.ac: - 0.4.5.3
391
392 2012-02-19 18:11 +0000 [r12477]  Jan Rękorajski <baggins/at/pld-linux.org>
393
394         * rc.d/rc.sysinit: - devtmpfs is madatory for udev >= 176
395
396 2012-02-03 19:23 +0000 [r12474]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
397
398         * lib/functions.network: Adding rule by rule causes reverse order
399           to be applied by kernel. We want rules from
400           sysconfig/static-rules to be working in the same order as these
401           were added in that file. The one solution is to use '/usr/bin/tac
402           static-routes' or to use own priorities. We use prio 20000 with
403           step 10 down, to get holes for other, manually added rules.
404
405 2012-01-25 14:40 +0000 [r12468]  Kacper Kornet <draenog/at/pld-linux.org>
406
407         * lib/functions: - fix bashism in previous commit
408
409 2012-01-25 14:28 +0000 [r12467]  Kacper Kornet <draenog/at/pld-linux.org>
410
411         * lib/functions: - fix daemon --user --fork as they conflicted with
412           each other
413
414 2012-01-13 13:32 +0000 [r12466]  Jan Rękorajski <baggins/at/pld-linux.org>
415
416         * rc.d/init.d/network: - stable sort for BOOTPRIO= devices, so vlan
417           ifaces will be after their NIC eth counterparts - treat macvlan
418           and macvtap interfaces specially - they may be created on almost
419           enything
420
421 2011-12-16 08:47 +0000 [r12455]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
422
423         * rc.d/rc.sysinit: vgscan/vgmknodes/vgdisplay don't support
424           --sysinit option. Back to ignorelocking for these.
425
426 2011-12-15 18:17 +0000 [r12454]  Elan Ruusamäe <glen/at/pld-linux.org>
427
428         * init/cpusets.conf, init/allowlogin.conf, init/sys-chroots.conf:
429           nicely stop, without error
430
431 2011-12-14 17:15 +0000 [r12453]  Elan Ruusamäe <glen/at/pld-linux.org>
432
433         * lib/functions: - ksh did not like doble minus ("+5--10"), needs
434           spaces ("+5 - -10") to process correctly
435
436 2011-12-14 11:33 +0000 [r12451]  Elan Ruusamäe <glen/at/pld-linux.org>
437
438         * configure.ac: - 0.4.5.2
439
440 2011-12-14 11:26 +0000 [r12449]  Elan Ruusamäe <glen/at/pld-linux.org>
441
442         * changelog.sh: - be sure users file is up to date
443
444 2011-12-14 07:59 +0000 [r12448]  Elan Ruusamäe <glen/at/pld-linux.org>
445
446         * init/local.conf: doc bits
447
448 2011-12-12 10:38 +0000 [r12447]  Elan Ruusamäe <glen/at/pld-linux.org>
449
450         * lib/functions: daemon(): make nice level absolute, not to be
451           dependant of nice level of shell where service started.
452
453 2011-12-09 21:25 +0000 [r12446]  Tomasz Pala <gotar/at/pld-linux.org>
454
455         * rc.d/init.d/network: - systemd support: export partial jobs,
456           leave ifup/ifdown to separate services
457
458 2011-12-04 14:36 +0000 [r12437]  Artur Frysiak <wiget/at/pld-linux.org>
459
460         * man/fstab-decode.8 (removed), man/Makefile.am: Drop fstab-decode
461           man page
462
463 2011-12-04 02:42 +0000 [r12436]  Artur Frysiak <wiget/at/pld-linux.org>
464
465         * src/Makefile.am, src/fstab-decode.c (removed): fstab-decode is
466           part of SysVinit-tools
467
468 2011-11-29 18:05 +0000 [r12421]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
469
470         * rc.d/init.d/netfs: Don't mount devpts again.
471
472 2011-11-28 19:47 +0000 [r12420]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
473
474         * rc.d/rc.sysinit: Make forced mounts quiet in case /etc/mtab is
475           symlink to /proc/self/mounts.
476
477 2011-11-15 21:38 +0000 [r12414]  Elan Ruusamäe <glen/at/pld-linux.org>
478
479         * sysconfig/system: spelling typo
480
481 2011-11-01 14:01 +0000 [r12405]  Jan Rękorajski <baggins/at/pld-linux.org>
482
483         * modules.preudev: - typo
484
485 2011-11-01 13:39 +0000 [r12404]  Jan Rękorajski <baggins/at/pld-linux.org>
486
487         * rc.d/rc.sysinit: - fix LVM2 check logic
488
489 2011-10-31 19:52 +0000 [r12403]  Jan Rękorajski <baggins/at/pld-linux.org>
490
491         * modules.preudev: - set props
492
493 2011-10-31 19:30 +0000 [r12402]  Jan Rękorajski <baggins/at/pld-linux.org>
494
495         * rc.d/rc.sysinit: - give some info what's going on when loading
496           modules
497
498 2011-10-31 19:26 +0000 [r12401]  Jan Rękorajski <baggins/at/pld-linux.org>
499
500         * modules.preudev (added): - example file
501
502 2011-10-31 19:19 +0000 [r12400]  Jan Rękorajski <baggins/at/pld-linux.org>
503
504         * rc.d/rc.sysinit: - give admin the ability to load some kernel
505           modules before udev kicks in
506
507 2011-10-31 19:12 +0000 [r12399]  Jan Rękorajski <baggins/at/pld-linux.org>
508
509         * sysconfig/system, rc.d/rc.sysinit: - give user ability to disable
510           linux multipath drivers and daemons
511
512 2011-10-31 18:53 +0000 [r12398]  Jan Rękorajski <baggins/at/pld-linux.org>
513
514         * rc.d/rc.sysinit: - functions are in /lib/rc-scripts
515
516 2011-10-23 19:26 +0000 [r12388-12389]  Elan Ruusamäe <glen/at/pld-linux.org>
517
518         * rc.d/rc.sysinit, init/Makefile.am, init/modules.conf (added):
519           load /etc/modules in upstart
520
521         * rc.d/rc.shutdown: emit shutdown events
522
523 2011-10-23 11:21 +0000 [r12387]  Elan Ruusamäe <glen/at/pld-linux.org>
524
525         * init/rcS-sulogin.conf: respect RUN_SULOGIN_ON_ERR from
526           /etc/sysconfig/system
527
528 2011-10-10 07:49 +0000 [r12369-12370]  Elan Ruusamäe <glen/at/pld-linux.org>
529
530         * TODO: upstart compatible is service up todo
531
532         * doc/upstart.txt: shutdown started/starting upstart event doc
533
534 2011-10-09 22:58 +0000 [r12368]  Elan Ruusamäe <glen/at/pld-linux.org>
535
536         * modules: point out the parameters use fact
537
538 2011-10-09 18:57 +0000 [r12367]  Elan Ruusamäe <glen/at/pld-linux.org>
539
540         * rc.d/rc.shutdown: emit shutdown starting/started event
541
542 2011-10-09 18:14 +0000 [r12366]  Elan Ruusamäe <glen/at/pld-linux.org>
543
544         * doc/upstart.txt, init/rc.conf, rc.d/init.d/network: let "network"
545           emit network starting/stopping/started/stopped events as well
546
547 2011-10-09 17:35 +0000 [r12364-12365]  Elan Ruusamäe <glen/at/pld-linux.org>
548
549         * doc/upstart.txt: chop trailing spaces
550
551         * rc.d/rc.sysinit: fix handling 3.x.y kernels
552
553 2011-10-05 14:47 +0000 [r12363]  Elan Ruusamäe <glen/at/pld-linux.org>
554
555         * rc.d/init.d/local, init/Makefile.am, init/local.conf (added):
556           upstart for rc.local
557
558 2011-09-30 10:54 +0000 [r12360]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
559
560         * rc.d/rc.sysinit, rc.d/rc.shutdown: Use --sysinit for lvm. When
561           stopping hide error messages (normal for many cases like lvm on
562           rootfs).
563
564 2011-09-27 07:15 +0000 [r12356-12357]  Jan Rękorajski <baggins/at/pld-linux.org>
565
566         * configure.ac: - 0.4.5.1
567
568         * rc.d/rc.sysinit: - fix $LVM2 variable fuckup (use is_no instead
569           of is_yes) (glen, you moron, have you considered a possibility
570           that $LVM2 will land in sysconfig.rpmsave, thus making lvm
571           dependant system non-bootable?)
572
573 2011-09-25 09:57 +0000 [r12351-12352]  Elan Ruusamäe <glen/at/pld-linux.org>
574
575         * po/Makefile.am: just in case C locale
576
577         * po/rc-scripts.pot: updated
578
579 2011-09-22 15:45 +0000 [r12350]  Jan Rękorajski <baggins/at/pld-linux.org>
580
581         * rc.d/rc.sysinit: - properly mount /run and put it into mtab
582
583 2011-09-18 20:34 +0000 [r12349]  Artur Frysiak <wiget/at/pld-linux.org>
584
585         * rc.d/rc.sysinit: Mount /run ASAP
586
587 2011-09-11 20:08 +0000 [r12347]  Elan Ruusamäe <glen/at/pld-linux.org>
588
589         * init/cryptsetup.conf (added), init/Makefile.am: Add cryptsetup
590
591 2011-09-11 20:00 +0000 [r12344]  Elan Ruusamäe <glen/at/pld-linux.org>
592
593         * rc.d/init.d/cryptsetup: local vars
594
595 2011-09-11 19:53 +0000 [r12342-12343]  Elan Ruusamäe <glen/at/pld-linux.org>
596
597         * init/Makefile.am: Add allowlogin, sys-chroots, cpusets
598
599         * init/cpusets.conf (added): Add cpusets
600
601 2011-09-11 11:29 +0000 [r12341]  Elan Ruusamäe <glen/at/pld-linux.org>
602
603         * service: print unknown state to stdout as well
604
605 2011-09-02 06:18 +0000 [r12339-12340]  Elan Ruusamäe <glen/at/pld-linux.org>
606
607         * rc.d/init.d/sys-chroots, init/allowlogin.conf (added),
608           rc.d/init.d/allowlogin, init/sys-chroots.conf (added): add
609           allowlogin and sys-chroots upstart parts, altho no stop for them
610
611         * sysconfig/system, rc.d/rc.sysinit: add $LVM2 allows you to
612           disable LVM2 if your only LVM volume is rootfs started on initrd
613           and want faster startup
614
615 2011-09-02 06:08 +0000 [r12338]  Elan Ruusamäe <glen/at/pld-linux.org>
616
617         * sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.pppoe
618
619 2011-08-31 18:44 +0000 [r12337]  Elan Ruusamäe <glen/at/pld-linux.org>
620
621         * lib/functions: upstart: behave like current initscripts: print
622           running/not running instead of silence
623
624 2011-08-31 16:24 +0000 [r12336]  Elan Ruusamäe <glen/at/pld-linux.org>
625
626         * rc.d/init.d/functions (removed), rc.d/init.d/Makefile.am,
627           po/rc-scripts.pot, lib/functions (added), lib/Makefile.am: move
628           also functions to /lib/rc-scripts (symlink preserved)
629
630 2011-08-19 19:56 +0000 [r12331]  Elan Ruusamäe <glen/at/pld-linux.org>
631
632         * rc.d/init.d/functions: formatting
633
634 2011-08-19 19:44 +0000 [r12328-12330]  Elan Ruusamäe <glen/at/pld-linux.org>
635
636         * rc.d/init.d/local: add starting line
637
638         * rc.d/rc.sysinit: prefer local code over io checks (boot splash
639           unlikely enabled anyway)
640
641         * rc.d/init.d/functions: avoid shift() error when program called
642           with no actions in _upstart_controlled; tabs
643
644 2011-08-14 19:45 +0000 [r12323]  Elan Ruusamäe <glen/at/pld-linux.org>
645
646         * init/rc.conf: register pld.sysinit-done to satisfy initctl
647           check-config
648
649 2011-08-14 12:03 +0000 [r12321-12322]  Elan Ruusamäe <glen/at/pld-linux.org>
650
651         * sysconfig/interfaces/ifcfg-ppp0.kou, changelog.sh, rc.d/rc.init:
652           add missing keyword expansion
653
654         * rc.d/init.d, sysconfig/interfaces/down.d/tnl,
655           sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx,
656           sysconfig/interfaces/down.d, rc.d, src,
657           sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip,
658           sysconfig/interfaces/up.d/tnl, isapnp,
659           sysconfig/interfaces/up.d/ppp, sysconfig/interfaces/up.d/ipx,
660           sysconfig/interfaces/up.d, ppp, /, sysconfig, doc,
661           sysconfig/interfaces/up.d/all, sysconfig/interfaces/up.d/ip, lib:
662           svn:ignore fixups
663
664 2011-08-14 11:56 +0000 [r12319-12320]  Elan Ruusamäe <glen/at/pld-linux.org>
665
666         * doc/Makefile.am, doc/template.init (added),
667           rc.d/init.d/Makefile.am, rc.d/init.d/template.init (removed),
668           po/rc-scripts.pot: move template.init to doc
669
670         * sysconfig/.cvsignore (removed), doc/.cvsignore (removed),
671           sysconfig/interfaces/up.d/all/.cvsignore (removed), rc.d,
672           sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip,
673           sysconfig/interfaces/up.d/tnl, sysconfig/interfaces/up.d/ppp,
674           sysconfig/interfaces/up.d/ipx,
675           sysconfig/interfaces/down.d/ipx/.cvsignore (removed), /,
676           sysconfig, sysconfig/interfaces/up.d/ip, isapnp/.cvsignore
677           (removed), sysconfig/interfaces/up.d/ipx/.cvsignore (removed),
678           ppp/ip-up.d, rc.d/init.d, ppp/ip-down.d/.cvsignore (removed),
679           sysconfig/interfaces/data/.cvsignore (removed),
680           sysconfig/interfaces/down.d/tnl, sysconfig/interfaces/down.d/ppp,
681           sysconfig/interfaces/down.d/ipx,
682           sysconfig/interfaces/up.d/ip/.cvsignore (removed), lib/.cvsignore
683           (removed), src, rc.d/init.d/.cvsignore (removed),
684           ppp/ip-up.d/.cvsignore (removed), isapnp,
685           sysconfig/interfaces/down.d/tnl/.cvsignore (removed),
686           po/.cvsignore (removed),
687           sysconfig/interfaces/down.d/ppp/.cvsignore (removed),
688           sysconfig/interfaces/down.d/.cvsignore (removed),
689           sysconfig/interfaces/up.d, ppp/ip-down.d, ppp,
690           sysconfig/hwprofiles/.cvsignore (removed), rc.d/.cvsignore
691           (removed), src/.cvsignore (removed),
692           sysconfig/interfaces/.cvsignore (removed),
693           sysconfig/interfaces/down.d/all/.cvsignore (removed),
694           sysconfig/interfaces/down.d/ip/.cvsignore (removed), doc,
695           sysconfig/interfaces/up.d/all, lib,
696           sysconfig/interfaces/up.d/tnl/.cvsignore (removed),
697           sysconfig/interfaces/up.d/ppp/.cvsignore (removed),
698           sysconfig/interfaces/up.d/.cvsignore (removed), ppp/.cvsignore
699           (removed), .cvsignore (removed), po, sysconfig/interfaces/down.d:
700           convert .cvsignore to svn:ignore
701
702 2011-08-14 11:48 +0000 [r12318]  Elan Ruusamäe <glen/at/pld-linux.org>
703
704         * TODO: privilege check is done with unix file permissions: scripts
705           just not executable for regular user
706
707 2011-08-14 11:42 +0000 [r12310-12317]  Elan Ruusamäe <glen/at/pld-linux.org>
708
709         * po/rc-scripts.pot, po/Makefile.am: add makepot.pl to EXTRA_DIST
710
711         * makepot.pl (removed), po/Makefile.am, po/makepot.pl (added): move
712           makepot to po/ dir with rest of it's files
713
714         * po/pl.po, po/rc-scripts.pot, rc.d/init.d/random, po/de.po: - fix
715           bad nls usage
716
717         * po/pl.po, po/de.po: utf8 to rule the world
718
719         * po/pl.po, po/de.po: - updated
720
721         * po/rc-scripts.pot: - updated
722
723         * po/rc-scripts.pot (added): track to see new strings to appear or
724           not
725
726         * lib/ifdown-post, lib/Makefile.am, ppp/auth-up,
727           sysconfig/network-scripts (removed), ppp/ip-up, lib/ifdown-ppp,
728           lib/ifup-post, doc/net-scripts.txt, configure.ac, ppp/auth-down,
729           lib/tnlup, lib/ifdown-sl, lib/ifdown-irda, lib/ifup, Makefile.am,
730           ppp/ip-down, sysconfig/Makefile.am, lib/ifup-iucv, ppp/ipx-up,
731           lib/ifup-sl, lib/ifup-irda, lib/ifdown-vlan, lib/tnldown,
732           lib/ifdown, lib/ifup-plusb, lib/ifdown-br, ppp/ipx-down,
733           rc.d/init.d/network, lib/ifup-ppp, lib (added), lib/ifup-ipx,
734           lib/ifup-vlan, man/usernetctl.8, lib/ifup-br, lib/ifup-plip,
735           src/ppp-watch.c: - move network scripts to /lib, as none of them
736           are config files - version 0.4.5 for such major change
737
738 2011-08-14 11:11 +0000 [r12308-12309]  Elan Ruusamäe <glen/at/pld-linux.org>
739
740         * configure.ac: fatal out when required tools missing, some ac fix
741
742         * src/setuidgid.c: PLD Linux
743
744 2011-08-14 09:56 +0000 [r12307]  Elan Ruusamäe <glen/at/pld-linux.org>
745
746         * init/random.conf, init/rc.conf, init/rcS-sulogin.conf,
747           init/rcS.conf: our vim-syntax-upstart recognizes the filetype
748           itself
749
750 2011-08-13 13:51 +0000 [r12305]  Elan Ruusamäe <glen/at/pld-linux.org>
751
752         * po/Makefile.am: Do not ignore errors
753
754 2011-08-13 13:42 +0000 [r12304]  Elan Ruusamäe <glen/at/pld-linux.org>
755
756         * sysconfig/network-scripts/functions.network: emit net-device-up
757           events, so upstart-socket-bridge could function
758
759 2011-08-13 06:04 +0000 [r12303]  Elan Ruusamäe <glen/at/pld-linux.org>
760
761         * rc.d/init.d/functions: allow $USE_UPSTART from env to preceed
762           USE_UPSTART from sysconfig/system
763
764 2011-07-25 06:10 +0000 [r12270-12271]  Elan Ruusamäe <glen/at/pld-linux.org>
765
766         * doc/net-scripts.txt, sysconfig/network-scripts/ifup: - add
767           $ETHTOOL_OPTS
768
769         * TODO: - todo from arekm
770
771 2011-07-21 10:28 +0000 [r12264]  Elan Ruusamäe <glen/at/pld-linux.org>
772
773         * service: - include service type in --status-all
774
775 2011-07-18 13:11 +0000 [r12260]  Elan Ruusamäe <glen/at/pld-linux.org>
776
777         * rc.d/init.d/functions: - fuser is in /bin since psmisc-22.5-2
778
779 2011-06-28 19:51 +0000 [r12254]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
780
781         * sysconfig/system: Explain what VSERVER is.
782
783 2011-06-27 10:18 +0000 [r12252-12253]  Jan Rękorajski <baggins/at/pld-linux.org>
784
785         * rc.d/init.d/functions: - fix local variable
786
787         * rc.d/init.d/functions: - fix kernelver* functions
788
789 2011-06-26 10:48 +0000 [r12250]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
790
791         * rc.d/rc.sysinit: Mount securityfs based on it's availability
792           only.
793
794 2011-06-20 15:04 +0000 [r12247]  Elan Ruusamäe <glen/at/pld-linux.org>
795
796         * rc.d/init.d/functions: - compat mode for old kernels, where
797           network lock was not touched
798
799 2011-06-16 12:32 +0000 [r12246]  Jacek Konieczny <jajcus/at/pld-linux.org>
800
801         * init/Makefile.am, configure.ac: - the missing init/udev.conf
802           added to dist
803
804 2011-06-15 13:12 +0000 [r12245]  Jacek Konieczny <jajcus/at/pld-linux.org>
805
806         * configure.ac: - Version: 0.4.4.2
807
808 2011-06-15 12:45 +0000 [r12244]  Jacek Konieczny <jajcus/at/pld-linux.org>
809
810         * init/rcS.conf, init/udev.conf (added), init/rc.conf,
811           rc.d/rc.sysinit: - some more 'emits' and a dummy Upstart job
812           added so the new 'initctl check-config' won't complain.
813
814 2011-06-15 10:51 +0000 [r12243]  Jacek Konieczny <jajcus/at/pld-linux.org>
815
816         * doc/upstart.txt: - upstart usage docs updates
817
818 2011-04-18 09:50 +0000 [r12230]  Elan Ruusamäe <glen/at/pld-linux.org>
819
820         * service: remove debug
821
822 2011-04-14 09:42 +0000 [r12228]  Jacek Konieczny <jajcus/at/pld-linux.org>
823
824         * sysconfig/network-scripts/functions.network: - make sure the
825           default ip rules are preserved over network restart even if 'ip
826           rule show' displays them using numeric table values. I have a
827           system where 'from all lookup 255' is returned instead of 'from
828           all lookup local' for unknown reason, but it could also happen if
829           /etc/iproute2/rt_tables file is missing or corrupted. And bad
830           things happen (IPv4 not working) if the 'lookup local' rule is
831           missing.
832
833 2011-04-08 19:15 +0000 [r12223]  Elan Ruusamäe <glen/at/pld-linux.org>
834
835         * service: move status all to function
836
837 2011-03-29 13:26 +0000 [r12219]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
838
839         * sysconfig/network-scripts/functions.network: Revert disabling
840           IPv6. Unfortunately it disables only IPv6 addresses while
841           socket(AF_INET6,...) still succeeds creating ill efect.
842
843 2011-03-25 16:55 +0000 [r12215]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
844
845         * sysconfig/network-scripts/functions.network: Set sysctl value
846           quietly.
847
848 2011-03-23 21:45 +0000 [r12214]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
849
850         * sysconfig/network-scripts/functions.network: One more fix.
851
852 2011-03-23 20:42 +0000 [r12213]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
853
854         * sysconfig/network-scripts/functions.network: Really disable IPv6.
855
856 2011-03-23 20:35 +0000 [r12212]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
857
858         * sysconfig/network-scripts/functions.network: Disable IPv6 if it
859           is not enabled in config.
860
861 2011-03-21 22:15 +0000 [r12211]  Jan Rękorajski <baggins/at/pld-linux.org>
862
863         * doc/sysconfig.txt, sysconfig/Makefile.am, doc/sysconfig.docb,
864           sysconfig/network-scripts/functions.network,
865           sysconfig/network-scripts/ifup-routes: - add static-routes6
866           support (IPv6-only ip routes and rules)
867
868 2011-03-21 20:30 +0000 [r12210]  Jan Rękorajski <baggins/at/pld-linux.org>
869
870         * sysconfig/static-routes6 (added): - IPv6 specific rules and
871           routes, rationale: some rules (and even routes) are addressless
872           (e.g. fwmark or 'default' route), because of this simple ip
873           <rule> won't handle IPv6, we have to use ip -6 <rule>
874
875 2011-03-20 01:00 +0000 [r12206-12207]  Jan Rękorajski <baggins/at/pld-linux.org>
876
877         * configure.ac: - 0.4.4.1, fixes typo in set_up_loopback
878
879         * sysconfig/network-scripts/functions.network: - use proper device
880
881 2011-03-20 00:09 +0000 [r12203]  Jan Rękorajski <baggins/at/pld-linux.org>
882
883         * configure.ac: - 0.4.4.0
884
885 2011-03-19 23:57 +0000 [r12202]  Jan Rękorajski <baggins/at/pld-linux.org>
886
887         * src/Makefile.am, configure.ac: - fix glib2 static linking
888
889 2011-03-18 18:19 +0000 [r12201]  Jan Rękorajski <baggins/at/pld-linux.org>
890
891         * sysconfig/network-scripts/functions.network: - setup static
892           routes for loopback, see
893           http://wiki.squid-cache.org/Features/Tproxy4 why this is needed
894
895 2011-03-08 20:49 +0000 [r12198]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
896
897         * sysconfig/network-scripts/functions.network,
898           rc.d/init.d/functions: Revert previous commit. Fix is_module
899           instead to do not match partial module names.
900
901 2011-03-08 20:34 +0000 [r12197]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
902
903         * sysconfig/network-scripts/functions.network: Load ipv6 and ipx
904           only when not built into kernel.
905
906 2011-03-04 13:37 +0000 [r12188]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
907
908         * sysconfig/network-scripts/ifup-vlan: GVRP default on on vlans
909
910 2011-02-19 16:03 +0000 [r12170]  Elan Ruusamäe <glen/at/pld-linux.org>
911
912         * service: - tabs
913
914 2011-02-10 16:37 +0000 [r12138]  Jan Rękorajski <baggins/at/pld-linux.org>
915
916         * rc.d/init.d/cpusets: - added missing slash
917
918 2011-02-10 12:46 +0000 [r12136]  Jan Rękorajski <baggins/at/pld-linux.org>
919
920         * rc.d/init.d/cpusets: - don't try to find out the subsystem type
921           if none is mounted
922
923 2011-02-10 12:26 +0000 [r12135]  Jan Rękorajski <baggins/at/pld-linux.org>
924
925         * rc.d/init.d/cpusets: - silence mkdir
926
927 2011-02-10 12:21 +0000 [r12134]  Jan Rękorajski <baggins/at/pld-linux.org>
928
929         * rc.d/init.d/cpusets: - always mount on /dev/cpuset (only cpuset
930           is supported by this script) - check if mount point is proper
931           cpuset/cgroup(cpuset) subsys
932
933 2011-02-10 12:12 +0000 [r12133]  Jan Rękorajski <baggins/at/pld-linux.org>
934
935         * rc.d/init.d/cpusets: - mount only cpuset subsys cgroup - no need
936           to parse and check fstab as this script is run after rc.sysinit
937           mounts all filessystems listed there
938
939 2011-02-10 11:04 +0000 [r12128-12130]  Jan Rękorajski <baggins/at/pld-linux.org>
940
941         * rc.d/init.d/cpusets: - put cpuset/cgroup mounts in mtab
942
943         * rc.d/init.d/cpusets: - exit from script if no cpuset/cgroup
944           support in kernel
945
946         * rc.d/rc.sysinit, rc.d/init.d/cpusets: - moved cpuset/cgroup
947           mounting code into cpuset startup script for seamless
948           interoperability with libcgroup
949
950 2011-02-09 10:55 +0000 [r12126]  Elan Ruusamäe <glen/at/pld-linux.org>
951
952         * rc.d/init.d/functions: add killproc -p alias
953
954 2011-01-27 06:04 +0000 [r12089-12090]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
955
956         * sysconfig/Makefile.am: sysconfig/clock is gone
957
958         * sysconfig/clock (removed), doc/sysconfig.docb, doc/sysconfig.txt,
959           rc.d/rc.sysinit: sysconfig/clock and related actions are obsolete
960           now. hwclock knows how to handle these based on adjtime settings.
961
962 2011-01-27 05:44 +0000 [r12088]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
963
964         * rc.d/rc.sysinit: Check /dev/rtc or /dev/rtc0 existence.
965
966 2011-01-25 18:56 +0000 [r12083-12084]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
967
968         * configure.ac: 0.4.3.8
969
970         * autogen.sh: Disabled --enable-maintainer-mode
971           --enable-compile-warnings (unsupported by current auto*).
972
973 2011-01-24 18:19 +0000 [r12082]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
974
975         * sysconfig/network: IPv6 networking on by default.
976
977 2010-12-22 10:23 +0000 [r12020]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
978
979         * rc.d/init.d/netfs: Don't mount fs inside of vserver guest.
980
981 2010-12-22 05:54 +0000 [r12019]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
982
983         * rc.d/rc.sysinit: cgroup/cpuset can exist in fstab but be
984           commented out. Handle that.
985
986 2010-12-20 18:09 +0000 [r12014]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
987
988         * rc.d/init.d/cryptsetup: started instead of busy
989
990 2010-12-12 17:42 +0000 [r11982-11983]  Elan Ruusamäe <glen/at/pld-linux.org>
991
992         * configure.ac: - 0.4.3.7
993
994         * rc.d/init.d/functions: add --user support to run_cmd Usage:
995           run_cmd --user stats "Message" command_to_run arg1 arg2...
996
997 2010-12-07 14:08 +0000 [r11973]  Elan Ruusamäe <glen/at/pld-linux.org>
998
999         * rc.d/init.d/template.init: - pidfile var
1000
1001 2010-12-03 13:10 +0000 [r11940]  Elan Ruusamäe <glen/at/pld-linux.org>
1002
1003         * rc.d/init.d/netfs: - some formatting, respect to use functios
1004           (RETVAL variable vs exit calls)
1005
1006 2010-12-03 13:04 +0000 [r11939]  Elan Ruusamäe <glen/at/pld-linux.org>
1007
1008         * rc.d/init.d/netfs: - use functions
1009
1010 2010-12-03 11:43 +0000 [r11936]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1011
1012         * configure.ac: 0.4.3.6
1013
1014 2010-12-03 11:33 +0000 [r11934-11935]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1015
1016         * rc.d/init.d/netfs: Bugfix (bring in cryptsetup; cleanups).
1017
1018         * rc.d/init.d/netfs: Bugfix.
1019
1020 2010-12-03 10:37 +0000 [r11933]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1021
1022         * rc.d/init.d/Makefile.am, rc.d/init.d/network: Bring in netfs.
1023
1024 2010-12-03 10:33 +0000 [r11930-11932]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1025
1026         * rc.d/init.d/netfs: : not needed.
1027
1028         * TODO: - better umount on stop
1029
1030         * rc.d/init.d/netfs: Bugfixes. Seems to be working fine.
1031
1032 2010-12-03 10:25 +0000 [r11929]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1033
1034         * rc.d/init.d/functions: __umount_*loop from FC.
1035
1036 2010-12-03 10:15 +0000 [r11928]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1037
1038         * rc.d/init.d/netfs: Don't touch nfs if we have separate nfsfs
1039           script.
1040
1041 2010-12-03 09:38 +0000 [r11927]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1042
1043         * rc.d/init.d/netfs (added): Networked filesystems mount/umount.
1044           Unfinished.
1045
1046 2010-12-02 15:30 +0000 [r11922]  Elan Ruusamäe <glen/at/pld-linux.org>
1047
1048         * rc.d/rc.sysinit: - avoid crypto init retries if no crypttab is
1049           setup
1050
1051 2010-11-25 23:54 +0000 [r11913]  Jan Rękorajski <baggins/at/pld-linux.org>
1052
1053         * rc.d/rc.sysinit: - don't mount cgroup if it's set up in fstab
1054           http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2010-November/152970.html
1055           BTW, all this kinda sucks and needs revamp :(
1056
1057 2010-11-07 19:54 +0000 [r11900]  Elan Ruusamäe <glen/at/pld-linux.org>
1058
1059         * rc.d/rc.sysinit: - init crypt mounts also after lvm has been run
1060
1061 2010-11-06 10:47 +0000 [r11894]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1062
1063         * configure.ac: Release 0.4.3.5.
1064
1065 2010-11-06 09:57 +0000 [r11893]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1066
1067         * rc.d/init.d/network, sysconfig/system, rc.d/init.d/functions:
1068           Detect isolation only vserver networking. New variable -
1069           VSERVER_ISOLATION_NET.
1070
1071 2010-11-06 09:12 +0000 [r11892]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1072
1073         * rc.d/rc.sysinit: Silent modprobe.
1074
1075 2010-11-06 08:43 +0000 [r11889]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1076
1077         * configure.ac: Release 0.4.3.4.
1078
1079 2010-11-06 00:33 +0000 [r11888]  Jan Rękorajski <baggins/at/pld-linux.org>
1080
1081         * rc.d/rc.sysinit: - create /dev/cgroup (see comment)
1082
1083 2010-11-06 00:26 +0000 [r11887]  Jan Rękorajski <baggins/at/pld-linux.org>
1084
1085         * rc.d/init.d/cpusets: - use full blown cgroup subsystem if
1086           available
1087
1088 2010-11-06 00:11 +0000 [r11886]  Jan Rękorajski <baggins/at/pld-linux.org>
1089
1090         * rc.d/rc.sysinit: - if cgroup is available use all its subsystems
1091           instead of just cpusets
1092
1093 2010-11-06 00:07 +0000 [r11885]  Jan Rękorajski <baggins/at/pld-linux.org>
1094
1095         * rc.d/rc.sysinit: - commit at rev 10523 was completely bogus,
1096           preventing mounting cpuset at all, as default fstab contains
1097           cpuset line with noauto option
1098
1099 2010-10-09 21:21 +0000 [r11840]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1100
1101         * src/initlog.c: Update initlog from initscripts.
1102
1103 2010-10-06 08:03 +0000 [r11831]  Elan Ruusamäe <glen/at/pld-linux.org>
1104
1105         * rc.d/init.d/template.init: - procname
1106
1107 2010-10-06 07:58 +0000 [r11830]  Elan Ruusamäe <glen/at/pld-linux.org>
1108
1109         * rc.d/init.d/template.init: - killproc wants procname mostly
1110
1111 2010-09-30 04:26 +0000 [r11823]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1112
1113         * rc.d/rc: Fix 'local: można używać tylko w funkcji' on bash.
1114
1115 2010-09-19 18:38 +0000 [r11812]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1116
1117         * rc.d/rc.sysinit: Make sysctl quiet.
1118
1119 2010-09-03 09:07 +0000 [r11801]  shadzik <shadzik/at/pld-linux.org>
1120
1121         * rc.d/rc.sysinit: - don't check the fs on aufs and squashfs
1122           systems
1123
1124 2010-08-26 10:30 +0000 [r11789]  Elan Ruusamäe <glen/at/pld-linux.org>
1125
1126         * rc.d/rc.sysinit: - use /var/log/boot.log, to match with plymouth
1127           path
1128
1129 2010-08-21 18:00 +0000 [r11788]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1130
1131         * rc.d/rc.sysinit: Set firmware-loader also when udev is off.
1132
1133 2010-08-01 16:32 +0000 [r11741]  Elan Ruusamäe <glen/at/pld-linux.org>
1134
1135         * sysconfig/i18n: - plain en with utf8
1136
1137 2010-08-01 16:13 +0000 [r11739]  Elan Ruusamäe <glen/at/pld-linux.org>
1138
1139         * rc.d/rc.sysinit: - skip lock when making nodes on boot
1140
1141 2010-08-01 16:08 +0000 [r11738]  Elan Ruusamäe <glen/at/pld-linux.org>
1142
1143         * rc.d/rc.sysinit: - check_root_fs to function for readability
1144
1145 2010-08-01 15:58 +0000 [r11735-11737]  Elan Ruusamäe <glen/at/pld-linux.org>
1146
1147         * rc.d/rc.sysinit: - remove locale setup where it is pointless
1148           (grep for fixed strings, and cat)
1149
1150         * rc.d/init.d/template.init: - sample for status with pidfile
1151
1152         * rc.d/rc.sysinit: - skip unneccesary subshell
1153
1154 2010-07-26 13:31 +0000 [r11715]  Jacek Konieczny <jajcus/at/pld-linux.org>
1155
1156         * sysconfig/network-scripts/ifup: - typo
1157
1158 2010-07-26 13:20 +0000 [r11714]  Jacek Konieczny <jajcus/at/pld-linux.org>
1159
1160         * sysconfig/network-scripts/ifup: - allow per-interface
1161           configuration files for dhclient.conf – single config file with
1162           'interface' directive(s) conflicts with interface name given on
1163           the command line.
1164
1165 2010-07-21 08:23 +0000 [r11688]  Elan Ruusamäe <glen/at/pld-linux.org>
1166
1167         * rc.d/init.d/allowlogin: - functions, exit early if disabled
1168
1169 2010-07-20 08:42 +0000 [r11684]  Elan Ruusamäe <glen/at/pld-linux.org>
1170
1171         * rc.d/rc.shutdown: - ugly hack to still do killall as pgrep is on
1172           /usr, or rather drop pgrep as it never returns empty nowadays due
1173           kernel threads?
1174
1175 2010-07-08 10:47 +0000 [r11638-11639]  Elan Ruusamäe <glen/at/pld-linux.org>
1176
1177         * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/local,
1178           rc.d/init.d/random, rc.d/init.d/single: - ignore /var/lock/subsys
1179           remove readonly fs errors (after fsck wants to reboot system)
1180
1181         * rc.d/init.d/cpusets, rc.d/init.d/allowlogin, rc.d/init.d/network,
1182           rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/killall: -
1183           executable initscripts
1184
1185 2010-06-18 06:40 +0000 [r11565]  Bartłomiej Zimoń <cactus/at/pld-linux.org>
1186
1187         * rc.d/rc.shutdown: - fix shutdown/restart on kernels with devtmpfs
1188
1189 2010-06-15 11:37 +0000 [r11562]  Jacek Konieczny <jajcus/at/pld-linux.org>
1190
1191         * changelog.sh: - changelog.sh script improved and ChangeLog
1192           updated
1193
1194 2010-06-15 11:33 +0000 [r11561]  Jacek Konieczny <jajcus/at/pld-linux.org>
1195
1196         * configure.ac: - firmwaredir was wrong
1197
1198 2010-06-15 11:17 +0000 [r11558-11559]  Jacek Konieczny <jajcus/at/pld-linux.org>
1199
1200         * configure.ac: - Version: 0.4.3.3
1201
1202         * Makefile.am, configure.ac: - firmwaredir relative to
1203           ${exec_prefix} to fix 'make distcheck'
1204
1205 2010-06-15 10:13 +0000 [r11557]  Jacek Konieczny <jajcus/at/pld-linux.org>
1206
1207         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
1208           - allow multiple dhclient instances running on one machine
1209
1210 2010-06-14 17:25 +0000 [r11555-11556]  Elan Ruusamäe <glen/at/pld-linux.org>
1211
1212         * rc.d/init.d/random: - reorganize into functions
1213
1214         * rc.d/init.d/random: - do not touch host random inside vserver
1215           (discussed with baggins and arekm long time ago)
1216
1217 2010-06-08 09:01 +0000 [r11552]  Jacek Konieczny <jajcus/at/pld-linux.org>
1218
1219         * rc.d/init.d/functions: - /proc/cmdline may be unavailable (like
1220           in a VServer) make cat quiet in such case
1221
1222 2010-05-18 12:13 +0000 [r11476]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1223
1224         * sysconfig/network-scripts/ifup: No need for wait loop.
1225           check_link_down sleeps for specified time in 0.5s intervals.
1226
1227 2010-05-17 20:26 +0000 [r11475]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1228
1229         * sysconfig/network-scripts/ifup,
1230           sysconfig/interfaces/ifcfg-description: Wait for wpa_supplicant
1231           to actually connect to network before trying dhcp.
1232
1233 2010-05-17 20:20 +0000 [r11474]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1234
1235         * sysconfig/network-scripts/functions.network: Support for max
1236           timeout as parameter.
1237
1238 2010-05-17 20:16 +0000 [r11473]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1239
1240         * sysconfig/network-scripts/functions.network: Don't rely on ip
1241           link UP checking. Always to mii-tool/ethtool test.
1242
1243 2010-05-17 19:08 +0000 [r11472]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1244
1245         * sysconfig/network-scripts/ifup: Respect ZEROCONF variable for
1246           dhcpcd.
1247
1248 2010-05-17 18:08 +0000 [r11471]  Elan Ruusamäe <glen/at/pld-linux.org>
1249
1250         * rc.d/init.d/functions: - ok to exit silently in ssd mode of
1251           killproc, no need to noise about missing pidfile
1252
1253 2010-05-13 07:17 +0000 [r11462]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1254
1255         * Makefile.am: Include/install firmware-loader.sh brought by commit
1256           r10422.
1257
1258 2010-05-12 07:11 +0000 [r11460]  Jacek Konieczny <jajcus/at/pld-linux.org>
1259
1260         * doc/Makefile.am: - include upstart.txt in the package
1261
1262 2010-05-12 07:08 +0000 [r11459]  Jacek Konieczny <jajcus/at/pld-linux.org>
1263
1264         * doc/upstart.txt: - notes about job debuging
1265
1266 2010-05-11 17:21 +0000 [r11458]  Jacek Konieczny <jajcus/at/pld-linux.org>
1267
1268         * configure.ac: - Version: 0.4.3.2
1269
1270 2010-05-11 10:10 +0000 [r11449]  Jacek Konieczny <jajcus/at/pld-linux.org>
1271
1272         * init/Makefile.am: - new listed in Makefile.am
1273
1274 2010-05-11 08:54 +0000 [r11447]  Jacek Konieczny <jajcus/at/pld-linux.org>
1275
1276         * init/rc.conf (added), init/rcS-sulogin.conf (added),
1277           init/rcS.conf (added): - init job descriptions moved from
1278           upstart-SysVinit
1279
1280 2010-05-10 17:24 +0000 [r11427]  Elan Ruusamäe <glen/at/pld-linux.org>
1281
1282         * rc.d/init.d/functions: - note about two modes in daemon
1283
1284 2010-05-10 14:35 +0000 [r11424]  Jacek Konieczny <jajcus/at/pld-linux.org>
1285
1286         * configure.ac: - Version: 0.4.3.1
1287
1288 2010-05-10 14:31 +0000 [r11423]  Jacek Konieczny <jajcus/at/pld-linux.org>
1289
1290         * src/start-stop-daemon.c, src/Makefile.am,
1291           man/start-stop-daemon.8, configure.ac, rc.d/init.d/functions: -
1292           'dropcaps' and 'start-stop-daemon-pid-check' patches from
1293           packages/rc-scripts applied
1294
1295 2010-05-10 12:59 +0000 [r11422]  Jacek Konieczny <jajcus/at/pld-linux.org>
1296
1297         * rc.d/init.d/functions: - properly quote is_yes() argument
1298
1299 2010-05-10 11:50 +0000 [r11420]  Jacek Konieczny <jajcus/at/pld-linux.org>
1300
1301         * configure.ac: - Version: 0.4.3.0
1302
1303 2010-05-10 11:23 +0000 [r11419]  Jacek Konieczny <jajcus/at/pld-linux.org>
1304
1305         * man/es, sysconfig/network-scripts, sysconfig/interfaces,
1306           sysconfig/interfaces/down.d/all, sysconfig/cpusets, isapnp,
1307           sysconfig/interfaces/up.d/tnl, rc.d/rc.sysinit,
1308           rc.d/init.d/random, sysconfig/interfaces/up.d/ppp,
1309           sysconfig/interfaces/up.d/ipx, service, /, configure.ac, man/sv,
1310           man/de, sysconfig, man/ja, Makefile.am, rc.d/init.d,
1311           sysconfig/interfaces/down.d/tnl, po,
1312           sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx,
1313           man/fr, rc.d/init.d/functions, doc/make-html, doc/upstart.txt
1314           (added), sysconfig/hwprofiles, rc.d, src,
1315           sysconfig/interfaces/down.d/ip, src/setuidgid.c (added), rc.d/rc,
1316           sysconfig/interfaces/up.d, ppp, sysconfig/interfaces/data,
1317           src/Makefile.am, man/ru, init (added), t/backtick-test.sh,
1318           rc.d/init.d/network, rc.d/rc.shutdown,
1319           sysconfig/interfaces/up.d/ip, sysconfig/interfaces/up.d/all, doc,
1320           init/random.conf, man, init/Makefile.am,
1321           sysconfig/interfaces/down.d: - upstart_native branch merged
1322
1323 2010-05-02 12:16 +0000 [r11364]  Jacek Konieczny <jajcus/at/pld-linux.org>
1324
1325         * sysconfig/network-scripts/ifup-routes,
1326           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
1327           sysconfig/network, doc/net-scripts.txt,
1328           sysconfig/network-scripts/functions.network: - support for
1329           zeroconf networking (based on information from
1330           http://avahi.org/wiki/AvahiAutoipd#Routes)
1331
1332 2010-04-21 20:24 +0000 [r11340]  Elan Ruusamäe <glen/at/pld-linux.org>
1333
1334         * service: - grab $ACTION variable
1335
1336 2010-04-21 18:26 +0000 [r11339]  Elan Ruusamäe <glen/at/pld-linux.org>
1337
1338         * service: - nicer output (brief) for --status-all ported from
1339           ubuntu
1340
1341 2010-04-21 18:21 +0000 [r11338]  Elan Ruusamäe <glen/at/pld-linux.org>
1342
1343         * service: - identify as pld
1344
1345 2010-04-07 07:02 +0000 [r11312-11313]  Elan Ruusamäe <glen/at/pld-linux.org>
1346
1347         * configure.ac: - release 0.4.2.8
1348
1349         * rc.d/init.d/functions: - add --redirfds similar to --closefds
1350
1351 2010-04-05 19:18 +0000 [r11309]  Elan Ruusamäe <glen/at/pld-linux.org>
1352
1353         * rc.d/init.d/template.init: - tabs
1354
1355 2010-04-05 19:13 +0000 [r11308]  Elan Ruusamäe <glen/at/pld-linux.org>
1356
1357         * rc.d/init.d/template.init: - no need to load service config to
1358           check network state
1359
1360 2010-02-08 17:34 +0000 [r11137]  Jakub Bogusz <qboosh/at/pld-linux.org>
1361
1362         * sysconfig/network-scripts/ifup,
1363           sysconfig/interfaces/ifcfg-description: - WLAN_WPA_DRIVER should
1364           default to wext
1365
1366 2010-02-08 17:11 +0000 [r11136]  Elan Ruusamäe <glen/at/pld-linux.org>
1367
1368         * rc.d/init.d/functions: - skip dead pids in status() with
1369           --pidfile, or is filter_chroot() broken by design?
1370
1371 2010-02-08 17:06 +0000 [r11135]  Elan Ruusamäe <glen/at/pld-linux.org>
1372
1373         * t/status-pidfile.sh (added): - test for status() --pidfile
1374
1375 2010-02-08 16:51 +0000 [r11134]  Elan Ruusamäe <glen/at/pld-linux.org>
1376
1377         * backtick-test.sh (removed), t (added), t/backtick-test.sh
1378           (added): - move tests to t/
1379
1380 2010-01-15 13:56 +0000 [r11113]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1381
1382         * rc.d/init.d/functions: Use two separate tests instead of single
1383           double test since bash yells about wrong integer if variable is
1384           empty (and bash can source functions file).
1385
1386 2010-01-11 10:52 +0000 [r11099]  Elan Ruusamäe <glen/at/pld-linux.org>
1387
1388         * changelog.sh: - C locale for consistent changelog
1389
1390 2010-01-11 09:07 +0000 [r11098]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1391
1392         * sysconfig/system: Drop EVMS_MD since it's not used.
1393
1394 2010-01-10 22:05 +0000 [r11096]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1395
1396         * configure.ac: Prepare for 0.4.2.7.
1397
1398 2009-12-02 19:13 +0000 [r11004]  Elan Ruusamäe <glen/at/pld-linux.org>
1399
1400         * rc.d/rc.sysinit: - more reverting baggins buzybox branch changes
1401           regarding hwclock
1402
1403 2009-11-24 11:07 +0000 [r11001]  Tomasz Pala <gotar/at/pld-linux.org>
1404
1405         * rc.d/rc.sysinit, rc.d/rc.shutdown: - having EVMS_LVM=yes without
1406           the tools doesn't make them work - having EVMS_LVM=no mustn't
1407           prevent plain LVM from bringing up - conclusion: these parts of
1408           code are EVMS_LVM independant
1409
1410 2009-11-22 23:24 +0000 [r10999]  Elan Ruusamäe <glen/at/pld-linux.org>
1411
1412         * rc.d/Makefile.am: - add rc.init back
1413
1414 2009-11-22 23:14 +0000 [r10998]  Elan Ruusamäe <glen/at/pld-linux.org>
1415
1416         * rc.d/rc.init (added): - restore, but this time with some doc too
1417
1418 2009-11-22 20:39 +0000 [r10996]  Elan Ruusamäe <glen/at/pld-linux.org>
1419
1420         * rc.d/rc.sysinit: - hwclock doesn't recognize -l (patch from
1421           devel-en)
1422
1423 2009-11-22 13:54 +0000 [r10995]  Elan Ruusamäe <glen/at/pld-linux.org>
1424
1425         * sysconfig/network-scripts/functions.network: - formatting
1426
1427 2009-11-22 13:51 +0000 [r10993-10994]  Elan Ruusamäe <glen/at/pld-linux.org>
1428
1429         * sysconfig/network-scripts/functions.network: - nwid already set
1430           earlier
1431
1432         * rc.d/init.d/network: - typo, dots
1433
1434 2009-11-22 09:19 +0000 [r10990-10992]  Elan Ruusamäe <glen/at/pld-linux.org>
1435
1436         * rc.d/rc.init (removed), rc.d/Makefile.am: - rc.init does not seem
1437           to be used anywhere; remove it
1438
1439         * sysconfig/network: - mention HOTPLUG
1440
1441         * sysconfig/interfaces/ifcfg-description: - cleanup
1442
1443 2009-11-20 12:58 +0000 [r10989]  Elan Ruusamäe <glen/at/pld-linux.org>
1444
1445         * rc.d/rc.shutdown: - cleanup trailing whitespace
1446
1447 2009-11-20 12:54 +0000 [r10988]  Elan Ruusamäe <glen/at/pld-linux.org>
1448
1449         * rc.d/init.d/sys-chroots: - back to /bin/sh
1450
1451 2009-11-20 12:35 +0000 [r10985-10987]  Elan Ruusamäe <glen/at/pld-linux.org>
1452
1453         * modules: - apply rc-scripts-modules.patch
1454
1455         * configure.ac: - prepare for 0.4.2.6 release
1456
1457 2009-11-19 21:21 +0000 [r10984]  Elan Ruusamäe <glen/at/pld-linux.org>
1458
1459         * rc.d/init.d/functions: - with --pidfile set in status(), don't
1460           make wrong assumptions by finding process by name
1461
1462 2009-11-19 21:07 +0000 [r10983]  Elan Ruusamäe <glen/at/pld-linux.org>
1463
1464         * rc.d/init.d/functions: - fix weird typo
1465
1466 2009-11-19 20:41 +0000 [r10982]  Elan Ruusamäe <glen/at/pld-linux.org>
1467
1468         * rc.d/init.d/functions: - if pidfile specified, pid must be there,
1469           don't fallback for pidof(1)
1470
1471 2009-11-19 13:31 +0000 [r10981]  Elan Ruusamäe <glen/at/pld-linux.org>
1472
1473         * rc.d/rc.local: - rc.local is sourced, not executed
1474
1475 2009-11-17 07:10 +0000 [r10976]  Elan Ruusamäe <glen/at/pld-linux.org>
1476
1477         * rc.d/init.d/functions, rc.d/init.d/sys-chroots, rc.d/rc,
1478           rc.d/rc.sysinit, rc.d/init.d/cryptsetup: - partial merge of
1479           baggin's busybox branch changes
1480
1481 2009-11-17 06:22 +0000 [r10975]  Elan Ruusamäe <glen/at/pld-linux.org>
1482
1483         * rc.d/init.d/functions: - status -p shortopt for --pidfile
1484
1485 2009-11-16 14:49 +0000 [r10971]  Tomasz Pala <gotar/at/pld-linux.org>
1486
1487         * sysconfig/network-scripts/functions.network: -
1488           unknown/unsupported: return 2 if no tools found or all the
1489           methods failed
1490
1491 2009-11-16 14:07 +0000 [r10970]  Tomasz Pala <gotar/at/pld-linux.org>
1492
1493         * sysconfig/network-scripts/functions.network: - don't call
1494           check_mii_tool if ethtool or iwconfig reported success
1495
1496 2009-11-16 14:03 +0000 [r10969]  Tomasz Pala <gotar/at/pld-linux.org>
1497
1498         * sysconfig/network-scripts/functions.network: - check rfkill
1499           before iwconfig (more common and doesn't require binary) - note
1500           /sys/class/net/${1}/operstate file on some systems
1501
1502 2009-11-16 14:00 +0000 [r10968]  Tomasz Pala <gotar/at/pld-linux.org>
1503
1504         * sysconfig/network-scripts/functions.network: - it's common for
1505           WiFi that all the methods of link state determinaion fail, don't
1506           abort dhclient in such case
1507
1508 2009-11-04 08:03 +0000 [r10945]  Tomasz Pala <gotar/at/pld-linux.org>
1509
1510         * sysconfig/network-scripts/ifup-br: - don't disable bridged device
1511           just before bridge starts! - this interrupts every subdevice
1512           currently active (like VLAN interfaces in another bridges)
1513
1514 2009-11-04 07:58 +0000 [r10944]  Tomasz Pala <gotar/at/pld-linux.org>
1515
1516         * sysconfig/network-scripts/ifdown-br: - dont't set bridged device
1517           down! some subdevice can still be used (e.g. VLAN interface in
1518           another bridge), - NOTE: addresses from underlying device are
1519           flushed on ifup-br so there should not exist anyone anyway
1520
1521 2009-11-03 15:47 +0000 [r10933]  Tomasz Pala <gotar/at/pld-linux.org>
1522
1523         * sysconfig/network-scripts/ifup-br: - bridge forward delay is used
1524           regardless of STP, - NB hello timer runs always too, it's just
1525           not used without STP
1526
1527 2009-10-25 18:33 +0000 [r10854]  Elan Ruusamäe <glen/at/pld-linux.org>
1528
1529         * rc.d/init.d/network: - fix devs detect
1530
1531 2009-10-16 08:50 +0000 [r10792]  Elan Ruusamäe <glen/at/pld-linux.org>
1532
1533         * rc.d/init.d/template.init: - stderr redirected anyway, nothing
1534           special needed in configtest()
1535
1536 2009-10-15 10:03 +0000 [r10789]  Paweł Zuzelski <pawelz/at/pld-linux.org>
1537
1538         * sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile: - do not reduce
1539           MTU by default. It kills ipsec.
1540
1541 2009-10-15 09:32 +0000 [r10788]  Paweł Zuzelski <pawelz/at/pld-linux.org>
1542
1543         * sysconfig/interfaces/data/chat-ppp0.gprs-playmobile (added),
1544           sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile (added): - ppp
1545           configuration for PLAY MOBILE (tested on HUAWEI E169 and E220
1546           modems)
1547
1548 2009-10-14 07:35 +0000 [r10784]  Elan Ruusamäe <glen/at/pld-linux.org>
1549
1550         * rc.d/rc.sysinit: - local args in /etc/modules processing
1551
1552 2009-09-14 23:31 +0000 [r10603]  Tomasz Pala <gotar/at/pld-linux.org>
1553
1554         * rc.d/rc.sysinit: - there's no point in trying to run
1555           vg{scan,change} if they're not present; so made them sufficient
1556           unless is_no "$EVMS_LVM"
1557
1558 2009-09-02 19:58 +0000 [r10524]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1559
1560         * rc.d/rc.sysinit: Set rc to 0 for mdadm rc=2 case.
1561
1562 2009-09-01 18:59 +0000 [r10523]  Paweł Gołaszewski <blues/at/pld-linux.org>
1563
1564         * rc.d/rc.sysinit: - cpuset shouldn't be mounted unconditionally -
1565           it has few options
1566
1567 2009-08-30 20:14 +0000 [r10518]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1568
1569         * rc.d/rc.sysinit: mdadm status codes 0 and 2 (new in mdadm 3.0)
1570           are success
1571
1572 2009-08-25 10:25 +0000 [r10493]  Elan Ruusamäe <glen/at/pld-linux.org>
1573
1574         * rc.d/rc.sysinit: - use shell construct
1575
1576 2009-08-25 09:26 +0000 [r10492]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1577
1578         * rc.d/rc.sysinit: Skip comments in args.
1579
1580 2009-08-24 06:16 +0000 [r10491]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1581
1582         * rc.d/rc.sysinit: Restore extra check.
1583
1584 2009-08-17 20:34 +0000 [r10490]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1585
1586         * rc.d/rc.sysinit, src/getkey.c: New getkey handling (from fc).
1587
1588 2009-08-16 20:53 +0000 [r10487]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1589
1590         * configure.ac: Release 0.4.2.4.
1591
1592 2009-08-11 14:06 +0000 [r10473]  Elan Ruusamäe <glen/at/pld-linux.org>
1593
1594         * rc.d/rc.sysinit: - no subshell needed and unify modprobe -c
1595           callout
1596
1597 2009-08-11 07:08 +0000 [r10469]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1598
1599         * rc.d/rc.sysinit: Don't use modprobe.conf file. Use /sbin/modprobe
1600           -c output instead.
1601
1602 2009-08-07 17:42 +0000 [r10460]  Marcin Król <hawk/at/pld-linux.org>
1603
1604         * sysconfig/network-scripts/ifup-sl,
1605           sysconfig/network-scripts/functions.network,
1606           sysconfig/network-scripts/ifup-ppp,
1607           sysconfig/network-scripts/ifup-vlan,
1608           sysconfig/network-scripts/tnlup,
1609           sysconfig/network-scripts/ifup-br, rc.d/rc.sysinit: - '-k' is no
1610           longer valid modprobe switch
1611
1612 2009-07-25 19:44 +0000 [r10427]  Elan Ruusamäe <glen/at/pld-linux.org>
1613
1614         * rc.d/init.d/template.init: - configtest alias - allow output of
1615           configtest success
1616
1617 2009-07-25 19:29 +0000 [r10426]  Elan Ruusamäe <glen/at/pld-linux.org>
1618
1619         * rc.d/init.d/template.init: - improved configtest output sequence
1620
1621 2009-07-25 19:24 +0000 [r10425]  Elan Ruusamäe <glen/at/pld-linux.org>
1622
1623         * rc.d/init.d/template.init: - add checkconfig action sample
1624
1625 2009-07-25 19:19 +0000 [r10424]  Elan Ruusamäe <glen/at/pld-linux.org>
1626
1627         * rc.d/init.d/template.init: - use <service_name> for msg as it
1628           usualy differs
1629
1630 2009-07-21 18:25 +0000 [r10422]  Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
1631
1632         * firmware-loader.sh (added), rc.d/rc.sysinit: - added
1633           firmware-loader.sh for autoload firmware on systems w/o udev
1634
1635 2009-07-17 07:40 +0000 [r10421]  shadzik <shadzik/at/pld-linux.org>
1636
1637         * sysconfig/i18n: - add en_US.UTF-8/UTF-8 de_DE.UTF-8/UTF-8
1638           en_GB.UTF-8/UTF-8 to supported langs
1639
1640 2009-07-16 18:09 +0000 [r10420]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1641
1642         * rc.d/init.d/functions: Update LINES correctly.
1643
1644 2009-07-16 17:07 +0000 [r10419]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1645
1646         * rc.d/init.d/functions: On IPMI serial console COLUMNS ends up
1647           with negative value like -13. Protect agains such thing. Also
1648           protect LINES.
1649
1650 2009-07-01 04:39 +0000 [r10409]  Elan Ruusamäe <glen/at/pld-linux.org>
1651
1652         * acinclude.m4: - fix underquoted definition warning
1653
1654 2009-07-01 04:35 +0000 [r10408]  Elan Ruusamäe <glen/at/pld-linux.org>
1655
1656         * configure.ac: - 0.4.2.3
1657
1658 2009-06-29 00:13 +0000 [r10399]  Elan Ruusamäe <glen/at/pld-linux.org>
1659
1660         * rc.d/rc.shutdown: - nice message about kexec being used
1661
1662 2009-06-28 22:17 +0000 [r10398]  Elan Ruusamäe <glen/at/pld-linux.org>
1663
1664         * rc.d/rc.shutdown: - invoke kexec only if image loaded
1665
1666 2009-06-05 18:30 +0000 [r10372]  Elan Ruusamäe <glen/at/pld-linux.org>
1667
1668         * sysconfig/network: - update udev path
1669
1670 2009-06-03 06:29 +0000 [r10367-10369]  Elan Ruusamäe <glen/at/pld-linux.org>
1671
1672         * sysconfig/network-scripts/functions.network: - one local should
1673           be enough
1674
1675         * rc.d/init.d/functions: - update path
1676
1677         * sysconfig/network-scripts/functions.network: - i don't think cat
1678           output is localized
1679
1680 2009-06-02 20:34 +0000 [r10366]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1681
1682         * sysconfig/network-scripts/functions.network: Add rfkill support.
1683
1684 2009-05-26 19:51 +0000 [r10361]  Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
1685
1686         * rc.d/init.d/functions: - don't kill -KILL (in start-stop-daemon),
1687           try TERM first
1688
1689 2009-05-22 18:30 +0000 [r10358]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1690
1691         * DEVELOPMENT, configure.ac: Prepare for 0.4.2.2.
1692
1693 2009-04-23 20:59 +0000 [r10333]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1694
1695         * sysconfig/network-scripts/functions.network: Don't rely on mii
1696           check (it's unreliable). 'radio off' clarifications. Less
1697           iterations in loop.
1698
1699 2009-04-07 09:28 +0000 [r10321-10322]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1700
1701         * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using
1702           udev it doesn't exist usually.
1703
1704         * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using
1705           udev it doesn't exist usually.
1706
1707 2009-03-26 15:11 +0000 [r10264]  Jan Rękorajski <baggins/at/pld-linux.org>
1708
1709         * sysconfig/network-scripts/ifup-aliases: - more readable
1710
1711 2009-03-26 13:33 +0000 [r10253]  Jan Rękorajski <baggins/at/pld-linux.org>
1712
1713         * sysconfig/network-scripts/ifup-aliases: - set addrlabel only if
1714           specified
1715
1716 2009-03-23 16:07 +0000 [r10235]  Jan Rękorajski <baggins/at/pld-linux.org>
1717
1718         * configure.ac: - 0.4.2.1
1719
1720 2009-03-21 21:30 +0000 [r10225-10226]  Elan Ruusamäe <glen/at/pld-linux.org>
1721
1722         * rc.d/init.d/sys-chroots: - correct
1723
1724         * rc.d/init.d/sys-chroots: - invert condition to bring down one
1725           level of indent
1726
1727 2009-03-21 21:24 +0000 [r10223-10224]  Elan Ruusamäe <glen/at/pld-linux.org>
1728
1729         * rc.d/init.d/local: - proper order of commands
1730
1731         * rc.d/init.d/killall: - correction
1732
1733 2009-03-21 21:17 +0000 [r10222]  Elan Ruusamäe <glen/at/pld-linux.org>
1734
1735         * rc.d/init.d/allowlogin: - why the space?
1736
1737 2009-03-20 16:03 +0000 [r10221]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1738
1739         * sysconfig/network-scripts/functions.network: Set nickname only
1740           when specified in config since many wifi adapters don't support
1741           this setting.
1742
1743 2009-03-19 00:15 +0000 [r10218]  Elan Ruusamäe <glen/at/pld-linux.org>
1744
1745         * DEVELOPMENT, sysconfig/network-scripts/functions.network,
1746           rc.d/init.d/functions, rc.d/rc, rc.d/rc.sysinit: - use "local"
1747           not "typeset" (compatible with: pdksh/bash/dash)
1748
1749 2009-03-16 11:34 +0000 [r10214]  Elan Ruusamäe <glen/at/pld-linux.org>
1750
1751         * rc.d/rc.sysinit, rc.d/rc.shutdown: - shorter lvm version detect
1752
1753 2009-03-16 11:27 +0000 [r10213]  Elan Ruusamäe <glen/at/pld-linux.org>
1754
1755         * rc.d/rc.shutdown: - remove unneeded subshells
1756
1757 2009-03-16 11:23 +0000 [r10212]  Elan Ruusamäe <glen/at/pld-linux.org>
1758
1759         * sysconfig/system: - typo
1760
1761 2009-03-15 23:09 +0000 [r10210-10211]  Jan Rękorajski <baggins/at/pld-linux.org>
1762
1763         * rc.d/rc.shutdown, sysconfig/system: - added UMOUNT_IGNORE option
1764
1765         * rc.d/rc.shutdown: - refactor awk invocation in fs unmounting code
1766
1767 2009-03-12 15:32 +0000 [r10208]  Elan Ruusamäe <glen/at/pld-linux.org>
1768
1769         * inittab: - sX prefix ofr serial lines
1770
1771 2009-03-11 12:41 +0000 [r10203]  Jan Rękorajski <baggins/at/pld-linux.org>
1772
1773         * configure.ac: - 0.4.2.0, well deserved version bump after few
1774           years of development
1775
1776 2009-03-10 11:39 +0000 [r10197-10198]  Jan Rękorajski <baggins/at/pld-linux.org>
1777
1778         * sysconfig/network-scripts/functions.network,
1779           sysconfig/network-scripts/ifup: - addlabel is IPv6 only
1780
1781         * sysconfig/network-scripts/ifup-aliases: - added addrlabel support
1782
1783 2009-03-10 11:33 +0000 [r10196]  Jan Rękorajski <baggins/at/pld-linux.org>
1784
1785         * sysconfig/network-scripts/ifup-aliases: - removed dead code
1786
1787 2009-03-10 11:20 +0000 [r10195]  Jan Rękorajski <baggins/at/pld-linux.org>
1788
1789         * sysconfig/network-scripts/ifup: - add IP_LABEL support
1790
1791 2009-03-10 11:16 +0000 [r10194]  Jan Rękorajski <baggins/at/pld-linux.org>
1792
1793         * sysconfig/network-scripts/functions.network: - allow addrlabel
1794           setting for ipv4 adresses
1795
1796 2009-03-10 11:11 +0000 [r10192-10193]  Jan Rękorajski <baggins/at/pld-linux.org>
1797
1798         * sysconfig/network-scripts/functions.network: - remove IP6_SRC_IF
1799           dead code - started adding IP_LABEL
1800
1801         * doc/net-scripts.txt: - remove IP6_SRC_IF, add IP_ALABEL
1802
1803 2009-03-10 11:02 +0000 [r10191]  Jan Rękorajski <baggins/at/pld-linux.org>
1804
1805         * sysconfig/interfaces/ifcfg-description: - just remove IP6_SRC_IF
1806           to avoid confusion
1807
1808 2009-03-10 10:56 +0000 [r10190]  Jan Rękorajski <baggins/at/pld-linux.org>
1809
1810         * sysconfig/interfaces/ifcfg-description: - add IP_LABEL setting
1811           for ip addrlabel (see RFC 3484) - added comment about uselessness
1812           of IP6_SRC_IF setting
1813
1814 2009-03-09 21:21 +0000 [r10186]  Jan Rękorajski <baggins/at/pld-linux.org>
1815
1816         * rc.d/init.d/functions: - use exntended regexp functionality
1817
1818 2009-03-09 21:12 +0000 [r10185]  Jan Rękorajski <baggins/at/pld-linux.org>
1819
1820         * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases,
1821           sysconfig/network-scripts/ifup-routes,
1822           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
1823           sysconfig/network-scripts/tnldown, rc.d/rc.sysinit,
1824           rc.d/init.d/cryptsetup, sysconfig/network-scripts/ifup-neigh,
1825           sysconfig/network-scripts/functions.network,
1826           rc.d/init.d/functions, sysconfig/network-scripts/ifup-vlan: - man
1827           grep, "Direct invocation as either egrep or fgrep is deprecated",
1828           use grep -F or grep -E
1829
1830 2009-03-09 21:04 +0000 [r10183-10184]  Jan Rękorajski <baggins/at/pld-linux.org>
1831
1832         * rc.d/rc.sysinit: - fix syntax
1833
1834         * rc.d/init.d/functions: - man grep, glen. "Direct invocation as
1835           either egrep or fgrep is deprecated" - and better safe than
1836           sorry, use grep -E with proper regexp
1837
1838 2009-03-09 18:50 +0000 [r10181-10182]  Elan Ruusamäe <glen/at/pld-linux.org>
1839
1840         * sysconfig/network-scripts/ifdown-vlan: - ip link help might be
1841           localized, remove unneeded subshell
1842
1843         * rc.d/init.d/functions: - /proc/mounts isn't localized and it has
1844           fixed format (use fgrep)
1845
1846 2009-03-09 18:03 +0000 [r10180]  Jan Rękorajski <baggins/at/pld-linux.org>
1847
1848         * rc.d/rc.sysinit: - use is_fsmounted for checking mount points -
1849           fix mtab entry for /dev/cpuset
1850
1851 2009-03-09 17:47 +0000 [r10179]  Jan Rękorajski <baggins/at/pld-linux.org>
1852
1853         * rc.d/init.d/functions: - use /proc/mounts if available for
1854           checking mounted fs
1855
1856 2009-03-09 16:07 +0000 [r10178]  Jan Rękorajski <baggins/at/pld-linux.org>
1857
1858         * rc.d/rc.sysinit: - check if /proc and /sys are mounted before
1859           trying to mount them
1860
1861 2009-03-09 15:54 +0000 [r10177]  Jan Rękorajski <baggins/at/pld-linux.org>
1862
1863         * rc.d/init.d/functions: - added is_fsmounted function to check if
1864           a given filesystem is mounted, requires /bin/stat (i.e. coreutils
1865           >= 7.1-2)
1866
1867 2009-03-08 15:48 +0000 [r10176]  Tomasz Pala <gotar/at/pld-linux.org>
1868
1869         * sysconfig/network-scripts/ifup: - rc.d/init.d/network calls
1870           "/sbin/ifup tnlcfg-$i boot" causing awk: cannot open tnlcfg-tun0
1871           (No such file or directory) from ifup-post tnlcfg-tun0 (calling
1872           ifup-aliases without full $CONFIG path) This fixes long lasting
1873           bug:
1874           http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg18413.html
1875           http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg11198.html
1876
1877 2009-03-06 12:56 +0000 [r10174]  Elan Ruusamäe <glen/at/pld-linux.org>
1878
1879         * rc.d/init.d/functions: - daemon() startup errors dump to stderr
1880
1881 2009-03-02 12:39 +0000 [r10159]  Elan Ruusamäe <glen/at/pld-linux.org>
1882
1883         * rc.d/rc.sysinit: - no bashism, typo
1884
1885 2009-03-02 12:28 +0000 [r10158]  Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
1886
1887         * rc.d/rc.sysinit: - remount rootfs rw only if no option 'ro' in
1888           fstab - hide remove errors on /etc/*mtab~* /fastboot etc
1889
1890 2009-02-27 16:36 +0000 [r10150]  Tomasz Pala <gotar/at/pld-linux.org>
1891
1892         * sysconfig/network-scripts/ifup-vlan: - fixed exit status when no
1893           appropriate tools found
1894
1895 2009-02-27 16:33 +0000 [r10149]  Tomasz Pala <gotar/at/pld-linux.org>
1896
1897         * sysconfig/network-scripts/ifdown-vlan: - restored vconfig support
1898           for older iproute2 users
1899
1900 2009-02-25 07:43 +0000 [r10146]  Elan Ruusamäe <glen/at/pld-linux.org>
1901
1902         * rc.d/init.d/template.init: - less indent by using return in
1903           functions
1904
1905 2009-02-21 12:43 +0000 [r10135]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1906
1907         * rc.d/rc, sysconfig/network-scripts/functions.network: Comparsion
1908           correction.
1909
1910 2009-02-20 09:05 +0000 [r10133]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1911
1912         * configure.ac: Preparations for 0.4.1.27.
1913
1914 2009-02-19 20:03 +0000 [r10132]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1915
1916         * rc.d/init.d/functions: - 15 seems to be normal color on 16 and
1917           256 color consoles
1918
1919 2009-02-19 10:15 +0000 [r10130]  Elan Ruusamäe <glen/at/pld-linux.org>
1920
1921         * rc.d/init.d/functions: - typo
1922
1923 2009-02-17 17:23 +0000 [r10127]  Tomasz Pala <gotar/at/pld-linux.org>
1924
1925         * rc.d/init.d/functions: - added {waitname:+--name $waitname} to
1926           ssd, otherwise there's no way to start qpopperd and qpoppersd
1927           both at the same time /usr/sbin/qpoppersd already running. - use
1928           long options names
1929
1930 2009-02-16 01:07 +0000 [r10123-10124]  Tomasz Pala <gotar/at/pld-linux.org>
1931
1932         * rc.d/init.d/functions: - keep one style of spacing, do not
1933           pollute sh with C-style comparision == operator
1934
1935         * rc.d/init.d/functions: - expand relative --pidfile to absolute
1936           /var/run path; ssd in killproc has broken plenty of daemons
1937           including amavisd-new, apache and clamav - dropped ancient
1938           /usr/X11R6/bin from $PATH
1939
1940 2009-02-12 11:29 +0000 [r10122]  Elan Ruusamäe <glen/at/pld-linux.org>
1941
1942         * rc.d/init.d/functions: - calculate default INIT_COL from terminal
1943           size
1944
1945 2009-02-12 11:26 +0000 [r10121]  Elan Ruusamäe <glen/at/pld-linux.org>
1946
1947         * sysconfig/system: - no hardcoded default in config for INIT_COL
1948
1949 2009-02-09 19:59 +0000 [r10115]  Elan Ruusamäe <glen/at/pld-linux.org>
1950
1951         * rc.d/init.d/functions: - typo
1952
1953 2009-02-04 20:28 +0000 [r10099]  Paweł Gołaszewski <blues/at/pld-linux.org>
1954
1955         * rc.d/init.d/functions: - makepid functionality to daemon function
1956
1957 2009-01-25 14:58 +0000 [r10096]  Elan Ruusamäe <glen/at/pld-linux.org>
1958
1959         * rc.d/init.d/cryptsetup: - LC_ALL=C for greps
1960
1961 2009-01-23 15:03 +0000 [r10095]  Elan Ruusamäe <glen/at/pld-linux.org>
1962
1963         * sysconfig/network-scripts/functions.network: - local output for
1964           func internal vars
1965
1966 2009-01-23 13:54 +0000 [r10094]  Elan Ruusamäe <glen/at/pld-linux.org>
1967
1968         * sysconfig/network-scripts/ifdown: - grepping pid from ps ax could
1969           be ambigous, use kill -0 for running-pid-check
1970
1971 2009-01-23 13:45 +0000 [r10093]  Elan Ruusamäe <glen/at/pld-linux.org>
1972
1973         * rc.d/init.d/cryptsetup: - revert unwanted commit
1974
1975 2009-01-23 13:39 +0000 [r10092]  Elan Ruusamäe <glen/at/pld-linux.org>
1976
1977         * sysconfig/network-scripts/ifup-vlan,
1978           sysconfig/network-scripts/ifup-ipx,
1979           sysconfig/network-scripts/tnlup,
1980           sysconfig/network-scripts/ifdown-sl,
1981           sysconfig/network-scripts/ifup,
1982           sysconfig/network-scripts/ifdown-irda,
1983           sysconfig/network-scripts/ifup-br,
1984           sysconfig/network-scripts/ifup-plip, sysconfig/system,
1985           sysconfig/network-scripts/ifup-iucv, rc.d/rc,
1986           sysconfig/network-scripts/ifdown-post, rc.d/rc.init, lang.csh,
1987           hwprofile, service, sysconfig/network-scripts/ifup-sl,
1988           sysconfig/network-scripts/ifup-irda,
1989           sysconfig/network-scripts/ifup-routes, rc.d/rc.shutdown,
1990           sysconfig/network-scripts/ifup-aliases,
1991           sysconfig/network-scripts/ifdown-ppp,
1992           sysconfig/network-scripts/tnldown,
1993           sysconfig/network-scripts/ifup-post,
1994           sysconfig/network-scripts/ifup-plusb,
1995           sysconfig/network-scripts/ifdown,
1996           sysconfig/network-scripts/ifdown-br,
1997           sysconfig/network-scripts/ifup-neigh,
1998           sysconfig/network-scripts/ifup-ppp: - cleanup vi:syntax, not
1999           needed and doesn't work anyway (should be vim:ft if any)
2000
2001 2009-01-23 13:34 +0000 [r10091]  Elan Ruusamäe <glen/at/pld-linux.org>
2002
2003         * Makefile.am, sysconfig/network-scripts/ifdown-br,
2004           rc.d/init.d/cryptsetup,
2005           sysconfig/network-scripts/functions.network, configure.ac,
2006           sysconfig/network-scripts/ifup-vlan,
2007           sysconfig/network-scripts/ifup-aliases,
2008           sysconfig/network-scripts/tnlup,
2009           sysconfig/network-scripts/ifdown-vlan,
2010           sysconfig/network-scripts/ifup-br,
2011           sysconfig/network-scripts/tnldown,
2012           sysconfig/network-scripts/ifdown: - force LC_ALL=C when grepping
2013           data from possibly localized program outputs
2014
2015 2009-01-22 09:06 +0000 [r10090]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2016
2017         * sysconfig/interfaces/ifcfg-description: Mention GVRP option.
2018
2019 2009-01-22 09:02 +0000 [r10089]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2020
2021         * po/pl.po: Update
2022
2023 2009-01-22 08:56 +0000 [r10087-10088]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2024
2025         * sysconfig/network-scripts/functions.network,
2026           sysconfig/network-scripts/ifup-vlan: Prefer vlan creation using
2027           iproute2, fallback to vconfig.
2028
2029         * sysconfig/network-scripts/ifdown: No need for special handling
2030           for vlans when downing master device.
2031
2032 2009-01-22 08:41 +0000 [r10086]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2033
2034         * sysconfig/network-scripts/ifdown-vlan: vconfig no longer needed
2035           here.
2036
2037 2009-01-22 07:43 +0000 [r10085]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2038
2039         * sysconfig/network-scripts/ifdown,
2040           sysconfig/network-scripts/ifdown-vlan: Delete devices using
2041           iproute2.
2042
2043 2009-01-05 19:08 +0000 [r10050]  Jan Rękorajski <baggins/at/pld-linux.org>
2044
2045         * rc.d/rc.sysinit, rc.d/init.d/cpusets: - use noprefix mount option
2046           for cgroup cpuset
2047
2048 2009-01-02 19:01 +0000 [r10047-10048]  Jan Rękorajski <baggins/at/pld-linux.org>
2049
2050         * sysconfig/cpusets/cpuset-test: - removed reference to cpuset
2051           virtualization (feature long dead, and no signs of resurrection)
2052
2053         * rc.d/init.d/cpusets: - fix for /dev/cpuset mounted as cgroup
2054           -ocpuset
2055
2056 2008-12-31 19:25 +0000 [r10044]  Jan Rękorajski <baggins/at/pld-linux.org>
2057
2058         * configure.ac: 0.4.1.26
2059
2060 2008-12-25 07:08 +0000 [r10040]  Jakub Bogusz <qboosh/at/pld-linux.org>
2061
2062         * rc.d/init.d/functions: - optional argument in square brackets
2063
2064 2008-12-16 19:00 +0000 [r10038]  Elan Ruusamäe <glen/at/pld-linux.org>
2065
2066         * rc.d/init.d/functions: - add usage for killproc - shift 2 is
2067           better than shift shift
2068
2069 2008-12-16 18:55 +0000 [r10037]  Elan Ruusamäe <glen/at/pld-linux.org>
2070
2071         * rc.d/init.d/functions: - try ssd for killproc. needs pidfile to
2072           work reliably - what values to use for --retry?
2073
2074 2008-12-11 17:04 +0000 [r10034]  Elan Ruusamäe <glen/at/pld-linux.org>
2075
2076         * rc.d/rc.sysinit: - display LVM VG stats after LVM has been
2077           initialized
2078
2079 2008-12-09 14:35 +0000 [r10030]  Jan Rękorajski <baggins/at/pld-linux.org>
2080
2081         * sysconfig/network-scripts/ifup-ppp, rc.d/rc.shutdown, po/pl.po,
2082           sysconfig/system, rc.d/rc.sysinit: - removed DevFS support
2083
2084 2008-12-09 14:31 +0000 [r10029]  Jan Rękorajski <baggins/at/pld-linux.org>
2085
2086         * rc.d/rc.sysinit: - udev-135-2 finally creates /dev/cpuset
2087           directory - use cgroup fs in newer kernels
2088
2089 2008-12-04 19:49 +0000 [r10022]  Paweł Sikora <pluto/at/pld-linux.org>
2090
2091         * rc.d/rc.sysinit: - allow usb group to operate on /proc/bus/usb.
2092
2093 2008-12-02 07:14 +0000 [r10020]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2094
2095         * sysctl.conf: Leave default for kernel.
2096
2097 2008-12-02 00:08 +0000 [r10019]  Paweł Sikora <pluto/at/pld-linux.org>
2098
2099         * sysctl.conf: - describe kernel.randomize_va_space feature.
2100
2101 2008-11-30 19:27 +0000 [r10016]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2102
2103         * sysconfig/network-scripts/ifup-vlan: Load 8021q module.
2104
2105 2008-11-30 15:15 +0000 [r10014]  Elan Ruusamäe <glen/at/pld-linux.org>
2106
2107         * rc.d/init.d/functions: - add --pidfile to status()
2108
2109 2008-11-28 16:09 +0000 [r10010]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2110
2111         * sysconfig/interfaces/ifcfg-eth0.1,
2112           sysconfig/network-scripts/ifup,
2113           sysconfig/interfaces/ifcfg-description: macvlan support.
2114
2115 2008-11-27 14:47 +0000 [r10007]  Jan Rękorajski <baggins/at/pld-linux.org>
2116
2117         * rc.d/rc.sysinit: - load dm-mod before using dmsetup in multipath
2118           case
2119
2120 2008-11-18 13:40 +0000 [r9998]  Elan Ruusamäe <glen/at/pld-linux.org>
2121
2122         * rc.d/init.d/cryptsetup: - catch missing device errors
2123
2124 2008-11-18 13:26 +0000 [r9996-9997]  Elan Ruusamäe <glen/at/pld-linux.org>
2125
2126         * sysconfig/interfaces/data/chat-ppp0.kou: - it starts pppd right
2127           after connection - with kernel or fixed firmware there's OK said
2128           after ATZ
2129
2130         * sysconfig/interfaces/ifcfg-ppp0.kou: - add debug line (disabled)
2131
2132 2008-11-14 01:23 +0000 [r9991]  Elan Ruusamäe <glen/at/pld-linux.org>
2133
2134         * rc.d/init.d/cryptsetup: - use nls
2135
2136 2008-11-12 23:27 +0000 [r9985]  Elan Ruusamäe <glen/at/pld-linux.org>
2137
2138         * rc.d/init.d/cryptsetup: - dmsetup mknodes so the startup doesn't
2139           complain on missing nodes
2140
2141 2008-11-10 00:46 +0000 [r9974]  Elan Ruusamäe <glen/at/pld-linux.org>
2142
2143         * rc.d/init.d/cryptsetup: - output formatting cosmetics
2144
2145 2008-11-10 00:15 +0000 [r9973]  Elan Ruusamäe <glen/at/pld-linux.org>
2146
2147         * rc.d/init.d/cryptsetup: - no bashism
2148
2149 2008-11-05 22:48 +0000 [r9970]  Elan Ruusamäe <glen/at/pld-linux.org>
2150
2151         * rc.d/init.d/functions: - add --chdir to daemon()
2152
2153 2008-11-05 22:39 +0000 [r9969]  Elan Ruusamäe <glen/at/pld-linux.org>
2154
2155         * rc.d/init.d/functions: - -u is for stopping in ssd
2156
2157 2008-11-04 20:04 +0000 [r9963]  Elan Ruusamäe <glen/at/pld-linux.org>
2158
2159         * configure.ac: - wtf 0.4.1.24 was already there? bump to 0.4.1.25
2160           then
2161
2162 2008-11-04 19:57 +0000 [r9962]  Elan Ruusamäe <glen/at/pld-linux.org>
2163
2164         * DEVELOPMENT: - somewhy have to svn up again after configure.ac
2165           commit
2166
2167 2008-11-04 19:45 +0000 [r9959]  Elan Ruusamäe <glen/at/pld-linux.org>
2168
2169         * configure.ac: - 0.4.1.24 release
2170
2171 2008-11-04 18:07 +0000 [r9958]  Elan Ruusamäe <glen/at/pld-linux.org>
2172
2173         * lang.sh: - LC_ALL was still overwritten with i18n value even if
2174           one had from ssh session
2175
2176 2008-10-29 08:54 +0000 [r9927]  Elan Ruusamäe <glen/at/pld-linux.org>
2177
2178         * run-parts: - rip out -u <runas_user> -- it's bad concept and
2179           nothing should be using it anyway
2180
2181 2008-10-28 00:09 +0000 [r9926]  Elan Ruusamäe <glen/at/pld-linux.org>
2182
2183         * run-parts: - add --test and -- to behave like debian run-parts(1)
2184
2185 2008-10-26 13:43 +0000 [r9922]  Tomasz Pala <gotar/at/pld-linux.org>
2186
2187         * sysconfig/system, rc.d/rc.sysinit: - introduce START_UDEV
2188           variable
2189
2190 2008-10-25 22:53 +0000 [r9921]  Andrzej Dopierała <undefine/at/pld-linux.org>
2191
2192         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
2193           - wpa is also usefull with not wireless devices - eg with 8021x.
2194           - patch by Pawel Nogas <pnogas(AT)amu(DOT)edu(DOT)pl>
2195
2196 2008-10-25 18:35 +0000 [r9920]  Radosław Zieliński <radek/at/pld-linux.org>
2197
2198         * sysconfig/network-scripts/ifup: - removed sed dependency
2199
2200 2008-10-25 18:16 +0000 [r9918-9919]  Radosław Zieliński <radek/at/pld-linux.org>
2201
2202         * sysconfig/interfaces/ifcfg-eth0.1: - typo
2203
2204         * sysconfig/network-scripts/ifdown, doc/net-scripts.txt,
2205           sysconfig/interfaces/ifcfg-eth0, sysconfig/network-scripts/ifup:
2206           - support for automatic 6to4 tunnels
2207
2208 2008-10-13 13:21 +0000 [r9909]  Tomasz Pala <gotar/at/pld-linux.org>
2209
2210         * backtick-test.sh (added), rc.d/init.d/network: - restored some
2211           backticks - pdksh has broken $(...) closing paren detection, -
2212           added backtick-test.sh to test whenever this would be valid some
2213           day
2214
2215 2008-10-13 01:04 +0000 [r9908]  Tomasz Pala <gotar/at/pld-linux.org>
2216
2217         * rc.d/init.d/cpusets, rc.d/init.d/functions, rc.d/init.d/network:
2218           - unified function definitions (line-saving way), - use
2219           unambiguous $(...) instead of backticks.
2220
2221 2008-10-12 18:08 +0000 [r9907]  Tomasz Pala <gotar/at/pld-linux.org>
2222
2223         * rc.d/init.d/functions: - start-stop-daemon uses -c not -u to
2224           change UID
2225
2226 2008-09-16 20:39 +0000 [r9869]  Elan Ruusamäe <glen/at/pld-linux.org>
2227
2228         * inittab: - full set of samples for default terminals (default
2229           keymap doesn't allow you switch over 12)
2230
2231 2008-09-15 08:23 +0000 [r9868]  Elan Ruusamäe <glen/at/pld-linux.org>
2232
2233         * inittab: - you don't likely need so many terminals
2234
2235 2008-08-07 20:39 +0000 [r9860]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2236
2237         * rc.d/rc.sysinit: Actually don't use -s option since dmesg uses
2238           klogctl() to retrieve real ring buffer size.
2239
2240 2008-08-07 20:36 +0000 [r9859]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2241
2242         * rc.d/rc.sysinit: dump 524288 of dmesg data
2243
2244 2008-07-24 10:10 +0000 [r9851]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2245
2246         * sysctl.conf: Don't set net.ipv4.ip_local_port_range; use kernel
2247           default
2248
2249 2008-07-24 10:06 +0000 [r9850]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2250
2251         * sysctl.conf: Disable tcp syncookies by default (these disable
2252           SACK which according to DaveM 'sets TCP stack back by 10 years')
2253
2254 2008-07-22 17:39 +0000 [r9849]  Jakub Bogusz <qboosh/at/pld-linux.org>
2255
2256         * sysconfig/i18n: - proper encoding for de_DE
2257
2258 2008-07-17 20:42 +0000 [r9846]  shadzik <shadzik/at/pld-linux.org>
2259
2260         * sysconfig/network-scripts/ifup: - wpa_supplicant 0.6.3 doesn't
2261           have a "-w" option!!
2262
2263 2008-06-10 21:00 +0000 [r9801]  Paweł Gołaszewski <blues/at/pld-linux.org>
2264
2265         * sysconfig/network-scripts/ifup-ppp: - try last resort in setting
2266           MODEMPORT - compatibility change.
2267
2268 2008-06-01 11:28 +0000 [r9785]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2269
2270         * rc.d/init.d/functions: Export ISATTY. Calling this test from
2271           inside of initlog() return true even if output still goes into
2272           terminal. By exporting we make sure that initial test result is
2273           used for entire run of the script. Fixes wrong 'DONE' string
2274           alignment when bringin up dhcp.
2275
2276 2008-05-22 19:08 +0000 [r9761]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2277
2278         * sysconfig/network-scripts/ifdown: Return can be only from
2279           function. Use exit.
2280
2281 2008-05-19 06:21 +0000 [r9759-9760]  Elan Ruusamäe <glen/at/pld-linux.org>
2282
2283         * rc.d/init.d/functions: - tabs
2284
2285         * rc.d/init.d/functions: - try not to use initlog if $RC_LOGGING is
2286           off (avoits usleeps for each startup)
2287
2288 2008-05-19 06:05 +0000 [r9756-9757]  Elan Ruusamäe <glen/at/pld-linux.org>
2289
2290         * configure.ac: - 0.4.1.23
2291
2292         * rc.d/init.d/functions: - add --pidfile to daemon()
2293
2294 2008-04-27 02:00 +0000 [r9733]  Elan Ruusamäe <glen/at/pld-linux.org>
2295
2296         * rc.d/init.d/functions: - disable log_success/log_failed when
2297           RC_LOGGING is off
2298
2299 2008-04-27 01:34 +0000 [r9731-9732]  Elan Ruusamäe <glen/at/pld-linux.org>
2300
2301         * sysconfig/interfaces/tnlcfg-description: - utf8
2302
2303         * doc/polski.dsl, doc/sysconfig.docb, doc/rc-scripts.docb: - utf8
2304
2305 2008-04-27 01:29 +0000 [r9730]  Elan Ruusamäe <glen/at/pld-linux.org>
2306
2307         * configure.ac, rc-scripts.spec.in (removed), Makefile.am: -
2308           outdated, use spec from cvs
2309
2310 2008-04-27 01:24 +0000 [r9729]  Elan Ruusamäe <glen/at/pld-linux.org>
2311
2312         * sysconfig/network-scripts/ifdown-irda,
2313           sysconfig/network-scripts/ifdown-vlan,
2314           sysconfig/network-scripts/ifup-br,
2315           sysconfig/network-scripts/tnldown,
2316           sysconfig/network-scripts/ifdown-br, hwprofile,
2317           sysconfig/network-scripts/ifup-irda, rc.d/init.d/functions,
2318           sysconfig/network-scripts/ifup-vlan,
2319           sysconfig/network-scripts/tnlup: - utf8
2320
2321 2008-04-27 01:20 +0000 [r9728]  Elan Ruusamäe <glen/at/pld-linux.org>
2322
2323         * AUTHORS: - utf8
2324
2325 2008-04-24 21:23 +0000 [r9724-9725]  Elan Ruusamäe <glen/at/pld-linux.org>
2326
2327         * configure.ac: - 0.4.1.22
2328
2329         * rc.d/init.d/functions: - make stripping string suffixes from
2330           EXTRAVER more greedy
2331
2332 2008-04-23 22:35 +0000 [r9720-9722]  Elan Ruusamäe <glen/at/pld-linux.org>
2333
2334         * configure.ac: - 0.4.1.21
2335
2336         * rc.d/rc.sysinit: - leave note for future not to fall again
2337
2338         * rc.d/init.d/functions: - handle also `uname -r` returning
2339           "2.6.25-1"
2340
2341 2008-04-23 22:27 +0000 [r9718-9719]  Elan Ruusamäe <glen/at/pld-linux.org>
2342
2343         * rc.d/rc.sysinit: - second try: /var/run cleanup without find and
2344           without args len exceeded error
2345
2346         * rc.d/init.d/functions: - fix for kernels whose release is
2347           "2.6.25_vanilla-1", found by vip`
2348
2349 2008-04-16 17:30 +0000 [r9711]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2350
2351         * sysconfig/i18n: Obsolete texts.
2352
2353 2008-04-09 09:02 +0000 [r9703-9704]  Jan Rękorajski <baggins/at/pld-linux.org>
2354
2355         * configure.ac: - 0.4.1.20
2356
2357         * rc.d/rc.sysinit: - reverted r9238, /usr may NOT be mounted at
2358           this time, ever heard of NFS?
2359
2360 2008-03-27 15:42 +0000 [r9688]  Patryk Zawadzki <patrys/at/pld-linux.org>
2361
2362         * configure.ac: - bump version to 0.4.1.19
2363
2364 2008-03-27 15:19 +0000 [r9687]  Patryk Zawadzki <patrys/at/pld-linux.org>
2365
2366         * rc.d/rc.shutdown: - force reboot/halt to work with other init
2367           daemons
2368
2369 2008-03-26 19:43 +0000 [r9685]  Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
2370
2371         * configure.ac: - forgot to commit; 0.4.1.18
2372
2373 2008-03-26 16:20 +0000 [r9682]  Elan Ruusamäe <glen/at/pld-linux.org>
2374
2375         * setsysfont: - /usr is not mounted when this is called from
2376           rc.sysinit
2377
2378 2008-03-26 14:42 +0000 [r9681]  Elan Ruusamäe <glen/at/pld-linux.org>
2379
2380         * sysconfig/network: - i always set full hostname here, why "only
2381           hostname" comment?
2382
2383 2008-03-26 08:46 +0000 [r9680]  Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
2384
2385         * sysconfig/network-scripts/ifup-ppp: - "sync" option must be used
2386           before "plugin" option - changes made by seba (at) pro-ject.net
2387           (merged from cvs)
2388
2389 2008-03-26 08:42 +0000 [r9677-9679]  Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
2390
2391         * sysconfig/interfaces/Makefile.am: - added
2392           ifcfg-ppp0.ueagle4-neostrada
2393
2394         * sysconfig/interfaces/ifcfg-description: - added SYNC option
2395
2396         * sysconfig/interfaces/ifcfg-ppp0.ueagle4-neostrada (added): -
2397           config for neostrada using usb modem Sagem E4
2398
2399 2008-03-26 08:11 +0000 [r9675]  Elan Ruusamäe <glen/at/pld-linux.org>
2400
2401         * configure.ac: - release 0.4.1.17
2402
2403 2008-03-25 23:41 +0000 [r9674]  Elan Ruusamäe <glen/at/pld-linux.org>
2404
2405         * rc.d/init.d/template.init: - more chkconfig vars
2406
2407 2008-03-25 15:14 +0000 [r9670-9671]  Elan Ruusamäe <glen/at/pld-linux.org>
2408
2409         * sysconfig/network-scripts/ifup-ppp: - actually check $MODEMPORT
2410           being chardevice after all *DSL variants
2411
2412         * sysconfig/network-scripts/ifup-ppp: - check $MODEMPORT set from
2413           config (not the value set from this script)
2414
2415 2008-03-24 19:17 +0000 [r9667-9668]  Elan Ruusamäe <glen/at/pld-linux.org>
2416
2417         * configure.ac: - release 0.4.1.16
2418
2419         * sysconfig/network-scripts/functions.network: - return val doc for
2420           check_{mii_tool,ethtool,iwconfig} - code readability
2421
2422 2008-03-22 12:14 +0000 [r9649]  Jakub Bogusz <qboosh/at/pld-linux.org>
2423
2424         * sysconfig/interfaces/ifcfg-description: - typo
2425
2426 2008-03-19 14:21 +0000 [r9646]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2427
2428         * rc.d/rc.shutdown: Use .sh - safer.
2429
2430 2008-03-19 12:51 +0000 [r9645]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2431
2432         * rc.d/rc.shutdown: Multiple UPS support.
2433
2434 2008-03-09 12:33 +0000 [r9575]  Jakub Bogusz <qboosh/at/pld-linux.org>
2435
2436         * setsysfont: - use "locale charmap" to detect UTF-8 locales
2437           properly - call unicode_stop for non-UTF locales (Linux 2.6.24+
2438           has unicode console by default)
2439
2440 2008-03-01 18:01 +0000 [r9549]  Andrzej Dopierała <undefine/at/pld-linux.org>
2441
2442         * sysconfig/interfaces/ifcfg-eth0: - add commented DHCP_OPTIONS
2443           option to show how to pass parameters to dhcp client
2444
2445 2008-02-27 10:35 +0000 [r9533]  Elan Ruusamäe <glen/at/pld-linux.org>
2446
2447         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
2448           - fix for network script that it does not enslave eth interfaces
2449           from it during stop phase (Ilja Bobkevič)
2450
2451 2008-02-18 20:56 +0000 [r9424]  Elan Ruusamäe <glen/at/pld-linux.org>
2452
2453         * sysconfig/network-scripts/ifup-ppp: - require $MODEMPORT being
2454           character device (/dev/modem, /dev/tts/USB0)
2455
2456 2008-02-14 15:23 +0000 [r9346]  Elan Ruusamäe <glen/at/pld-linux.org>
2457
2458         * sysconfig/interfaces/ifcfg-ppp0.pppoe (added): - add config i
2459           used for adsl setup
2460
2461 2008-02-11 10:16 +0000 [r9303]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2462
2463         * rc.d/rc.shutdown: mdadm stop will yell that it can't stop rootfs
2464           array. Such errors are misleading and useless.
2465
2466 2008-02-09 20:00 +0000 [r9279]  Elan Ruusamäe <glen/at/pld-linux.org>
2467
2468         * sysconfig/network-scripts/ifup-ppp: - fail on required MODEMPORT
2469           (or set it to /dev/modem?)
2470
2471 2008-02-08 22:58 +0000 [r9254]  Elan Ruusamäe <glen/at/pld-linux.org>
2472
2473         * sysconfig/network-scripts/ifup-ppp: - typo
2474
2475 2008-02-08 22:17 +0000 [r9252-9253]  Elan Ruusamäe <glen/at/pld-linux.org>
2476
2477         * sysconfig/interfaces/data/Makefile.am: - kõu disconnect script
2478
2479         * sysconfig/interfaces/data/chat-ppp0.kou-disconnect (added): -
2480           disconnect script (not tested)
2481
2482 2008-02-08 19:34 +0000 [r9240-9245]  Elan Ruusamäe <glen/at/pld-linux.org>
2483
2484         * sysconfig/interfaces/Makefile.am,
2485           sysconfig/interfaces/data/Makefile.am: - files for kõu
2486           (http://www.kou.ee/)
2487
2488         * sysconfig/interfaces/ifcfg-ppp0.kou: - renamed chatscript
2489
2490         * sysconfig/interfaces/data/chat-ppp0.kou (added),
2491           sysconfig/interfaces/data/chat-kou (removed): - renamed
2492
2493         * sysconfig/interfaces/ifcfg-ppp0.kou (added),
2494           sysconfig/interfaces/ifcfg-kou (removed): - renamed
2495
2496         * sysconfig/interfaces/data/chat-kou (added): - chat script for kõu
2497           (http://www.kou.ee/)
2498
2499         * sysconfig/interfaces/ifcfg-kou (added): - config for kõu
2500           (http://www.kou.ee/)
2501
2502 2008-02-08 17:34 +0000 [r9238]  Elan Ruusamäe <glen/at/pld-linux.org>
2503
2504         * rc.d/rc.sysinit: - use find to overcome arguments length exceeded
2505           when descending to php sessions dir (and yes, /usr is already
2506           mounted when this code is ran)
2507
2508 2008-02-08 15:39 +0000 [r9237]  Elan Ruusamäe <glen/at/pld-linux.org>
2509
2510         * sysconfig/network-scripts/ifup-ppp: - give hint on missing
2511           chatscript error
2512
2513 2008-02-08 14:54 +0000 [r9236]  Elan Ruusamäe <glen/at/pld-linux.org>
2514
2515         * sysconfig/interfaces/ifcfg-description: - placeholder for
2516           WVDIALSECT
2517
2518 2008-01-29 12:10 +0000 [r9209]  Elan Ruusamäe <glen/at/pld-linux.org>
2519
2520         * modules: - mention that /etc/modules.X.Y and /etc/modules.X.Y.Z
2521           are readed too - mention that module options are processed too
2522
2523 2008-01-15 09:40 +0000 [r9174]  Elan Ruusamäe <glen/at/pld-linux.org>
2524
2525         * rc.d/rc.local: - leave EOF clean ;)
2526
2527 2007-12-30 13:31 +0000 [r9170]  Elan Ruusamäe <glen/at/pld-linux.org>
2528
2529         * configure.ac: - prepare 0.4.1.15
2530
2531 2007-12-27 00:52 +0000 [r9162]  Elan Ruusamäe <glen/at/pld-linux.org>
2532
2533         * rc.d/init.d/functions: - handle when there's no terminal attached
2534           (f.e gui tools like smart)
2535
2536 2007-12-17 17:39 +0000 [r9145]  Elan Ruusamäe <glen/at/pld-linux.org>
2537
2538         * rc.d/init.d/local: - implement status
2539
2540 2007-12-17 17:35 +0000 [r9144]  Elan Ruusamäe <glen/at/pld-linux.org>
2541
2542         * rc.d/init.d/allowlogin: - implement status
2543
2544 2007-12-11 12:29 +0000 [r9137-9140]  Elan Ruusamäe <glen/at/pld-linux.org>
2545
2546         * configure.ac: - prepare 0.4.1.14
2547
2548         * rc.d/rc.sysinit: - load dm-multipath module before multipath
2549           activating for setups when rootfs was not also on multipath
2550
2551 2007-12-10 22:25 +0000 [r9135]  Elan Ruusamäe <glen/at/pld-linux.org>
2552
2553         * lang.sh: - cosmetics
2554
2555 2007-12-10 22:20 +0000 [r9134]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2556
2557         * lang.sh: Don't overwrite session settings (that can be comming
2558           from ssh).
2559
2560 2007-12-08 13:05 +0000 [r9132]  Elan Ruusamäe <glen/at/pld-linux.org>
2561
2562         * rc.d/init.d/network: - cleanups
2563
2564 2007-12-08 13:02 +0000 [r9130-9131]  Elan Ruusamäe <glen/at/pld-linux.org>
2565
2566         * rc.d/init.d/network: - added reload target (will ask DHCP client
2567           to renew lease), only dhcpcd supported for now
2568
2569         * sysconfig/network-scripts/functions.network: - minor cosetics
2570
2571 2007-12-05 13:15 +0000 [r9128]  Elan Ruusamäe <glen/at/pld-linux.org>
2572
2573         * rc.d/Makefile.am, rc.d/rc.modules (removed): - rc.modules
2574           functionality integrated to rc.sysinit
2575
2576 2007-12-05 13:02 +0000 [r9127]  Elan Ruusamäe <glen/at/pld-linux.org>
2577
2578         * rc.d/rc.sysinit: - formatting
2579
2580 2007-12-01 20:49 +0000 [r9125]  Adam Gołębiowski <adamg/at/pld-linux.org>
2581
2582         * rc.d/rc.sysinit: - skip fsck on / if device node doesn't exist
2583           yet, e.g.: rootfs-on-lvm and udev is used (perhaps we should try
2584           to fsck / once more later on?)
2585
2586 2007-11-28 20:28 +0000 [r9117]  Jakub Bogusz <qboosh/at/pld-linux.org>
2587
2588         * rc.d/init.d/template.init: - simplicity and verboseness wins: let
2589           try-restart inform if service is not running
2590
2591 2007-11-26 20:37 +0000 [r9102]  Elan Ruusamäe <glen/at/pld-linux.org>
2592
2593         * sysconfig/network-scripts/ifdown,
2594           sysconfig/network-scripts/functions.network,
2595           sysconfig/network-scripts/ifup: - apply
2596           SOURCES/rc-scripts-dev_alias.patch (if it is buggy then the bugs
2597           should be fixed -- it's been applied in pld ac for ages)
2598
2599 2007-11-26 20:32 +0000 [r9101]  Elan Ruusamäe <glen/at/pld-linux.org>
2600
2601         * rc.d/rc.sysinit: - /etc/rc.d/rc.modules moved to internal
2602           functions - module paramters also accepted from modules file
2603
2604 2007-11-26 20:15 +0000 [r9100]  Elan Ruusamäe <glen/at/pld-linux.org>
2605
2606         * rc.d/rc.sysinit: - make $RUN_DEPMOD=ifmissing really behave so as
2607           described (depmod -A stats every module file in modules dir)
2608
2609 2007-11-26 20:08 +0000 [r9096-9099]  Elan Ruusamäe <glen/at/pld-linux.org>
2610
2611         * rc.d/rc.modules: - plain modprobe the module - skip loading
2612           rc-scripts functions if they appear to be loaded already
2613
2614         * rc.d/rc.shutdown: - apply SOURCES/rc-scripts-fuser.patch
2615
2616         * rc.d/init.d/functions: - tab-safe is_empty_file() now (from
2617           rc.modules)
2618
2619         * sysconfig/system: - add $RC_BOOTLOG=yes
2620
2621 2007-11-26 17:46 +0000 [r9092]  Elan Ruusamäe <glen/at/pld-linux.org>
2622
2623         * configure.ac: - prepare 0.4.1.13
2624
2625 2007-11-25 11:18 +0000 [r9091]  Jakub Bogusz <qboosh/at/pld-linux.org>
2626
2627         * rc.d/init.d/template.init: - force-reload is not supposed to
2628           start service if it is not running - new try-restart action (as
2629           specified by LSB 3.1.0, formerly "condrestart" in some distros)
2630           it should restart service if running and just exit sucessfully
2631           otherwise
2632
2633 2007-11-25 08:46 +0000 [r9090]  Jakub Bogusz <qboosh/at/pld-linux.org>
2634
2635         * rc.d/init.d/template.init: - simplified
2636
2637 2007-11-21 23:24 +0000 [r9076-9077]  Elan Ruusamäe <glen/at/pld-linux.org>
2638
2639         * rc.d/init.d/template.init: - better this way
2640
2641         * rc.d/init.d/template.init: - this should be restart, who put
2642           reload there?
2643
2644 2007-11-21 23:18 +0000 [r9074-9075]  Elan Ruusamäe <glen/at/pld-linux.org>
2645
2646         * rc.d/init.d/template.init: - reload also could use pidfile
2647
2648         * rc.d/init.d/template.init: - one more killproc sample
2649
2650 2007-11-13 18:57 +0000 [r9043]  Elan Ruusamäe <glen/at/pld-linux.org>
2651
2652         * rc.d/rc.sysinit: - suffix dm-multipath partitions with pN
2653
2654 2007-11-09 01:54 +0000 [r9033]  Elan Ruusamäe <glen/at/pld-linux.org>
2655
2656         * rc.d/rc.shutdown: - blogd might be already down and it might had
2657           been started manually
2658
2659 2007-11-09 01:47 +0000 [r9032]  Elan Ruusamäe <glen/at/pld-linux.org>
2660
2661         * sysconfig/hwprofiles/Makefile.am: - if the file is not packaged
2662           in spec, don't install it either
2663
2664 2007-11-09 01:37 +0000 [r9030-9031]  Elan Ruusamäe <glen/at/pld-linux.org>
2665
2666         * rc.d/rc.sysinit, rc.d/rc.shutdown: - /etc/crypttab shouldn't be
2667           empty when using it
2668
2669         * rc.d/init.d/functions: - add is_empty_file() function
2670
2671 2007-11-09 01:20 +0000 [r9028-9029]  Elan Ruusamäe <glen/at/pld-linux.org>
2672
2673         * crypttab (added), Makefile.am: - add sample /etc/crypttab
2674
2675         * TODO: - cleanup
2676
2677 2007-11-09 01:10 +0000 [r9027]  Elan Ruusamäe <glen/at/pld-linux.org>
2678
2679         * rc.d/rc.sysinit, rc.d/rc.shutdown: - bugfixes for crypttab
2680
2681 2007-11-09 00:49 +0000 [r9025-9026]  Elan Ruusamäe <glen/at/pld-linux.org>
2682
2683         * rc.d/rc.shutdown: - add /etc/crypttab processing
2684
2685         * rc.d/init.d/cryptsetup: - add halt_crypto() from fc
2686           initscripts-8.54 - add standalone mode for start/stop
2687
2688 2007-11-09 00:37 +0000 [r9024]  Elan Ruusamäe <glen/at/pld-linux.org>
2689
2690         * rc.d/rc.sysinit: - initial /etc/crypttab processing
2691
2692 2007-11-09 00:33 +0000 [r9021-9023]  Elan Ruusamäe <glen/at/pld-linux.org>
2693
2694         * rc.d/init.d/Makefile.am: - add cryptsetup
2695
2696         * rc.d/init.d/cryptsetup (added): - based on code from rc.sysinit
2697           of fc initscripts-8.54
2698
2699         * man/Makefile.am, man/crypttab.5 (added): - add crypttab.5 from fc
2700           initscripts-8.54
2701
2702 2007-11-09 00:21 +0000 [r9020]  Elan Ruusamäe <glen/at/pld-linux.org>
2703
2704         * rc.d/init.d/random: - use subsys lock files
2705
2706 2007-11-09 00:00 +0000 [r9019]  Elan Ruusamäe <glen/at/pld-linux.org>
2707
2708         * rc.d/rc.shutdown, rc.d/rc.sysinit: - blogd updates
2709
2710 2007-11-08 00:42 +0000 [r9016]  Elan Ruusamäe <glen/at/pld-linux.org>
2711
2712         * src/usleep.c, man/usleep.1, src/Makefile.am: - update with suse
2713           variant from killproc-2.12 (and who's oot?
2714           http://lists.rpath.com/pipermail/initscripts-commits/2006-December/000573.html)
2715
2716 2007-11-08 00:29 +0000 [r9013-9015]  Elan Ruusamäe <glen/at/pld-linux.org>
2717
2718         * src/initlog.c: - update from initscripts-8.54, except killing
2719           startDaemon() and adding deprecation message
2720
2721         * src/initlog.conf: - update from initscripts-8.54
2722
2723         * src/minilogd.c: - update from initscripts-8.54
2724
2725 2007-11-06 18:55 +0000 [r9004-9005]  Elan Ruusamäe <glen/at/pld-linux.org>
2726
2727         * configure.ac: - release 0.4.1.12
2728
2729         * rc.d/init.d/functions: - missing shift for nice level parsing in
2730           daemon(). fixes some (broken) initscripts
2731
2732 2007-11-05 18:09 +0000 [r8991]  Elan Ruusamäe <glen/at/pld-linux.org>
2733
2734         * sysconfig/clock: - UTC clock by default. See:
2735           http://glen.alkohol.ee/pld/clock-utc.html
2736
2737 2007-11-02 02:29 +0000 [r8957-8959]  Elan Ruusamäe <glen/at/pld-linux.org>
2738
2739         * configure.ac: - release 0.4.1.11
2740
2741         * rc.d/init.d/functions: - ksh doesn't like $2 in # modifier
2742
2743 2007-11-01 13:23 +0000 [r8947-8948]  Elan Ruusamäe <glen/at/pld-linux.org>
2744
2745         * man/fstab-decode.8 (added): - add from fc
2746
2747         * src/fstab-decode.c (added): - add from fc
2748
2749 2007-11-01 13:20 +0000 [r8946]  Elan Ruusamäe <glen/at/pld-linux.org>
2750
2751         * configure.ac: - release 0.4.1.10
2752
2753 2007-11-01 12:20 +0000 [r8944]  Elan Ruusamäe <glen/at/pld-linux.org>
2754
2755         * rc.d/rc.sysinit: - /dev (with devfs) could be mounted by kernel
2756           (arekm note)
2757
2758 2007-11-01 03:00 +0000 [r8941-8942]  Elan Ruusamäe <glen/at/pld-linux.org>
2759
2760         * man/Makefile.am, src/Makefile.am: - add fstab-decode from rh
2761
2762         * rc.d/rc.sysinit: - don't get tempted to kill blogd
2763
2764 2007-11-01 02:53 +0000 [r8940]  Elan Ruusamäe <glen/at/pld-linux.org>
2765
2766         * rc.d/rc.sysinit: - read /proc/cmdline after /proc mount
2767
2768 2007-11-01 02:36 +0000 [r8937-8939]  Elan Ruusamäe <glen/at/pld-linux.org>
2769
2770         * sysconfig/system: - devfs comment update
2771
2772         * rc.d/rc.sysinit: - devfsd without devfs makes no sense :)
2773
2774         * rc.d/rc.sysinit: - no need to source udev configs here - just
2775           umount /initrd/dev without checking
2776
2777 2007-11-01 02:10 +0000 [r8935]  Elan Ruusamäe <glen/at/pld-linux.org>
2778
2779         * rc.d/rc.sysinit: - $PATH is set from init.d/functions - improve
2780           dm-multipath setup - attempt harder to create all LVM nodes, even
2781           the ones initialized from initrd - kill blogd at the end of
2782           script
2783
2784 2007-11-01 02:06 +0000 [r8934]  Elan Ruusamäe <glen/at/pld-linux.org>
2785
2786         * rc.d/rc.sysinit: - umount /initrd earlier, right after udev
2787           startup
2788
2789 2007-11-01 01:34 +0000 [r8932-8933]  Elan Ruusamäe <glen/at/pld-linux.org>
2790
2791         * rc.d/init.d/functions: - strstr() from fedora initscripts
2792
2793         * rc.d/rc.sysinit: - read /proc/cmdline just once (idea stolen from
2794           fedora)
2795
2796 2007-11-01 01:23 +0000 [r8930-8931]  Elan Ruusamäe <glen/at/pld-linux.org>
2797
2798         * rc.d/init.d/functions, rc.d/rc.sysinit: - disable_selinux(),
2799           relabel_selinux(), clean_vserver_mtab() used only in rc.sysinit,
2800           moved there
2801
2802         * rc.d/init.d/functions: - local vars
2803
2804 2007-11-01 01:13 +0000 [r8929]  Elan Ruusamäe <glen/at/pld-linux.org>
2805
2806         * rc.d/init.d/functions: - drop redhat/mandrake compat - simple if
2807           should be lighter than function call
2808
2809 2007-11-01 01:05 +0000 [r8927-8928]  Elan Ruusamäe <glen/at/pld-linux.org>
2810
2811         * rc.d/init.d/functions: - drop unneeded subshell
2812
2813         * rc.d/init.d/functions: - use shell construct to test is pathname
2814           full path
2815
2816 2007-11-01 00:59 +0000 [r8926]  Elan Ruusamäe <glen/at/pld-linux.org>
2817
2818         * rc.d/init.d/functions: - use shell constructs for basename()
2819
2820 2007-11-01 00:54 +0000 [r8925]  Elan Ruusamäe <glen/at/pld-linux.org>
2821
2822         * rc.d/init.d/functions: - avoid endless loop when one puts --user
2823           after daemon name - some small optimizations - update daemon()
2824           usage
2825
2826 2007-11-01 00:48 +0000 [r8924]  Elan Ruusamäe <glen/at/pld-linux.org>
2827
2828         * sysconfig/system: - add DEFAULT_SERVICE_UMASK=022
2829
2830 2007-11-01 00:35 +0000 [r8922-8923]  Elan Ruusamäe <glen/at/pld-linux.org>
2831
2832         * rc.d/init.d/functions: - shell version
2833
2834         * rc.d/init.d/functions: - set ulimits with one awk call in
2835           daemon()
2836
2837 2007-10-31 23:31 +0000 [r8920-8921]  Elan Ruusamäe <glen/at/pld-linux.org>
2838
2839         * dumb.sh: - usable
2840
2841         * rc.d/init.d/functions: - typo?
2842
2843 2007-10-31 20:48 +0000 [r8919]  Elan Ruusamäe <glen/at/pld-linux.org>
2844
2845         * rc.d/rc.sysinit: - small cleanups and fixes
2846
2847 2007-10-30 19:42 +0000 [r8904]  Elan Ruusamäe <glen/at/pld-linux.org>
2848
2849         * rc.d/rc.sysinit: - move $MODULES_CONF closer where it is used
2850
2851 2007-10-30 16:23 +0000 [r8903]  Elan Ruusamäe <glen/at/pld-linux.org>
2852
2853         * rc.d/rc.sysinit: - fix obvious typo (perhaps drop it as it never
2854           worked?)
2855
2856 2007-10-30 16:10 +0000 [r8901-8902]  Elan Ruusamäe <glen/at/pld-linux.org>
2857
2858         * rc.d/rc.sysinit: - activate dm-multipath
2859
2860         * rc.d/rc.sysinit: - small optimize to use only awk
2861
2862 2007-10-29 11:29 +0000 [r8897]  Elan Ruusamäe <glen/at/pld-linux.org>
2863
2864         * sysconfig/network-scripts/ifup: - assume default
2865           WLAN_WPA_CONFIG=/etc/wpa_supplicant.conf
2866
2867 2007-10-28 17:58 +0000 [r8891-8893]  Elan Ruusamäe <glen/at/pld-linux.org>
2868
2869         * sysconfig/interfaces/ifcfg-description: - $HOTPLUG is processed
2870           by udev (udev_net_helper)
2871
2872         * sysconfig/network-scripts/functions.network: - allow
2873           WLAN_MODE=managed in lowercase (as it's in doc)
2874
2875         * sysconfig/network-scripts/functions.network: - key index and
2876           value should be different arguments
2877
2878 2007-10-28 17:36 +0000 [r8890]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2879
2880         * rc.d/rc.shutdown: Revert ntfsfix. Please use something like
2881           init.d/ntfsfix for that.
2882
2883 2007-10-28 16:59 +0000 [r8887-8889]  Elan Ruusamäe <glen/at/pld-linux.org>
2884
2885         * sysconfig/network-scripts/functions.network: - [ -n "" ] and [ ""
2886           ] are the same, save some bytes/readability ;)
2887
2888         * sysconfig/network-scripts/functions.network: - handle wlan
2889           different four keys
2890
2891         * sysconfig/interfaces/ifcfg-description: - new WLAN options
2892
2893 2007-10-28 16:43 +0000 [r8885-8886]  Elan Ruusamäe <glen/at/pld-linux.org>
2894
2895         * sysconfig/network-scripts/functions.network: - reuse
2896           WLAN_ENCRYPTION
2897
2898         * sysconfig/network-scripts/functions.network: - optimize
2899           wireless_param() by calling eval once
2900
2901 2007-10-28 16:13 +0000 [r8884]  Elan Ruusamäe <glen/at/pld-linux.org>
2902
2903         * sysconfig/network-scripts/functions.network: - no need for
2904           LC_ALL=C to grep fixed string
2905
2906 2007-10-28 13:06 +0000 [r8883]  Paweł Gołaszewski <blues/at/pld-linux.org>
2907
2908         * rc.d/rc.shutdown: - run ntfsfix if there are some ntfs
2909           filesystems mounted and if proper app is installed
2910
2911 2007-10-26 12:48 +0000 [r8878]  Elan Ruusamäe <glen/at/pld-linux.org>
2912
2913         * sysconfig/system: - use default nice "+0" to avoid confusion as
2914           "0" is not valid in service setup
2915
2916 2007-10-04 20:22 +0000 [r8778]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2917
2918         * rc.d/rc.sysinit: Activate ATARAID devices.
2919
2920 2007-10-03 13:10 +0000 [r8771]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2921
2922         * sysconfig/network-scripts/functions.network: Do sanity check only
2923           when configuration file exists.
2924
2925 2007-10-03 06:55 +0000 [r8770]  Elan Ruusamäe <glen/at/pld-linux.org>
2926
2927         * sysconfig/network-scripts/ifup: - trim network length from
2928           $IP4ADDR when doing arping
2929
2930 2007-10-02 22:32 +0000 [r8769]  Jan Rękorajski <baggins/at/pld-linux.org>
2931
2932         * rc.d/rc.sysinit: - don't try to update mtab when mounting usbfs
2933           (root is ro yet)
2934
2935 2007-10-01 08:45 +0000 [r8768]  Elan Ruusamäe <glen/at/pld-linux.org>
2936
2937         * sysconfig/network-scripts/functions.network: - support $IPADDR +
2938           $NETMASK combination if no prefix in $IPADDR present
2939
2940 2007-09-26 12:17 +0000 [r8753-8754]  Elan Ruusamäe <glen/at/pld-linux.org>
2941
2942         * configure.ac: - 0.4.1.9
2943
2944         * sysconfig/network-scripts/ifup: - typo in arping line
2945
2946 2007-09-25 15:59 +0000 [r8751]  Jan Rękorajski <baggins/at/pld-linux.org>
2947
2948         * rc.d/rc.shutdown: - typo
2949
2950 2007-09-25 15:54 +0000 [r8749-8750]  Jan Rękorajski <baggins/at/pld-linux.org>
2951
2952         * rc.d/init.d/network: - no need to play with NFS, it screws up /
2953           over NFS and we have nfsfs for it
2954
2955         * rc.d/init.d/local: - source functions library (for msg_usage), no
2956           need to set PATH
2957
2958 2007-09-25 11:34 +0000 [r8745-8746]  Elan Ruusamäe <glen/at/pld-linux.org>
2959
2960         * configure.ac: - 0.4.1.8
2961
2962         * sysconfig/network: - more info about AUTOMATIC_IFCFG
2963
2964 2007-09-11 18:47 +0000 [r8720]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2965
2966         * sysconfig/network-scripts/ifup: PLDize ARP cache updating
2967           procedure.
2968
2969 2007-09-11 18:33 +0000 [r8719]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2970
2971         * sysconfig/network-scripts/ifup: Update ARP cache of neighbours
2972           (from fedora).
2973
2974 2007-07-14 20:33 +0000 [r8676]  Radosław Zieliński <radek/at/pld-linux.org>
2975
2976         * sysconfig/network: - AUTOMATIC_IFCFG=no
2977
2978 2007-07-03 11:51 +0000 [r8656-8658]  Elan Ruusamäe <glen/at/pld-linux.org>
2979
2980         * configure.ac: - release 0.4.1.7
2981
2982         * rc.d/init.d/functions: - do not depend on which command to find
2983           rpcinfo
2984
2985 2007-06-14 18:42 +0000 [r8640]  Elan Ruusamäe <glen/at/pld-linux.org>
2986
2987         * sysconfig/network-scripts/bondup (removed),
2988           sysconfig/network-scripts/Makefile.am,
2989           sysconfig/network-scripts/bonddown (removed),
2990           sysconfig/interfaces/Makefile.am, rc.d/init.d/network,
2991           sysconfig/interfaces/ifcfg-bond0 (removed): - revert bonding
2992           support (unfinished and broken)
2993
2994 2007-06-05 10:45 +0000 [r8637-8638]  Elan Ruusamäe <glen/at/pld-linux.org>
2995
2996         * sysconfig/interfaces/Makefile.am: - add ifcfg-bond0
2997
2998         * sysconfig/interfaces/ifcfg-bond0 (added): - sample config
2999
3000 2007-06-05 10:39 +0000 [r8636]  Elan Ruusamäe <glen/at/pld-linux.org>
3001
3002         * sysconfig/network-scripts/Makefile.am,
3003           sysconfig/network-scripts/bonddown (added), rc.d/init.d/network,
3004           sysconfig/network-scripts/bondup (added): - bonding support by
3005           Justas Vilimas
3006
3007 2007-06-05 10:27 +0000 [r8635]  Elan Ruusamäe <glen/at/pld-linux.org>
3008
3009         * TODO: - save
3010
3011 2007-05-30 11:51 +0000 [r8631]  Elan Ruusamäe <glen/at/pld-linux.org>
3012
3013         * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/single: -
3014           see ChangeLog for Changes
3015
3016 2007-05-09 20:40 +0000 [r8500]  Elan Ruusamäe <glen/at/pld-linux.org>
3017
3018         * rc.d/init.d/functions: - keep /etc/mtab permissions (whatever
3019           they are) inside vserver - which outputs to stderr if it can't
3020           find the program
3021
3022 2007-05-01 01:10 +0000 [r8489]  Jan Rękorajski <baggins/at/pld-linux.org>
3023
3024         * configure.ac: - 0.4.1.6
3025
3026 2007-05-01 01:02 +0000 [r8488]  Jan Rękorajski <baggins/at/pld-linux.org>
3027
3028         * DEVELOPMENT: - added warning about parenthesis in command
3029           substitution
3030
3031 2007-05-01 00:53 +0000 [r8487]  Jan Rękorajski <baggins/at/pld-linux.org>
3032
3033         * rc.d/rc.sysinit, rc.d/init.d/network: - reverted some command
3034           substitution changes due to conflicting parenthesis
3035
3036 2007-04-28 18:34 +0000 [r8484-8485]  Jakub Bogusz <qboosh/at/pld-linux.org>
3037
3038         * sysconfig/network-scripts/ifdown-ppp: - kill ugly warning if pppd
3039           was nicely killed
3040
3041         * ppp/ip-down, ppp/ip-up: - proper CONFIG sources (needed to
3042           override DEVICE from pppd and get ppp/ip-{up,down} scripts work
3043           again
3044
3045 2007-04-27 20:45 +0000 [r8483]  Jan Rękorajski <baggins/at/pld-linux.org>
3046
3047         * rc.d/init.d/functions: - restore stderr redirection
3048
3049 2007-04-27 20:21 +0000 [r8482]  Jan Rękorajski <baggins/at/pld-linux.org>
3050
3051         * rc.d/init.d/functions: - replace awk usage with shell constructs
3052
3053 2007-04-27 14:02 +0000 [r8481]  Jan Rękorajski <baggins/at/pld-linux.org>
3054
3055         * rc.d/rc.modules: - replace awk usage with shell constructs
3056
3057 2007-04-27 13:32 +0000 [r8480]  Jan Rękorajski <baggins/at/pld-linux.org>
3058
3059         * rc.d/rc: - replace awk usage with shell constructs
3060
3061 2007-04-26 22:03 +0000 [r8479]  Jan Rękorajski <baggins/at/pld-linux.org>
3062
3063         * rc.d/init.d/functions: - removed unneeded termput hpa
3064
3065 2007-04-26 21:38 +0000 [r8478]  Jan Rękorajski <baggins/at/pld-linux.org>
3066
3067         * rc.d/init.d/functions: - shell magic fixing screwed dots in
3068           show() on serial console
3069
3070 2007-04-26 16:51 +0000 [r8475]  Jan Rękorajski <baggins/at/pld-linux.org>
3071
3072         * configure.ac: - Release 0.4.1.5
3073
3074 2007-04-26 16:45 +0000 [r8474]  Jan Rękorajski <baggins/at/pld-linux.org>
3075
3076         * setsysfont: - replaced sed with awk
3077
3078 2007-04-26 15:56 +0000 [r8473]  Jan Rękorajski <baggins/at/pld-linux.org>
3079
3080         * sysconfig/network-scripts/ifdown, ppp/ip-up.d/logger,
3081           rc.d/rc.sysinit, run-parts, sysconfig/interfaces/up.d/ppp/logger,
3082           ppp/ip-down.d/logger, sysconfig/interfaces/down.d/ppp/logger,
3083           sysconfig/hwprofiles/Makefile.am, service, rc.d/init.d/cpusets,
3084           sysconfig/network-scripts/functions.network,
3085           sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network,
3086           sysconfig/network-scripts/ifup: - use $() for command
3087           substitution
3088
3089 2007-04-26 15:30 +0000 [r8472]  Jan Rękorajski <baggins/at/pld-linux.org>
3090
3091         * rc.d/init.d/functions: - unify command substitution (`` -> $())
3092
3093 2007-04-26 15:24 +0000 [r8471]  Jan Rękorajski <baggins/at/pld-linux.org>
3094
3095         * rc.d/init.d/functions: - typeset local in check_portmapper
3096
3097 2007-04-26 14:55 +0000 [r8470]  Jan Rękorajski <baggins/at/pld-linux.org>
3098
3099         * rc.d/init.d/functions: - generic check_portmapper function
3100
3101 2007-04-16 17:26 +0000 [r8460]  Jan Rękorajski <baggins/at/pld-linux.org>
3102
3103         * sysconfig/network-scripts/functions.network: - use shell
3104           construct instead of grep in calcnetmask
3105
3106 2007-04-16 16:21 +0000 [r8459]  Jan Rękorajski <baggins/at/pld-linux.org>
3107
3108         * sysconfig/network-scripts/functions.network: - calcprefix without
3109           need of awk
3110
3111 2007-04-14 21:55 +0000 [r8458]  Paweł Gołaszewski <blues/at/pld-linux.org>
3112
3113         * rc.d/init.d/functions: - allow to have more than one line in
3114           pidfile
3115
3116 2007-03-20 12:09 +0000 [r8389]  Jan Rękorajski <baggins/at/pld-linux.org>
3117
3118         * rc.d/init.d/network: - simpler way to umount nfs4
3119
3120 2007-03-20 11:53 +0000 [r8388]  Jan Rękorajski <baggins/at/pld-linux.org>
3121
3122         * rc.d/init.d/network: - unmount NFSv4 filesystems
3123
3124 2007-03-20 11:48 +0000 [r8387]  Jan Rękorajski <baggins/at/pld-linux.org>
3125
3126         * rc.d/rc.sysinit: - cleaner solution for empty hostname
3127
3128 2007-03-19 18:58 +0000 [r8384]  Jan Rękorajski <baggins/at/pld-linux.org>
3129
3130         * rc.d/rc.sysinit: - nfs4 is also non-local fs
3131
3132 2007-03-19 17:27 +0000 [r8383]  Jan Rękorajski <baggins/at/pld-linux.org>
3133
3134         * rc.d/rc.sysinit: - in case of empty HOSTNAME set it to what the
3135           kernel thinks it is (for example workstation with kernel level IP
3136           config and / over NFS)
3137
3138 2007-03-15 17:19 +0000 [r8379]  Elan Ruusamäe <glen/at/pld-linux.org>
3139
3140         * rc.d/rc.sysinit: - can start blogd rather earlier
3141
3142 2007-03-14 18:51 +0000 [r8378]  Jan Rękorajski <baggins/at/pld-linux.org>
3143
3144         * rc.d/init.d/cpusets: - fixed glen's misoptimization
3145
3146 2007-03-13 17:11 +0000 [r8372-8373]  Elan Ruusamäe <glen/at/pld-linux.org>
3147
3148         * rc.d/init.d/template.init: - avoid doing something silly if plain
3149           template is used
3150
3151         * rc.d/init.d/template.init: - start does not have exit code
3152
3153 2007-03-09 21:10 +0000 [r8371]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3154
3155         * sysconfig/interfaces/ifcfg-eth0: Add sfq as default qdisc.
3156
3157 2007-03-07 10:24 +0000 [r8367]  Elan Ruusamäe <glen/at/pld-linux.org>
3158
3159         * changelog.sh: - correct comment
3160
3161 2007-03-02 15:37 +0000 [r8323]  Elan Ruusamäe <glen/at/pld-linux.org>
3162
3163         * changelog.sh: - detect users file charset
3164
3165 2007-02-27 21:10 +0000 [r8311-8313]  Elan Ruusamäe <glen/at/pld-linux.org>
3166
3167         * rc.d/init.d/random: - comment says do not, so won't!
3168
3169         * rc.d/init.d/random, rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
3170           rc.d/init.d/network, rc.d/init.d/local: - well, PLDIZE!
3171
3172         * rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
3173           rc.d/init.d/functions, rc.d/init.d/Makefile.am,
3174           rc.d/init.d/network, rc.d/init.d/local, rc.d/init.d/sys-chroots,
3175           rc.d/init.d/template.init, rc.d/init.d/random,
3176           rc.d/init.d/single, rc.d/init.d/killall: - vim autodetects syntax
3177           from shebang
3178
3179 2007-02-25 00:59 +0000 [r8290-8293]  Elan Ruusamäe <glen/at/pld-linux.org>
3180
3181         * configure.ac: - Release 0.4.1.4
3182
3183         * sysconfig/Makefile.am, sysconfig/timezone (removed),
3184           rc.d/init.d/Makefile.am, rc.d/init.d/timezone (removed): -
3185           timezone moved to tzdata.spec
3186
3187         * DEVELOPMENT: - sync order
3188
3189         * DEVELOPMENT: - how to make release
3190
3191 2007-02-08 15:42 +0000 [r8239]  Elan Ruusamäe <glen/at/pld-linux.org>
3192
3193         * sysconfig/network-scripts/functions.network: - allow tnlcfg-
3194           prefix in interface CONFIGs
3195
3196 2007-02-05 18:54 +0000 [r8223]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3197
3198         * rc.d/rc.sysinit: Delay (or even skip) clock setting if /dev/rtc
3199           doesn't exist.
3200
3201 2007-02-04 21:39 +0000 [r8222]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3202
3203         * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm: Update from
3204           Mateusz Korniak.
3205
3206 2007-01-28 14:25 +0000 [r8209-8210]  Elan Ruusamäe <glen/at/pld-linux.org>
3207
3208         * rc.d/rc.sysinit, rc.d/init.d/functions: - $CONSOLETYPE used only
3209           in rc.sysinit
3210
3211         * rc.d/init.d/functions: - termput() cannot cache in shell vars as
3212           it's always called from subshell
3213
3214 2007-01-28 14:08 +0000 [r8207-8208]  Elan Ruusamäe <glen/at/pld-linux.org>
3215
3216         * sysconfig/init-colors, sysconfig/init-colors.gentoo: Typo.
3217
3218         * sysconfig/system: Add VSERVER option here.
3219
3220 2007-01-22 19:15 +0000 [r8194]  Elan Ruusamäe <glen/at/pld-linux.org>
3221
3222         * sysconfig/network-scripts/ifdown: - do sleep 1 only when bringing
3223           down with dhcpcd
3224
3225 2007-01-22 19:12 +0000 [r8192-8193]  Elan Ruusamäe <glen/at/pld-linux.org>
3226
3227         * sysconfig/network-scripts/ifdown: - reuase $DHCP_CLIENT
3228
3229         * sysconfig/network-scripts/ifdown,
3230           sysconfig/network-scripts/functions.network,
3231           sysconfig/network-scripts/ifup: - be sure that dhcp client
3232           detection is same for ifup and ifdown
3233
3234 2007-01-22 18:47 +0000 [r8189-8191]  Elan Ruusamäe <glen/at/pld-linux.org>
3235
3236         * sysconfig/network-scripts/ifup-routes: - kill subshell
3237
3238         * sysconfig/network-scripts/ifup-neigh: - IPV4_NETWORKING does not
3239           change it's value in a loop.
3240
3241         * sysconfig/network-scripts/ifup-aliases,
3242           sysconfig/network-scripts/ifup-routes,
3243           sysconfig/network-scripts/ifup-neigh: - updated comments
3244
3245 2007-01-22 18:41 +0000 [r8188]  Elan Ruusamäe <glen/at/pld-linux.org>
3246
3247         * sysconfig/network-scripts/ifup-neigh,
3248           sysconfig/network-scripts/ifup-aliases,
3249           sysconfig/network-scripts/ifup-routes,
3250           sysconfig/network-scripts/ifup-post: ifup-{aliases,routes,neigh}
3251           are now sourced instead of executed
3252
3253 2007-01-22 18:37 +0000 [r8187]  Elan Ruusamäe <glen/at/pld-linux.org>
3254
3255         * sysconfig/network-scripts/ifup-aliases: Die debug
3256
3257 2007-01-22 18:16 +0000 [r8186]  Elan Ruusamäe <glen/at/pld-linux.org>
3258
3259         * sysconfig/network-scripts/functions.network: Cache hostname
3260           output to call it less times
3261
3262 2007-01-22 18:09 +0000 [r8185]  Elan Ruusamäe <glen/at/pld-linux.org>
3263
3264         * sysconfig/network-scripts/functions.network: Less subshells in
3265           source_config().
3266
3267 2007-01-18 20:20 +0000 [r8173]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3268
3269         * sysconfig/network-scripts/ifup-aliases: Find out number of
3270           aliases from ifcfg-xyz file.
3271
3272 2007-01-16 23:00 +0000 [r8171]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3273
3274         * sysconfig/network-scripts/ifup-br: multicast/arp should be set on
3275           slave devices (patch by Szymon Siwek).
3276
3277 2007-01-11 14:29 +0000 [r8152-8153]  Elan Ruusamäe <glen/at/pld-linux.org>
3278
3279         * configure.ac: Release 0.4.1.3
3280
3281         * make-tag.sh (added): Nifty script to make releases in svn tagged.
3282
3283 2007-01-11 14:19 +0000 [r8149]  Elan Ruusamäe <glen/at/pld-linux.org>
3284
3285         * changelog.sh: Autodetect svn path.
3286
3287 2007-01-11 14:15 +0000 [r8147-8148]  Elan Ruusamäe <glen/at/pld-linux.org>
3288
3289         * autogen.sh: Changelog generation moved to separate script.
3290
3291         * changelog.sh (added): Based on geninitrd/changelog.sh
3292
3293 2007-01-11 14:11 +0000 [r8145]  Elan Ruusamäe <glen/at/pld-linux.org>
3294
3295         * Makefile.am: Fix for make distcheck.
3296
3297 2006-12-18 21:28 +0000 [r8111]  Elan Ruusamäe <glen/at/pld-linux.org>
3298
3299         * sysctl.conf: Add kernel.core_uses_pid
3300
3301 2006-12-14 08:08 +0000 [r8100-8101]  Elan Ruusamäe <glen/at/pld-linux.org>
3302
3303         * sysconfig/system: Typo.
3304
3305         * sysconfig/system: Spelling
3306
3307 2006-12-08 12:17 +0000 [r8088]  Elan Ruusamäe <glen/at/pld-linux.org>
3308
3309         * Makefile.am: Create /var/cache/rc-scripts/msg.cache on install.
3310
3311 2006-12-08 12:07 +0000 [r8087]  Elan Ruusamäe <glen/at/pld-linux.org>
3312
3313         * sysconfig/network: Add $NETWORKING back, as it's used by a lot of
3314           initscripts
3315
3316 2006-12-07 22:24 +0000 [r8086]  Elan Ruusamäe <glen/at/pld-linux.org>
3317
3318         * rc.d/init.d/cpusets: Error exit code
3319
3320 2006-12-07 21:52 +0000 [r8085]  Elan Ruusamäe <glen/at/pld-linux.org>
3321
3322         * rc.d/init.d/network: Small cosmetics.
3323
3324 2006-12-07 21:47 +0000 [r8083-8084]  Elan Ruusamäe <glen/at/pld-linux.org>
3325
3326         * rc.d/init.d/network: Reindent.
3327
3328         * rc.d/init.d/network: Small reorganizing.
3329
3330 2006-12-07 21:42 +0000 [r8080-8082]  Elan Ruusamäe <glen/at/pld-linux.org>
3331
3332         * sysconfig/network: $NETWORKING was supposed to be obsoleted.
3333
3334         * rc.d/init.d/network: $NETWORKING was supposed to be obsoleted.
3335
3336         * rc.d/init.d/sys-chroots: Optimize for faster exit if not
3337           configured.
3338
3339 2006-12-07 21:32 +0000 [r8077-8079]  Elan Ruusamäe <glen/at/pld-linux.org>
3340
3341         * rc.d/init.d/killall: As we don't source functions, we must set
3342           sane PATH to ensure security
3343
3344         * rc.d/init.d/local: As we don't source functions, we must set sane
3345           PATH to ensure security
3346
3347         * rc.d/init.d/killall: Probability that there exists init.d/$subsys
3348           is bigger than init.d/$subsys.init.
3349
3350 2006-12-07 21:18 +0000 [r8076]  Elan Ruusamäe <glen/at/pld-linux.org>
3351
3352         * rc.d/init.d/cpusets: Exit early if cpusets not enabled in
3353           sysconfig/system.
3354
3355 2006-12-05 17:39 +0000 [r8073]  Elan Ruusamäe <glen/at/pld-linux.org>
3356
3357         * rc.d/rc.shutdown: Fixes for /usr on separate parition (not
3358           tested!).
3359
3360 2006-12-05 17:32 +0000 [r8072]  Elan Ruusamäe <glen/at/pld-linux.org>
3361
3362         * rc.d/init.d/functions: Store cachefile in /var, read/write errors
3363           are ignored anyway.
3364
3365 2006-12-05 17:07 +0000 [r8070]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3366
3367         * configure.ac: Release 0.4.0.2.
3368
3369 2006-11-27 12:36 +0000 [r8006]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3370
3371         * rc.d/rc.sysinit: Revert remounting based on /proc/mounts entries
3372           (current rootfs state is not reflected there).
3373
3374 2006-11-26 14:35 +0000 [r7999]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3375
3376         * AUTHORS: Readd timezone setup & resolvesymlink to Paweł Wilk.
3377
3378 2006-11-26 10:05 +0000 [r7998]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3379
3380         * AUTHORS, src/Makefile.am: Fix resolvesymlink_SOURCE typo. Updated
3381           Paweł Wilk email address.
3382
3383 2006-11-26 10:02 +0000 [r7997]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3384
3385         * rc.d/init.d/functions, rc.d/rc.shutdown, AUTHORS, po/pl.po,
3386           src/pci-config.c (removed), rc-scripts.spec.in, src/Makefile.am:
3387           Revert nVidia madness. rc-scripts is not a place for such
3388           workaround.
3389
3390 2006-11-26 08:06 +0000 [r7993]  Paweł Wilk <siefca/at/pld-linux.org>
3391
3392         * rc.d/init.d/functions: - small improvement in
3393           forcedeth_wourkaround()
3394
3395 2006-11-25 20:36 +0000 [r7992]  Paweł Wilk <siefca/at/pld-linux.org>
3396
3397         * rc.d/init.d/functions: - added important check in
3398           forcedeth_workaround() which detects co-working drivers
3399
3400 2006-11-25 16:01 +0000 [r7991]  Paweł Wilk <siefca/at/pld-linux.org>
3401
3402         * po/pl.po: - added translation for WOL work-around message
3403
3404 2006-11-25 12:09 +0000 [r7989]  Paweł Wilk <siefca/at/pld-linux.org>
3405
3406         * src/Makefile.am, rc.d/init.d/functions, rc.d/rc.shutdown,
3407           AUTHORS, src/pci-config.c (added), rc-scripts.spec.in: - added
3408           Wake-On-Lan work-around for nForce ethernet drivers - added
3409           pci-config utility which allows power state manipulation and
3410           devices listing
3411
3412 2006-11-19 15:45 +0000 [r7986]  Elan Ruusamäe <glen/at/pld-linux.org>
3413
3414         * sysctl.conf: Add dev.rtc.max-user-freq.
3415
3416 2006-11-01 22:53 +0000 [r7938]  Elan Ruusamäe <glen/at/pld-linux.org>
3417
3418         * rc.d/init.d/functions: Ignore errors if msg cachefile can not be
3419           written (functions sourced by non-root user of readonly
3420           filesystem).
3421
3422 2006-11-01 13:23 +0000 [r7931]  Elan Ruusamäe <glen/at/pld-linux.org>
3423
3424         * sysconfig/network-scripts/functions.network: Avoid "RTNETLINK
3425           answers: File exists" message and say possible cause instead.
3426
3427 2006-11-01 13:09 +0000 [r7930]  Elan Ruusamäe <glen/at/pld-linux.org>
3428
3429         * sysconfig/network-scripts/ifup: Pointless subshell dropped
3430
3431 2006-11-01 00:35 +0000 [r7926]  Paweł Gołaszewski <blues/at/pld-linux.org>
3432
3433         * sysconfig/interfaces/ifcfg-description: - more docs
3434
3435 2006-10-23 14:11 +0000 [r7894]  Marcin Winkler <mwinkler/at/pld-linux.org>
3436
3437         * rc.d/init.d/network: - fix s@usb@usr@
3438
3439 2006-10-19 14:15 +0000 [r7878]  Elan Ruusamäe <glen/at/pld-linux.org>
3440
3441         * rc.d/init.d/functions: Avoid heredoc, pdksh makes tmpfile then.
3442
3443 2006-10-19 13:06 +0000 [r7875]  Elan Ruusamäe <glen/at/pld-linux.org>
3444
3445         * rc.d/rc.sysinit: Fix syntax errors.
3446
3447 2006-10-19 09:55 +0000 [r7871]  Elan Ruusamäe <glen/at/pld-linux.org>
3448
3449         * rc.d/rc.sysinit: Simplify.
3450
3451 2006-10-18 20:02 +0000 [r7869]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3452
3453         * rc.d/rc.sysinit: Detect more posible cases when rootfs is read
3454           only.
3455
3456 2006-10-18 12:22 +0000 [r7868]  Elan Ruusamäe <glen/at/pld-linux.org>
3457
3458         * sysconfig/network-scripts/functions.network: Avoid bringing down
3459           eth0 in case of bad config.
3460
3461 2006-10-18 11:55 +0000 [r7867]  Elan Ruusamäe <glen/at/pld-linux.org>
3462
3463         * rc.d/init.d/network: Remove ifcfg- prefix from interface names.
3464
3465 2006-10-15 11:22 +0000 [r7856]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3466
3467         * sysconfig/network-scripts/tnlup: Load sit module for sit tunnels.
3468
3469 2006-10-13 06:34 +0000 [r7853]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3470
3471         * configure.ac: Prepare for 0.4.1.1 (beta1).
3472
3473 2006-10-13 06:23 +0000 [r7851-7852]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3474
3475         * man/Makefile.am: Add getkey.1
3476
3477         * src/getkey.c, man/getkey.1 (added): Updated.
3478
3479 2006-10-12 21:07 +0000 [r7849-7850]  Elan Ruusamäe <glen/at/pld-linux.org>
3480
3481         * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
3482           sysconfig/interfaces/ifcfg-eth0.1,
3483           sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
3484           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada,
3485           sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Propset Id
3486
3487         * sysconfig/interfaces/ifcfg-ppp0.callback,
3488           sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
3489           sysconfig/interfaces/ifcfg-br0,
3490           sysconfig/interfaces/ifcfg-description,
3491           sysconfig/interfaces/ifcfg-irlan0,
3492           sysconfig/interfaces/ifcfg-ppp0.tpsa,
3493           sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
3494           sysconfig/interfaces/ifcfg-ppp0.leased1,
3495           sysconfig/interfaces/ifcfg-ppp0.leased2,
3496           sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
3497           sysconfig/interfaces/ifcfg-sl0,
3498           sysconfig/interfaces/ifcfg-eth0.1,
3499           sysconfig/interfaces/ifcfg-irda0,
3500           sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
3501           sysconfig/interfaces/ifcfg-eth0,
3502           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Unify file
3503           header.
3504
3505 2006-10-12 19:49 +0000 [r7848]  Elan Ruusamäe <glen/at/pld-linux.org>
3506
3507         * sysconfig/static-routes: Add sample of single host routing
3508
3509 2006-10-05 20:39 +0000 [r7842]  Elan Ruusamäe <glen/at/pld-linux.org>
3510
3511         * rc.d/rc.sysinit: Use simple if.
3512
3513 2006-10-05 17:22 +0000 [r7840-7841]  Elan Ruusamäe <glen/at/pld-linux.org>
3514
3515         * rc.d/rc.sysinit: There are no comments in /proc/mounts.
3516
3517         * rc.d/rc.sysinit: There could be multiple entries for root dir.
3518
3519 2006-10-02 22:03 +0000 [r7839]  Paweł Sikora <pluto/at/pld-linux.org>
3520
3521         * sysconfig/network-scripts/functions.network: - wireless-tools >=
3522           29 uses `nick' command.
3523
3524 2006-09-30 10:50 +0000 [r7827]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3525
3526         * sysconfig/network-scripts/ifup-br: Update brctl parameters to
3527           mach new version of bridge-utils (should be backward compatible).
3528           By Szymon Siwek.
3529
3530 2006-09-28 23:38 +0000 [r7826]  Elan Ruusamäe <glen/at/pld-linux.org>
3531
3532         * sysctl.conf: Default local port range is too evil. can't even
3533           start mysqld!
3534
3535 2006-09-28 14:35 +0000 [r7823]  Elan Ruusamäe <glen/at/pld-linux.org>
3536
3537         * rc.d/rc.sysinit: Remount rootfs only if it's not already rw (or
3538           it's better to ignore remount errors?)
3539
3540 2006-09-27 22:30 +0000 [r7820]  Elan Ruusamäe <glen/at/pld-linux.org>
3541
3542         * rc.d/rc.sysinit: Relax fstab format when finding rootfs passno
3543           (allow comments at the end of line).
3544
3545 2006-09-27 13:35 +0000 [r7819]  Elan Ruusamäe <glen/at/pld-linux.org>
3546
3547         * rc.d/rc.sysinit: Optimize less uname -r calls.
3548
3549 2006-09-26 23:59 +0000 [r7818]  Elan Ruusamäe <glen/at/pld-linux.org>
3550
3551         * rc.d/rc.sysinit: Reflect init_gettext function rename.
3552
3553 2006-09-26 23:48 +0000 [r7817]  Elan Ruusamäe <glen/at/pld-linux.org>
3554
3555         * rc.d/init.d/functions: Add checking of msg cache validity. $TPUT
3556           and $GETTEXT need to be set before msg cache can be generated.
3557
3558 2006-09-24 09:35 +0000 [r7806]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3559
3560         * rc-scripts.spec.in: rc.local is now run from init.d/local script.
3561
3562 2006-09-24 09:29 +0000 [r7805]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3563
3564         * configure.ac: Prepare for 0.4.1.0 release (consider it beta).
3565
3566 2006-09-18 23:09 +0000 [r7794]  Elan Ruusamäe <glen/at/pld-linux.org>
3567
3568         * rc.d/init.d/functions, rc.d/rc.sysinit: Allow /usr being mounted
3569           afterwards.
3570
3571 2006-09-18 19:06 +0000 [r7793]  Elan Ruusamäe <glen/at/pld-linux.org>
3572
3573         * rc.d/init.d/allowlogin: Drop superfluous default setting.
3574
3575 2006-09-18 19:02 +0000 [r7792]  Elan Ruusamäe <glen/at/pld-linux.org>
3576
3577         * rc.d/init.d/sys-chroots: Don't touch chkconfig symlinks on
3578           chroot, instead play with network subsys lockfile. This allows
3579           you define sys-chroots from livecd without corrupting that
3580           chroot.
3581
3582 2006-09-18 18:58 +0000 [r7791]  Elan Ruusamäe <glen/at/pld-linux.org>
3583
3584         * rc.d/init.d/sys-chroots, rc.d/rc, rc.d/rc.sysinit,
3585           rc.d/init.d/allowlogin: /etc/sysconfig/system already loaded by
3586           init.d/functions. Adjust defaults if no sysconfig/system is
3587           present (so the checks stay same after these changes).
3588
3589 2006-09-18 18:50 +0000 [r7790]  Elan Ruusamäe <glen/at/pld-linux.org>
3590
3591         * rc.d/rc.sysinit: RUN_LDCONFIG not used here.
3592
3593 2006-09-18 17:55 +0000 [r7789]  Elan Ruusamäe <glen/at/pld-linux.org>
3594
3595         * rc.d/init.d/functions: Corrected tput check.
3596
3597 2006-09-18 12:41 +0000 [r7788]  Elan Ruusamäe <glen/at/pld-linux.org>
3598
3599         * rc.d/init.d/functions: Trap and hide errors when reading msg
3600           cachefile.
3601
3602 2006-09-17 22:06 +0000 [r7787]  Elan Ruusamäe <glen/at/pld-linux.org>
3603
3604         * rc.d/init.d/functions: Punctuation.
3605
3606 2006-09-17 21:52 +0000 [r7786]  Elan Ruusamäe <glen/at/pld-linux.org>
3607
3608         * rc.d/init.d/functions: No need to force any settings for initng.
3609
3610 2006-09-17 19:05 +0000 [r7785]  Elan Ruusamäe <glen/at/pld-linux.org>
3611
3612         * rc.d/init.d/timezone: Use lockfiles.
3613
3614 2006-09-17 18:34 +0000 [r7784]  Elan Ruusamäe <glen/at/pld-linux.org>
3615
3616         * rc.d/init.d/functions: Cache colors in filesystem too.
3617
3618 2006-09-17 18:21 +0000 [r7783]  Elan Ruusamäe <glen/at/pld-linux.org>
3619
3620         * rc.d/init.d/functions: busy(), ok(), started(), are constant so
3621           their values can be cached.
3622
3623 2006-09-17 18:15 +0000 [r7781-7782]  Elan Ruusamäe <glen/at/pld-linux.org>
3624
3625         * rc.d/init.d/functions: Buffer show() function so the display to
3626           be more smooth.
3627
3628         * rc.d/init.d/functions: Correct show() function printf handling.
3629
3630 2006-09-17 17:53 +0000 [r7779-7780]  Elan Ruusamäe <glen/at/pld-linux.org>
3631
3632         * rc.d/init.d/template.init: RETVAL is set by start(); if any.
3633
3634         * rc.d/init.d/sys-chroots: RETVAL is set by start(); if any.
3635
3636 2006-09-17 17:10 +0000 [r7778]  Elan Ruusamäe <glen/at/pld-linux.org>
3637
3638         * rc.d/init.d/template.init: Demonstrate use of functions.
3639
3640 2006-09-17 17:06 +0000 [r7777]  Elan Ruusamäe <glen/at/pld-linux.org>
3641
3642         * rc.d/init.d/network: Shortcuts for vserver.
3643
3644 2006-09-17 16:59 +0000 [r7776]  Elan Ruusamäe <glen/at/pld-linux.org>
3645
3646         * rc.d/init.d/cpusets: Merge optimzations from network script.
3647
3648 2006-09-17 16:52 +0000 [r7775]  Elan Ruusamäe <glen/at/pld-linux.org>
3649
3650         * rc.d/init.d/network: Add bug-5795.patch (assume it's correct).
3651
3652 2006-09-17 16:47 +0000 [r7774]  Elan Ruusamäe <glen/at/pld-linux.org>
3653
3654         * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/timezone,
3655           rc.d/init.d/sys-chroots: Use functions to avoid reexec for
3656           restart.
3657
3658 2006-09-17 16:27 +0000 [r7771-7773]  Elan Ruusamäe <glen/at/pld-linux.org>
3659
3660         * rc.d/init.d/local, rc.d/init.d/sys-chroots: Propset Id
3661
3662         * rc.d/init.d/local: Update chkconfig description.
3663
3664         * rc.d/init.d/cpusets, rc.d/init.d/local: LSB compliance.
3665
3666 2006-09-17 15:57 +0000 [r7770]  Elan Ruusamäe <glen/at/pld-linux.org>
3667
3668         * rc.d/init.d/functions: Cache termput calls within same script.
3669
3670 2006-09-17 15:42 +0000 [r7769]  Elan Ruusamäe <glen/at/pld-linux.org>
3671
3672         * rc.d/init.d/functions: Kill bogus +arg checks.
3673
3674 2006-09-17 15:29 +0000 [r7768]  Elan Ruusamäe <glen/at/pld-linux.org>
3675
3676         * rc.d/init.d/functions: Always use cached in show() function
3677           (There's no benefit of doing otherwise).
3678
3679 2006-09-17 15:18 +0000 [r7765-7767]  Elan Ruusamäe <glen/at/pld-linux.org>
3680
3681         * rc.d/init.d/functions: Cleanup nls() function.
3682
3683         * rc.d/init.d/functions: Avoid overwriting global NLS_DOMAIN if can
3684           do without.
3685
3686         * rc.d/init.d/functions: Keep state of have gettext and have tput
3687           per whole initscript.
3688
3689 2006-09-17 15:01 +0000 [r7764]  Elan Ruusamäe <glen/at/pld-linux.org>
3690
3691         * rc.d/init.d/functions: Use buggy awk-printf wrapper only if
3692           /bin/printf is not available.
3693
3694 2006-09-17 13:49 +0000 [r7763]  Elan Ruusamäe <glen/at/pld-linux.org>
3695
3696         * rc.d/init.d/Makefile.am, rc.d/init.d/local (added): Use locking
3697           for rc.local , so that it's no longer invoked between runlevel
3698           changes.
3699
3700 2006-09-17 13:36 +0000 [r7761-7762]  Elan Ruusamäe <glen/at/pld-linux.org>
3701
3702         * rc.d/init.d/cpusets: Cosmetics for vim
3703
3704         * rc.d/init.d/allowlogin, rc.d/init.d/network,
3705           rc.d/init.d/timezone, rc.d/init.d/random: LSB compliance
3706
3707 2006-09-17 13:26 +0000 [r7758-7760]  Elan Ruusamäe <glen/at/pld-linux.org>
3708
3709         * rc.d/init.d/single: Adjust indent.
3710
3711         * rc.d/init.d/single, rc.d/init.d/cpusets, rc.d/init.d/network:
3712           Sane $PATH is initialized in init.d/functions.
3713
3714         * rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/cpusets,
3715           rc.d/init.d/allowlogin, rc.d/init.d/network,
3716           rc.d/init.d/timezone: NLS_DOMAIN="rc-scripts" is the default
3717           setting, remove.
3718
3719 2006-09-09 19:13 +0000 [r7745]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3720
3721         * sysconfig/network-scripts/ifdown: Allow to kill
3722           dhcp/wpa_supplicant daemon even if device disappears/is down due
3723           to some reasons.
3724
3725 2006-09-08 18:35 +0000 [r7739]  Radosław Zieliński <radek/at/pld-linux.org>
3726
3727         * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
3728           sysconfig/network-scripts/ifup-ppp: - speedtouch-neostrada fixes:
3729           - use modem_run in kernel mode only if PPPOA_FIRMWARE is not
3730           empty; comment out PPPOA_FIRMWARE in default ifcfg-ppp0 - comment
3731           out MTU=1452; doesn't work (for me) if it's defined
3732
3733 2006-08-31 11:58 +0000 [r7694]  Elan Ruusamäe <glen/at/pld-linux.org>
3734
3735         * sysconfig/interfaces/ifcfg-description: Correct english
3736           description.
3737
3738 2006-08-31 09:51 +0000 [r7693]  Elan Ruusamäe <glen/at/pld-linux.org>
3739
3740         * sysconfig/network-scripts/ifup: Restore basename change.
3741
3742 2006-08-31 07:26 +0000 [r7692]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3743
3744         * sysconfig/network-scripts/functions.network,
3745           sysconfig/network-scripts/ifup: Detect if wireless interface is
3746           turned on.
3747
3748 2006-08-10 12:14 +0000 [r7656]  Jan Rękorajski <baggins/at/pld-linux.org>
3749
3750         * rc.d/init.d/network: - check for /usb/bin/wc existence (in case
3751           of /usr over NFS)
3752
3753 2006-07-24 14:02 +0000 [r7546]  Elan Ruusamäe <glen/at/pld-linux.org>
3754
3755         * sysconfig/interfaces/ifcfg-irlan0, doc/net-scripts.txt:
3756           s/BOOTMETHOD/BOOTPROTO/g once more.
3757
3758 2006-07-24 13:59 +0000 [r7544-7545]  Elan Ruusamäe <glen/at/pld-linux.org>
3759
3760         * sysconfig/network-scripts/ifup: Default $DHCP_HOSTNAME to
3761           $HOSTNAME.
3762
3763         * sysconfig/network-scripts/ifup: Optimize: remove three basename
3764           calls
3765
3766 2006-07-20 14:13 +0000 [r7537]  Elan Ruusamäe <glen/at/pld-linux.org>
3767
3768         * TODO: - killproc() s%!&*ks
3769
3770 2006-07-19 16:38 +0000 [r7535]  Jan Rękorajski <baggins/at/pld-linux.org>
3771
3772         * sysconfig/hwprofiles/files: - added xorg.conf
3773
3774 2006-07-09 08:06 +0000 [r7499]  Adam Gołębiowski <adamg/at/pld-linux.org>
3775
3776         * sysconfig/network-scripts/functions.network: - typo; noticed by
3777           Szymon Siwek (sls (at) poczta wp pl)
3778
3779 2006-07-04 14:59 +0000 [r7491]  Elan Ruusamäe <glen/at/pld-linux.org>
3780
3781         * TODO: Add LVM on dmraid problem
3782
3783 2006-05-28 19:05 +0000 [r7454]  Elan Ruusamäe <glen/at/pld-linux.org>
3784
3785         * autogen.sh: Always run changelog generation when asked. Obfuscate
3786           email addreses here. Use mktemp if available. Allow various
3787           locations for CVSROOT/users file.
3788
3789 2006-05-23 15:38 +0000 [r7436]  Elan Ruusamäe <glen/at/pld-linux.org>
3790
3791         * sysconfig/network-scripts/functions.network: Try harder to get
3792           value for WLAN_NICKNAME.
3793
3794 2006-05-15 23:18 +0000 [r7408]  Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
3795
3796         * sysctl.conf: - grsecurity options updated
3797
3798 2006-05-07 17:33 +0000 [r7394]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3799
3800         * configure.ac: Release 0.4.0.27.
3801
3802 2006-05-07 17:27 +0000 [r7391-7393]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3803
3804         * rc-scripts.spec.in: Add sysconfig/hwprofiles dir.
3805
3806         * rc.d/rc.shutdown: Speedup shutdown (glen).
3807
3808         * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
3809           sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
3810           sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.gprs-idea to
3811           makefiles. Add proper initstring to ifcfg-ppp0.gprs-plusgsm.
3812           Another PHONE for gprs-idea (this one works for me with ipaq over
3813           BT).
3814
3815 2006-05-07 17:18 +0000 [r7390]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3816
3817         * sysconfig/Makefile.am, doc/Makefile.am,
3818           sysconfig/interfaces/up.d/all/Makefile.am,
3819           sysconfig/hwprofiles/Makefile.am,
3820           sysconfig/interfaces/Makefile.am,
3821           sysconfig/interfaces/down.d/all/Makefile.am,
3822           sysconfig/interfaces/data/Makefile.am: Avoid installing files
3823           that aren't packaged (glen).
3824
3825 2006-05-07 11:09 +0000 [r7389]  Elan Ruusamäe <glen/at/pld-linux.org>
3826
3827         * rc.d/init.d/network: Fix missing $bootprio.
3828
3829 2006-05-07 10:46 +0000 [r7388]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3830
3831         * rc.d/init.d/network: Fix interfaces_boot detection (Adam Ryba).
3832
3833 2006-04-25 07:20 +0000 [r7370]  Elan Ruusamäe <glen/at/pld-linux.org>
3834
3835         * rc.d/rc: Tabs.
3836
3837 2006-03-23 09:22 +0000 [r7293]  Tomasz Pala <gotar/at/pld-linux.org>
3838
3839         * sysconfig/network: - hostname -h [...] Unless you are using bind
3840           or NIS for host lookups you can change the FQDN (Fully Qualified
3841           Domain Name) and the DNS domain name (which is part of the FQDN)
3842           in the /etc/hosts file.
3843
3844 2006-03-22 19:54 +0000 [r7279]  Elan Ruusamäe <glen/at/pld-linux.org>
3845
3846         * rc.d/rc.sysinit: Vserver speedup (skips extra 5 second delay in
3847           some cases)
3848
3849 2006-03-20 17:22 +0000 [r7253]  Radosław Zieliński <radek/at/pld-linux.org>
3850
3851         * rc.d/rc.sysinit: - allow \t in "alias usb-controller" (from
3852           Lukasz Masko, nov 2005)
3853
3854 2006-03-11 14:54 +0000 [r7144]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3855
3856         * sysconfig/network-scripts/ifup-ppp: Typo bugfix.
3857
3858 2006-03-09 17:54 +0000 [r7132]  Elan Ruusamäe <glen/at/pld-linux.org>
3859
3860         * rc.d/init.d/network: Tabs.
3861
3862 2006-03-09 17:47 +0000 [r7131]  Elan Ruusamäe <glen/at/pld-linux.org>
3863
3864         * rc.d/init.d/network: Rewritten configuration parsing portion
3865           (solves ~ and .rpmnew files ignorance). execve() calls reduced
3866           from 25 to 4. Tested with ash and ksh. There could be bugs!
3867
3868 2006-03-09 16:20 +0000 [r7127]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3869
3870         * configure.ac: Prepare for 0.4.0.26.
3871
3872 2006-03-09 14:58 +0000 [r7126]  Jan Rękorajski <baggins/at/pld-linux.org>
3873
3874         * rc.d/init.d/template.init: - no, please don't remove vim modeline
3875
3876 2006-03-09 11:21 +0000 [r7125]  Elan Ruusamäe <glen/at/pld-linux.org>
3877
3878         * rc.d/init.d/template.init: vim modeline is unneccessary here.
3879
3880 2006-03-08 15:07 +0000 [r7121]  Jan Rękorajski <baggins/at/pld-linux.org>
3881
3882         * rc.d/rc.sysinit: - human readable cleaning of /var/lock - and
3883           don't remove /var/lock/cvs
3884
3885 2006-03-05 13:41 +0000 [r7096]  Adam Gołębiowski <adamg/at/pld-linux.org>
3886
3887         * sysconfig/system: - typos
3888
3889 2006-03-03 21:54 +0000 [r7083]  Elan Ruusamäe <glen/at/pld-linux.org>
3890
3891         * rc.d/rc.sysinit: The is_no() function comes from functions, don't
3892           use it before it's defined
3893
3894 2006-02-27 18:09 +0000 [r7036]  Elan Ruusamäe <glen/at/pld-linux.org>
3895
3896         * setsysfont: Revert hardcoded part. Fix your config instead.
3897
3898 2006-02-27 17:49 +0000 [r7035]  Elan Ruusamäe <glen/at/pld-linux.org>
3899
3900         * rc.d/init.d/cpusets: - expand Id keyword
3901
3902 2006-02-27 13:47 +0000 [r7034]  Elan Ruusamäe <glen/at/pld-linux.org>
3903
3904         * rc.d/init.d/network: In vserver /sbin/ip is not required.
3905
3906 2006-02-26 11:05 +0000 [r7020]  Elan Ruusamäe <glen/at/pld-linux.org>
3907
3908         * rc.d/init.d/functions: Disable colors and enable FASTRC for
3909           initng.
3910
3911 2006-02-26 10:45 +0000 [r7019]  Elan Ruusamäe <glen/at/pld-linux.org>
3912
3913         * setsysfont: Unicode fixes.
3914
3915 2006-02-24 11:04 +0000 [r7006]  Elan Ruusamäe <glen/at/pld-linux.org>
3916
3917         * rc.d/rc.sysinit: Boot logging possibility with showconsole.
3918
3919 2006-02-23 14:43 +0000 [r7005]  Elan Ruusamäe <glen/at/pld-linux.org>
3920
3921         * rc.d/rc.sysinit: Respect fs_passno for rootfs when doing rootfs
3922           fsck. Enable paralell fsck for other filesystems.
3923
3924 2006-02-23 14:23 +0000 [r7004]  Elan Ruusamäe <glen/at/pld-linux.org>
3925
3926         * rc.d/rc.sysinit: Ignore "rootfs" when setting _ROOTFS_TYPE.
3927
3928 2006-02-23 13:57 +0000 [r7003]  Elan Ruusamäe <glen/at/pld-linux.org>
3929
3930         * rc.d/rc.sysinit: Make /dev/cpuset dir for udev. Check
3931           /proc/mounts instead of /proc/filesystems when filling /etc/mtab.
3932
3933 2006-02-23 10:38 +0000 [r7002]  Elan Ruusamäe <glen/at/pld-linux.org>
3934
3935         * doc/net-scripts.txt, doc/sysvinitfiles, rc.d/init.d/functions,
3936           rc-scripts.spec.in, inittab, rc.d/rc.sysinit, run-parts: We are
3937           PLD Linux (not just PLD).
3938
3939 2006-02-23 10:35 +0000 [r6999-7001]  Elan Ruusamäe <glen/at/pld-linux.org>
3940
3941         * sysconfig/init-colors: We are PLD Linux (not just PLD), fix
3942           init-colors.gentoo path.
3943
3944         * sysconfig/i18n: Have here also listed en_US.UTF-8
3945
3946         * sysconfig/interfaces/ifcfg-eth0: By default boot eth0 with dhcp.
3947           If you have static IP configuration, you need to edit this file
3948           anyway
3949
3950 2006-02-14 00:24 +0000 [r6972]  Jan Rękorajski <baggins/at/pld-linux.org>
3951
3952         * sysconfig/cpusets/cpuset-test, rc.d/init.d/cpusets: - cpuset
3953           virtualization support
3954
3955 2006-02-10 22:21 +0000 [r6965]  Elan Ruusamäe <glen/at/pld-linux.org>
3956
3957         * rc.d/rc.sysinit: Reverted last change
3958
3959 2006-02-10 19:47 +0000 [r6964]  Elan Ruusamäe <glen/at/pld-linux.org>
3960
3961         * rc.d/rc.sysinit: Disable DELAY_LOGIN for vserver, suggested by
3962           Patrys
3963
3964 2006-02-10 19:40 +0000 [r6960-6963]  Elan Ruusamäe <glen/at/pld-linux.org>
3965
3966         * rc.d/rc.sysinit: Remove stupid sleep 1
3967
3968         * rc.d/rc.sysinit: No SELinux labels for vserver
3969
3970         * rc.d/rc.sysinit: Fixing indent
3971
3972         * rc.d/rc.sysinit: setsysfont and selinux make no sense inside
3973           vserver (no devices attached)
3974
3975 2006-02-10 19:31 +0000 [r6959]  Elan Ruusamäe <glen/at/pld-linux.org>
3976
3977         * rc.d/rc.sysinit: Do not mount /proc in vserver
3978
3979 2006-02-10 19:17 +0000 [r6958]  Elan Ruusamäe <glen/at/pld-linux.org>
3980
3981         * rc.d/init.d/network: One can't (u)mount anything inside vserver,
3982           not even network mounts
3983
3984 2006-02-08 17:41 +0000 [r6952]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3985
3986         * rc.d/rc.sysinit: Redirect errors from mounts grepping to
3987           /dev/null.
3988
3989 2006-02-05 15:32 +0000 [r6922]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3990
3991         * rc.d/rc.sysinit, sysconfig/system: Rename PROMPT to RC_PROMPT
3992           (PROMPT is internal zsh variable). Fixed RC_PROMPT testing to
3993           work as described in sysconfig/system.
3994
3995 2006-01-21 13:49 +0000 [r6875-6876]  Elan Ruusamäe <glen/at/pld-linux.org>
3996
3997         * rc.d/init.d/template.init: Allow some actions when network is
3998           down (by ankry /at/ 2003-07-03).
3999
4000         * rc.d/init.d/template.init: - remove old syntax
4001
4002 2006-01-21 12:32 +0000 [r6874]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4003
4004         * sysconfig/interfaces/ifcfg-description: Describe current
4005           PPPoE/PPPoA config.
4006
4007 2006-01-21 12:18 +0000 [r6873]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4008
4009         * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
4010           sysconfig/network-scripts/ifup-ppp: Generic PPP over ATM support.
4011
4012 2006-01-20 18:02 +0000 [r6871]  Jan Rękorajski <baggins/at/pld-linux.org>
4013
4014         * rc.d/rc.sysinit: - give getkey a timeout of 5s, better safe than
4015           hung init process
4016
4017 2006-01-20 15:40 +0000 [r6869]  Jan Rękorajski <baggins/at/pld-linux.org>
4018
4019         * rc.d/init.d/functions: - skip filter_chroot() in vserver fixes
4020           running %pre/%post scripts for packages installed in vserver
4021
4022 2006-01-19 08:52 +0000 [r6864]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4023
4024         * sysconfig/interfaces/Makefile.am,
4025           sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada (added): Add
4026           ueagle example (abram).
4027
4028 2006-01-18 08:18 +0000 [r6844]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4029
4030         * configure.ac: Prepare for 0.4.0.25.
4031
4032 2006-01-15 12:01 +0000 [r6809]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4033
4034         * rc.d/init.d/sys-chroots, rc.d/rc.sysinit: Use correct chown
4035           user:group notation.
4036
4037 2006-01-13 18:07 +0000 [r6803]  Jan Rękorajski <baggins/at/pld-linux.org>
4038
4039         * rc.d/rc.sysinit: - more non-vserver stuff ifed
4040
4041 2006-01-12 16:21 +0000 [r6798-6800]  Jan Rękorajski <baggins/at/pld-linux.org>
4042
4043         * rc.d/rc.sysinit: - cleanup if vserver logic
4044
4045         * rc.d/rc.sysinit: - merge more vserver ifs
4046
4047         * rc.d/rc.sysinit: - typo
4048
4049 2006-01-12 16:10 +0000 [r6797]  Jan Rękorajski <baggins/at/pld-linux.org>
4050
4051         * rc.d/rc.sysinit: - more non-vserver things if'ed - kill psdevtab
4052           removal (file is obsolete since 1998)
4053
4054 2006-01-12 16:01 +0000 [r6796]  Jan Rękorajski <baggins/at/pld-linux.org>
4055
4056         * rc.d/rc.shutdown: - cleanup
4057
4058 2006-01-12 15:29 +0000 [r6795]  Jan Rękorajski <baggins/at/pld-linux.org>
4059
4060         * rc.d/rc.shutdown, rc.d/rc.sysinit: - skip swap/quota/acct in
4061           vserver
4062
4063 2006-01-10 20:59 +0000 [r6788]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4064
4065         * rc.d/rc.sysinit: mdadm now creates missing nodes when assembling
4066           an array.
4067
4068 2006-01-09 17:23 +0000 [r6781]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4069
4070         * sysconfig/network-scripts/functions.network: Typos fixed.
4071
4072 2006-01-08 21:53 +0000 [r6777]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4073
4074         * configure.ac: Prepare for 0.4.0.24.
4075
4076 2006-01-07 15:57 +0000 [r6762]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4077
4078         * sysconfig/network-scripts/functions.network: ESSID setting is
4079           done only once, at the end just before commit.
4080
4081 2006-01-06 15:57 +0000 [r6750]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4082
4083         * rc.d/rc.sysinit: Don't use run_cmd for starting udev since
4084           start_udev can handle messages itself.
4085
4086 2006-01-05 22:52 +0000 [r6747]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4087
4088         * setsysfont, rc.d/rc.sysinit: Fix console detection by not running
4089           setsysfont trough run_cmd (fixes utf8 font handling, too).
4090
4091 2006-01-04 12:16 +0000 [r6734]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4092
4093         * rc.d/rc.sysinit: No longer set hotplug stuff. Put that into
4094           sysctl.conf.
4095
4096 2006-01-01 20:16 +0000 [r6727]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4097
4098         * lang.sh: Process more locale variables (havner).
4099
4100 2006-01-01 20:12 +0000 [r6726]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4101
4102         * setsysfont: Include /etc/rc.d/init.d/functions.
4103
4104 2005-12-26 10:35 +0000 [r6709]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4105
4106         * sysconfig/network-scripts/functions.network: Fix WLAN power,
4107           txpower, retry settings. Patch by Łukasz Maśko.
4108
4109 2005-12-15 18:59 +0000 [r6651-6652]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4110
4111         * configure.ac: Preparations for 0.4.0.23.
4112
4113         * rc.d/rc.sysinit: modprobe with -s option so messages go to
4114           syslog.
4115
4116 2005-12-09 15:26 +0000 [r6627]  Jan Rękorajski <baggins/at/pld-linux.org>
4117
4118         * rc.d/rc.shutdown: - change reboot/halt message for vserver
4119           (request by glen)
4120
4121 2005-12-05 00:33 +0000 [r6598]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4122
4123         * sysconfig/network-scripts/ifup,
4124           sysconfig/interfaces/ifcfg-description: Up wireless device before
4125           setting any WLAN parameters support.
4126
4127 2005-12-05 00:29 +0000 [r6597]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4128
4129         * rc.d/rc.sysinit: udev loads core usb modules itself so
4130           /proc/bus/usb was never mounted here. Now we are checking for
4131           exact mount instead of just checking whether usb modules are
4132           loaded.
4133
4134 2005-11-24 15:25 +0000 [r6563]  Jan Rękorajski <baggins/at/pld-linux.org>
4135
4136         * rc.d/rc.sysinit, rc.d/init.d/functions: - remove duplicate
4137           entries in vserver guest /etc/mtab
4138
4139 2005-11-23 20:49 +0000 [r6561]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4140
4141         * setsysfont: Don't yell when there is no kbd installed.
4142
4143 2005-11-18 23:44 +0000 [r6541]  Jan Rękorajski <baggins/at/pld-linux.org>
4144
4145         * rc.d/rc.sysinit: - don't clear mtab on vserver guest
4146
4147 2005-11-17 22:54 +0000 [r6540]  Jan Rękorajski <baggins/at/pld-linux.org>
4148
4149         * rc.d/init.d/functions: - fixed vserver detection with legacy
4150           vserver code turned off
4151
4152 2005-11-16 18:45 +0000 [r6534]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4153
4154         * configure.ac: Update for 0.4.0.22.
4155
4156 2005-11-05 01:34 +0000 [r6520]  Elan Ruusamäe <glen/at/pld-linux.org>
4157
4158         * rc.d/rc.sysinit: - remove useless rm -f /var/run/hwprofile, which
4159           will never work as all filesystems are readonly at that point
4160
4161 2005-11-01 18:34 +0000 [r6510-6511]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4162
4163         * src/process.c: Updated from FC.
4164
4165         * src/shvar.c, src/shvar.h: Be more precise about condition.
4166
4167 2005-10-30 22:14 +0000 [r6504]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4168
4169         * rc.d/rc.shutdown, rc.d/rc.sysinit: Mount securityfs filesystem on
4170           kernel >= 2.6.14.
4171
4172 2005-10-30 00:03 +0000 [r6503]  Jan Rękorajski <baggins/at/pld-linux.org>
4173
4174         * rc.d/rc: - corrected order of conditions
4175
4176 2005-10-28 14:54 +0000 [r6501]  Jan Rękorajski <baggins/at/pld-linux.org>
4177
4178         * rc.d/init.d/network: - ignore non-empty but commented /etc/mactab
4179           (patch by glen)
4180
4181 2005-10-26 16:57 +0000 [r6492]  Jan Rękorajski <baggins/at/pld-linux.org>
4182
4183         * lang.sh, run-parts, lang.csh, hwprofile, service, setsysfont: -
4184           more white space and formatting cleanup
4185
4186 2005-10-26 16:33 +0000 [r6491]  Jan Rękorajski <baggins/at/pld-linux.org>
4187
4188         * rc.d/rc.modules, sysconfig/network-scripts/ifup-sl,
4189           sysconfig/network-scripts/ifup-irda,
4190           sysconfig/network-scripts/ifup-aliases, rc.d/init.d/network,
4191           sysconfig/network-scripts/ifdown-ppp,
4192           sysconfig/network-scripts/ifdown-vlan,
4193           sysconfig/network-scripts/tnldown,
4194           sysconfig/network-scripts/ifdown-br,
4195           sysconfig/interfaces/tnlcfg-icm, sysconfig/static-nat,
4196           ppp/ipx-up, sysconfig/network-scripts/functions.network,
4197           ppp/auth-up, rc.d/init.d/allowlogin,
4198           sysconfig/network-scripts/ifup-vlan,
4199           sysconfig/interfaces/tnlcfg-description,
4200           sysconfig/network-scripts/ifup,
4201           sysconfig/network-scripts/ifup-br,
4202           sysconfig/network-scripts/ifup-plip, rc.d/init.d/template.init,
4203           ppp/ip-up, rc.d/rc.sysinit,
4204           sysconfig/network-scripts/ifdown-post, sysconfig/clock,
4205           rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes,
4206           rc.d/rc.shutdown, ppp/ipx-down, rc.d/init.d/timezone,
4207           ppp/auth-down, sysconfig/network-scripts/ifdown,
4208           sysconfig/network-scripts/ifup-plusb, rc.d/init.d/sys-chroots,
4209           sysconfig/network-scripts/ifup-post, sysconfig/static-routes,
4210           ppp/ip-down, sysconfig/network-scripts/ifup-neigh,
4211           sysconfig/network-scripts/ifup-ppp,
4212           sysconfig/network-scripts/ifup-ipx, rc.d/rc.local,
4213           rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl,
4214           sysconfig/network-scripts/tnlup,
4215           sysconfig/network-scripts/ifdown-irda, sysconfig/system,
4216           sysconfig/network-scripts/ifup-iucv, rc.d/rc, rc.d/init.d/random,
4217           rc.d/init.d/single, rc.d/rc.init, sysconfig/network,
4218           sysconfig/timezone, rc.d/init.d/killall: - more vim setting
4219           removed (don't convert tabs to spaces) - white space cleanup -
4220           convert spaces to tabs - unify formatting for all scripts
4221
4222 2005-10-25 18:22 +0000 [r6489]  Jan Rękorajski <baggins/at/pld-linux.org>
4223
4224         * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit: - add support for
4225           running inside vservers, the diff may seem huge but it's mostly
4226           white space change
4227
4228 2005-10-25 18:15 +0000 [r6488]  Jan Rękorajski <baggins/at/pld-linux.org>
4229
4230         * rc.d/init.d/functions: - typo
4231
4232 2005-10-25 17:11 +0000 [r6487]  Jan Rękorajski <baggins/at/pld-linux.org>
4233
4234         * rc.d/rc, rc.d/rc.sysinit: - source configs before functions
4235
4236 2005-10-25 16:56 +0000 [r6485]  Jan Rękorajski <baggins/at/pld-linux.org>
4237
4238         * rc.d/init.d/network: - don't start interfaces inside vserver
4239
4240 2005-10-25 16:46 +0000 [r6484]  Jan Rękorajski <baggins/at/pld-linux.org>
4241
4242         * rc.d/rc: - all stty's stderr belongs to /dev/null
4243
4244 2005-10-25 16:21 +0000 [r6482]  Jan Rękorajski <baggins/at/pld-linux.org>
4245
4246         * rc.d/init.d/functions: - detect if run inside vserver and ignore
4247           rc_splash if so
4248
4249 2005-10-25 16:04 +0000 [r6480]  Jan Rękorajski <baggins/at/pld-linux.org>
4250
4251         * rc.d/rc.sysinit: - we need /proc mounted before everything
4252
4253 2005-10-25 14:17 +0000 [r6479]  Jan Rękorajski <baggins/at/pld-linux.org>
4254
4255         * rc.d/rc.modules, rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit: -
4256           grep: all your stderr are belong to /dev/null
4257
4258 2005-10-25 11:58 +0000 [r6477]  Jan Rękorajski <baggins/at/pld-linux.org>
4259
4260         * rc.d/init.d/functions: - better detection of tput functionality
4261
4262 2005-10-19 19:06 +0000 [r6468]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4263
4264         * configure.ac: Update for new release.
4265
4266 2005-10-19 18:08 +0000 [r6467]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4267
4268         * sysconfig/network-scripts/functions.network: Working version of
4269           calcprefix().
4270
4271 2005-10-19 11:01 +0000 [r6462]  Jan Rękorajski <baggins/at/pld-linux.org>
4272
4273         * rc.d/rc: - check for proper first argument in correct place
4274
4275 2005-10-17 15:04 +0000 [r6453]  Jan Rękorajski <baggins/at/pld-linux.org>
4276
4277         * rc.d/init.d/functions: - RC_LOGGING should be checked against
4278           "no"
4279
4280 2005-10-17 14:52 +0000 [r6452]  Jan Rękorajski <baggins/at/pld-linux.org>
4281
4282         * sysconfig/system, rc.d/init.d/functions, rc.d/rc.shutdown: -
4283           clean solution for initlog/minilogd: RC_LOGGING setting, and
4284           don't log while shutting down
4285
4286 2005-10-17 13:49 +0000 [r6451]  Jan Rękorajski <baggins/at/pld-linux.org>
4287
4288         * src/minilogd.c (added), src/initlog.c, src/Makefile.am: -
4289           reverted last commit
4290
4291 2005-10-17 13:20 +0000 [r6450]  Jan Rękorajski <baggins/at/pld-linux.org>
4292
4293         * src/Makefile.am, src/minilogd.c (removed), src/initlog.c: -
4294           removed minilogd and its calls (more pain than gain)
4295
4296 2005-10-16 19:26 +0000 [r6447]  Jan Rękorajski <baggins/at/pld-linux.org>
4297
4298         * rc.d/rc.init, rc.d/init.d/single, sysconfig/timezone, hwprofile,
4299           rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes,
4300           sysconfig/network-scripts/ifup-aliases,
4301           sysconfig/network-scripts/ifdown-ppp,
4302           sysconfig/network-scripts/ifup-post, rc.d/init.d/allowlogin,
4303           rc.d/rc.local, sysconfig/network-scripts/ifdown-sl,
4304           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
4305           sysconfig/network-scripts/ifdown-irda,
4306           sysconfig/network-scripts/ifup-iucv, rc.d/rc, sysconfig/network,
4307           rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl,
4308           sysconfig/network-scripts/ifup-irda, rc.d/init.d/network,
4309           rc.d/rc.shutdown, rc.d/init.d/timezone,
4310           sysconfig/network-scripts/ifdown-vlan,
4311           sysconfig/network-scripts/tnldown,
4312           sysconfig/network-scripts/ifup-plusb,
4313           sysconfig/network-scripts/ifdown,
4314           sysconfig/network-scripts/ifdown-br,
4315           sysconfig/network-scripts/ifup-neigh,
4316           sysconfig/network-scripts/functions.network,
4317           sysconfig/network-scripts/ifup-ppp,
4318           sysconfig/network-scripts/ifup-ipx,
4319           sysconfig/network-scripts/ifup-vlan,
4320           sysconfig/network-scripts/ifup-br,
4321           sysconfig/network-scripts/ifup-plip, sysconfig/system,
4322           rc.d/init.d/template.init, rc.d/rc.sysinit, rc.d/init.d/random,
4323           sysconfig/network-scripts/ifdown-post: - removed dumb tw=78 vim
4324           setting
4325
4326 2005-10-06 16:08 +0000 [r6429]  Artur Frysiak <wiget/at/pld-linux.org>
4327
4328         * rc.d/init.d/network: - fixed CIFS unmounting
4329
4330 2005-10-04 18:09 +0000 [r6425]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4331
4332         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
4333           Use pidfile for wpa_supplicant.
4334
4335 2005-10-02 17:13 +0000 [r6420]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4336
4337         * sysconfig/network-scripts/ifup,
4338           sysconfig/interfaces/ifcfg-description,
4339           sysconfig/network-scripts/ifdown: Simple support for WPA. Note
4340           that killing wpa_supplicant daemon is supported only for single
4341           daemon/interface (TODO: multiple daemons support).
4342
4343 2005-09-05 17:12 +0000 [r6352]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4344
4345         * rc.d/init.d/functions: Add support for whole path in pidfile.
4346
4347 2005-08-24 22:08 +0000 [r6333]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4348
4349         * rc.d/init.d/cpusets, rc.d/init.d/functions: Fix is_yes in cpuset
4350           stuff. Quote file paths when doing echo > something.
4351
4352 2005-08-23 16:32 +0000 [r6330]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4353
4354         * configure.ac: Update for 0.4.0.20.
4355
4356 2005-08-23 16:29 +0000 [r6327-6329]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4357
4358         * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm,
4359           sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: Fixed PlusGSM
4360           examples. (Patch by Paweł Gołaszewski)
4361
4362         * inittab: Example for agetty on serial port.
4363
4364         * rc.d/init.d/network: [a-z] doesn't always mean whole alphabet
4365           (for example et_EE locale). Use C locale when searching. (Patch
4366           by Elan Ruusamäe)
4367
4368 2005-08-15 22:45 +0000 [r6315]  Jan Rękorajski <baggins/at/pld-linux.org>
4369
4370         * rc.d/init.d/cpusets: - don't spew errors on stdout - inform about
4371           failurse
4372
4373 2005-08-14 18:32 +0000 [r6311]  Tomasz Wittner <twittner/at/pld-linux.org>
4374
4375         * DEVELOPMENT: - typo in enumeration
4376
4377 2005-08-13 23:06 +0000 [r6307-6310]  Jan Rękorajski <baggins/at/pld-linux.org>
4378
4379         * rc.d/init.d/cpusets: - added echo for better status readability
4380
4381         * rc.d/init.d/cpusets: - properly test cpuset dir for status
4382           display
4383
4384         * rc.d/init.d/cpusets: - properly escape message
4385
4386         * rc.d/init.d/cpusets: - use show() when creating/removing cpusets
4387
4388 2005-08-13 22:58 +0000 [r6306]  Jan Rękorajski <baggins/at/pld-linux.org>
4389
4390         * rc.d/init.d/cpusets: - typo
4391
4392 2005-08-13 22:34 +0000 [r6305]  Jan Rękorajski <baggins/at/pld-linux.org>
4393
4394         * rc.d/init.d/functions: - take CPUSETS setting into account
4395
4396 2005-08-13 22:00 +0000 [r6304]  Jan Rękorajski <baggins/at/pld-linux.org>
4397
4398         * rc.d/rc.sysinit: - mount cpuset filesystem if kernel capable
4399
4400 2005-08-11 17:43 +0000 [r6300]  Jan Rękorajski <baggins/at/pld-linux.org>
4401
4402         * doc/sysconfig.txt, doc/sysconfig.docb: - added description for
4403           available per-service settings
4404
4405 2005-08-11 17:11 +0000 [r6299]  Jan Rękorajski <baggins/at/pld-linux.org>
4406
4407         * rc-scripts.spec.in: - cpusets added
4408
4409 2005-08-11 17:04 +0000 [r6297-6298]  Jan Rękorajski <baggins/at/pld-linux.org>
4410
4411         * rc.d/init.d/Makefile.am: - cpusets script added
4412
4413         * configure.ac: - sysconfig/cpusets/Makefile added
4414
4415 2005-08-11 16:58 +0000 [r6294-6296]  Jan Rękorajski <baggins/at/pld-linux.org>
4416
4417         * po/pl.po: - final touch
4418
4419         * po/pl.po: - updated
4420
4421         * rc.d/init.d/functions: - added some code for completness
4422
4423 2005-08-11 16:36 +0000 [r6293]  Jan Rękorajski <baggins/at/pld-linux.org>
4424
4425         * rc.d/init.d/cpusets: - defile cpuset settings as local in
4426           function
4427
4428 2005-08-11 16:35 +0000 [r6292]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4429
4430         * rc.d/init.d/functions: filter_chroot(): Do not filter pids for
4431           processes that no longer exists. We don't know whether these were
4432           from current (ch)root so we assume that they were.
4433
4434 2005-08-11 16:23 +0000 [r6291]  Jan Rękorajski <baggins/at/pld-linux.org>
4435
4436         * rc.d/init.d/functions: - added cpuset support to daemon and
4437           status functions
4438
4439 2005-08-10 20:10 +0000 [r6290]  Jan Rękorajski <baggins/at/pld-linux.org>
4440
4441         * sysconfig/Makefile.am, rc.d/init.d/cpusets (added),
4442           sysconfig/cpusets/Makefile.am (added), sysconfig/system,
4443           sysconfig/cpusets/cpuset-test (added): - CPUSETS support (work in
4444           progress)
4445
4446 2005-08-10 19:49 +0000 [r6289]  Jan Rękorajski <baggins/at/pld-linux.org>
4447
4448         * sysconfig/cpusets (added): - a place for cpusets config files
4449
4450 2005-08-08 21:53 +0000 [r6288]  Andrzej Dopierała <undefine/at/pld-linux.org>
4451
4452         * rc.d/init.d/network: - get only tnlcfg-name, not tnlcfg-name~
4453
4454 2005-07-27 09:09 +0000 [r6229]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4455
4456         * sysconfig/network-scripts/ifup: ifup: Handle special
4457           pcmcia-hotplug case.
4458
4459 2005-07-21 22:35 +0000 [r6226]  Andrzej Dopierała <undefine/at/pld-linux.org>
4460
4461         * rc.d/init.d/network: - first up bridge, next tunnels (tunnels can
4462           be on bridges) - first down tunnels, next bridge ;)
4463
4464 2005-05-30 18:54 +0000 [r6028]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4465
4466         * configure.ac: Release 0.4.0.19.
4467
4468 2005-05-30 18:47 +0000 [r6027]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4469
4470         * sysconfig/network-scripts/ifup: Understand BOOTPROTO=static
4471           properly (Elan Ruusamäe <glen/at/pld-linux.org>).
4472
4473 2005-05-30 18:42 +0000 [r6026]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4474
4475         * sysconfig/network-scripts/ifdown-post: When stopping delete root
4476           queueing discipline instead of trying to add it.
4477
4478 2005-05-25 08:26 +0000 [r6013]  Elan Ruusamäe <glen/at/pld-linux.org>
4479
4480         * sysctl.conf: grsec is available for 2.6 kernels too.
4481
4482 2005-05-03 17:50 +0000 [r5915]  Elan Ruusamäe <glen/at/pld-linux.org>
4483
4484         * rc.d/init.d/sys-chroots: Typo.
4485
4486 2005-04-30 20:53 +0000 [r5896]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4487
4488         * rc.d/init.d/functions: killproc(): fill base and pid variables
4489           based on waitname.
4490
4491 2005-04-25 16:01 +0000 [r5884]  Adam Gołębiowski <adamg/at/pld-linux.org>
4492
4493         * rc.d/init.d/network: - when using BOOTPRIO, cd to /etc/sysconfig
4494           to get list of interfaces
4495
4496 2005-04-15 21:48 +0000 [r5770]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4497
4498         * sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Add BT example.
4499
4500 2005-04-08 17:34 +0000 [r5744]  Paweł Sakowski <saq/at/pld-linux.org>
4501
4502         * sysconfig/system: - typo
4503
4504 2005-03-25 19:00 +0000 [r5631]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4505
4506         * rc-scripts.spec.in: Updated to match needs.
4507
4508 2005-03-25 18:50 +0000 [r5629-5630]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4509
4510         * rc.d/rc.sysinit: Fix sound dmabuf handling in rc.sysinit. Use
4511           different modules config file for 2.4/2.6 kernel.
4512           (havner/at/pld-linux.org)
4513
4514         * rc.d/init.d/functions: Fix displaing show() function when $CHARS
4515           variable is set. (tommat/at/pld-linux.org).
4516
4517 2005-03-25 18:37 +0000 [r5625]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4518
4519         * configure.ac: Prepare for 0.4.0.18.
4520
4521 2005-03-22 16:54 +0000 [r5615]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4522
4523         * rc.d/init.d/functions: Increment counter when waiting specified
4524           time for daemon to start/terminate.
4525
4526 2005-03-06 00:11 +0000 [r5570]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4527
4528         * src/Makefile.am: Place minilogd in sbin.
4529
4530 2005-03-05 23:46 +0000 [r5569]  Elan Ruusamäe <glen/at/pld-linux.org>
4531
4532         * man/ru/Makefile.am (added), man/es/Makefile.am (added),
4533           man/fr/Makefile.am (added), man/de/Makefile.am (added),
4534           man/sv/Makefile.am (added), man/ja/Makefile.am (added),
4535           configure.ac, man/Makefile.am: - Finished manuals to subdirs.
4536           (Thanks arekm).
4537
4538 2005-01-24 14:15 +0000 [r5479]  Elan Ruusamäe <glen/at/pld-linux.org>
4539
4540         * configure.ac: Use AM_CONFIG_HEADER, rather AC_CONFIG_HEADER for
4541           autogen.sh to call autoheader.
4542
4543 2005-01-24 14:05 +0000 [r5478]  Elan Ruusamäe <glen/at/pld-linux.org>
4544
4545         * src/config.h.in (removed): removed
4546
4547 2005-01-24 13:47 +0000 [r5477]  Elan Ruusamäe <glen/at/pld-linux.org>
4548
4549         * src/Makefile.am, configure.ac, acinclude.m4 (added),
4550           src/config.h.in (added), src/start-stop-daemon.c (added): added
4551           start-stop-daemon from dpkg-1.10.23 includes config.h support now
4552           (as such conditional defines impossible on commandline) and m4
4553           macros needed for start-stop-daemon.c
4554
4555 2005-01-24 13:38 +0000 [r5476]  Elan Ruusamäe <glen/at/pld-linux.org>
4556
4557         * doc/netreport.1 (removed), doc/genhostid.1 (removed),
4558           man/netreport.1 (added), man/genhostid.1 (added), doc/ipcalc.1
4559           (removed), doc/usleep.1 (removed), doc/usernetctl.8 (removed),
4560           man/ipcalc.1 (added), man/usleep.1 (added), doc/consoletype.1
4561           (removed), man/usernetctl.8 (added), Makefile.am, doc/initlog.1
4562           (removed), doc/doexec.1 (removed), doc/Makefile.am,
4563           doc/ppp-watch.8 (removed), man/consoletype.1 (added),
4564           man/initlog.1 (added), man/doexec.1 (added), man/ppp-watch.8
4565           (added), man/Makefile.am: - moved manuals to man/ subdir
4566
4567 2005-01-24 13:32 +0000 [r5475]  Elan Ruusamäe <glen/at/pld-linux.org>
4568
4569         * man/ja (added), man/ru/start-stop-daemon.8 (added),
4570           man/es/start-stop-daemon.8 (added), man/fr/start-stop-daemon.8
4571           (added), man/de/start-stop-daemon.8 (added),
4572           man/sv/start-stop-daemon.8 (added), man (added),
4573           man/ja/start-stop-daemon.8 (added), man/ru (added), man/es
4574           (added), man/fr (added), man/start-stop-daemon.8 (added), man/de
4575           (added), man/sv (added), man/Makefile.am (added): - created tree
4576           for manuals - imported start-stop-daemon manuals from
4577           dpkg-1.10.23
4578
4579 2005-01-24 00:33 +0000 [r5474]  Elan Ruusamäe <glen/at/pld-linux.org>
4580
4581         * doc/Makefile.am: - fix typo which prevented packaging rest of the
4582           manuals to distrib
4583
4584 2005-01-23 23:56 +0000 [r5473]  Elan Ruusamäe <glen/at/pld-linux.org>
4585
4586         * rc.d/init.d/functions: - typo, english
4587
4588 2005-01-23 19:11 +0000 [r5472]  Paweł Sakowski <saq/at/pld-linux.org>
4589
4590         * rc.d/init.d/sys-chroots: - mount usbfs if available
4591
4592 2005-01-17 21:15 +0000 [r5461]  Elan Ruusamäe <glen/at/pld-linux.org>
4593
4594         * rc.d/init.d/functions: - indent to same level
4595
4596 2005-01-02 22:53 +0000 [r5418]  Radosław Zieliński <radek/at/pld-linux.org>
4597
4598         * sysconfig/network-scripts/ifup-ppp,
4599           sysconfig/network-scripts/functions.network,
4600           sysconfig/network-scripts/ifup-vlan,
4601           sysconfig/network-scripts/ifup-ipx,
4602           sysconfig/network-scripts/tnlup,
4603           sysconfig/network-scripts/ifdown-sl,
4604           sysconfig/network-scripts/ifup,
4605           sysconfig/network-scripts/ifdown-irda,
4606           sysconfig/network-scripts/ifup-br,
4607           sysconfig/network-scripts/ifup-plip,
4608           sysconfig/network-scripts/ifup-iucv,
4609           sysconfig/network-scripts/ifup-sl,
4610           sysconfig/network-scripts/ifup-irda,
4611           sysconfig/network-scripts/ifup-routes,
4612           sysconfig/network-scripts/ifup-aliases,
4613           sysconfig/network-scripts/ifdown-ppp,
4614           sysconfig/network-scripts/ifdown-vlan,
4615           sysconfig/network-scripts/tnldown,
4616           sysconfig/network-scripts/ifup-post,
4617           sysconfig/network-scripts/ifdown,
4618           sysconfig/network-scripts/ifup-plusb,
4619           sysconfig/network-scripts/ifdown-br,
4620           sysconfig/network-scripts/ifup-neigh: - unified indentation (ts=8
4621           sw=4, as vi modeline says)
4622
4623 2005-01-02 21:49 +0000 [r5417]  Radosław Zieliński <radek/at/pld-linux.org>
4624
4625         * sysctl.conf: - added net.ipv4.conf.default.rp_filter=1 -- *.all.*
4626           has no real effect: when sysctl -p is run, interfaces are not up
4627           yet
4628
4629 2004-12-13 22:31 +0000 [r5382-5383]  Paweł Sakowski <saq/at/pld-linux.org>
4630
4631         * po/de.po, po/pl.po: - updated for current source tree
4632
4633         * rc.d/init.d/network: - missed one
4634
4635 2004-12-13 22:01 +0000 [r5379-5380]  Paweł Sakowski <saq/at/pld-linux.org>
4636
4637         * sysconfig/network-scripts/ifup-sl, rc.d/init.d/network,
4638           sysconfig/network-scripts/ifup: - make nls invocations actually
4639           translatable
4640
4641         * po/de.po: - fixed remaining fuzzy entries
4642
4643 2004-12-13 20:16 +0000 [r5378]  Paweł Sakowski <saq/at/pld-linux.org>
4644
4645         * po/de.po: - updated my email address - fixed some fuzzy entries
4646           (the easiest ones)
4647
4648 2004-12-08 22:46 +0000 [r5368]  Elan Ruusamäe <glen/at/pld-linux.org>
4649
4650         * rc.d/rc.sysinit: - typo
4651
4652 2004-12-02 17:43 +0000 [r5362]  Jarek Koszuk <heretyk/at/pld-linux.org>
4653
4654         * rc.d/init.d/functions: Support for per service umask settings.
4655           This solves the problem with possibly different umask settings
4656           when starting services at boot time, and by hand.
4657
4658 2004-11-29 20:10 +0000 [r5357]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4659
4660         * sysconfig/interfaces/ifcfg-ppp0.gprs-idea (added),
4661           sysconfig/interfaces/data/chat-ppp0.gprs-idea (added): Add IDEA
4662           GPRS examples.
4663
4664 2004-11-26 22:49 +0000 [r5351]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4665
4666         * configure.ac: Version 0.4.0.17.
4667
4668 2004-11-13 21:43 +0000 [r5320]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4669
4670         * sysconfig/network-scripts/ifup: Drop condition when checking
4671           cable - not needed.
4672
4673 2004-11-13 21:37 +0000 [r5319]  Bartosz Taudul <wolf/at/pld-linux.org>
4674
4675         * sysconfig/network-scripts/ifup: - fix typo
4676
4677 2004-11-13 21:31 +0000 [r5318]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4678
4679         * sysconfig/network-scripts/functions.network,
4680           sysconfig/network-scripts/ifup: Link status checking for ifup
4681           dhcp iface (from FC3).
4682
4683 2004-11-13 20:31 +0000 [r5315]  Adam Gołębiowski <adamg/at/pld-linux.org>
4684
4685         * sysconfig/system: - s/outsite/outside/
4686
4687 2004-11-13 11:36 +0000 [r5312-5313]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4688
4689         * rc.d/init.d/functions: Drop obsolete msg_() functions.
4690
4691         * rc.d/rc.sysinit, rc.d/init.d/functions: More SELinux support from
4692           FC initscripts.
4693
4694 2004-10-25 19:27 +0000 [r4863]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4695
4696         * rc.d/rc.sysinit: Use usbfs as USB filesystem name (not sure about
4697           2.4?).
4698
4699 2004-10-01 21:28 +0000 [r4677]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4700
4701         * sysconfig/network-scripts/ifup-ppp: Modprobe ppp modules when
4702           /dev/ppp doesn't exists (udev and devfs case).
4703
4704 2004-09-25 22:22 +0000 [r4656]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4705
4706         * rc.d/rc.sysinit: Move .ICE-unix creation a bit lower in case of
4707           CLEAN_TMP usage.
4708
4709 2004-09-25 13:22 +0000 [r4649]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4710
4711         * rc.d/rc.sysinit: Added udev support.
4712
4713 2004-09-25 12:30 +0000 [r4647]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4714
4715         * sysconfig/interfaces/ifcfg-description: Fix typo (numer->number).
4716
4717 2004-09-24 21:04 +0000 [r4639]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4718
4719         * configure.ac: Version 0.4.0.16.
4720
4721 2004-09-22 16:32 +0000 [r4636]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4722
4723         * rc.d/init.d/network, sysconfig/interfaces/ifcfg-description:
4724           BOOTPRIO for changing interfaces starting order.
4725
4726 2004-09-22 15:38 +0000 [r4635]  Witek Kręcicki <adasi/at/pld-linux.org>
4727
4728         * rc.d/init.d/network: - Start VLAN's after all physical interfaces
4729
4730 2004-09-19 13:32 +0000 [r4615]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4731
4732         * rc.d/rc.sysinit: Create /tmp/.ICE-unix directory for X11.
4733
4734 2004-08-25 20:58 +0000 [r4436]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4735
4736         * sysconfig/Makefile.am, sysconfig/ip-rules (removed): Drop
4737           sysconfig/ip-rules, it's not used.
4738
4739 2004-08-25 20:36 +0000 [r4434]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4740
4741         * configure.ac: Release 0.4.0.15.
4742
4743 2004-08-25 20:33 +0000 [r4433]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4744
4745         * rc.d/init.d/Makefile.am: Add sys-chroots.
4746
4747 2004-08-25 20:15 +0000 [r4432]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4748
4749         * sysconfig/network-scripts/tnlup,
4750           sysconfig/network-scripts/tnldown: Don't display ls errors when
4751           there is no tunnel configs.
4752
4753 2004-08-25 17:30 +0000 [r4431]  Jan Rękorajski <baggins/at/pld-linux.org>
4754
4755         * sysconfig/i18n: - it's much too early for unicode by default, so
4756           add some comments
4757
4758 2004-08-22 18:06 +0000 [r4430]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4759
4760         * rc.d/rc.shutdown: When shutting down try to stop LVM devices,
4761           too.
4762
4763 2004-08-20 10:16 +0000 [r4429]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4764
4765         * rc.d/init.d/network, rc.d/rc.sysinit: Set sysctl parameters
4766           quietly (needed to avoid bunch of errors when grsec_lock is
4767           turned on).
4768
4769 2004-08-14 23:16 +0000 [r4428]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4770
4771         * rc.d/init.d/functions: Add support for waiting for process to
4772           finish to daemon() and killproc(). Example usage: daemon
4773           --waitforname httpd.${HTTPD_MPM} --waitfortime 60
4774           httpd.${HTTPD_MPM} -f /etc/httpd/httpd.conf -k stop where
4775           --waitforname is name of process to wait and --waitfortime is how
4776           many seconds to wait at max.
4777
4778 2004-08-09 00:31 +0000 [r4424]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4779
4780         * rc.d/rc.sysinit: Pass complete path to sulogin (/sbin/sulogin).
4781
4782 2004-07-23 23:08 +0000 [r4389]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4783
4784         * rc.d/init.d/sys-chroots: chroot: umount /proc, /selinux and /sys
4785           at stopping.
4786
4787 2004-07-23 23:04 +0000 [r4387-4388]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4788
4789         * rc.d/init.d/sys-chroots: chroot: umount all when stopping.
4790
4791         * rc.d/init.d/sys-chroots, rc.d/rc: chroot: Process stopping
4792           properly.
4793
4794 2004-07-23 22:56 +0000 [r4386]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4795
4796         * rc.d/init.d/sys-chroots: chroot: Do not run network but lock
4797           subsys to pretend that network was run.
4798
4799 2004-07-23 22:27 +0000 [r4385]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4800
4801         * rc.d/init.d/sys-chroots, rc.d/rc: rc: When shutting down to not
4802           call rc.shutdown when in chroot. sys-chroots: Run some commands
4803           really in chroot.
4804
4805 2004-07-23 21:58 +0000 [r4384]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4806
4807         * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
4808           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Set MTU to
4809           1452 for neostrada (from neostrada.info FAQ).
4810
4811 2004-07-23 21:24 +0000 [r4383]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4812
4813         * rc.d/init.d/sys-chroots: chroot: clean up mtabs, mount proc,
4814           sysfs and selinuxfs.
4815
4816 2004-07-23 21:14 +0000 [r4382]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4817
4818         * rc.d/init.d/sys-chroots (added): Started implementing multiple
4819           systems in chroots idea.
4820
4821 2004-07-04 17:50 +0000 [r4316]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4822
4823         * configure.ac: s/path/name/
4824
4825 2004-07-04 17:46 +0000 [r4315]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4826
4827         * configure.ac: Avoid backup files when searching for shell
4828           scripts, too.
4829
4830 2004-07-04 16:23 +0000 [r4312]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4831
4832         * po/de.po, po/pl.po: Make update-po + few manual fixes to pl.po.
4833
4834 2004-07-04 16:14 +0000 [r4311]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4835
4836         * sysconfig/network-scripts/functions.network,
4837           rc.d/init.d/functions: Add #!/bin/sh to fool file(1).
4838
4839 2004-07-04 15:57 +0000 [r4310]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4840
4841         * configure.ac: Don't search for shell scripts in directories with
4842           names starting with dot.
4843
4844 2004-07-04 15:45 +0000 [r4309]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4845
4846         * rc.d/rc.shutdown: Turn off RAID devices using mdadm first,
4847           fallback to raidutils. Make raidutils stopping gettext friendly.
4848
4849 2004-07-04 15:35 +0000 [r4308]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4850
4851         * makepot.pl: Put empty CHARSET instead of iso8859-2 in .pot file.
4852
4853 2004-07-04 15:26 +0000 [r4307]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4854
4855         * configure.ac: - 0.4.0.14
4856
4857 2004-07-04 14:41 +0000 [r4306]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4858
4859         * rc.d/rc.sysinit: Last one sysctl called with -e option to avoid
4860           errors on unknown keys.
4861
4862 2004-07-04 14:34 +0000 [r4305]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4863
4864         * rc.d/rc.sysinit: Run LVM tools for RAID case only if some RAID
4865           volume was there.
4866
4867 2004-07-04 14:11 +0000 [r4304]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4868
4869         * TODO: Some are done.
4870
4871 2004-07-04 09:40 +0000 [r4303]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4872
4873         * sysconfig/network-scripts/ifup-ppp: Quote whole message passed to
4874           logger.
4875
4876 2004-07-03 12:03 +0000 [r4302]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4877
4878         * sysconfig/network-scripts/ifup-ppp: s/speedtouch/speedtch/. Drop
4879           quoting from nls call.
4880
4881 2004-07-03 11:27 +0000 [r4301]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4882
4883         * sysconfig/interfaces/Makefile.am,
4884           sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada (added),
4885           sysconfig/network-scripts/ifup-ppp: Speedtouch modem support
4886           (arekm && qboosh).
4887
4888 2004-07-02 21:56 +0000 [r4299]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4889
4890         * sysconfig/network-scripts/ifdown-ppp: Set interface used by EAGLE
4891           driver to down when downing ppp interface.
4892
4893 2004-07-02 21:51 +0000 [r4298]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4894
4895         * sysconfig/network-scripts/ifdown-ppp: Always call ifdwon-post
4896           even if pppd was killed using -KILL.
4897
4898 2004-07-02 21:42 +0000 [r4297]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4899
4900         * sysconfig/network-scripts/ifup-ppp,
4901           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Use PAPNAME
4902           for neo example. Fix ifcfg-password.so plugin usage.
4903
4904 2004-07-02 20:45 +0000 [r4296]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4905
4906         * hwprofile: Nicer profile number choose message.
4907
4908 2004-07-02 15:30 +0000 [r4290-4291]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4909
4910         * sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada (added),
4911           sysconfig/interfaces/Makefile.am: Add TPSA Neostrada example
4912           (Sagem Fast 700 using eagle-usb driver).
4913
4914         * sysconfig/interfaces/data/chat-ppp0.tpsa,
4915           sysconfig/network-scripts/ifup-ppp: Fix chat-ppp0.tepsa (they no
4916           longer send ppp string). ifcfg-password.so is choosen only if
4917           PLUGIN_IFCFG_PASSWORD is set to yes.
4918
4919 2004-06-29 22:06 +0000 [r4273]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4920
4921         * sysconfig/i18n: UTF-8 pl_PL is pl_PL.UTF-8/UTF-8 in
4922           SUPPORTED_LOCALES (qboosh).
4923
4924 2004-06-29 19:43 +0000 [r4269]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4925
4926         * configure.ac: Relase 0.4.0.13.
4927
4928 2004-06-29 19:33 +0000 [r4268]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4929
4930         * rc.d/rc.sysinit: Run rc.live for PLD LiveCD.
4931
4932 2004-06-29 19:28 +0000 [r4267]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4933
4934         * rc.d/rc.sysinit: Use fastboot also for encrypted FS.
4935
4936 2004-06-29 19:08 +0000 [r4266]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4937
4938         * rc.d/rc.shutdown: Sync remaining variable in fs umounting. Add
4939           squashfs there.
4940
4941 2004-06-28 21:23 +0000 [r4264]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4942
4943         * po/de.po, po/pl.po, po/Makefile.am: Fix fields spoted by msgfmt
4944           -c and print translation statistics.
4945
4946 2004-06-28 21:19 +0000 [r4263]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4947
4948         * po/Makefile.am: msgfmt now does po file validation.
4949
4950 2004-06-28 19:22 +0000 [r4258]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4951
4952         * setsysfont: Minimalize code to support SYSFONT, fix UTF-8
4953           handling.
4954
4955 2004-06-27 14:54 +0000 [r4253]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4956
4957         * setsysfont: Drop debugging stuff.
4958
4959 2004-06-27 14:43 +0000 [r4252]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4960
4961         * setsysfont: Enhance font setting (use CONSOLEMAP and
4962           CONSOLEFONTMAP options).
4963
4964 2004-06-27 14:30 +0000 [r4251]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4965
4966         * sysconfig/i18n: Promote unicode settings.
4967
4968 2004-06-24 01:51 +0000 [r4236]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4969
4970         * rc.d/rc.sysinit: Always try to sync /dev entries for LVM2.
4971
4972 2004-06-23 23:10 +0000 [r4235]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4973
4974         * rc.d/rc.sysinit: Synchronize LVM2 devices.
4975
4976 2004-06-20 12:19 +0000 [r4225]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4977
4978         * configure.ac: Version 0.4.0.12.
4979
4980 2004-06-20 11:33 +0000 [r4224]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4981
4982         * rc.d/rc.sysinit, rc.d/init.d/network: (sysctl): Ignore unknown
4983           keys in sysctl.conf since kernels can have too different
4984           settings.
4985
4986 2004-06-18 23:40 +0000 [r4215]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4987
4988         * rc.d/init.d/functions: killproc(): Add --pidfile <file> support.
4989
4990 2004-06-16 20:31 +0000 [r4211]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4991
4992         * rc.d/init.d/functions: daemon(), run_cmd(): cd / before running
4993           any program
4994
4995 2004-06-04 12:49 +0000 [r4140]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4996
4997         * sysctl.conf: Added exec-shield example.
4998
4999 2004-05-24 00:49 +0000 [r4121]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5000
5001         * rc.d/rc.sysinit: 2.4.x kernel EVMS modules are loaded only when
5002           really running on 2.4 kernels.
5003
5004 2004-05-24 00:44 +0000 [r4120]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5005
5006         * sysconfig/network-scripts/ifup-ppp: Default route is forced only
5007           if DEFROUTE=yes (Witek Kręcicki <adasi/at/pld-linux.org).
5008
5009 2004-05-23 19:19 +0000 [r4119]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5010
5011         * po/pl.po: More Polish characters used (Robert 'dzeus' Graużenis
5012           <dzeus/at/zatorze.slupsk.pl>)
5013
5014 2004-05-19 22:43 +0000 [r4099]  Marcin Chojnowski <martii/at/pld-linux.org>
5015
5016         * po/pl.po: all strings are with Polish chars now
5017
5018 2004-05-18 22:58 +0000 [r4086]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5019
5020         * src/ipcalc.c, src/usleep.c, src/process.c, src/minilogd.c,
5021           src/testd.c, src/initlog.c, src/doexec.c, src/usernetctl.c:
5022           Update helpers from Fedora initscripts.
5023
5024 2004-05-18 22:46 +0000 [r4084]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5025
5026         * configure.ac: Prepare for 0.4.0.11.
5027
5028 2004-05-18 22:27 +0000 [r4083]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5029
5030         * setsysfont: Don't depend on bin paths.
5031
5032 2004-05-18 22:24 +0000 [r4082]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5033
5034         * rc.d/init.d/functions, rc.d/rc.sysinit: Set system font as soon
5035           as possible.
5036
5037 2004-05-18 21:29 +0000 [r4081]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5038
5039         * setsysfont: Run unicode_start for UTF-8 console.
5040
5041 2004-05-18 21:16 +0000 [r4080]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5042
5043         * rc.d/rc.sysinit: Always delete some /tmp files on boot.
5044
5045 2004-05-18 10:33 +0000 [r4074]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5046
5047         * rc.d/rc.sysinit: Load hid, keybdev and mousedev only for kernels
5048           older than 2.6. For newer kernels use hotplug.
5049
5050 2004-05-18 10:13 +0000 [r4073]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5051
5052         * rc.d/rc.sysinit: Support for unmounting /initrd.
5053
5054 2004-05-16 16:14 +0000 [r4065]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5055
5056         * rc.d/rc.sysinit: (lvm detection): Remove head command usage - do
5057           it with awk only.
5058
5059 2004-05-15 02:29 +0000 [r4055]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5060
5061         * sysconfig/Makefile.am: Example gentoo colors configuration
5062           included.
5063
5064 2004-05-15 02:23 +0000 [r4053-4054]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5065
5066         * configure.ac: Release 0.4.0.10.
5067
5068         * rc.d/init.d/functions, sysconfig/init-colors (added), rc.d/rc,
5069           rc.d/rc.sysinit, sysconfig/Makefile.am,
5070           sysconfig/init-colors.gentoo (added): Merge color customization
5071           support created by Łukasz Pawelczyk <havner/at/pld-linux.org>.
5072
5073 2004-04-06 12:11 +0000 [r3903]  Artur Frysiak <wiget/at/pld-linux.org>
5074
5075         * rc.d/init.d/network: - umount CIFS on network stop
5076
5077 2004-04-03 21:39 +0000 [r3881]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5078
5079         * rc.d/rc.sysinit: Fix LVM1 tools detection.
5080
5081 2004-04-02 14:39 +0000 [r3855]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5082
5083         * sysconfig/interfaces/Makefile.am,
5084           sysconfig/interfaces/ifcfg-eth0.1 (added): VLAN example
5085           configuration.
5086
5087 2004-03-29 20:42 +0000 [r3843]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5088
5089         * rc.d/init.d/functions: --fork support in daemon() by Aredridel
5090           <aredridel/at/nbtsc.org>.
5091
5092 2004-03-08 14:04 +0000 [r3424]  Artur Frysiak <wiget/at/pld-linux.org>
5093
5094         * rc.d/rc.sysinit: - check for LVM tools version and load only
5095           needed modules - fix case when /var is RO and LVM2 is activated
5096
5097 2004-03-08 13:37 +0000 [r3423]  Artur Frysiak <wiget/at/pld-linux.org>
5098
5099         * rc.d/rc.sysinit: - cifs is networked fs
5100
5101 2004-02-26 22:14 +0000 [r3384]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5102
5103         * rc.d/init.d/Makefile.am: Create $(sysconfdir)/init.d ->
5104           $(sysconfdir)/rc.d/init.d symlink for compatiblity.
5105
5106 2004-02-07 21:37 +0000 [r3312]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5107
5108         * po/Makefile.am: Use $(mkinstalldirs) as suggested by Artur
5109           Frysiak.
5110
5111 2004-02-06 22:33 +0000 [r3306]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5112
5113         * po/Makefile.am: Use install_sh instead of mkinstalldirs.
5114
5115 2004-02-06 22:24 +0000 [r3305]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5116
5117         * configure.ac: Preparation for 0.4.0.9.
5118
5119 2004-02-03 21:55 +0000 [r3271]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5120
5121         * rc.d/rc.sysinit: Set bafile earlier.
5122
5123 2004-02-03 21:37 +0000 [r3269]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5124
5125         * rc.d/rc.sysinit: Do not delete hwprofile configuration (Tomasz
5126           Witek <tiwek/at/tiwek.com>).
5127
5128 2004-01-27 11:55 +0000 [r3222]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5129
5130         * rc.d/init.d/functions: daemon(): when using --user run su with -s
5131           /bin/sh option.
5132
5133 2004-01-25 12:27 +0000 [r3221]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5134
5135         * rc.d/rc.shutdown: Run kexec before rebooting (kexec support).
5136
5137 2004-01-24 01:06 +0000 [r3220]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5138
5139         * sysconfig/network-scripts/ifdown: Wait for second after shutting
5140           down dhcp daemon/interface (for example dhcpcd needs some time).
5141
5142 2004-01-16 23:12 +0000 [r3195]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5143
5144         * rc.d/init.d/functions: filter_chroot(): Return unfiltered pids
5145           when /proc is not mounted.
5146
5147 2004-01-16 15:43 +0000 [r3194]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5148
5149         * src/Makefile.am, src/usernetctl.c: Use proper path when executing
5150           ifup/ifdown scripts in sernetctl.
5151
5152 2004-01-15 22:12 +0000 [r3193]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5153
5154         * src/Makefile.am, configure.ac: Use --cflags-only-I from glib or
5155           glib-2.0 configuration when building ppp-watch.
5156
5157 2004-01-10 16:13 +0000 [r3156]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5158
5159         * sysconfig/network-scripts/functions.network: Set wireless nick to
5160           $WLAN_NICKNAME (variable) not WLAN_NICKNAME (string).
5161
5162 2004-01-10 15:57 +0000 [r3153]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5163
5164         * configure.ac: - 0.4.0.8 release
5165
5166 2004-01-10 15:27 +0000 [r3152]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5167
5168         * rc.d/init.d/functions: Outside chroot always add all possible
5169           pids unless some has /proc/XXX/root inside of known chroot.
5170
5171 2004-01-10 14:07 +0000 [r3151]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5172
5173         * rc.d/init.d/functions: filter_chroot(): add pid only once.
5174
5175 2004-01-10 13:58 +0000 [r3150]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5176
5177         * rc.d/init.d/functions: Fix ulimits in one more case (ssh vs squid
5178           case).
5179
5180 2004-01-10 13:42 +0000 [r3149]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5181
5182         * rc.d/init.d/functions, sysconfig/system: Support for handling
5183           processes inside and outside of chrooted systems based on
5184           rc-scripts-chroot_safe.patch.
5185
5186 2004-01-09 21:59 +0000 [r3148]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5187
5188         * rc.d/init.d/functions: Rework ulimit support so it works again.
5189
5190 2004-01-09 01:40 +0000 [r3141]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5191
5192         * sysconfig/network-scripts/functions.network: Sencond part of ppp
5193           DEVNAME fixes.
5194
5195 2004-01-09 01:24 +0000 [r3140]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5196
5197         * sysconfig/network-scripts/ifdown-ppp: ifup-ppp instructs pppd to
5198           create pppd-$DEVNAME.pid file, so in ifdown-ppp we also use
5199           $DEVNAME.
5200
5201 2004-01-09 00:39 +0000 [r3139]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5202
5203         * run-parts: If in -u mode and user cannot be found then skip that
5204           file and display warning.
5205
5206 2004-01-09 00:29 +0000 [r3138]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5207
5208         * run-parts: Added -u option which means: run as owner of file not
5209           as current user (usable mainly from root).
5210
5211 2004-01-08 22:42 +0000 [r3137]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5212
5213         * src/Makefile.am, configure.ac: Try to find glib-2.0, glib in that
5214           order - link with first found.
5215
5216 2004-01-08 22:01 +0000 [r3134]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5217
5218         * configure.ac: - 0.4.0.7 release
5219
5220 2004-01-08 02:43 +0000 [r3133]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5221
5222         * sysconfig/network-scripts/functions.network: When shutting down
5223           ip rule and ip route, clear rules using current kernel tables
5224           configuration not data stored in configuration files so we always
5225           end in clean state (by Arkadiusz Chomicki <duch/at/wla.pl>).
5226
5227 2004-01-07 08:37 +0000 [r3132]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5228
5229         * rc.d/rc: Typo fixed (revious->previous) in bootsplash code.
5230           Arkadiusz Chomicki <duch/at/wla.pl>
5231
5232 2004-01-02 16:44 +0000 [r3109-3110]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5233
5234         * autogen.sh: Second option when doing changelog is directory name
5235           like rc-scripts.
5236
5237         * rc.d/rc.sysinit: Zero /etc/cryptomtab if such file exists.
5238
5239 2003-12-28 19:23 +0000 [r3090]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5240
5241         * rc.d/rc.sysinit: Don't mount selinuxfs if it's already mounted
5242           (by init for example).
5243
5244 2003-12-27 14:43 +0000 [r3081]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5245
5246         * sysconfig/network-scripts/functions.network: Fix static routes
5247           conf parsing. (Arkadiusz Chomicki <chomar/at/wla.pl>)
5248
5249 2003-12-25 18:43 +0000 [r3076]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5250
5251         * autogen.sh: changelog generation part can be now used in other
5252           modules.
5253
5254 2003-12-25 13:20 +0000 [r3073]  Łukasz Jernaś <deejay1/at/pld-linux.org>
5255
5256         * rc.d/init.d/template.init: - typo
5257
5258 2003-12-23 17:15 +0000 [r3065]  Paweł Żurowski <pzurowski/at/pld-linux.org>
5259
5260         * rc.d/init.d/functions: - fixed bug when $limits is empty
5261
5262 2003-12-23 00:37 +0000 [r3064]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5263
5264         * rc.d/init.d/network: When starting execute rc_splash 'bootnetwork
5265           start'.
5266
5267 2003-12-23 00:31 +0000 [r3063]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5268
5269         * rc.d/init.d/functions: Read sysconfig/bootsplash, too.
5270
5271 2003-12-22 17:43 +0000 [r3062]  Paweł Żurowski <pzurowski/at/pld-linux.org>
5272
5273         * rc.d/init.d/functions: - removed sed (I'm sorry I done buggy
5274           change last time, now it is good one - tested and working)
5275
5276 2003-12-22 00:59 +0000 [r3061]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5277
5278         * rc.d/rc: Much more accurate calculations of start/stop scripts
5279           required in new runlevel.
5280
5281 2003-12-21 22:55 +0000 [r3060]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5282
5283         * rc.d/init.d/functions: Revert few pzurowski changes since they
5284           are broken even after fixing syntax.
5285
5286 2003-12-21 22:31 +0000 [r3059]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5287
5288         * rc.d/init.d/functions: Paweł Żurowski optimizations were broken
5289           (missing quotation marks). Fixed now.
5290
5291 2003-12-21 21:25 +0000 [r3056]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5292
5293         * rc-scripts.spec.in: Add pkgconfig to BuildRequires.
5294
5295 2003-12-21 21:11 +0000 [r3055]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5296
5297         * src/Makefile.am, configure.ac: Find libglib.a location using
5298           pkg-config and use it (Artur Frysiak <wiget/at/pld-linux.org>).
5299
5300 2003-12-21 17:30 +0000 [r3054]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5301
5302         * configure.ac, sysconfig/network-scripts/Makefile.am: Don't set
5303           libdir - use value from configure script.
5304
5305 2003-12-21 17:05 +0000 [r3053]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5306
5307         * configure.ac: - release 0.4.0.6 is comming
5308
5309 2003-12-21 16:43 +0000 [r3052]  Łukasz Jernaś <deejay1/at/pld-linux.org>
5310
5311         * po/pl.po: - typo
5312
5313 2003-12-21 14:33 +0000 [r3051]  Adam Gorzkiewicz <adgor/at/pld-linux.org>
5314
5315         * rc.d/rc.modules: - Typo
5316
5317 2003-12-21 13:43 +0000 [r3050]  Marcin Krzyżanowski <krzak/at/pld-linux.org>
5318
5319         * sysconfig/network-scripts/ifup-ppp: - fix ${PPPOA_EAGLE} check if
5320           there isn't executable adictrl try use eaglectrl
5321
5322 2003-12-21 13:28 +0000 [r3049]  Paweł Żurowski <pzurowski/at/pld-linux.org>
5323
5324         * rc.d/init.d/functions: - small revert: we do not use sed in
5325           rc-scripts - other sed -> awk changes
5326
5327 2003-12-21 13:08 +0000 [r3048]  Marcin Krzyżanowski <krzak/at/pld-linux.org>
5328
5329         * sysconfig/network-scripts/ifup-ppp: - corrected nls message when
5330           pppd does not exist - support for PPPOA_EAGLE start with kernel
5331           2.6 and 2.4
5332
5333 2003-12-21 12:14 +0000 [r3047]  Paweł Żurowski <pzurowski/at/pld-linux.org>
5334
5335         * rc.d/rc.sysinit, rc.d/rc.modules, rc.d/init.d/functions: -
5336           simplified (use less tools, one-time file reading)
5337
5338 2003-12-21 10:46 +0000 [r3046]  Paweł Żurowski <pzurowski/at/pld-linux.org>
5339
5340         * rc.d/rc.modules: - simplified (double awk->single one)
5341
5342 2003-12-21 10:18 +0000 [r3045]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5343
5344         * rc.d/rc.modules: Added support for /etc/modules file exactly for
5345           one kernel (like /etc/modules.2.6.0).
5346
5347 2003-12-21 10:14 +0000 [r3044]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5348
5349         * rc.d/rc.modules: Do not require existence of /etc/modules (Marcin
5350           Krzyzanowski <krzak/at/linux.net.pl>).
5351
5352 2003-12-21 00:58 +0000 [r3043]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5353
5354         * rc.d/init.d/functions, rc.d/rc.shutdown, rc.d/rc,
5355           rc.d/rc.sysinit: More progress bar support (bootsplash): it moves
5356           now!
5357
5358 2003-12-20 21:21 +0000 [r3042]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5359
5360         * hwprofile: Reindented whole script. checkprofdir(): New. Use it
5361           when required (now help is shown when needed). When executed
5362           without arguments show help.
5363
5364 2003-12-19 14:40 +0000 [r3039]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5365
5366         * rc-scripts.spec.in: bdflush is not required.
5367
5368 2003-12-19 13:59 +0000 [r3038]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5369
5370         * src/Makefile.am: Use @libdir@ instead of hardcoded /usr/lib path
5371           when linking ppp-watch with glib.
5372
5373 2003-12-15 13:29 +0000 [r1739]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5374
5375         * rc.d/init.d/functions: Set action variable to proper value in
5376           rc_splash(). Found by Michal Moskal <malekith/at/pld-linux.org>.
5377
5378 2003-12-14 21:20 +0000 [r1733]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5379
5380         * rc.d/rc.sysinit: Fix mounting sysfs - be consistent with mounting
5381           proc + do not require entry in fstab (qboosh). Add support for
5382           mounting selinuxfs (me).
5383
5384 2003-12-14 18:23 +0000 [r1732]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5385
5386         * src/usernetctl.c: - fix path to ifcfg- files (wrobell)
5387
5388 2003-12-12 16:43 +0000 [r1731]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5389
5390         * rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/functions: - initial
5391           support for bootsplash.org
5392
5393 2003-12-07 15:54 +0000 [r1723]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5394
5395         * configure.ac: - release 0.4.0.5
5396
5397 2003-12-05 20:41 +0000 [r1722]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5398
5399         * rc.d/init.d/network: Fix interfaces_boot for bridge devices.
5400           (found by Radosław Kintzi <radek/at/pop.e-wro.pl>)
5401
5402 2003-12-05 20:30 +0000 [r1721]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5403
5404         * sysconfig/network-scripts/functions.network,
5405           sysconfig/network-scripts/ifup,
5406           sysconfig/network-scripts/ifup-br: Move setting wireless specific
5407           settings into separate wireless_param() function and use it in
5408           ifup. Set wireless parameters for each wireless device being part
5409           of bridge. (patch by Radosław Kintzi <radek/at/pop.e-wro.pl>)
5410
5411 2003-11-15 14:38 +0000 [r1698]  Marcin Krzyżanowski <krzak/at/pld-linux.org>
5412
5413         * sysconfig/i18n: - add #SUPPORTED_LOCALES="pl_PL/ISO-8859-2
5414           de_DE/ISO-8859-2 en_GB/ISO-8859-1 en_US/ISO-8859-1"
5415
5416 2003-11-14 14:05 +0000 [r1697]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5417
5418         * rc.d/rc.modules: Also load modules from
5419           /etc/modules.${kernel_major}.${kernel_minior} if exists. Allows
5420           for example to specify modules only to be loaded on 2.6 kernels.
5421           (idea by cieciwa)
5422
5423 2003-11-01 20:18 +0000 [r1484]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5424
5425         * rc.d/rc.sysinit: Redirect grep stderr output when checking for
5426           HID to /dev/null.
5427
5428 2003-11-01 19:34 +0000 [r1483]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5429
5430         * rc.d/rc.sysinit: Delete rpm locks when starting
5431           (/var/lib/rpm/__db*).
5432
5433 2003-11-01 19:31 +0000 [r1480-1482]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5434
5435         * rc.d/rc.sysinit: Explicitly turn on user and group quota.
5436
5437         * rc.d/rc.sysinit: Mount local filesystems with -O no_netdev option
5438           (rh).
5439
5440         * rc.d/rc.sysinit: Rescan for LVM devices again after turning on
5441           RAID devices in lvm-on-top-of-raid case.
5442
5443 2003-11-01 19:20 +0000 [r1479]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5444
5445         * rc.d/rc.sysinit: quotacheck could in some cases if quota files
5446           were corrupted ask for user input - avoid this.
5447
5448 2003-11-01 19:16 +0000 [r1478]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5449
5450         * rc.d/rc.sysinit: Initialize USB as fast as it's possible.
5451           Properly mount usb filesystem even if it is not specified in
5452           /etc/fstab.
5453
5454 2003-11-01 14:54 +0000 [r1477]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5455
5456         * autogen.sh: Generate nice ChangeLog if requested and if needed
5457           utilities are available.
5458
5459 2003-10-31 17:49 +0000 [r1476]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5460
5461         * rc.d/rc.sysinit: Revert part which was pretending that /dev/pts
5462           is always mounted (havner).
5463
5464 2003-10-31 09:00 +0000 [r1475]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5465
5466         * sysconfig/network-scripts/ifdown: Fix double link down (qboosh).
5467
5468 2003-10-31 01:12 +0000 [r1474]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5469
5470         * rc.d/rc.sysinit: Check for nofirewire in /proc/cmdline not in
5471           stdin.
5472
5473 2003-10-31 00:49 +0000 [r1469-1471]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5474
5475         * configure.ac: Prepare release 0.4.0.4.
5476
5477         * rc-scripts.spec.in: Include genhostid in rpm package.
5478
5479         * po/Makefile.am: Fix handling custom builddir (until now objects
5480           were created in $(srcdir) not in builddir).
5481
5482 2003-10-31 00:24 +0000 [r1468]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5483
5484         * configure.ac: Fix finding shell scripts procedure when building
5485           with builddir different than place where configure file resides.
5486
5487 2003-10-31 00:08 +0000 [r1466-1467]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5488
5489         * doc/ppp-watch.8, doc/ipcalc.1, doc/netreport.1,
5490           doc/consoletype.1, doc/initlog.1: Update manual pages for each
5491           updated utility.
5492
5493         * doc/Makefile.am, doc/genhostid.1 (added): Include genhostid man
5494           page.
5495
5496 2003-10-31 00:03 +0000 [r1464-1465]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5497
5498         * adjtime: - One more zero to reflect real format of this file.
5499
5500         * service: Set default PATH and use it along with TERM when
5501           starting services.
5502
5503 2003-10-30 23:58 +0000 [r1463]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5504
5505         * src/Makefile.am, src/getkey.c, src/usernetctl.c, src/ipcalc.c,
5506           src/process.c, src/netreport.c, src/ppp-watch.c,
5507           src/consoletype.c, src/genhostid.c (added), src/initlog.c: Update
5508           bunch of utils in src/. New getnhostid utility. ipcalc has
5509           enhanced PREFIX support. getkey has been rewrited to use popt
5510           (rh).
5511
5512 2003-10-30 23:43 +0000 [r1462]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5513
5514         * rc.d/rc.sysinit: Try to query 131072 bytes kernel buffer for
5515           dmesg and keep dmesg file from last five runs.
5516
5517 2003-10-30 23:33 +0000 [r1461]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5518
5519         * rc.d/rc.sysinit: Plase usbdevfs and devfs filesystems into
5520           /etc/mtab, too.
5521
5522 2003-10-30 23:30 +0000 [r1459-1460]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5523
5524         * rc.d/rc.sysinit: Handle situation where multiple usb-controller
5525           aliases were defined and some of them were "off".
5526
5527         * rc.d/rc.sysinit: Firewire modules are now loaded if proper
5528           modprobe aliases were found (from mdk).
5529
5530 2003-10-30 23:21 +0000 [r1458]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5531
5532         * rc.d/rc.sysinit: Use -e option for first swapon call. Now swapon
5533           will silently skip swap devices it they are not available at this
5534           time (like for example swap files on some partitions).
5535
5536 2003-10-30 21:41 +0000 [r1456]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5537
5538         * sysconfig/network-scripts/ifdown,
5539           sysconfig/network-scripts/ifdown-br: - first flush addresses and
5540           then down interface. Previously things were done in reversed
5541           order and that caused problems on 2.6 kernels (ip flush was
5542           hanging). Additionaly things are now done in sync with how it's
5543           done in set_down_loopback().
5544
5545 2003-10-28 01:09 +0000 [r1455]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5546
5547         * rc.d/rc.sysinit: - fix /sys mount and simplify check if usbfs is
5548           already mounted
5549
5550 2003-10-25 23:32 +0000 [r1451]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5551
5552         * configure.ac: - 0.4.0.3 release
5553
5554 2003-10-18 22:26 +0000 [r1445]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5555
5556         * rc.d/rc.sysinit: - fix typo in accounting script path (qboosh)
5557
5558 2003-10-17 18:55 +0000 [r1444]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5559
5560         * rc.d/init.d/timezone: - copy timezone file instead of symlinking
5561           it (idea by ankry)
5562
5563 2003-10-13 07:41 +0000 [r1437]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5564
5565         * sysconfig/network-scripts/ifup-ppp: - don't ignore data specified
5566           at DATAFORCHAT option (Szymon Siwek <sls/at/poczta.wp.pl>)
5567
5568 2003-10-12 19:12 +0000 [r1434-1436]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5569
5570         * sysconfig/system, rc.d/init.d/functions: - support for per
5571           service ulimits configuration (qboosh)
5572
5573         * sysconfig/network-scripts/functions.network: - kill gnu in PLD
5574           name (qboosh)
5575
5576         * po/de.po, rc.d/rc.shutdown, po/pl.po, rc.d/rc.sysinit: - use
5577           /etc/rc.d/rc.acct for accouting; updated accouting related parts
5578           of translations (qboosh)
5579
5580 2003-10-11 11:03 +0000 [r1433]  Artur Frysiak <wiget/at/pld-linux.org>
5581
5582         * sysconfig/interfaces/ifcfg-description: - describe HOTPLUG
5583
5584 2003-10-11 10:59 +0000 [r1432]  Artur Frysiak <wiget/at/pld-linux.org>
5585
5586         * sysconfig/network-scripts/ifup: - if invoced from hotplug bring
5587           up only interface with HOTPLUG=yes
5588
5589 2003-10-11 09:15 +0000 [r1431]  Artur Frysiak <wiget/at/pld-linux.org>
5590
5591         * sysconfig/network-scripts/ifup: - ifup exit if invoked from
5592           hotplug and ONBOOT=yes
5593
5594 2003-10-08 15:03 +0000 [r1430]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5595
5596         * rc.d/rc.shutdown: - sysfs added to remaining list in rc.shutdown
5597           (by havner)
5598
5599 2003-10-07 15:44 +0000 [r1425]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5600
5601         * sysconfig/network-scripts/ifup-ppp: - bring PPPOA_IFACE up before
5602           starting pppoa; small fix in logged message (both by adasi)
5603
5604 2003-10-07 09:41 +0000 [r1424]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5605
5606         * sysconfig/network-scripts/ifup-ppp: - initial eagle (pppoa)
5607           support by Witold Krecicki <adasi/at/grubno.da.ru>)
5608
5609 2003-10-06 09:19 +0000 [r1413]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5610
5611         * hwprofile: - fix typo in available word (qboosh)
5612
5613 2003-10-04 13:02 +0000 [r1412]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5614
5615         * rc.d/init.d/functions: - return with some retval
5616
5617 2003-10-04 12:06 +0000 [r1411]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5618
5619         * rc.d/init.d/functions: - allow unknown options to be passed to
5620           initlog()
5621
5622 2003-10-04 11:57 +0000 [r1410]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5623
5624         * rc.d/init.d/functions: - move is_yes and is_not at beginning
5625
5626 2003-10-04 11:41 +0000 [r1409]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5627
5628         * Makefile.am: - use rpm or rpmbuild depending on which rpm version
5629           is installed
5630
5631 2003-10-04 11:30 +0000 [r1408]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5632
5633         * rc-scripts.spec.in: - include hwprofiles/files
5634
5635 2003-10-04 11:08 +0000 [r1407]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5636
5637         * rc.d/init.d/functions, sysconfig/system: Fast boot support
5638           (disables NLS, fancy logging and thus is much faster). Useful on
5639           workstations. Based on idea and patch by Wojtek Kaniewski
5640           <wojtekka/at/bydg.pdi.net>.
5641
5642 2003-10-04 09:55 +0000 [r1405-1406]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5643
5644         * setsysfont: - use CONSOLEFONT when SYSFONT is empty (Wojtek
5645           Kaniewski <wojtekka/at/bydg.pdi.net>)
5646
5647         * sysconfig/network-scripts/ifup-ppp: Support for
5648           ppp-plugin-ifcfg-password.spec by Wojtek Kaniewski
5649           <wojtekka/at/bydg.pdi.net>.
5650
5651 2003-10-04 09:46 +0000 [r1404]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5652
5653         * sysconfig/hwprofiles/files (added), sysconfig/hwprof, hwprofile,
5654           sysconfig/hwprofiles/Makefile.am: Merged patch by Tomasz Witek
5655           <tiwek/at/manta.univ.gda.pl>: - ignore Latency in /proc/pci -
5656           ability to choose profile while booting - example profile file -
5657           misc fixes and cleanups
5658
5659 2003-10-02 18:43 +0000 [r1399-1400]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5660
5661         * configure.ac: - 0.4.0.2 release
5662
5663         * rc.d/init.d/functions: - check own pid, not parents one
5664
5665 2003-10-02 18:33 +0000 [r1398]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5666
5667         * rc.d/rc.sysinit: - sleep 5 is not needed when starting usb; more
5668           protection again double mounting usbfs
5669
5670 2003-10-02 18:23 +0000 [r1397]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5671
5672         * rc.d/init.d/functions: - do even try to kill itself
5673
5674 2003-09-30 09:44 +0000 [r1393]  Jan Rękorajski <baggins/at/pld-linux.org>
5675
5676         * rc.d/rc.sysinit: - load lvm and dm modules with "autoclean"
5677
5678 2003-09-30 09:40 +0000 [r1392]  Jan Rękorajski <baggins/at/pld-linux.org>
5679
5680         * rc.d/rc.sysinit: - usb-storage must be loaded before LVM
5681           detection (disks on USB are real)
5682
5683 2003-09-28 16:33 +0000 [r1383]  Artur Frysiak <wiget/at/pld-linux.org>
5684
5685         * sysconfig/network-scripts/ifup-ppp: - fix error message
5686
5687 2003-09-28 16:03 +0000 [r1382]  Artur Frysiak <wiget/at/pld-linux.org>
5688
5689         * sysconfig/network-scripts/ifup-irda: - fix setting arp for irdaX
5690
5691 2003-09-28 14:53 +0000 [r1381]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5692
5693         * sysconfig/network-scripts/ifup: - fix power/txpower/retry wlan
5694           parameters handling
5695
5696 2003-09-22 19:55 +0000 [r1371]  Artur Frysiak <wiget/at/pld-linux.org>
5697
5698         * run-parts: - use syntax described in SUSv2
5699
5700 2003-09-22 17:46 +0000 [r1370]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5701
5702         * run-parts: - oh, use RUNPARTS_DIR
5703
5704 2003-09-22 17:20 +0000 [r1369]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5705
5706         * run-parts: - run mainly safe named scripts and protect against
5707           some bad files
5708
5709 2003-09-22 01:35 +0000 [r1365]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5710
5711         * rc-scripts.spec.in: - include more docs
5712
5713 2003-09-22 01:28 +0000 [r1364]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5714
5715         * sysconfig/network-scripts/functions.network, sysconfig/i18n,
5716           po/de.po, sysconfig/network-scripts/ifup-br,
5717           sysconfig/network-scripts/ifup-plip,
5718           sysconfig/interfaces/ifcfg-irlan0, ppp/ip-up.d/logger,
5719           sysconfig/network-scripts/ifdown-post, README,
5720           sysconfig/hwprofiles/Makefile.am, ppp/auth-down,
5721           rc.d/init.d/timezone, sysconfig/network-scripts/ifup-post,
5722           sysconfig/interfaces/data/chat-ppp0.leased1, makepot.pl,
5723           sysconfig/network-scripts/ifup-neigh,
5724           sysconfig/network-scripts/ifup-ppp, DEVELOPMENT, rc.d/rc.local,
5725           AUTHORS, sysconfig/network-scripts/ifdown-irda,
5726           isapnp/isapnp-kernel.conf, rc.d/init.d/random, run-parts,
5727           rc.d/init.d/single, rc.d/rc.init, doc/ipcalc.1,
5728           rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl,
5729           sysconfig/network-scripts/ifup-irda, isapnp/Makefile.am,
5730           configure.ac, sysconfig/network-scripts/ifup-aliases,
5731           sysconfig/network-scripts/ifdown-ppp,
5732           sysconfig/network-scripts/ifdown-vlan, po/pl.po,
5733           sysconfig/network-scripts/tnldown,
5734           sysconfig/network-scripts/ifdown-br, doc/sysvinitfiles,
5735           ppp/ipx-up, rc.d/init.d/allowlogin, ppp/auth-up,
5736           sysconfig/network-scripts/ifup-vlan,
5737           sysconfig/interfaces/tnlcfg-description,
5738           sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0,
5739           doc/sysconfig.txt, sysconfig/interfaces/data/chat-ppp0.callback,
5740           rc.d/init.d/template.init, ppp/ip-up, rc.d/rc.sysinit,
5741           doc/net-scripts.txt, sysconfig/interfaces/down.d/ppp/logger,
5742           sysconfig/clock, hwprofile, sysconfig/interfaces/ifcfg-sl0,
5743           src/ipcalc.c, ppp/ipx-down, rc.d/rc.shutdown,
5744           sysconfig/network-scripts/ifup-routes,
5745           sysconfig/network-scripts/ifup-plusb,
5746           sysconfig/network-scripts/ifdown,
5747           sysconfig/interfaces/up.d/ppp/logger, ppp/ip-down,
5748           sysconfig/interfaces/ifcfg-ppp0.callback,
5749           sysconfig/network-scripts/ifup-ipx, rc.d/init.d/functions,
5750           sysconfig/network-scripts/ifdown-sl,
5751           sysconfig/network-scripts/tnlup, rc-scripts.spec.in,
5752           sysconfig/system, sysconfig/network-scripts/ifup-iucv, rc.d/rc,
5753           sysconfig/network, sysconfig/interfaces/ifcfg-ppp0.leased1,
5754           sysconfig/interfaces/ifcfg-ppp0.leased2, rc.d/rc.modules,
5755           sysconfig/interfaces/data/chat-ppp0.tpsa,
5756           sysconfig/interfaces/ifcfg-irda0, rc.d/init.d/network,
5757           ppp/ip-down.d/logger: - preparation for upcoming 0.4.0.1 release
5758           - updated all email addresses to current domain (pld-linux.org) -
5759           added missing files (networking scripts mainly) - updated spec
5760           file - updated changelog
5761
5762 2003-09-22 00:55 +0000 [r1363]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5763
5764         * sysconfig/network-scripts/Makefile.am,
5765           sysconfig/interfaces/Makefile.am: - added missing files
5766
5767 2003-09-19 20:29 +0000 [r1361]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5768
5769         * sysconfig/interfaces/ifcfg-description: - description of
5770           DIRECT_CONNECT for ppp, too
5771
5772 2003-09-14 11:47 +0000 [r1331]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5773
5774         * sysconfig/interfaces/up.d/tnl/.cvsignore,
5775           sysconfig/interfaces/up.d/ppp/.cvsignore,
5776           sysconfig/interfaces/data/Makefile.am, autogen.sh,
5777           sysconfig/static-nat, ppp/.cvsignore, doc/.cvsignore,
5778           sysconfig/interfaces/up.d/all/.cvsignore, sysconfig/i18n,
5779           po/de.po, src/process.c, sysconfig/network-scripts/ifup-br,
5780           sysconfig/interfaces/ifcfg-irlan0,
5781           sysconfig/interfaces/ifcfg-ppp0.tpsa,
5782           sysconfig/interfaces/down.d/Makefile.am, src/process.h,
5783           sysconfig/network-scripts/ifdown-post, lang.csh,
5784           sysconfig/interfaces/down.d/ipx/.cvsignore, src/resolvesymlink.c,
5785           sysconfig/hwprofiles/Makefile.am, dumb.sh,
5786           sysconfig/interfaces/up.d/tnl/Makefile.am, ppp/auth-down, TODO,
5787           sysconfig/interfaces/up.d/ipx/Makefile.am,
5788           sysconfig/interfaces/data/chat-ppp0.leased1,
5789           sysconfig/interfaces/down.d/all/thetouch, sysconfig/Makefile.am,
5790           sysconfig/interfaces/data/.cvsignore,
5791           sysconfig/network-scripts/ifup-neigh, doc/ppp-watch.8,
5792           rc.d/rc.local, sysconfig/network-scripts/ifdown-irda, AUTHORS,
5793           sysconfig/interfaces/ifcfg-description,
5794           isapnp/isapnp-kernel.conf, doc/polski.dsl,
5795           sysconfig/interfaces/down.d/ppp/Makefile.am,
5796           ppp/ip-up.d/.cvsignore, po/.cvsignore, run-parts, rc.d/rc.init,
5797           sysconfig/interfaces/down.d/.cvsignore,
5798           sysconfig/network-scripts/.cvsignore, doc/ipcalc.1,
5799           sysconfig/network-scripts/ifup-sl, configure.ac,
5800           sysconfig/interfaces/ifcfg-eth0, sysconfig/interfaces/.cvsignore,
5801           sysconfig/network-scripts/ifup-aliases, sysctl.conf,
5802           sysconfig/network-scripts/ifdown-vlan, ppp/ip-down.d/Makefile.am,
5803           COPYING, sysconfig/interfaces/up.d/.cvsignore, src/minilogd.c,
5804           doc/doexec.1, ppp/auth-up,
5805           sysconfig/interfaces/tnlcfg-description,
5806           sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0,
5807           rc.d/init.d/template.init, ppp/ip-up, src/netreport.c,
5808           sysconfig/network-scripts/Makefile.am, rc.d/rc.sysinit,
5809           src/testd.c, src/shvar.c,
5810           sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm,
5811           doc/net-scripts.txt, service, src/shvar.h,
5812           sysconfig/interfaces/down.d/ip/Makefile.am, doc/usleep.1,
5813           sysconfig/interfaces/down.d/all/Makefile.am,
5814           sysconfig/network-scripts/ifup-routes, ppp/ipx-down,
5815           rc.d/rc.shutdown, sysconfig/interfaces/up.d/ppp/Makefile.am,
5816           sysconfig/network-scripts/ifup-plusb, sysconfig/static-routes,
5817           sysconfig/interfaces/ifcfg-ppp0.callback,
5818           sysconfig/interfaces/up.d/ip/.cvsignore,
5819           sysconfig/network-scripts/tnlup, ppp/ip-up.d/Makefile.am,
5820           rc-scripts.spec.in, sysconfig/interfaces/up.d/all/thetouch,
5821           rc.d/init.d/.cvsignore, sysconfig/network-scripts/ifup-iucv,
5822           sysconfig/interfaces/down.d/tnl/.cvsignore, rc.d/rc,
5823           sysconfig/interfaces/down.d/ppp/.cvsignore, src/testdinit,
5824           src/getkey.c, src/usernetctl.c, rc.d/rc.modules,
5825           sysconfig/interfaces/data/chat-ppp0.tpsa,
5826           sysconfig/interfaces/ifcfg-irda0,
5827           sysconfig/hwprofiles/.cvsignore,
5828           sysconfig/interfaces/down.d/all/.cvsignore,
5829           sysconfig/interfaces/down.d/ip/.cvsignore, INSTALL,
5830           sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c,
5831           src/consoletype.c, ppp/ip-down.d/logger, doc/Makefile.am,
5832           sysconfig/interfaces/up.d/all/Makefile.am, setsysfont,
5833           sysconfig/network-scripts/functions.network,
5834           sysconfig/network-scripts/ifup-plip, ppp/ip-up.d/logger, README,
5835           rc.d/Makefile.am, rc.d/init.d/timezone, isapnp/.cvsignore,
5836           doc/consoletype.1, sysconfig/network-scripts/ifup-post,
5837           Makefile.am, sysconfig/hwprof,
5838           sysconfig/interfaces/up.d/ipx/.cvsignore,
5839           ppp/ip-down.d/.cvsignore, adjtime, src/initlog.c,
5840           doc/sysconfig.docb, src/initlog.conf, src/loglevel.c,
5841           DEVELOPMENT, sysconfig/network-scripts/ifup-ppp, src/initlog.h,
5842           rc.d/init.d/Makefile.am, doc/make-html, inittab,
5843           rc.d/init.d/random, rc.d/init.d/single, sysconfig/timezone,
5844           rc.d/init.d/killall, src/Makefile.am,
5845           sysconfig/network-scripts/ifup-irda, isapnp/Makefile.am,
5846           sysconfig/network-scripts/ifdown-ppp, po/pl.po,
5847           sysconfig/interfaces/up.d/Makefile.am,
5848           sysconfig/network-scripts/tnldown, modules, ppp/Makefile.am,
5849           doc/initlog.1, sysconfig/network-scripts/ifdown-br, NEWS,
5850           .cvsignore, doc/sysvinitfiles, sysconfig/.cvsignore, ppp/ipx-up,
5851           rc.d/init.d/allowlogin, sysconfig/network-scripts/ifup-vlan,
5852           sysconfig/interfaces/data/chat-ppp0.callback, doc/sysconfig.txt,
5853           po/Makefile.am, sysconfig/interfaces/down.d/ppp/logger,
5854           hwprofile, sysconfig/clock, sysconfig/interfaces/ifcfg-sl0,
5855           doc/usernetctl.8, src/ipcalc.c, doc/rc-scripts.docb,
5856           sysconfig/ip-rules, sysconfig/network-scripts/ifdown,
5857           sysconfig/interfaces/up.d/ppp/logger, sysconfig/static-arp,
5858           ppp/ip-down, sysconfig/interfaces/up.d/ip/Makefile.am,
5859           src/doexec.c, sysconfig/network-scripts/ifup-ipx,
5860           rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl,
5861           sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
5862           sysconfig/interfaces/down.d/tnl/Makefile.am, doc/netreport.1,
5863           sysconfig/system, sysconfig/interfaces/down.d/ipx/Makefile.am,
5864           lang.sh, sysconfig/network,
5865           sysconfig/interfaces/ifcfg-ppp0.leased1,
5866           sysconfig/interfaces/Makefile.am,
5867           sysconfig/interfaces/ifcfg-ppp0.leased2, rc.d/.cvsignore,
5868           src/.cvsignore, rc.d/init.d/network, src/usleep.c: - propset Id
5869           everywhere
5870
5871 2003-09-14 10:48 +0000 [r1328]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5872
5873         * makepot.pl: - propset test
5874
5875 2003-09-09 22:45 +0000 [r1128]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5876
5877         * rc.d/init.d/functions: - also be able to find 2.6 modules (.ko)
5878
5879 2003-09-09 22:05 +0000 [r1126]  Jan Rękorajski <baggins/at/pld-linux.org>
5880
5881         * rc.d/init.d/functions: - fixed is_module - modules may be gzipped
5882
5883 2003-09-09 16:14 +0000 [r1124]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5884
5885         * rc.d/rc.sysinit: - add sysfs to mtab
5886
5887 2003-09-08 09:29 +0000 [r1122]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5888
5889         * rc.d/rc.sysinit: - mount sysfs in the same way as proc is
5890
5891 2003-09-05 14:53 +0000 [r1120]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5892
5893         * rc.d/init.d/functions: - if there is no process then it already
5894           died
5895
5896 2003-08-19 14:07 +0000 [r1118]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
5897
5898         * dumb.sh: - for nessusd.init
5899
5900 2003-08-10 20:54 +0000 [r1116]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5901
5902         * rc.d/rc.sysinit: - simplified mdadm support
5903
5904 2003-08-10 20:49 +0000 [r1115]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5905
5906         * rc.d/init.d/functions: - functions for kernel version checking
5907
5908 2003-08-07 10:20 +0000 [r1113]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5909
5910         * rc.d/rc.sysinit: - add support for mdadm when trying to start
5911           RAID devices
5912
5913 2003-08-06 19:23 +0000 [r1111]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
5914
5915         * dumb.sh: - from athcool.init
5916
5917 2003-07-28 12:16 +0000 [r1109]  Paweł Gołaszewski <blues/at/pld-linux.org>
5918
5919         * sysctl.conf: - added gc_thresh entries
5920
5921 2003-07-28 12:11 +0000 [r1108]  Paweł Gołaszewski <blues/at/pld-linux.org>
5922
5923         * sysconfig/network: - oops - these were my experiments...
5924
5925 2003-07-28 12:02 +0000 [r1106]  Paweł Gołaszewski <blues/at/pld-linux.org>
5926
5927         * sysconfig/network: - typo
5928
5929 2003-07-28 11:33 +0000 [r1105]  Paweł Gołaszewski <blues/at/pld-linux.org>
5930
5931         * sysconfig/network: - GATEWAY setup is back - with comment
5932
5933 2003-07-11 23:08 +0000 [r1103]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5934
5935         * rc.d/init.d/network: - added nameif support
5936
5937 2003-07-10 18:39 +0000 [r1100-1101]  Jan Rękorajski <baggins/at/pld-linux.org>
5938
5939         * sysconfig/interfaces/ifcfg-description: - description for
5940           VLAN_REORDER_HDR
5941
5942         * sysconfig/network-scripts/ifup-vlan: - seems like API changed,
5943           allow REORDER_HDR on VLANs
5944
5945 2003-07-10 12:30 +0000 [r1098]  Jan Rękorajski <baggins/at/pld-linux.org>
5946
5947         * rc.d/init.d/network: - we should stop bridges first if we are
5948           staring them last
5949
5950 2003-07-10 12:26 +0000 [r1097]  Jan Rękorajski <baggins/at/pld-linux.org>
5951
5952         * rc.d/init.d/network: - special case bridge interfaces (br*), they
5953           *must* be handled last as we are not able to know what will be
5954           bridged
5955
5956 2003-07-05 11:59 +0000 [r1095]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5957
5958         * rc.d/rc.sysinit: - mount devpts, too
5959
5960 2003-06-30 15:36 +0000 [r1094]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5961
5962         * rc.d/rc.sysinit: - keep old dmesg, too
5963
5964 2003-06-24 10:34 +0000 [r1092-1093]  Jakub Bogusz <qboosh/at/pld-linux.org>
5965
5966         * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: - added note about
5967           bluez
5968
5969         * sysconfig/interfaces/Makefile.am,
5970           sysconfig/interfaces/data/Makefile.am: - added
5971           *-ppp0.gprs-plusgsm
5972
5973 2003-06-24 10:26 +0000 [r1091]  Jakub Bogusz <qboosh/at/pld-linux.org>
5974
5975         * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm (added),
5976           sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm (added): - ppp
5977           examples for GPRS/PlusGSM taken from BTS#694
5978
5979 2003-06-20 15:32 +0000 [r1090]  Paweł Gołaszewski <blues/at/pld-linux.org>
5980
5981         * rc.d/rc.sysinit: - stupid missing thing
5982
5983 2003-06-19 15:57 +0000 [r1089]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
5984
5985         * sysconfig/static-routes, sysconfig/network,
5986           sysconfig/network-scripts/functions.network: - use static-routes
5987           for ip rule configuration; drop GATRWAY from network
5988           configuration
5989
5990 2003-06-17 14:02 +0000 [r1088]  Jakub Bogusz <qboosh/at/pld-linux.org>
5991
5992         * rc.d/init.d/timezone: - posix zoneinfo files are in top level,
5993           not "posix" subdir now
5994
5995 2003-06-16 21:28 +0000 [r1087]  Witek Kręcicki <adasi/at/pld-linux.org>
5996
5997         * rc.d/rc.sysinit: - future is now...
5998
5999 2003-06-16 20:20 +0000 [r1086]  Paweł Gołaszewski <blues/at/pld-linux.org>
6000
6001         * rc-scripts.spec.in, rc.d/rc.sysinit: - early mounting of sysfs
6002           under kernel 2.5
6003
6004 2003-06-16 18:05 +0000 [r1085]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6005
6006         * rc.d/rc.sysinit: - usbdevfs is usbfs in 2.5
6007
6008 2003-06-06 09:02 +0000 [r1083]  Paweł Gołaszewski <blues/at/pld-linux.org>
6009
6010         * sysconfig/interfaces/ifcfg-description: - fixed typo in
6011           description
6012
6013 2003-05-31 11:59 +0000 [r1082]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6014
6015         * inittab: - calling update is obsolete starting from 2.2.9 kernel
6016
6017 2003-05-22 14:11 +0000 [r1080]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6018
6019         * dumb.sh: - updated
6020
6021 2003-05-15 22:39 +0000 [r1078-1079]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6022
6023         * rc.d/init.d/functions: - formatting - fixed second argument of
6024           "status"
6025
6026         * dumb.sh: - updated
6027
6028 2003-05-15 21:37 +0000 [r1077]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6029
6030         * rc.d/init.d/functions, rc.d/init.d/template.init: - LSB
6031           conformance changes
6032
6033 2003-05-11 21:09 +0000 [r1076]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6034
6035         * dumb.sh: - updated
6036
6037 2003-05-11 15:26 +0000 [r1075]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6038
6039         * dumb.sh: removed duplicates; %s fixes
6040
6041 2003-05-11 15:13 +0000 [r1074]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6042
6043         * dumb.sh: updated
6044
6045 2003-05-11 12:42 +0000 [r1073]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6046
6047         * dumb.sh: updated
6048
6049 2003-05-09 21:08 +0000 [r1072]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6050
6051         * dumb.sh: - updated
6052
6053 2003-05-08 17:18 +0000 [r1071]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6054
6055         * rc.d/init.d/template.init: - reversed bogus change
6056
6057 2003-05-07 23:35 +0000 [r1070]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6058
6059         * dumb.sh: - updated
6060
6061 2003-05-06 21:54 +0000 [r1069]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6062
6063         * dumb.sh: updated
6064
6065 2003-05-05 00:07 +0000 [r1068]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6066
6067         * dumb.sh, rc.d/init.d/template.init: updated
6068
6069 2003-05-04 19:48 +0000 [r1067]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6070
6071         * dumb.sh: updated
6072
6073 2003-05-03 23:16 +0000 [r1066]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6074
6075         * dumb.sh: updated
6076
6077 2003-05-02 23:41 +0000 [r1064-1065]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6078
6079         * dumb.sh (added): - dump script with various messages
6080
6081         * rc-scripts.spec.in: - fix improper use of %%{_sysconfigdir}
6082
6083 2003-05-02 20:27 +0000 [r1063]  kloczek <kloczek/at/pld-linux.org>
6084
6085         * po/de.po: - corrected charset s/iso8850-1/iso-8850-1/.
6086
6087 2003-04-17 18:21 +0000 [r1062]  Jan Rękorajski <baggins/at/pld-linux.org>
6088
6089         * rc.d/rc.sysinit: - added support for device-mapper
6090
6091 2003-04-10 07:37 +0000 [r1061]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6092
6093         * rc.d/rc.sysinit: - use new evms_activate utility; drop support
6094           for evms < 2.0.0
6095
6096 2003-04-07 19:59 +0000 [r1060]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6097
6098         * rc.d/rc.sysinit: - split sysctl call into two pieces
6099
6100 2003-04-07 19:54 +0000 [r1059]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6101
6102         * sysconfig/network-scripts/ifup: - fix Andrzej's proxy arp support
6103
6104 2003-03-06 13:31 +0000 [r1058]  Wojciech Cięciwa <cieciwa/at/pld-linux.org>
6105
6106         * sysctl.conf: - corecting URL of grsecurity.
6107
6108 2003-01-25 00:37 +0000 [r1057]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6109
6110         * rc.d/rc.shutdown: - more generic ups support via
6111           /sbin/poweroff-ups
6112
6113 2003-01-15 22:34 +0000 [r1056]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6114
6115         * TODO, sysconfig/network-scripts/ifup,
6116           sysconfig/interfaces/ifcfg-description: - support for proxy ARP
6117           per interface - fix sysctl for IPV6_DISABLE_AUTOCONF - typos,
6118           formatting - MTU for ethernet already supported [ remove from
6119           TODO ]
6120
6121 2003-01-07 14:45 +0000 [r1055]  kloczek <kloczek/at/pld-linux.org>
6122
6123         * rc.d/init.d/functions: s/broke/break/ (fixed
6124           http://bugs.pld.org.pl/?bug=520).
6125
6126 2002-12-30 23:39 +0000 [r1054]  Paweł Wilk <siefca/at/pld-linux.org>
6127
6128         * run-parts: - run-parts: current directory now in an environment
6129           variable - run-parts: args shifted - run-parts: cosmetics
6130
6131 2002-12-17 14:01 +0000 [r1053]  Jan Rękorajski <baggins/at/pld-linux.org>
6132
6133         * rc.d/init.d/network, po/pl.po, doc/sysconfig.txt,
6134           doc/sysconfig.docb, sysconfig/network-scripts/functions.network:
6135           - removed references to IPV*_FORWARDING
6136
6137 2002-12-17 13:54 +0000 [r1052]  Jan Rękorajski <baggins/at/pld-linux.org>
6138
6139         * sysconfig/network: - better solution to IPV*_FORWARDING
6140
6141 2002-12-17 13:43 +0000 [r1051]  Jan Rękorajski <baggins/at/pld-linux.org>
6142
6143         * sysconfig/network: - removed IPV*_FORWARDING - use
6144           /etc/sysctl.conf to set this
6145
6146 2002-12-01 23:59 +0000 [r1050]  alchemyx <alchemyx/at/pld-linux.org>
6147
6148         * rc.d/rc.sysinit: - typo
6149
6150 2002-12-01 21:31 +0000 [r1049]  alchemyx <alchemyx/at/pld-linux.org>
6151
6152         * rc.d/rc.sysinit: - system will reboot if is instructed by fsck to
6153           do so
6154
6155 2002-11-27 23:41 +0000 [r1048]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6156
6157         * rc.d/rc.shutdown: - support for UPS powerdown before halt
6158
6159 2002-11-12 15:54 +0000 [r1047]  kloczek <kloczek/at/pld-linux.org>
6160
6161         * sysconfig/interfaces/ifcfg-description: typo in comment
6162           (s/dhlc/dhcp/).
6163
6164 2002-11-08 23:45 +0000 [r1046]  alchemyx <alchemyx/at/pld-linux.org>
6165
6166         * sysconfig/static-nat,
6167           sysconfig/network-scripts/functions.network: - updated static-nat
6168           (reversed parameters) so it works now as intended (as described
6169           in docs)
6170
6171 2002-10-10 15:07 +0000 [r1045]  Jan Rękorajski <baggins/at/pld-linux.org>
6172
6173         * rc.d/rc.sysinit, sysconfig/system: - better support fo EVMS
6174
6175 2002-09-28 23:05 +0000 [r1044]  Arkadiusz Patyk <areq/at/pld-linux.org>
6176
6177         * rc.d/rc.shutdown: - don't force umount iso9660 ramfs tmpfs
6178
6179 2002-09-14 19:54 +0000 [r1043]  Tomasz Orzechowski <orzech/at/pld-linux.org>
6180
6181         * sysconfig/system, rc.d/rc, rc.d/rc.sysinit: - LOAD_SOUND is
6182           obsolete
6183
6184 2002-08-24 17:04 +0000 [r1042]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6185
6186         * sysconfig/network-scripts/ifup-ppp: - fix wvdial support; chat
6187           support still broken
6188
6189 2002-08-24 16:05 +0000 [r1041]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6190
6191         * sysconfig/interfaces/ifcfg-description, README,
6192           sysconfig/network-scripts/functions.network,
6193           sysconfig/network-scripts/ifup-ppp: - added userspace and
6194           kernelspace PPPoE support - pass unit option to pppd (so now
6195           ifcfg-ppp5 with DEVICE=ppp5 will _always_ create ppp5 interface
6196           when it's not used yet)
6197
6198 2002-08-23 22:13 +0000 [r1040]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6199
6200         * rc.d/init.d/network: - check ONBOOT by evaluating ifcfg-* file,
6201           not by egrep
6202
6203 2002-08-22 13:21 +0000 [r1039]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6204
6205         * sysconfig/interfaces/ifcfg-description,
6206           sysconfig/network-scripts/ifup-post,
6207           sysconfig/network-scripts/ifdown-post: - support for limiting
6208           downstream and upstream traffic on whole interface (cbq, htb,
6209           tbf)
6210
6211 2002-08-21 21:30 +0000 [r1038]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6212
6213         * sysconfig/network-scripts/functions.network: - fix support for
6214           src addresses option
6215
6216 2002-08-13 20:31 +0000 [r1037]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6217
6218         * rc.d/rc.sysinit: - /proc/bus/usb should be described in fstab -
6219           mounting manually bogus device "usbdevfs" causes mount -a to fail
6220           when fstab contains something like "none /proc/bus/usb usbdevfs
6221           ..."
6222
6223 2002-08-11 17:05 +0000 [r1036]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6224
6225         * sysconfig/network-scripts/ifup-routes,
6226           sysconfig/network-scripts/ifup-post,
6227           sysconfig/network-scripts/Makefile.am, sysconfig/static-arp
6228           (added), sysconfig/Makefile.am,
6229           sysconfig/network-scripts/ifup-neigh (added): - static arp per
6230           interface support - any device support is back
6231
6232 2002-08-09 06:30 +0000 [r1035]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6233
6234         * rc.d/rc.sysinit: - fix for checking encrypted filesystems - if
6235           all have "noauto" in options, don't try to mount or fsck anything
6236
6237 2002-07-14 21:11 +0000 [r1034]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6238
6239         * service, rc.d/init.d/functions: - some code from RH (nicer than
6240           old code)
6241
6242 2002-07-13 23:04 +0000 [r1033]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6243
6244         * sysconfig/network-scripts/ifup: - fix WLAN encryption setting
6245
6246 2002-07-13 16:25 +0000 [r1032]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6247
6248         * rc.d/rc.modules, sysconfig/interfaces/ifcfg-irda0 (added),
6249           sysconfig/network-scripts/ifup-irda (added),
6250           sysconfig/network-scripts/ifdown-ppp,
6251           sysconfig/network-scripts/ifdown-vlan (added),
6252           sysconfig/network-scripts/ifup-plusb (added),
6253           sysconfig/network-scripts/functions.network,
6254           sysconfig/network-scripts/ifup-ppp,
6255           sysconfig/network-scripts/ifup-vlan (added),
6256           sysconfig/network-scripts/ifdown-irda (added),
6257           sysconfig/network-scripts/ifup,
6258           sysconfig/interfaces/ifcfg-description,
6259           sysconfig/interfaces/ifcfg-irlan0 (added),
6260           sysconfig/network-scripts/ifup-iucv (added), rc.d/rc.sysinit,
6261           service: - more TOTALNEW merge (ppp, irda, other vlan, wireless).
6262           ALPHA
6263
6264 2002-07-06 12:22 +0000 [r1031]  Olgierd Pieczul <wojrus/at/pld-linux.org>
6265
6266         * rc.d/rc.sysinit: - fixed: removing directories in /var/run/app/ -
6267           fixed: unneeded lines (deleting not-existing files) removed
6268
6269 2002-06-19 18:13 +0000 [r1030]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6270
6271         * doc/sysconfig.txt: - forgotten
6272
6273 2002-06-19 18:04 +0000 [r1029]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6274
6275         * sysconfig/network: - hopefully fixed explanation about NISDOMAIN
6276
6277 2002-06-18 22:06 +0000 [r1028]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6278
6279         * doc/sysconfig.txt, sysconfig/network: - more clear explanation of
6280           HOSTNAME and NISDOMAIN
6281
6282 2002-06-13 13:06 +0000 [r1027]  Robert Grabowski <grabba/at/pld-linux.org>
6283
6284         * rc.d/init.d/functions: daemon function: dont't use su when user
6285           is root
6286
6287 2002-05-21 12:23 +0000 [r1026]  Olgierd Pieczul <wojrus/at/pld-linux.org>
6288
6289         * sysconfig/ip-rules: - typo
6290
6291 2002-05-11 21:51 +0000 [r1025]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6292
6293         * rc.d/rc.sysinit: - process functions a bit earlier - don't mount
6294           proc twice
6295
6296 2002-05-11 10:26 +0000 [r1024]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6297
6298         * rc-scripts.spec.in: - updated spec file
6299
6300 2002-05-11 09:50 +0000 [r1023]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6301
6302         * sysconfig/network-scripts/ifdown-br,
6303           rc.d/init.d/functions.network (removed),
6304           sysconfig/network-scripts/ifup-ppp,
6305           sysconfig/network-scripts/functions.network (added),
6306           sysconfig/network-scripts/ifup-ipx,
6307           sysconfig/network-scripts/tnlup, rc.d/init.d/Makefile.am,
6308           sysconfig/network-scripts/ifdown-sl,
6309           sysconfig/network-scripts/ifup,
6310           sysconfig/network-scripts/ifup-br,
6311           sysconfig/network-scripts/ifup-plip, rc-scripts.spec.in,
6312           sysconfig/network-scripts/ifdown-post,
6313           sysconfig/network-scripts/Makefile.am,
6314           sysconfig/network-scripts/ifup-sl,
6315           sysconfig/network-scripts/ifup-routes, rc.d/init.d/network,
6316           sysconfig/network-scripts/ifup-aliases,
6317           sysconfig/network-scripts/ifdown-ppp,
6318           sysconfig/network-scripts/tnldown,
6319           sysconfig/network-scripts/ifup-post,
6320           sysconfig/network-scripts/ifdown: - functions.network back in old
6321           place
6322
6323 2002-05-11 09:44 +0000 [r1022]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6324
6325         * ppp/Makefile.am: - force symlink
6326
6327 2002-05-11 09:36 +0000 [r1020-1021]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6328
6329         * autogen.sh: - configure.in -> configure.ac
6330
6331         * configure.ac, po/pl.po: - fix iso charset name - add de to
6332           supported languages
6333
6334 2002-05-11 09:30 +0000 [r1019]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6335
6336         * configure.ac (added), configure.in (removed): - renamed + updated
6337
6338 2002-05-11 08:48 +0000 [r1018]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6339
6340         * rc.d/init.d/functions.network: - removed via (it shouldn't be
6341           here)
6342
6343 2002-05-11 08:41 +0000 [r1017]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6344
6345         * rc.d/init.d/functions.network: - use onlink option when adding
6346           default routing (in case when gw isn't in our subnetwork) -
6347           TNLOPTS removed
6348
6349 2002-04-21 12:22 +0000 [r1016]  mkochano <mkochano/at/pld-linux.org>
6350
6351         * sysconfig/interfaces/data/chat-ppp0.tpsa: - Update for current
6352           TPSA login screen.
6353
6354 2002-04-20 13:57 +0000 [r1015]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6355
6356         * rc.d/rc.sysinit: - don't mount usbdevfs again if it's already
6357           mounted (for example by modules.conf post-install directive).
6358           Patch by Wojtek Kaniewski <wojtekka/at/bydg.pdi.net>.
6359
6360 2002-04-10 19:02 +0000 [r1014]  Witek Kręcicki <adasi/at/pld-linux.org>
6361
6362         * sysconfig/network-scripts/ifup-ppp: - added USER... dunno why it
6363           wasn't included, but it is in sample files and it should be added
6364           to pppd cmdline (user ${USER}). If it's wrong, roll it back
6365
6366 2002-04-09 11:10 +0000 [r1009-1013]  Jacek Konieczny <jajcus/at/pld-linux.org>
6367
6368         * sysconfig/network, rc.d/init.d/network, AUTHORS: - more LDAP
6369           garbage removed
6370
6371         * po/pl.po: - LDAP strings removed
6372
6373         * rc.d/init.d/network: - "LDAP support" removed
6374
6375         * rc.d/init.d/functions.network: - "LDAP support" removed. It was
6376           not supported anyway
6377
6378         * rc.d/init.d/functions.network: - delete '}' left after some
6379           function removal
6380
6381 2002-03-29 17:18 +0000 [r1008]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6382
6383         * rc.d/rc.sysinit: - added deleting lock files
6384
6385 2002-03-29 08:52 +0000 [r1007]  Olgierd Pieczul <wojrus/at/pld-linux.org>
6386
6387         * rc-scripts.spec.in: - added removed by mistake 'timezone'
6388
6389 2002-03-29 08:46 +0000 [r1005-1006]  Olgierd Pieczul <wojrus/at/pld-linux.org>
6390
6391         * sysconfig/ip-rules (added): - example config file
6392
6393         * rc.d/init.d/network, rc-scripts.spec.in,
6394           rc.d/init.d/functions.network, sysconfig/Makefile.am: - policy
6395           routing support
6396
6397 2002-03-24 03:59 +0000 [r1004]  Paweł Gołaszewski <blues/at/pld-linux.org>
6398
6399         * README, po/pl.po, autogen.sh, rc.d/rc.sysinit: - GNU/Linux is
6400           gone.
6401
6402 2002-03-19 18:35 +0000 [r1003]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6403
6404         * rc.d/rc.sysinit, sysconfig/system: - user and kernelspace PNP
6405
6406 2002-03-19 18:19 +0000 [r1002]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6407
6408         * sysconfig/hwprofiles (added), configure.in,
6409           isapnp/isapnp-kernel.conf (added), ppp/ip-up, isapnp (added),
6410           README, hwprofile (added), sysconfig/hwprofiles/Makefile.am
6411           (added), service (added), isapnp/Makefile.am (added),
6412           sysconfig/hwprofiles/.cvsignore (added), ppp/ipx-down (added),
6413           ppp/auth-down (added), isapnp/.cvsignore (added),
6414           ppp/Makefile.am, sysconfig/hwprof (added), Makefile.am,
6415           autogen.sh, ppp/ip-down, sysconfig/Makefile.am, ppp/ipx-up
6416           (added), ppp/auth-up (added): - started merging TOTALNEW
6417
6418 2002-03-19 17:46 +0000 [r1001]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6419
6420         * rc.d/rc.sysinit: - support for EVMS volumes
6421
6422 2002-03-19 17:42 +0000 [r1000]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6423
6424         * sysconfig/system, rc.d/rc.sysinit: - if devfs is mounted and
6425           devfsd is available then start is unconditionally
6426
6427 2002-03-07 11:16 +0000 [r999]  Paweł Gołaszewski <blues/at/pld-linux.org>
6428
6429         * rc.d/init.d/network, sysconfig/network-scripts/ifup-ipx: - ipx
6430           paths fixed (ipx is usable now...)
6431
6432 2002-03-07 09:48 +0000 [r998]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6433
6434         * rc.d/rc.sysinit: - protect dmesg
6435
6436 2002-02-21 00:31 +0000 [r997]  Tomasz Pala <gotar/at/pld-linux.org>
6437
6438         * po/pl.po: - more typos
6439
6440 2002-02-21 00:08 +0000 [r996]  Tomasz Pala <gotar/at/pld-linux.org>
6441
6442         * po/pl.po, rc.d/rc.sysinit: - typos
6443
6444 2002-02-20 23:43 +0000 [r995]  Tomasz Pala <gotar/at/pld-linux.org>
6445
6446         * sysconfig/network-scripts/ifup-sl, po/pl.po, rc.d/rc.sysinit: -
6447           updated.
6448
6449 2002-02-18 13:24 +0000 [r994]  Tomasz Pala <gotar/at/pld-linux.org>
6450
6451         * doc/sysconfig.txt, doc/sysconfig.docb: - hostname != FQDN
6452
6453 2002-02-03 16:40 +0000 [r993]  Witek Kręcicki <adasi/at/pld-linux.org>
6454
6455         * rc-scripts-sysconfig_masq.patch (removed): - moved away
6456
6457 2002-02-03 16:22 +0000 [r992]  Witek Kręcicki <adasi/at/pld-linux.org>
6458
6459         * rc-scripts-sysconfig_masq.patch (added): - sysconfig/masquerade
6460           support patch - not for use in official rc-scripts releases
6461
6462 2002-02-03 16:17 +0000 [r991]  Witek Kręcicki <adasi/at/pld-linux.org>
6463
6464         * rc.d/init.d/functions.network, doc/sysconfig.docb,
6465           rc.d/init.d/network, doc/sysconfig.txt: - reverted last change
6466
6467 2002-02-02 17:30 +0000 [r990]  Witek Kręcicki <adasi/at/pld-linux.org>
6468
6469         * doc/sysconfig.txt, doc/sysconfig.docb: - added masquerade
6470           description
6471
6472 2002-02-02 17:13 +0000 [r989]  Witek Kręcicki <adasi/at/pld-linux.org>
6473
6474         * rc.d/init.d/network, rc.d/init.d/functions.network: - added
6475           support for sysconfig/masquerade (NEW)
6476
6477 2002-01-27 02:14 +0000 [r986-988]  Jan Rękorajski <baggins/at/pld-linux.org>
6478
6479         * src/usernetctl.c, src/ppp-watch.c: - rc-scripts-interfaces.patch:
6480           ifcfg-* are in /etc/sysconfig/interfaces, not
6481           /etc/sysconfig/network-scripts. And ifup and ifdown are not there
6482           but in /sbin. (qrczak)
6483
6484         * rc.d/rc.sysinit: - fixed syntax error
6485
6486         * rc.d/rc.shutdown: - don't try to umount devfs - it's pointelss
6487
6488 2002-01-22 23:46 +0000 [r984-985]  Tomasz Pala <gotar/at/pld-linux.org>
6489
6490         * po/pl.po: - more fixes
6491
6492         * TODO, DEVELOPMENT: - typos
6493
6494 2002-01-17 21:14 +0000 [r983]  Tomasz Pala <gotar/at/pld-linux.org>
6495
6496         * inittab: - added KeyboardSignal entry.
6497
6498 2002-01-17 20:56 +0000 [r982]  Tomasz Pala <gotar/at/pld-linux.org>
6499
6500         * po/pl.po: - changed personal forms to impersonal.
6501
6502 2002-01-17 20:47 +0000 [r981]  Tomasz Pala <gotar/at/pld-linux.org>
6503
6504         * po/pl.po: - iso8859-1 got 'ó' - why don't use it? - other
6505           cosmetics.
6506
6507 2002-01-08 17:42 +0000 [r980]  Jan Rękorajski <baggins/at/pld-linux.org>
6508
6509         * rc.d/init.d/functions: - reverted is_no() behaviour to return
6510           true only on explicit "no"
6511
6512 2002-01-08 17:16 +0000 [r979]  Jan Rękorajski <baggins/at/pld-linux.org>
6513
6514         * rc.d/rc.sysinit: - reorganized stuff so modprobe is not called
6515           before depmod
6516
6517 2002-01-08 16:48 +0000 [r978]  Jan Rękorajski <baggins/at/pld-linux.org>
6518
6519         * configure.in: - version 0.3.1
6520
6521 2001-12-24 12:22 +0000 [r977]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6522
6523         * rc.d/rc.sysinit: - if RUN_DEPMOD is set to "ifmissing", run
6524           simply "depmod -A"
6525
6526 2001-12-21 15:49 +0000 [r976]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6527
6528         * rc.d/rc.sysinit: - fixed depmod problem (s/$mver/`uname -r`/)
6529
6530 2001-12-14 12:56 +0000 [r975]  mkochano <mkochano/at/pld-linux.org>
6531
6532         * rc.d/init.d/functions: - Previous change caused "snow ball
6533           effect" --- some code relied upon that bug. - Added code which
6534           conditionaly encloses arguments in double quotes. This is
6535           required if more than one argument is passed to /bin/su -c.
6536
6537 2001-12-13 20:35 +0000 [r974]  mkochano <mkochano/at/pld-linux.org>
6538
6539         * rc.d/init.d/functions: - Properly escape quotation marks inside
6540           quotation marks.
6541
6542 2001-12-03 17:50 +0000 [r973]  Jacek Konieczny <jajcus/at/pld-linux.org>
6543
6544         * sysconfig/network-scripts/ifup-post: - pass $CONFIG instead of
6545           $DEVICE to ifup-post, ifup-aliases (BTS id 20)
6546
6547 2001-11-30 15:11 +0000 [r972]  Wojciech Cięciwa <cieciwa/at/pld-linux.org>
6548
6549         * sysctl.conf: - s/getrewted/grsecurity/
6550
6551 2001-11-23 14:33 +0000 [r971]  Tomasz Pala <gotar/at/pld-linux.org>
6552
6553         * rc.d/rc.sysinit, src/ppp-watch.c, src/shvar.c, src/shvar.h: -
6554           fixed typos.
6555
6556 2001-11-19 13:00 +0000 [r970]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6557
6558         * rc.d/init.d/functions.network: - don't try to detect devicetype
6559           if it's specified
6560
6561 2001-11-12 18:47 +0000 [r969]  Jan Rękorajski <baggins/at/pld-linux.org>
6562
6563         * sysconfig/network-scripts/ifdown: - RESULT variable can be empty,
6564           check for it
6565
6566 2001-11-09 18:34 +0000 [r968]  Jan Rękorajski <baggins/at/pld-linux.org>
6567
6568         * rc.d/init.d/network: - run modprobe at the start of
6569           network_init()
6570
6571 2001-11-05 16:58 +0000 [r967]  kloczek <kloczek/at/pld-linux.org>
6572
6573         * sysconfig/network: - chenged comment s/Set domainname here/Set
6574           NIS domain name here/
6575
6576 2001-10-30 17:03 +0000 [r966]  Tomasz Pala <gotar/at/pld-linux.org>
6577
6578         * rc.d/rc.sysinit: - last change: perms to 664.
6579
6580 2001-10-30 09:02 +0000 [r965]  Tomasz Pala <gotar/at/pld-linux.org>
6581
6582         * rc.d/rc.sysinit: - changed /var/run/utmp(x) and /var/log/wtmp(x)
6583           permissions to 660 in order to assure compatibility with SysVinit
6584           and utempter packages.
6585
6586 2001-10-25 08:21 +0000 [r963]  kloczek <kloczek/at/pld-linux.org>
6587
6588         * sysconfig/network-scripts/ifup-routes: back ..
6589           s/DEVICE/REALDEVICE/
6590
6591 2001-10-24 22:27 +0000 [r962]  Tomasz Orzechowski <orzech/at/pld-linux.org>
6592
6593         * rc.d/rc.sysinit: - small fixes
6594
6595 2001-10-24 22:16 +0000 [r961]  kloczek <kloczek/at/pld-linux.org>
6596
6597         * sysconfig/network-scripts/ifup-routes: s/REALDEVICE/DEVICE/
6598
6599 2001-10-22 16:43 +0000 [r960]  kloczek <kloczek/at/pld-linux.org>
6600
6601         * sysconfig/static-routes: added commented example.
6602
6603 2001-10-14 21:33 +0000 [r958]  mkochano <mkochano/at/pld-linux.org>
6604
6605         * sysconfig/network-scripts/ifdown-br: - Do not try to delete
6606           bridge from itself.
6607
6608 2001-10-11 18:49 +0000 [r955]  Jan Rękorajski <baggins/at/pld-linux.org>
6609
6610         * rc.d/init.d/functions.network, sysconfig/network-scripts/ifup,
6611           sysconfig/network-scripts/ifup-br: - let kernel maintain if ARP
6612           should be turned on/off if not explicitly specified
6613
6614 2001-10-10 02:03 +0000 [r954]  Jan Rękorajski <baggins/at/pld-linux.org>
6615
6616         * rc.d/init.d/functions.network: - fixed regexp in DEVICETYPE
6617           detection
6618
6619 2001-10-09 22:49 +0000 [r952-953]  Jan Rękorajski <baggins/at/pld-linux.org>
6620
6621         * rc.d/init.d/functions.network: - HANDLING cannot be 'typeset'
6622           it's mot local (thanks qboosh)
6623
6624         * sysconfig/network-scripts/ifup-ppp: - typo (thanks qboosh)
6625
6626 2001-10-08 11:16 +0000 [r951]  Jan Rękorajski <baggins/at/pld-linux.org>
6627
6628         * rc.d/rc.sysinit: - fix for modular LVM
6629
6630 2001-10-05 18:21 +0000 [r950]  Jan Rękorajski <baggins/at/pld-linux.org>
6631
6632         * sysctl.conf: - comment out all IPv6 stuff by default
6633
6634 2001-10-05 18:17 +0000 [r949]  Jan Rękorajski <baggins/at/pld-linux.org>
6635
6636         * rc.d/init.d/functions: - proper (shell dependant) ulimit use
6637
6638 2001-10-04 07:41 +0000 [r948]  Jakub Bogusz <qboosh/at/pld-linux.org>
6639
6640         * po/pl.po: - applied SOURCES/rc-scripts-typo.patch (by aflinta)
6641
6642 2001-10-01 17:10 +0000 [r946-947]  Jan Rękorajski <baggins/at/pld-linux.org>
6643
6644         * rc.d/init.d/functions.network: - allow ipv6 only interface
6645
6646         * sysctl.conf: - added grsec stuff - really, really disable ipv6
6647           autoconf if one wants it
6648
6649 2001-09-19 08:09 +0000 [r944]  Tomasz Orzechowski <orzech/at/pld-linux.org>
6650
6651         * rc.d/init.d/functions: - fixed misleading message after killproc
6652           with specified signal type
6653
6654 2001-08-16 22:52 +0000 [r943]  kloczek <kloczek/at/pld-linux.org>
6655
6656         * po/pl.po: - charset=iso-8859-2.
6657
6658 2001-08-15 20:32 +0000 [r942]  Roman Werpachowski <roman/at/pld-linux.org>
6659
6660         * sysconfig/interfaces/ifcfg-ppp0.tpsa: - added AUTH=no ("noauth"
6661           is not a default option of pppd)
6662
6663 2001-07-30 10:29 +0000 [r941]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6664
6665         * sysconfig/interfaces/ifcfg-eth0: - ONBOOT=no by default
6666
6667 2001-07-23 11:01 +0000 [r940]  mkochano <mkochano/at/pld-linux.org>
6668
6669         * rc.d/init.d/functions: - Added ulimit -p unlimited before
6670           executing daemon. This will make sure daemons will have ability
6671           to fork no matter what limits are set. Limits for users are set
6672           via pam_limit. - Small optimalization (it's smaller now).
6673
6674 2001-07-22 17:28 +0000 [r936-939]  Jan Rękorajski <baggins/at/pld-linux.org>
6675
6676         * sysconfig/network-scripts/ifdown: - typos
6677
6678         * sysconfig/interfaces/Makefile.am: - added ifcfg-eth0
6679
6680         * rc.d/rc.sysinit: - devfs and RAID fixes
6681
6682         * rc.d/rc.modules: - don't autoclean modules loaded here
6683
6684 2001-07-21 19:26 +0000 [r935]  Jan Rękorajski <baggins/at/pld-linux.org>
6685
6686         * rc.d/rc.sysinit: - more merging from TOTALNEW - mainly USB and
6687           lvm - fixed thinko with SET_SLINKS
6688
6689 2001-07-21 19:21 +0000 [r933-934]  Jan Rękorajski <baggins/at/pld-linux.org>
6690
6691         * sysconfig/interfaces/tnlcfg-icm, sysconfig/interfaces/ifcfg-eth0:
6692           - bring it up to date with the stuff ;>
6693
6694         * sysconfig/network-scripts/ifup-aliases,
6695           sysconfig/interfaces/ifcfg-description: -
6696           s/BOOTMETHOD/BOOTPROTO/g
6697
6698 2001-07-19 20:55 +0000 [r932]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6699
6700         * sysconfig/interfaces/ifcfg-eth0 (added): - example config
6701
6702 2001-07-17 18:21 +0000 [r931]  Jan Rękorajski <baggins/at/pld-linux.org>
6703
6704         * sysconfig/network-scripts/ifup, rc.d/init.d/functions: - merge
6705           from TOTALNEW branch: - set MTU - don't use tput if we are not on
6706           a proper terminal
6707
6708 2001-07-13 17:47 +0000 [r930]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
6709
6710         * rc.d/init.d/functions.network, sysconfig/network-scripts/ifdown:
6711           - added automatically vlan shutdown before shutdowing interface
6712           (eth)
6713
6714 2001-07-05 22:21 +0000 [r929]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
6715
6716         * sysconfig/network-scripts/ifup: - VLAN must be set _before_
6717           initialisation it's IP parameters
6718
6719 2001-07-05 15:56 +0000 [r927]  Jan Rękorajski <baggins/at/pld-linux.org>
6720
6721         * sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network,
6722           rc.d/init.d/network, sysconfig/network-scripts/ifup: - cleaned up
6723           accidental mess
6724
6725 2001-07-05 15:47 +0000 [r925-926]  Jan Rękorajski <baggins/at/pld-linux.org>
6726
6727         * rc.d/rc.sysinit: - don't mount devpts if devfs is already mounted
6728
6729         * rc.d/rc.sysinit: - backed up some obviously wrong changes -
6730           PLEASE do NOT make functional changes along with cosmetic ones
6731
6732 2001-07-04 22:48 +0000 [r924]  Tomasz Pala <gotar/at/pld-linux.org>
6733
6734         * rc.d/rc.sysinit: - removed /etc/HOSTNAME, - cosmetics.
6735
6736 2001-06-26 14:53 +0000 [r923]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
6737
6738         * sysconfig/network-scripts/ifup: - added vconfig set_flag $DEVICE
6739           1 - for dhcpd
6740
6741 2001-06-25 20:54 +0000 [r922]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
6742
6743         * rc.d/init.d/functions.network: - added vlan_setup function
6744           (setting proper 802.1q vlan's parameters)
6745
6746 2001-06-25 20:44 +0000 [r921]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
6747
6748         * rc.d/init.d/network, sysconfig/network-scripts/ifup,
6749           sysconfig/network-scripts/ifdown: - added support to 802.1Q
6750           VLANs. (ifcfg-eth0.<vlan>)
6751
6752 2001-05-25 20:14 +0000 [r912]  Jan Rękorajski <baggins/at/pld-linux.org>
6753
6754         * sysconfig/network-scripts/ifup: - don't try to add ipv4 address
6755           if there is none
6756
6757 2001-05-25 17:53 +0000 [r911]  Jan Rękorajski <baggins/at/pld-linux.org>
6758
6759         * rc.d/init.d/functions.network: - typo
6760
6761 2001-05-25 17:48 +0000 [r910]  Jan Rękorajski <baggins/at/pld-linux.org>
6762
6763         * sysconfig/network-scripts/ifup: - compatibility fixes
6764
6765 2001-05-25 17:34 +0000 [r909]  Jan Rękorajski <baggins/at/pld-linux.org>
6766
6767         * rc.d/rc.sysinit: - cleanup
6768
6769 2001-05-25 14:33 +0000 [r906-908]  Jan Rękorajski <baggins/at/pld-linux.org>
6770
6771         * rc.d/init.d/network: - removed shutting down "unconfigured"
6772           interfaces - that was dumb idea misiek
6773
6774         * sysconfig/network-scripts/ifup: - consistency check
6775
6776         * rc.d/init.d/functions.network: - consistency checks
6777
6778 2001-05-24 20:20 +0000 [r903-905]  Jan Rękorajski <baggins/at/pld-linux.org>
6779
6780         * rc.d/init.d/functions.network: - reverted last change - not neded
6781
6782         * rc.d/init.d/network: - fixing shutting down unconfigured defices
6783           (atm stuff is not)
6784
6785         * rc.d/init.d/functions.network: - compat stuff
6786
6787 2001-05-24 20:14 +0000 [r902]  Jan Rękorajski <baggins/at/pld-linux.org>
6788
6789         * rc.d/init.d/functions.network: - more bad merge fixes
6790
6791 2001-05-24 20:00 +0000 [r901]  Jan Rękorajski <baggins/at/pld-linux.org>
6792
6793         * rc.d/init.d/functions.network: - fixed very stupid typo
6794
6795 2001-05-16 13:12 +0000 [r899-900]  Jan Rękorajski <baggins/at/pld-linux.org>
6796
6797         * po/pl.po: - cleaned up, updated and translated
6798
6799         * sysconfig/network-scripts/ifup-sl,
6800           sysconfig/network-scripts/ifup-ppp,
6801           sysconfig/network-scripts/ifup-ipx,
6802           sysconfig/network-scripts/ifup-aliases,
6803           sysconfig/network-scripts/ifup-routes,
6804           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
6805           sysconfig/network-scripts/tnldown,
6806           sysconfig/network-scripts/ifdown: - nls cleanups
6807
6808 2001-05-16 02:14 +0000 [r898]  Jan Rękorajski <baggins/at/pld-linux.org>
6809
6810         * rc.d/rc.shutdown: - do not 'exec' umount, $() is just fine (yes,
6811           it's yet another ksh93 fix)
6812
6813 2001-05-16 01:54 +0000 [r897]  Jan Rękorajski <baggins/at/pld-linux.org>
6814
6815         * rc.d/rc: - set TMPDIR=/dev/null before exec rc.shutdown
6816           (workaround for the freaky weird ksh93 which tries to keep pipes
6817           in /tmp, and no, disabling this in source of ksh93 is not an
6818           option)
6819
6820 2001-05-16 01:33 +0000 [r896]  Jan Rękorajski <baggins/at/pld-linux.org>
6821
6822         * rc.d/rc, rc.d/rc.shutdown: - do not use locale in rc.shutdwon
6823           (there are shells that support them and you end up with
6824           unmountable /usr)
6825
6826 2001-05-15 17:28 +0000 [r895]  Jan Rękorajski <baggins/at/pld-linux.org>
6827
6828         * makepot.pl: - recognize "nls 'bla'"
6829
6830 2001-05-15 16:54 +0000 [r893-894]  Jan Rękorajski <baggins/at/pld-linux.org>
6831
6832         * rc.d/init.d/template.init: - typo
6833
6834         * rc.d/rc.sysinit: - typos
6835
6836 2001-05-15 16:44 +0000 [r892]  Jan Rękorajski <baggins/at/pld-linux.org>
6837
6838         * rc.d/init.d/functions.network: - typos
6839
6840 2001-05-15 16:43 +0000 [r891]  Maciej 'Agaran' Pijanka <agaran/at/pld-linux.org>
6841
6842         * po/pl.po: added some translations..may somebody look at that?
6843
6844 2001-05-15 16:41 +0000 [r890]  Jan Rękorajski <baggins/at/pld-linux.org>
6845
6846         * rc.d/init.d/functions.network: - typo
6847
6848 2001-05-15 16:36 +0000 [r889]  Jan Rękorajski <baggins/at/pld-linux.org>
6849
6850         * rc.d/init.d/functions.network: - rarp run via run_cmd
6851
6852 2001-05-15 16:05 +0000 [r888]  Jan Rękorajski <baggins/at/pld-linux.org>
6853
6854         * sysconfig/network, README, src/Makefile.am, rc.d/rc.shutdown,
6855           sysctl.conf (added), sysconfig/network-scripts/ifdown, modules
6856           (added), COPYING, sysconfig/network-scripts/ifdown-br (added),
6857           makepot.pl, sysconfig/network-scripts/ifup-ppp,
6858           sysconfig/interfaces/tnlcfg-description, src/process.c,
6859           sysconfig/interfaces/ifcfg-description,
6860           sysconfig/network-scripts/ifup-br (added), sysconfig/system,
6861           src/netreport.c, rc.d/rc.sysinit, src/shvar.c,
6862           sysconfig/network-scripts/ifdown-post, rc.d/init.d/single,
6863           sysconfig/timezone, doc/net-scripts.txt, sysconfig/clock,
6864           src/getkey.c, src/shvar.h, src/usernetctl.c,
6865           sysconfig/interfaces/Makefile.am,
6866           sysconfig/network-scripts/ifup-aliases, src/minilogd.c,
6867           rc.d/init.d/functions.network, src/initlog.c,
6868           sysconfig/Makefile.am, sysconfig/network-scripts/tnlup,
6869           sysconfig/network-scripts/ifdown-sl,
6870           sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0
6871           (added), rc.d/rc, lang.csh,
6872           sysconfig/interfaces/ifcfg-ppp0.leased1, rc.d/Makefile.am,
6873           sysconfig/interfaces/ifcfg-ppp0.leased2,
6874           sysconfig/network-scripts/ifup-sl,
6875           sysconfig/interfaces/ifcfg-sl0, rc.d/rc.modules (added),
6876           rc.d/init.d/network, TODO, sysconfig/network-scripts/tnldown,
6877           doc/initlog.1, sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c,
6878           sysconfig/network-scripts/ifup-ipx, rc-scripts.spec.in,
6879           doc/sysconfig.txt, sysconfig/network-scripts/ifup-plip,
6880           rc.d/init.d/template.init, sysconfig/network-scripts/Makefile.am,
6881           sysconfig/network-scripts/ifup-routes,
6882           sysconfig/network-scripts/ifdown-ppp,
6883           sysconfig/network-scripts/ifup-post, Makefile.am, autogen.sh,
6884           NEWS, setsysfont, DEVELOPMENT (added), rc.d/init.d/functions,
6885           AUTHORS, configure.in, inittab: - merge from TOTALNEW branch (see
6886           NEWS for more info)
6887
6888 2001-05-13 18:39 +0000 [r886]  kloczek <kloczek/at/pld-linux.org>
6889
6890         * rc.d/init.d/network, rc.d/init.d/functions.network,
6891           sysconfig/network: added abilities for setup static RARP table by
6892           /etc/sysconfig/network::STATIC_RARP=yes (like static ARP table)
6893           based on /etc/ethers config file. Before setting up ARRP table is
6894           checked /proc/net/rarp and if file don't exist "modprobe rarp" is
6895           performed before.
6896
6897 2001-05-13 17:47 +0000 [r884]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6898
6899         * rc.d/init.d/functions.network: ksh93 support/fixes by Jan
6900           Rękorajski <baggins/at/pld.org.pl> (from stable series)
6901
6902 2001-05-13 17:10 +0000 [r883]  Jan Rękorajski <baggins/at/pld-linux.org>
6903
6904         * rc.d/rc, rc.d/init.d/functions.network, rc.d/rc.sysinit,
6905           rc.d/init.d/functions, rc.d/rc.shutdown, rc.d/init.d/timezone,
6906           sysconfig/network-scripts/ifup, configure.in: - version 0.2.11 -
6907           true ksh support/fixes: - fixed numerous instances of incorrect
6908           quoting ("" inside itself) - s/local/typeset/
6909
6910 2001-04-20 23:28 +0000 [r878]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6911
6912         * rc.d/rc.sysinit: - few more updates - util-linux 2.10s is
6913           _slightly_ fixed :>>
6914
6915 2001-04-20 21:15 +0000 [r877]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6916
6917         * rc.d/rc.sysinit: - patch to allow fsck'ing crypted filesystems
6918
6919 2001-04-19 23:31 +0000 [r876]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6920
6921         * sysconfig/network-scripts/ifup: don't use quotation in
6922           DHCPOPTIONS
6923
6924 2001-03-22 21:50 +0000 [r873]  Jakub Bogusz <qboosh/at/pld-linux.org>
6925
6926         * sysconfig/network-scripts/ifup-ppp: - check if DATAFORCHAT is not
6927           null before exporting it
6928
6929 2001-03-05 17:35 +0000 [r867-868]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6930
6931         * TODO: removed IPX tunnels; these don't need rc-scripts support
6932
6933         * rc-scripts.spec.in: sysconfig/clock was missing
6934
6935 2001-03-03 11:28 +0000 [r861]  laro <laro/at/pld-linux.org>
6936
6937         * rc.d/init.d/timezone: typing error fixed
6938
6939 2001-03-01 16:11 +0000 [r860]  Michał Moskal <malekith/at/pld-linux.org>
6940
6941         * rc.d/rc.sysinit: Fixed to pass --localtime option to hwclock.
6942           check hwclock manpage for details (it has changed, since i last
6943           read it)
6944
6945 2001-02-23 18:06 +0000 [r857]  Jan Rękorajski <baggins/at/pld-linux.org>
6946
6947         * sysconfig/network-scripts/ifup-plip: - bring link up at startup
6948
6949 2001-02-12 20:30 +0000 [r856]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6950
6951         * po/pl.po: - uncommented "to enter interactive startup" transl.
6952
6953 2001-02-02 21:18 +0000 [r855]  Roman Werpachowski <roman/at/pld-linux.org>
6954
6955         * sysconfig/interfaces/data/chat-ppp0.tpsa: another small fix: atdt
6956           $PHONE -> atdt$PHONE
6957
6958 2001-02-02 18:22 +0000 [r854]  Roman Werpachowski <roman/at/pld-linux.org>
6959
6960         * sysconfig/interfaces/data/chat-ppp0.tpsa: - small fix
6961
6962 2001-01-12 13:46 +0000 [r851]  Jan Rękorajski <baggins/at/pld-linux.org>
6963
6964         * rc.d/init.d/network: - exclude nas* interfaces on boot, they need
6965           to be started by ATM utils
6966
6967 2000-12-27 13:33 +0000 [r850]  mkochano <mkochano/at/pld-linux.org>
6968
6969         * sysconfig/system: - CONSOLE_LOGLEVEL is back. It is duplicated in
6970           klogd.sysconfig, but it has to be here. It is required by
6971           rc.sysinit in order to set logging level before processing
6972           init.d/* scripts.
6973
6974 2000-12-19 22:33 +0000 [r849]  mkochano <mkochano/at/pld-linux.org>
6975
6976         * sysconfig/system: - Removed CONSOLELOG_LEVEL - has been moved to
6977           /etc/sysconfig/klogd.
6978
6979 2000-12-14 09:49 +0000 [r847]  Jacek Konieczny <jajcus/at/pld-linux.org>
6980
6981         * rc.d/init.d/functions: - status() improved so it can accept now
6982           two argumens: the subsys name and (optional) the daemon name.
6983           status() checks if daemon is running or the subsys is locked.
6984           This way subsys name can differ from daemon name it is running
6985
6986 2000-12-14 09:32 +0000 [r846]  Jacek Konieczny <jajcus/at/pld-linux.org>
6987
6988         * sysconfig/Makefile.am, sysconfig/clock (added): -
6989           /etc/sysconfig/clock added (for hardware clock options)
6990
6991 2000-12-12 17:38 +0000 [r845]  kloczek <kloczek/at/pld-linux.org>
6992
6993         * configure.in: - version 0.2.10.
6994
6995 2000-12-09 12:02 +0000 [r842-843]  mkochano <mkochano/at/pld-linux.org>
6996
6997         * rc.d/init.d/functions: - Added note about some not obvious
6998           behavior of is_not().
6999
7000         * rc.d/rc.sysinit: - Fixed problem with $RUN_DEPMOD="ifmissing".
7001
7002 2000-12-04 12:06 +0000 [r841]  Roman Werpachowski <roman/at/pld-linux.org>
7003
7004         * sysconfig/interfaces/ifcfg-ppp0.tpsa: Added PHONE to DATAFORCHAT
7005
7006 2000-11-17 14:47 +0000 [r839]  Jan Rękorajski <baggins/at/pld-linux.org>
7007
7008         * configure.in: - version 0.2.9
7009
7010 2000-11-17 12:11 +0000 [r838]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7011
7012         * sysconfig/interfaces/ifcfg-description: information about
7013           specifing prefix for so called ,,aliases''
7014
7015 2000-11-17 06:25 +0000 [r837]  kloczek <kloczek/at/pld-linux.org>
7016
7017         * rc.d/init.d/network: - replace "$((" by "$( (" to w use bash as
7018           /bin/sh.
7019
7020 2000-11-16 16:04 +0000 [r831-836]  Jan Rękorajski <baggins/at/pld-linux.org>
7021
7022         * rc.d/init.d/timezone: - cleanup from TOTALNEW
7023
7024         * rc.d/init.d/functions: - backport from TOTALNEW - cleaned up
7025           shell functions - fixed is_yes/is_no - added is_module, log_*
7026           functions
7027
7028         * rc.d/rc.init: - set/unset more (all?) locale variables (backport
7029           from TOTALNEW)
7030
7031         * rc.d/init.d/template.init, rc.d/rc, rc.d/init.d/random,
7032           rc.d/init.d/single, rc.d/init.d/killall, rc.d/init.d/allowlogin,
7033           rc.d/rc.local, rc.d/rc.shutdown: - added setting for vi ;)
7034
7035         * rc.d/init.d/network, sysconfig/network-scripts/ifup,
7036           po/Makefile.am, sysconfig/network-scripts/ifdown,
7037           sysconfig/network-scripts/ifup-post,
7038           rc.d/init.d/functions.network, rc.d/rc.sysinit,
7039           sysconfig/network-scripts/ifdown-post: - replaced sed with awk
7040           (backport from TOTALNEW branch)
7041
7042         * rc-scripts.spec.in: - synced with SPECS version
7043
7044 2000-11-06 19:28 +0000 [r830]  Jan Rękorajski <baggins/at/pld-linux.org>
7045
7046         * sysconfig/network-scripts/ifup: - `ip -4 addr add` first `ip link
7047           set dev up` next - atm needs it
7048
7049 2000-11-06 18:33 +0000 [r829]  Jan Rękorajski <baggins/at/pld-linux.org>
7050
7051         * configure.in: - version 0.2.8
7052
7053 2000-11-06 16:24 +0000 [r827]  Jan Rękorajski <baggins/at/pld-linux.org>
7054
7055         * rc.d/init.d/network: - use awk instead of sed in interface
7056           selection
7057
7058 2000-11-06 15:42 +0000 [r825-826]  Jan Rękorajski <baggins/at/pld-linux.org>
7059
7060         * rc.d/init.d/network: - skip lec and atm interfaces on start|stop,
7061           they are set using separate script
7062
7063         * sysconfig/network-scripts/ifup: - revert last change because IPv6
7064           is broken and it's not possible to add an adress on DOWN
7065           interface :(
7066
7067 2000-11-05 01:28 +0000 [r823]  Jan Rękorajski <baggins/at/pld-linux.org>
7068
7069         * sysconfig/network: - added global ipv6 autoconf setting
7070
7071 2000-11-04 04:44 +0000 [r822]  Jan Rękorajski <baggins/at/pld-linux.org>
7072
7073         * sysconfig/network-scripts/ifup: - bring interface UP _after_
7074           setting up addresses (other way breaks ATM)
7075
7076 2000-11-02 21:40 +0000 [r819]  Jan Rękorajski <baggins/at/pld-linux.org>
7077
7078         * rc.d/init.d/network: - global setting for autoconf in proc_net()
7079
7080 2000-10-22 20:55 +0000 [r808]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7081
7082         * rc.d/init.d/functions: (run_cmd, daemon): set HOME and TMPDIR in
7083           nicer way (backport from totalnew)
7084
7085 2000-10-22 19:30 +0000 [r807]  mkochano <mkochano/at/pld-linux.org>
7086
7087         * rc.d/init.d/functions: - Remove "HOME" from environment. - Set
7088           TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail
7089           beacuse of lack of access permissions to "/root/tmp" or lack of
7090           this directory if these variables are inherited from root's
7091           environment.
7092
7093 2000-10-18 20:10 +0000 [r803]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7094
7095         * rc.d/init.d/functions.network: merged totalnew 3d patch as new
7096           TOTALNEW branch
7097
7098 2000-10-17 20:42 +0000 [r802]  Paweł Sakowski <saq/at/pld-linux.org>
7099
7100         * sysconfig/network-scripts/ifup: - bugfix: avoid loops when a user
7101           calls ifup and usernetctl isn't suid
7102
7103 2000-09-25 13:46 +0000 [r801]  Paweł Sakowski <saq/at/pld-linux.org>
7104
7105         * configure.in: - version 0.2.7
7106
7107 2000-09-23 20:43 +0000 [r800]  Paweł Sakowski <saq/at/pld-linux.org>
7108
7109         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
7110           - fixed DEVICETYPE determination for aliased devices
7111
7112 2000-09-21 13:53 +0000 [r799]  Paweł Sakowski <saq/at/pld-linux.org>
7113
7114         * po/de.po: - minor fixes
7115
7116 2000-09-20 23:32 +0000 [r798]  kloczek <kloczek/at/pld-linux.org>
7117
7118         * sysconfig/static-routes: - commented entry description.
7119
7120 2000-09-19 13:36 +0000 [r796-797]  Paweł Sakowski <saq/at/pld-linux.org>
7121
7122         * po/pl.po: - translations for ifup and ifup-sl
7123
7124         * po/de.po: - s/dir/dip/
7125
7126 2000-09-19 12:46 +0000 [r795]  Paweł Sakowski <saq/at/pld-linux.org>
7127
7128         * sysconfig/network-scripts/ifup-sl, po/de.po,
7129           rc.d/init.d/functions, sysconfig/network-scripts/ifup, po/pl.po:
7130           - merged some %s into nls invocations - German translation
7131           finetuning
7132
7133 2000-09-18 22:32 +0000 [r794]  Paweł Sakowski <saq/at/pld-linux.org>
7134
7135         * po/de.po (added), rc.d/init.d/functions, configure.in,
7136           rc-scripts.spec.in: - introducing German translation
7137
7138 2000-09-03 02:29 +0000 [r793]  Jan Rękorajski <baggins/at/pld-linux.org>
7139
7140         * sysconfig/network-scripts/ifup,
7141           sysconfig/interfaces/ifcfg-description: - added IPV6_AUTOCONF
7142           variable to interface configuration set it to "no" if you don't
7143           want kernel to autoconfigure IPv6 address on interfaces
7144           (prefix:MAC stuff)
7145
7146 2000-08-28 15:43 +0000 [r792]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7147
7148         * configure.in: - version = 0.2.6
7149
7150 2000-08-28 15:38 +0000 [r790-791]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7151
7152         * rc.d/init.d/network: - substituted awk in place of /usr/bin/tr
7153
7154         * rc.d/init.d/network: - removed all "xargs" calls
7155
7156 2000-08-08 23:06 +0000 [r789]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7157
7158         * rc.d/init.d/functions: - added "termput op" definition -- it
7159           fixes the Blue Screen (tm) problem :) (if you don't know what's
7160           this about, try umounting /usr and running rc.sysinit -- the same
7161           effect was when /usr wasn't on root partition)
7162
7163 2000-08-04 15:25 +0000 [r788]  Jan Rękorajski <baggins/at/pld-linux.org>
7164
7165         * sysconfig/network-scripts/ifup: - fixed setting up GATEWAY6* -
7166           added setting up global route for IPv6 routers
7167
7168 2000-08-04 15:20 +0000 [r786-787]  Jan Rękorajski <baggins/at/pld-linux.org>
7169
7170         * sysconfig/network: -added IPV6_GLOBALROUTEDEV
7171
7172         * sysconfig/network: - added IPV6_GLOBALROUTE
7173
7174 2000-08-04 15:06 +0000 [r785]  Jan Rękorajski <baggins/at/pld-linux.org>
7175
7176         * sysconfig/network-scripts/ifup: - set up GATEWAY6* only if
7177           IPV6_FORWARDING is disabled
7178
7179 2000-08-04 14:08 +0000 [r784]  Jan Rękorajski <baggins/at/pld-linux.org>
7180
7181         * sysconfig/network-scripts/ifup: - added default route setup for
7182           IPv6
7183
7184 2000-08-04 14:02 +0000 [r783]  Jan Rękorajski <baggins/at/pld-linux.org>
7185
7186         * sysconfig/network: - added GATEWAY6* for IPv6 routing
7187
7188 2000-08-04 13:58 +0000 [r782]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
7189
7190         * rc.d/rc.sysinit: - cosmetics (in mount /proc command)
7191
7192 2000-08-03 12:51 +0000 [r781]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
7193
7194         * rc.d/rc.sysinit: - added -o gid=17 while mounting /proc
7195
7196 2000-07-31 07:28 +0000 [r780]  kloczek <kloczek/at/pld-linux.org>
7197
7198         * configure.in: - new version 0.2.5.
7199
7200 2000-07-28 18:37 +0000 [r779]  Jan Rękorajski <baggins/at/pld-linux.org>
7201
7202         * rc.d/init.d/functions: - added _modprobe function
7203
7204 2000-07-28 15:03 +0000 [r778]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7205
7206         * sysconfig/network-scripts/tnlup,
7207           sysconfig/network-scripts/tnldown: - added .
7208           /etc/rc.d/init.d/functions
7209
7210 2000-07-21 18:51 +0000 [r777]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7211
7212         * rc.d/init.d/functions.network: - ls 2>/dev/null (avoid "ls: no
7213           such file or directory" when directory does not exist)
7214
7215 2000-07-20 10:07 +0000 [r776]  Paweł Gajda <mis/at/pld-linux.org>
7216
7217         * sysconfig/interfaces/ifcfg-description: - one more fix to
7218           IPXFRAMETYPE
7219
7220 2000-07-20 10:03 +0000 [r775]  Paweł Gajda <mis/at/pld-linux.org>
7221
7222         * sysconfig/interfaces/ifcfg-description: - fixed IPXFRAMETYPE
7223
7224 2000-07-13 17:42 +0000 [r774]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7225
7226         * configure.in: - version 0.2.4
7227
7228 2000-07-13 15:29 +0000 [r773]  Jan Rękorajski <baggins/at/pld-linux.org>
7229
7230         * rc.d/rc.sysinit: - rm -f utmp? first
7231
7232 2000-07-13 14:51 +0000 [r772]  Jan Rękorajski <baggins/at/pld-linux.org>
7233
7234         * sysconfig/system: - added NEED_XFILES=yes (we want utmpx/wtmpx)
7235
7236 2000-07-13 14:45 +0000 [r770-771]  Jan Rękorajski <baggins/at/pld-linux.org>
7237
7238         * rc.d/rc.sysinit: - typo
7239
7240         * rc.d/rc.sysinit: - we _want_ utmpx and wtmpx, not utmp/wtmp
7241
7242 2000-06-29 08:24 +0000 [r769]  Bartosz Waszak <waszi/at/pld-linux.org>
7243
7244         * po/pl.po: - typo
7245
7246 2000-06-27 20:22 +0000 [r768]  Jan Rękorajski <baggins/at/pld-linux.org>
7247
7248         * rc.d/init.d/functions.network: - modprobe ipip if
7249           IPV6_TUNNELCONFIG == yes
7250
7251 2000-06-27 09:50 +0000 [r767]  Bartosz Waszak <waszi/at/pld-linux.org>
7252
7253         * lang.sh: - cleanups
7254
7255 2000-06-25 14:40 +0000 [r766]  Bartosz Waszak <waszi/at/pld-linux.org>
7256
7257         * rc.d/rc.shutdown, sysconfig/interfaces/ifcfg-description,
7258           sysconfig/interfaces/ifcfg-ppp0.tpsa, makepot.pl,
7259           rc.d/rc.sysinit: - typos - cleanups
7260
7261 2000-06-23 09:11 +0000 [r765]  Artur Frysiak <wiget/at/pld-linux.org>
7262
7263         * rc.d/rc.shutdown: added shmfs to noprocfs
7264
7265 2000-06-22 14:52 +0000 [r764]  Jacek Konieczny <jajcus/at/pld-linux.org>
7266
7267         * rc.d/rc.shutdown: - fixed file unmounting again, after kloczek
7268           broke it "borrowing" code from RH
7269
7270 2000-06-21 15:23 +0000 [r763]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7271
7272         * sysconfig/interfaces/ifcfg-description: - IPADDR, not ADDR :)
7273
7274 2000-06-18 09:55 +0000 [r762]  kloczek <kloczek/at/pld-linux.org>
7275
7276         * configure.in: - release 2.3.
7277
7278 2000-06-18 09:52 +0000 [r761]  kloczek <kloczek/at/pld-linux.org>
7279
7280         * rc.d/rc.shutdown: - new umounting file systems procedure (borowed
7281           from RH).
7282
7283 2000-06-12 08:38 +0000 [r760]  Bartosz Waszak <waszi/at/pld-linux.org>
7284
7285         * sysconfig/network-scripts/ifup-sl, rc.d/init.d/allowlogin,
7286           sysconfig/network-scripts/ifup-ppp, rc.d/init.d/network,
7287           sysconfig/network-scripts/ifdown-sl,
7288           sysconfig/network-scripts/ifup-aliases,
7289           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
7290           sysconfig/network-scripts/ifup-plip,
7291           sysconfig/network-scripts/tnldown,
7292           sysconfig/network-scripts/ifup-post,
7293           rc.d/init.d/functions.network, rc.d/rc.sysinit, ppp/ip-down: -
7294           is_yes and is_no cleanups - typos
7295
7296 2000-06-02 14:47 +0000 [r759]  mkochano <mkochano/at/pld-linux.org>
7297
7298         * rc.d/init.d/functions: - Moves cursor to a new line also after
7299           "WORK" and "FAIL".
7300
7301 2000-06-02 14:36 +0000 [r758]  mkochano <mkochano/at/pld-linux.org>
7302
7303         * rc.d/init.d/functions: - Added new function progress(). It shows
7304           color messages in square brackets. Takes two arguments: text to
7305           display and color to use. Second argument is optional (default
7306           color is green). Outputs "op" as last terminal sequence instaed
7307           setting arbitrary color. - busy(), ok(), started(), fail() and
7308           died() modified to use progress().
7309
7310 2000-06-02 10:00 +0000 [r757]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7311
7312         * rc.d/rc.sysinit: - fixed some is_yes calls (argument can be
7313           empty)
7314
7315 2000-06-01 19:33 +0000 [r756]  Jan Rękorajski <baggins/at/pld-linux.org>
7316
7317         * rc.d/rc.sysinit: - fixed setting up USEMODULES variable
7318
7319 2000-05-31 18:01 +0000 [r754-755]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7320
7321         * rc.d/rc: - one more typo
7322
7323         * rc.d/rc: - typo
7324
7325 2000-05-31 17:55 +0000 [r753]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7326
7327         * sysconfig/network-scripts/ifdown: - typo
7328
7329 2000-05-30 05:55 +0000 [r749-752]  Bartosz Waszak <waszi/at/pld-linux.org>
7330
7331         * rc.d/init.d/functions: -typo
7332
7333         * rc.d/rc: - replaced halt -d with halt -d -p
7334
7335         * rc.d/rc.shutdown: - halt -p -> halt -w
7336
7337         * rc.d/rc.sysinit: -typo
7338
7339 2000-05-29 19:37 +0000 [r747-748]  Jan Rękorajski <baggins/at/pld-linux.org>
7340
7341         * sysconfig/network-scripts/ifup: - pass $DHCPOPTIONS to dhcpcd
7342
7343         * sysconfig/network-scripts/ifdown: - kill dhcpcd if necessary
7344
7345 2000-05-29 19:31 +0000 [r746]  Jan Rękorajski <baggins/at/pld-linux.org>
7346
7347         * sysconfig/interfaces/ifcfg-description: - added DHCPOPTIONS
7348           variable
7349
7350 2000-05-29 19:06 +0000 [r745]  kloczek <kloczek/at/pld-linux.org>
7351
7352         * configure.in: - start prepare 0.2.2.
7353
7354 2000-05-29 19:03 +0000 [r744]  Jan Rękorajski <baggins/at/pld-linux.org>
7355
7356         * rc.d/rc.shutdown: - run quotaoff -a before unmounting filesystems
7357           - minor cosmetics
7358
7359 2000-05-20 13:34 +0000 [r743]  Jacek Konieczny <jajcus/at/pld-linux.org>
7360
7361         * rc.d/rc.sysinit: - Time setup changed, so it should work even if
7362           /usr is on separate partition
7363
7364 2000-05-16 15:08 +0000 [r742]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7365
7366         * rc.d/rc.sysinit: - changed the way depmod was run - changed all
7367           "!=no" to "is_yes" or "! is_no" (from "functions")
7368
7369 2000-05-13 07:11 +0000 [r741]  Artur Frysiak <wiget/at/pld-linux.org>
7370
7371         * rc.d/init.d/timezone, po/pl.po: - rc.d/init.d/timezone - poprawki
7372           związane z tłumaczeniem - po/pl.po - serwis -> usluga,
7373           startowanie -> uruchamianie i kilka kosmetycznych zmian
7374
7375 2000-05-09 18:58 +0000 [r740]  Jan Rękorajski <baggins/at/pld-linux.org>
7376
7377         * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
7378           - pump is b0rken - don't use pump for DHCP - use dhcpcd for DHCP
7379           ;) - and fixed typo
7380
7381 2000-05-09 15:46 +0000 [r739]  kloczek <kloczek/at/pld-linux.org>
7382
7383         * rc.d/rc.shutdown: - "halt -p" instead "halt -w".
7384
7385 2000-05-07 19:00 +0000 [r738]  Paweł Wilk <siefca/at/pld-linux.org>
7386
7387         * sysconfig/interfaces/up.d/tnl/.cvsignore (added),
7388           ppp/Makefile.am, sysconfig/interfaces/up.d/ppp/.cvsignore
7389           (added), sysconfig/interfaces/up.d/.cvsignore (added),
7390           sysconfig/interfaces/up.d/all/Makefile.am (added),
7391           sysconfig/interfaces/down.d (added),
7392           sysconfig/interfaces/up.d/all/.cvsignore (added), configure.in,
7393           sysconfig/interfaces/down.d/all (added),
7394           sysconfig/interfaces/down.d/ip (added), ppp/ip-up,
7395           sysconfig/interfaces/down.d/Makefile.am (added),
7396           sysconfig/interfaces/up.d/tnl (added),
7397           sysconfig/interfaces/up.d/ppp (added),
7398           sysconfig/interfaces/up.d/ipx (added),
7399           sysconfig/interfaces/down.d/ipx/.cvsignore (added),
7400           sysconfig/interfaces/down.d/ppp/logger (added),
7401           sysconfig/interfaces/down.d/all/Makefile.am (added),
7402           sysconfig/interfaces/down.d/ip/Makefile.am (added),
7403           sysconfig/interfaces/up.d/tnl/Makefile.am (added),
7404           sysconfig/interfaces/up.d/ppp/Makefile.am (added),
7405           sysconfig/interfaces/up.d/ip (added),
7406           sysconfig/interfaces/up.d/ipx/Makefile.am (added), Makefile.am,
7407           sysconfig/interfaces/up.d/ipx/.cvsignore (added),
7408           sysconfig/interfaces/down.d/all/thetouch (added),
7409           sysconfig/interfaces/up.d/ppp/logger (added), ppp/ip-down,
7410           sysconfig/interfaces/down.d/tnl (added),
7411           sysconfig/interfaces/up.d/ip/Makefile.am (added),
7412           sysconfig/interfaces/down.d/ppp (added),
7413           sysconfig/interfaces/down.d/ipx (added),
7414           sysconfig/interfaces/up.d/ip/.cvsignore (added),
7415           sysconfig/interfaces/down.d/tnl/Makefile.am (added),
7416           rc-scripts.spec.in, sysconfig/interfaces/up.d/all/thetouch
7417           (added), sysconfig/interfaces/down.d/ppp/Makefile.am (added),
7418           sysconfig/interfaces/down.d/ipx/Makefile.am (added),
7419           sysconfig/interfaces/down.d/tnl/.cvsignore (added), run-parts
7420           (added), sysconfig/interfaces/down.d/ppp/.cvsignore (added),
7421           sysconfig/interfaces/down.d/.cvsignore (added),
7422           sysconfig/interfaces/up.d (added),
7423           sysconfig/interfaces/Makefile.am,
7424           sysconfig/interfaces/down.d/all/.cvsignore (added),
7425           sysconfig/interfaces/up.d/all (added),
7426           sysconfig/interfaces/down.d/ip/.cvsignore (added),
7427           sysconfig/interfaces/up.d/Makefile.am (added): - scripts now
7428           ready to exec run-parts for each of interfaces going up/down, -
7429           run-parts is now by rc-scripts provided (as /bin/run-parts).
7430
7431 2000-05-07 15:43 +0000 [r737]  Paweł Wilk <siefca/at/pld-linux.org>
7432
7433         * rc-scripts.spec.in: run-parts script now belongs here
7434
7435 2000-05-03 11:55 +0000 [r736]  Bartosz Waszak <waszi/at/pld-linux.org>
7436
7437         * rc.d/rc.sysinit: - typos - in some places changed [ VARIABLE =
7438           "yes" ] ==> is_yes - devfsd may be used without DEVFS_MOUNT=yes
7439
7440 2000-05-03 11:49 +0000 [r735]  Bartosz Waszak <waszi/at/pld-linux.org>
7441
7442         * rc.d/rc, rc.d/rc.sysinit: - typo
7443
7444 2000-05-01 20:13 +0000 [r734]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7445
7446         * rc.d/rc.sysinit: - typo
7447
7448 2000-05-01 18:57 +0000 [r733]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7449
7450         * rc.d/rc: - line lengths are now evaluated properly - it's not
7451           necessary to set and unset af{2,6,7} every time we want to "say
7452           something" :)
7453
7454 2000-05-01 18:53 +0000 [r732]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7455
7456         * rc.d/init.d/functions: - \n after messages passed to nls aren't
7457           necessary (nls uses "echo" after every printf anyway: if you want
7458           to get a message without a trailing "\n", use echo -n "`nls
7459           ...`")
7460
7461 2000-05-01 18:43 +0000 [r731]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7462
7463         * rc.d/init.d/functions: - deltext is not necessary before ok,
7464           fail, others (it's called automatically) - [ $# -gt 0 ] instead
7465           of [ -n "$1" ]: printf_ sometimes has to accept argument lists
7466           like "" "a" (where first one is empty string) - replaced
7467           "\b\b\b..." in deltext by "termput hpa $INIT_COL" - COLOR_INIT=no
7468           doesn't mean that all other termcodes shouldn't work - COLOR_INIT
7469           is now checked only at case "setaf"
7470
7471 2000-04-27 06:20 +0000 [r730]  Jacek Konieczny <jajcus/at/pld-linux.org>
7472
7473         * sysconfig/network-scripts/ifup: - missing space added (without
7474           this "peer" option was used to "ip addr add" even if no "$REMIP"
7475           was defined)
7476
7477 2000-04-25 12:01 +0000 [r729]  Bartosz Waszak <waszi/at/pld-linux.org>
7478
7479         * sysconfig/system, rc.d/rc.sysinit: - added MOUNT_DEVFS option
7480
7481 2000-04-24 16:56 +0000 [r728]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7482
7483         * rc.d/rc: - removed two unnecessary 0s at every textlen counting -
7484           arguments for nls in "" (necessary, when COLOR_INIT=no)
7485
7486 2000-04-23 11:46 +0000 [r727]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
7487
7488         * sysconfig/network-scripts/ifup-ppp,
7489           sysconfig/network-scripts/ifup: * In ifup file added suppoer for
7490           Point-to-Point IPv4 Ethernet (REMIP variable). * In ifup-ppp
7491           deleted some hashed lines.
7492
7493 2000-04-21 17:47 +0000 [r716-726]  Jacek Konieczny <jajcus/at/pld-linux.org>
7494
7495         * sysconfig/network-scripts/ifup-routes: - get REALDEVICE and use
7496           it for setting up the routes
7497
7498         * sysconfig/network-scripts/ifup-ppp: - detach pppd by default -
7499           use "linkname" option to make pppd save its pid and interface
7500           name - pass $CONFIG as ipparam - don't set remotename to device
7501           name so authentication will work with peer-given name
7502
7503         * sysconfig/network-scripts/ifup-post: - use
7504           get_ppp_device_and_pid() to get REALDEVICE - set up queing
7505           discipline if QDISC is given
7506
7507         * sysconfig/network-scripts/ifdown-ppp: - use
7508           get_ppp_device_and_pid() for getting pppd's pid
7509
7510         * rc.d/init.d/functions.network: - set REALDEVICE to DEVICE if
7511           nothig else is set
7512
7513         * sysconfig/interfaces/ifcfg-ppp0.tpsa: - chatscript in
7514           interfaces/data - QDISC set to SFQ (useful on PPP links)
7515
7516         * sysconfig/interfaces/ifcfg-ppp0.callback,
7517           sysconfig/interfaces/ifcfg-ppp0.leased1: - chatscript in
7518           interfaces/data
7519
7520         * sysconfig/interfaces/ifcfg-description: - QDISC parameter added
7521           (queuing discipline)
7522
7523         * rc.d/init.d/functions.network: - function get_ppp_device_and_pid
7524           added. It extracts PID and REALDEVICE from /var/run/ppp-*.pid
7525
7526         * ppp/ip-up: - real device name is now saved by pppd in
7527           /var/run/ppp-*.pid - ipparam is a config name not a device name -
7528           pass $CONFIG instead of ifcfg-$DEVICE to ifup-post
7529
7530         * ppp/ip-down: - "compatible location" of basename - ipparam is now
7531           a config name instead of logical device - ifdown-post uses
7532           $CONFIG instead of ifcfg-$DEVICE
7533
7534 2000-04-19 18:20 +0000 [r715]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7535
7536         * sysconfig/network-scripts/ifup-post: - ifup-routes should be run
7537           with $CONFIG as parameter, not $DEVNAME
7538
7539 2000-04-18 08:30 +0000 [r713-714]  Jacek Konieczny <jajcus/at/pld-linux.org>
7540
7541         * sysconfig/network-scripts/ifup-post: - better hostname detection
7542           (for DHCP clients)
7543
7544         * rc.d/init.d/functions.network: - "set_hostname" function fixed
7545
7546 2000-04-14 11:14 +0000 [r711-712]  mkochano <mkochano/at/pld-linux.org>
7547
7548         * rc.d/init.d/template.init: - s/syslogd/<service>/.
7549
7550         * sysconfig/system: - Added note about aumix-OSS-preserve-settings.
7551
7552 2000-04-13 08:25 +0000 [r710]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7553
7554         * rc.d/init.d/template.init: - some changes in reload)
7555
7556 2000-04-12 23:21 +0000 [r709]  kloczek <kloczek/at/pld-linux.org>
7557
7558         * po/pl.po: - typo.
7559
7560 2000-04-11 14:27 +0000 [r708]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7561
7562         * po/pl.po: - typo - missing translation for "to enter interactive
7563           startup"
7564
7565 2000-04-08 21:41 +0000 [r707]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7566
7567         * rc.d/init.d/functions: - added single-letter-values to is_yes and
7568           is_no
7569
7570 2000-04-08 13:34 +0000 [r706]  mkochano <mkochano/at/pld-linux.org>
7571
7572         * rc.d/rc.sysinit: - Changed 'modprobe -s midi' to 'modprobe -s
7573           synth0'. There is no module 'midi'. - Changed 'modprobe -s sound'
7574           to 'modprobe -s sound-slot-0'. This causes sound card driver to
7575           be loaded.
7576
7577 2000-04-07 19:16 +0000 [r705]  Jan Rękorajski <baggins/at/pld-linux.org>
7578
7579         * sysconfig/network-scripts/ifup-ipx: - don't try start IPX on
7580           unconfigured devices
7581
7582 2000-04-06 12:39 +0000 [r704]  mkochano <mkochano/at/pld-linux.org>
7583
7584         * sysconfig/network-scripts/ifup-routes: - s/\$DEVICE/\$DEVNAME/.
7585           "$DEVNAME" is set by source_config() from .functions to the name
7586           of interface for which static routes should be set up.
7587
7588 2000-04-05 10:33 +0000 [r703]  Bartek Szady <bszx/at/pld-linux.org>
7589
7590         * rc.d/init.d/timezone: - now it works under bash
7591
7592 2000-04-03 14:50 +0000 [r700-702]  Jan Rękorajski <baggins/at/pld-linux.org>
7593
7594         * sysconfig/network-scripts/ifup-ppp,
7595           sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network,
7596           sysconfig/network-scripts/ifup-routes,
7597           sysconfig/network-scripts/ifup,
7598           sysconfig/interfaces/ifcfg-description,
7599           sysconfig/network-scripts/ifdown, rc.d/rc.sysinit: - cleaned up
7600           ifup/ifdown mess, /sbin/ifup ethX.something works now - IPX
7601           fixes, works now - run hdparm from rc.sysinit BEFORE anything is
7602           mounted RW - fixed setting VFS_{FILE,INODE}_MAX - updated
7603           ifcfg-description
7604
7605         * configure.in: - version 0.2.1
7606
7607         * src/Makefile.am: - added initlog.conf to EXTRA_DIST
7608
7609 2000-04-01 10:24 +0000 [r699]  Bartosz Waszak <waszi/at/pld-linux.org>
7610
7611         * rc.d/init.d/functions: - small termput() fixes
7612
7613 2000-03-31 13:10 +0000 [r698]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7614
7615         * sysconfig/network-scripts/ifup-ppp,
7616           sysconfig/network-scripts/tnlup,
7617           sysconfig/network-scripts/tnldown: - support for maxfail option
7618           in pppd - cleanups in tunnel scripts
7619
7620 2000-03-27 16:07 +0000 [r697]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7621
7622         * INSTALL, po/pl.po, sysconfig/interfaces/ifcfg-description,
7623           rc-scripts.spec.in, sysconfig/network-scripts/ifup-post, rc.d/rc,
7624           rc.d/init.d/functions.network, rc.d/rc.sysinit,
7625           sysconfig/network-scripts/ifdown-post, NEWS, src/Makefile.am: -
7626           removed "scripts" method of executing external programs after
7627           uping or downing device (almost nobody didn't know about it 8-) -
7628           added new method which is using run_up() and run_down() functions
7629           defined in device configuration file (ifcfg*) - fixed problem
7630           with displaing garbage instead of formated output - removed
7631           execution of random start (this should be started in standard
7632           init.d way) - set ld.so.cache if doesn't exist, too - use new
7633           (rh) style for date variables
7634
7635 2000-03-26 06:51 +0000 [r696]  kloczek <kloczek/at/pld-linux.org>
7636
7637         * sysconfig/system: - changed RUN_LDCONFIG to no.
7638
7639 2000-03-24 08:48 +0000 [r695]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7640
7641         * po/pl.po, rc.d/rc: - fixed problem with Runlevel messages and
7642           INIT_COL variable
7643
7644 2000-03-24 08:39 +0000 [r694]  Bartosz Waszak <waszi/at/pld-linux.org>
7645
7646         * rc.d/rc.sysinit: - fixed nfsroot support
7647
7648 2000-03-22 22:00 +0000 [r693]  Artur Frysiak <wiget/at/pld-linux.org>
7649
7650         * rc-scripts.spec.in: use corect name
7651
7652 2000-03-22 21:55 +0000 [r692]  Artur Frysiak <wiget/at/pld-linux.org>
7653
7654         * rc.d/init.d/<template>.init (removed), rc.d/init.d/Makefile.am,
7655           rc.d/init.d/template.init (added): please don't use stupid names
7656           for files
7657
7658 2000-03-22 21:44 +0000 [r691]  Artur Frysiak <wiget/at/pld-linux.org>
7659
7660         * rc-scripts.spec.in: typo
7661
7662 2000-03-22 21:41 +0000 [r690]  Artur Frysiak <wiget/at/pld-linux.org>
7663
7664         * rc-scripts.spec.in: - added <templete>.init to %doc
7665
7666 2000-03-22 21:30 +0000 [r689]  Artur Frysiak <wiget/at/pld-linux.org>
7667
7668         * po/pl.po: cleanup
7669
7670 2000-03-22 21:21 +0000 [r688]  kloczek <kloczek/at/pld-linux.org>
7671
7672         * po/pl.po: - removed all fuzzy translations.
7673
7674 2000-03-22 21:04 +0000 [r686-687]  kloczek <kloczek/at/pld-linux.org>
7675
7676         * po/pl.po: - s/Stopowanie/Zatrzymywanie/
7677
7678         * po/pl.po: - beter translations for stop/start serwices.
7679
7680 2000-03-22 20:51 +0000 [r685]  kloczek <kloczek/at/pld-linux.org>
7681
7682         * po/pl.po: - added missing %s in pl translations (stopping,
7683           starting messages).
7684
7685 2000-03-22 20:43 +0000 [r684]  Artur Frysiak <wiget/at/pld-linux.org>
7686
7687         * rc.d/init.d/functions: fixed small typo
7688
7689 2000-03-22 17:24 +0000 [r683]  Artur Frysiak <wiget/at/pld-linux.org>
7690
7691         * rc.d/rc.sysinit, sysconfig/system: - Allow set
7692           /proc/sys/fs/file-max & inode-max (patch by Paweł Krawczyk
7693           <kravietz/at/alfa.ceti.pl>)
7694
7695 2000-03-22 17:20 +0000 [r682]  Artur Frysiak <wiget/at/pld-linux.org>
7696
7697         * rc-scripts.spec.in: Added BuildRequires: gettext-devel
7698
7699 2000-03-22 01:17 +0000 [r681]  kloczek <kloczek/at/pld-linux.org>
7700
7701         * po/pl.po: - more pl translations.
7702
7703 2000-03-22 01:08 +0000 [r680]  kloczek <kloczek/at/pld-linux.org>
7704
7705         * rc.d/init.d/functions.network: - added using msg_stopping() in
7706           stop.
7707
7708 2000-03-21 23:59 +0000 [r678-679]  Artur Frysiak <wiget/at/pld-linux.org>
7709
7710         * makepot.pl: use : instead . in file location
7711
7712         * po/pl.po, makepot.pl: updated makepot.pl and pl.po, pl.po need
7713           fixing
7714
7715 2000-03-20 06:58 +0000 [r677]  Bartosz Waszak <waszi/at/pld-linux.org>
7716
7717         * rc.d/rc.sysinit: - hacks for nfsroot, romfs
7718
7719 2000-03-17 01:14 +0000 [r676]  kloczek <kloczek/at/pld-linux.org>
7720
7721         * rc.d/init.d/functions: - more using msg_Usage().
7722
7723 2000-03-16 23:36 +0000 [r675]  kloczek <kloczek/at/pld-linux.org>
7724
7725         * configure.in: - VERSION=0.2.0 (prepare to release this version).
7726
7727 2000-03-15 15:07 +0000 [r674]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7728
7729         * README: - added info aboout Routing messages
7730
7731 2000-03-10 01:31 +0000 [r673]  kloczek <kloczek/at/pld-linux.org>
7732
7733         * rc.d/init.d/<template>.init, rc.d/init.d/functions: -
7734           msg_Usage_noreload() and msg_Usage_reload() replace by
7735           msg_Usage().
7736
7737 2000-03-10 01:21 +0000 [r672]  kloczek <kloczek/at/pld-linux.org>
7738
7739         * rc.d/init.d/<template>.init: - added return in exit error code
7740           $RETVAL.
7741
7742 2000-03-09 11:50 +0000 [r671]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7743
7744         * rc.d/init.d/functions: - show() now substitutes %s properly
7745
7746 2000-03-09 11:43 +0000 [r670]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7747
7748         * rc.d/init.d/functions: - show instead of nls in some functions
7749
7750 2000-03-09 11:30 +0000 [r669]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7751
7752         * rc.d/init.d/functions: - more function
7753
7754 2000-03-09 11:11 +0000 [r668]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7755
7756         * rc.d/init.d/functions: - default value for INIT_COL
7757
7758 2000-03-09 10:57 +0000 [r666-667]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7759
7760         * sysconfig/system: - added INIT_COL setting
7761
7762         * rc.d/init.d/functions: - slightly modified show() function -
7763           changed all "67" to "$INIT_COL"
7764
7765 2000-03-08 16:30 +0000 [r664-665]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7766
7767         * sysconfig/network-scripts/ifup,
7768           sysconfig/network-scripts/ifup-post,
7769           rc.d/init.d/functions.network,
7770           sysconfig/network-scripts/ifdown-post, README: - start some
7771           scripts after interface is upped or downed
7772           (/etc/sysconfig/interfaces/scripts/ifname/somename.{up,down}
7773
7774         * sysconfig/system, rc.d/rc, rc.d/rc.sysinit,
7775           rc.d/init.d/functions, po/pl.po: - support for interactive
7776           starting
7777
7778 2000-03-08 15:43 +0000 [r663]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7779
7780         * rc.d/init.d/<template>.init, rc.d/init.d/functions: - added
7781           "is_yes" and "is_no" functions
7782
7783 2000-03-08 15:26 +0000 [r662]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7784
7785         * rc.d/init.d/<template>.init: - force-reload returns right status
7786           on exit
7787
7788 2000-03-08 15:23 +0000 [r661]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7789
7790         * rc.d/init.d/<template>.init: - added force-reload option - added
7791           exit code 1 at errors - checking for running service at stop
7792
7793 2000-03-08 14:59 +0000 [r660]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7794
7795         * rc.d/init.d/<template>.init: - was "2&>1" instead of "2>&1" -
7796           fixed
7797
7798 2000-03-08 14:50 +0000 [r659]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7799
7800         * rc.d/init.d/<template>.init: - unified syntax for setting
7801           numerical and nonnumerical variables
7802
7803 2000-03-08 14:40 +0000 [r658]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
7804
7805         * rc.d/init.d/<template>.init: - default configuration support -
7806           typo
7807
7808 2000-03-08 11:52 +0000 [r657]  Artur Frysiak <wiget/at/pld-linux.org>
7809
7810         * rc.d/init.d/<template>.init: - support exit code defined in LSB
7811           spec (http://www.linuxbase.org/)
7812
7813 2000-03-06 00:34 +0000 [r656]  Artur Frysiak <wiget/at/pld-linux.org>
7814
7815         * rc.d/init.d/<template>.init: - nls()ed
7816
7817 2000-03-06 00:23 +0000 [r655]  Artur Frysiak <wiget/at/pld-linux.org>
7818
7819         * rc.d/init.d/<template>.init: rm -f /var/lock/subsys/<service>
7820           >/dev/null 2&>1 1. -r is not needed 2. silent
7821
7822 2000-03-06 00:19 +0000 [r654]  kloczek <kloczek/at/pld-linux.org>
7823
7824         * rc.d/init.d/<template>.init: - added "rm -rf
7825           /var/lock/subsys/<service>" in stop.
7826
7827 2000-03-06 00:10 +0000 [r653]  kloczek <kloczek/at/pld-linux.org>
7828
7829         * rc.d/init.d/<template>.init (added): Template init script. This
7830           script can be used for preparing some unified output messages
7831           translation for other init scripts for all services) Also it
7832           would be good to change all other init scripts for compatybility
7833           with this skeleton script and/or keep this file as template.
7834
7835 2000-03-04 22:40 +0000 [r652]  Paweł Wilk <siefca/at/pld-linux.org>
7836
7837         * rc-scripts.spec.in, src/resolvesymlink.c (added),
7838           src/Makefile.am, rc.d/init.d/timezone: Time zone information will
7839           be updated only when needed.
7840
7841 2000-03-04 13:59 +0000 [r651]  Paweł Wilk <siefca/at/pld-linux.org>
7842
7843         * sysconfig/Makefile.am, rc.d/init.d/Makefile.am, configure.in,
7844           rc-scripts.spec.in: added time zone setting
7845
7846 2000-03-04 13:41 +0000 [r648-650]  Paweł Wilk <siefca/at/pld-linux.org>
7847
7848         * sysconfig/timezone (added): configuration parameters for time
7849           zone setting
7850
7851         * rc.d/init.d/timezone: chkconfig script for time zone setting
7852
7853         * rc.d/init.d/timezone (added): configuration profile (variables)
7854           for time zone setting
7855
7856 2000-03-02 17:22 +0000 [r647]  Artur Frysiak <wiget/at/pld-linux.org>
7857
7858         * configure.in: 0.1.5
7859
7860 2000-02-28 12:50 +0000 [r646]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7861
7862         * rc.d/rc.sysinit: - run depmod if modules.dep is older that
7863           modules.conf, too
7864
7865 2000-02-18 18:07 +0000 [r645]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7866
7867         * rc.d/init.d/network: - set ipv6 forwarding only if ipv6 is
7868           enabled
7869
7870 2000-02-18 17:59 +0000 [r644]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7871
7872         * rc.d/init.d/functions: - translations for DONE etc are always
7873           taken from rc-scripts.mo
7874
7875 2000-02-18 12:37 +0000 [r643]  Bartosz Waszak <waszi/at/pld-linux.org>
7876
7877         * rc.d/rc.shutdown: - typo
7878
7879 2000-02-18 10:42 +0000 [r642]  Artur Frysiak <wiget/at/pld-linux.org>
7880
7881         * rc.d/rc.shutdown: s/LANG/LC_ALL/ in umount
7882
7883 2000-02-18 10:37 +0000 [r641]  Artur Frysiak <wiget/at/pld-linux.org>
7884
7885         * rc.d/rc.shutdown: - fix ummounting -- locale & /usr problem --
7886           devfs ready
7887
7888 2000-02-18 09:13 +0000 [r640]  Artur Frysiak <wiget/at/pld-linux.org>
7889
7890         * rc.d/rc.sysinit: - run devfsd before all
7891
7892 2000-02-18 08:35 +0000 [r639]  Bartosz Waszak <waszi/at/pld-linux.org>
7893
7894         * sysconfig/system, rc.d/rc.sysinit: - added devfsd support
7895
7896 2000-02-17 10:59 +0000 [r638]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7897
7898         * rc.d/rc.sysinit, po/pl.po: - print space as last char in prompt
7899
7900 2000-02-10 10:31 +0000 [r637]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7901
7902         * sysconfig/system, rc.d/rc.sysinit: - running depmod is now
7903           configurable
7904
7905 2000-02-08 15:49 +0000 [r636]  Jan Rękorajski <baggins/at/pld-linux.org>
7906
7907         * rc-scripts.spec.in: - removed bogus defattr
7908
7909 2000-02-03 11:50 +0000 [r632-635]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7910
7911         * rc.d/init.d/single: - cleanups
7912
7913         * sysconfig/network, rc.d/init.d/network,
7914           rc.d/init.d/functions.network: - router discovery daemon support
7915
7916         * rc.d/init.d/functions: - functions run_cmd() and daemon() are
7917           returning proper values now
7918
7919         * rc.d/rc.shutdown: - new (better) unmounting procedure from
7920           initscripts - cleanups
7921
7922 2000-01-31 14:30 +0000 [r628-631]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7923
7924         * rc.d/init.d/functions, rc-scripts.spec.in, autogen.sh: - fixes
7925           and updates
7926
7927         * NEWS: - translate to english (update)
7928
7929         * po/pl.po, rc.d/rc.sysinit: - nls cant handle special characters
7930           such as '\n' - workaround this
7931
7932         * rc.d/init.d/functions.network: - avoid errors when lo interface
7933           is down
7934
7935 2000-01-05 01:18 +0000 [r627]  kloczek <kloczek/at/pld-linux.org>
7936
7937         * rc.d/rc.sysinit: - mout procsf before all.
7938
7939 2000-01-04 17:23 +0000 [r626]  Jan Rękorajski <baggins/at/pld-linux.org>
7940
7941         * configure.in, sysconfig/system, rc.d/rc, rc.d/rc.sysinit: -
7942           version 0.1.4 - added RUN_LDCONFIG variable to
7943           /etc/sysconfig/system, now it's possible to turn off/on
7944           ld.so.cache regeneration upon startup
7945
7946 1999-12-30 12:11 +0000 [r624-625]  Jacek Konieczny <jajcus/at/pld-linux.org>
7947
7948         * rc.d/rc: - send messages to /dev/console (which can be serial
7949           console) instead of virtual terminal
7950
7951         * rc.d/init.d/network, rc.d/init.d/functions.network: - support for
7952           "any/none" routes in /etc/sysconfig/statig routes --- these may
7953           be used for unreachable or blackhole routes
7954
7955 1999-12-30 12:01 +0000 [r623]  Jacek Konieczny <jajcus/at/pld-linux.org>
7956
7957         * doc/sysconfig.docb: - updates in static-routes description
7958
7959 1999-12-27 23:38 +0000 [r622]  Artur Frysiak <wiget/at/pld-linux.org>
7960
7961         * sysconfig/network-scripts/tnldown: - fix typos
7962
7963 1999-12-20 19:36 +0000 [r621]  Jacek Konieczny <jajcus/at/pld-linux.org>
7964
7965         * sysconfig/network-scripts/ifdown: - ifdown should now work for
7966           user-controled interfaces
7967
7968 1999-12-20 10:28 +0000 [r620]  kloczek <kloczek/at/pld-linux.org>
7969
7970         * rc.d/rc.sysinit: - reformated.
7971
7972 1999-12-19 16:07 +0000 [r617-619]  Jacek Konieczny <jajcus/at/pld-linux.org>
7973
7974         * sysconfig/network-scripts/ifup-post: - Use IPv4 address for
7975           setting hostname (or there will be no hostname on DHCP-configured
7976           hosts)
7977
7978         * sysconfig/network-scripts/ifup: - usernetctl is now in /sbin -
7979           OTHERSCRIPT should be started even if no IPv4 address is given
7980           (PPP won't work otherwise) - IPv6 link-local addresses are added
7981           by kernel. We shouldn't do it again
7982
7983         * sysconfig/network-scripts/ifdown: - usernetclt is now in /sbin -
7984           OTHERSCRIPT should be astarted even if no IPv4 address is given
7985
7986 1999-12-19 15:58 +0000 [r616]  Jacek Konieczny <jajcus/at/pld-linux.org>
7987
7988         * src/usernetctl.c: - search for ifcfg-* files in
7989           /etc/sysconfig/interfaces - ifup and ifdown are now only in /sbin
7990
7991 1999-12-19 15:54 +0000 [r615]  Jacek Konieczny <jajcus/at/pld-linux.org>
7992
7993         * src/.cvsignore: - more ignores
7994
7995 1999-12-18 19:51 +0000 [r613-614]  kloczek <kloczek/at/pld-linux.org>
7996
7997         * configure.in: - release 0.1.3.
7998
7999         * src/Makefile.am: - added missing shvar.h to ppp_watch_SOURCES.
8000
8001 1999-12-18 16:43 +0000 [r612]  kloczek <kloczek/at/pld-linux.org>
8002
8003         * doc/Makefile.am: - updated man_MANS man pages file list.
8004
8005 1999-12-18 16:26 +0000 [r610-611]  kloczek <kloczek/at/pld-linux.org>
8006
8007         * po/pl.po: - s/ZDECHL/ZGINAL/.
8008
8009         * sysconfig/network-scripts/ifup-routes: - replace: grep "^$1 " to:
8010           grep "^$1[[:blank:]]" on finding static routes entries for
8011           specified interface. This allow place also tab character after
8012           interface name.
8013
8014 1999-12-15 18:41 +0000 [r608-609]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8015
8016         * src/consoletype.c (added): - one more source file
8017
8018         * src/usleep.c, sysconfig/network-scripts/tnldown,
8019           sysconfig/network-scripts/ifdown, doc/consoletype.1 (added),
8020           src/ppp-watch.c (added), rc.d/init.d/functions.network,
8021           src/initlog.c, doc/ppp-watch.8 (added), src/doexec.c,
8022           src/initlog.conf (added), rc.d/init.d/allowlogin,
8023           rc.d/init.d/functions, sysconfig/network-scripts/tnlup,
8024           sysconfig/network-scripts/ifup, src/process.c,
8025           rc-scripts.spec.in, lang.sh, rc.d/rc.sysinit, src/shvar.c
8026           (added), src/testd.c, doc/usernetctl.1 (removed), lang.csh,
8027           src/getkey.c (added), src/Makefile.am, src/shvar.h (added),
8028           src/usernetctl.c, doc/usleep.1, doc/usernetctl.8 (added),
8029           rc.d/init.d/network: - fixed lang.csh - we use -a instead && -
8030           updated few programs in src directory - fixed starting network
8031           when none of ifcfg-* file exist - write nice logo at startup -
8032           fixed problem with translated deltext() function
8033
8034 1999-12-11 12:45 +0000 [r607]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8035
8036         * AUTHORS: - added Jacek Konieczny
8037
8038 1999-12-09 12:31 +0000 [r606]  kloczek <kloczek/at/pld-linux.org>
8039
8040         * rc.d/rc.sysinit: - added including /etc/rc.d/rc.modules for
8041           loading modules before starting all services and initializing
8042           raid deveces.
8043
8044 1999-12-02 21:44 +0000 [r605]  elephant <elephant/at/pld-linux.org>
8045
8046         * rc.d/init.d/functions: - corrected e-mail of mine
8047
8048 1999-12-02 10:38 +0000 [r604]  kloczek <kloczek/at/pld-linux.org>
8049
8050         * rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/network: -
8051           chkconfig field is back (without this upgrade from initscripts to
8052           rc-scripts fails).
8053
8054 1999-11-26 16:31 +0000 [r603]  Artur Frysiak <wiget/at/pld-linux.org>
8055
8056         * rc.d/init.d/functions: - process /etc/sysconfig/system (fix
8057           BR#110)
8058
8059 1999-11-16 14:54 +0000 [r602]  Artur Frysiak <wiget/at/pld-linux.org>
8060
8061         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
8062           - fixes
8063
8064 1999-11-16 11:28 +0000 [r601]  kloczek <kloczek/at/pld-linux.org>
8065
8066         * sysconfig/network-scripts/ifup-post: - reformated.
8067
8068 1999-11-16 01:34 +0000 [r599-600]  kloczek <kloczek/at/pld-linux.org>
8069
8070         * rc.d/init.d/functions.network: - reformated text.
8071
8072         * po/pl.po: - s/Zapis ziarna losowego/Zapisanie podstawy generatora
8073           losoweg/ - other cleanups.
8074
8075 1999-11-15 23:17 +0000 [r598]  Artur Frysiak <wiget/at/pld-linux.org>
8076
8077         * po/pl.po: - updated
8078
8079 1999-11-15 01:21 +0000 [r597]  kloczek <kloczek/at/pld-linux.org>
8080
8081         * sysconfig/i18n: - s/pl/pl_PL/.
8082
8083 1999-11-14 07:55 +0000 [r595-596]  kloczek <kloczek/at/pld-linux.org>
8084
8085         * configure.in: - new version 1.1.2.
8086
8087         * sysconfig/network-scripts/ifup: - s/DEVICEFULLNAME/
8088
8089 1999-11-09 00:12 +0000 [r594]  kloczek <kloczek/at/pld-linux.org>
8090
8091         * rc.d/rc.sysinit: - removed "chmod 0664 /var/log/wtmpx" (this is
8092           task for SysVinit %post).
8093
8094 1999-11-07 14:00 +0000 [r593]  kloczek <kloczek/at/pld-linux.org>
8095
8096         * rc.d/init.d/functions.network: - fixed BR#103 (s#==#=).
8097
8098 1999-11-06 00:25 +0000 [r591-592]  Artur Frysiak <wiget/at/pld-linux.org>
8099
8100         * sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
8101           sysconfig/network-scripts/tnldown,
8102           sysconfig/network-scripts/ifdown: - small fixes
8103
8104         * sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
8105           sysconfig/network-scripts/tnldown,
8106           sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network:
8107           - now realy handle ifup <dev>
8108
8109 1999-10-27 12:09 +0000 [r590]  Artur Frysiak <wiget/at/pld-linux.org>
8110
8111         * rc.d/init.d/functions: - fix nls() function
8112
8113 1999-10-27 05:46 +0000 [r588-589]  kloczek <kloczek/at/pld-linux.org>
8114
8115         * configure.in: - new bersion 0.1.1.
8116
8117         * rc.d/rc.sysinit: - more fixes for displaing messages on
8118           initializing raid devices.
8119
8120 1999-10-27 03:12 +0000 [r586-587]  kloczek <kloczek/at/pld-linux.org>
8121
8122         * rc-scripts.spec.in: - reorder in %files.
8123
8124         * rc.d/rc.sysinit: - started instead busy on staring initialize
8125           raid dev.
8126
8127 1999-10-27 02:26 +0000 [r585]  kloczek <kloczek/at/pld-linux.org>
8128
8129         * rc-scripts.spec.in: - added Requires: e2fsprogs > = 1.15.
8130
8131 1999-10-27 02:20 +0000 [r584]  kloczek <kloczek/at/pld-linux.org>
8132
8133         * rc.d/rc.sysinit: - added -C to fsck parameters (display progres
8134           bar), - added support for new raidtools 0.90 utilities on
8135           ininitialize raid devices.
8136
8137 1999-10-23 08:13 +0000 [r583]  Bartosz Waszak <waszi/at/pld-linux.org>
8138
8139         * rc.d/init.d/network: /etc/rc.d/init.d/functions.network ->
8140           /etc/sysconfig/network-scripts/.functions
8141
8142 1999-10-22 11:43 +0000 [r582]  kloczek <kloczek/at/pld-linux.org>
8143
8144         * rc.d/init.d/functions.network: - fix: check and get
8145           /etc/sysconfig/interfaces/ifcfg-$CONFIG instead
8146           /etc/sysconfig/interfaces/$CONFIG in source_config().
8147
8148 1999-10-17 09:34 +0000 [r581]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
8149
8150         * doc/polski.dsl (added), doc/sysconfig.docb (added), doc/make-html
8151           (added), doc/rc-scripts.docb (added): Przykład tworzenia
8152           pojedynczego reference entry z użyciem docbooka Właściwym plikiem
8153           jest sysconfig.docb
8154
8155 1999-10-14 15:59 +0000 [r580]  Artur Frysiak <wiget/at/pld-linux.org>
8156
8157         * rc-scripts.spec.in: - fixed permision to %%doc
8158
8159 1999-10-14 09:00 +0000 [r579]  Bartosz Waszak <waszi/at/pld-linux.org>
8160
8161         * rc.d/init.d/Makefile.am: - small fixes
8162
8163 1999-10-13 21:28 +0000 [r578]  kloczek <kloczek/at/pld-linux.org>
8164
8165         * sysconfig/network-scripts/ifdown,
8166           sysconfig/network-scripts/ifup-post,
8167           sysconfig/network-scripts/ifdown-post,
8168           sysconfig/network-scripts/ifup-sl,
8169           sysconfig/network-scripts/ifup-ppp,
8170           sysconfig/network-scripts/ifup-ipx, rc.d/init.d/Makefile.am,
8171           sysconfig/network-scripts/ifdown-sl,
8172           sysconfig/network-scripts/ifup-aliases,
8173           sysconfig/network-scripts/tnlup,
8174           sysconfig/network-scripts/ifdown-ppp,
8175           sysconfig/network-scripts/ifup, rc-scripts.spec.in,
8176           sysconfig/network-scripts/ifup-plip,
8177           sysconfig/network-scripts/tnldown: -
8178           /etc/rc.d/init.d//network.functions moved to
8179           /etc/sysconfig/network-scripts/.functions.
8180
8181 1999-10-13 17:35 +0000 [r577]  Jan Rękorajski <baggins/at/pld-linux.org>
8182
8183         * rc-scripts.spec.in: - added %config(noreplace) %verify(not size
8184           mtime md5) rc.local
8185
8186 1999-10-13 16:56 +0000 [r576]  Jan Rękorajski <baggins/at/pld-linux.org>
8187
8188         * rc-scripts.spec.in: - typo
8189
8190 1999-10-13 16:51 +0000 [r575]  Jan Rękorajski <baggins/at/pld-linux.org>
8191
8192         * rc.d/init.d/Makefile.am: - removed nfsfs and netfs
8193
8194 1999-10-13 16:37 +0000 [r574]  Jan Rękorajski <baggins/at/pld-linux.org>
8195
8196         * rc.d/rc.shutdown (added), rc.d/rc, rc.d/rc.sysinit,
8197           rc.d/Makefile.am: - merged halt,reboot and shutdwn into
8198           rc.shutdown - moved ldconfig to the end of system startup
8199
8200 1999-10-13 16:32 +0000 [r573]  Jan Rękorajski <baggins/at/pld-linux.org>
8201
8202         * configure.in: - 0.1.0
8203
8204 1999-10-13 16:18 +0000 [r572]  Jan Rękorajski <baggins/at/pld-linux.org>
8205
8206         * rc-scripts.spec.in: - removed use of chkconfig - make rc?.d/{S,K}
8207           links by hand
8208
8209 1999-10-13 16:11 +0000 [r571]  Jan Rękorajski <baggins/at/pld-linux.org>
8210
8211         * rc.d/init.d/single, rc.d/init.d/killall, rc.d/init.d/allowlogin,
8212           rc.d/init.d/halt (removed), rc.d/init.d/Makefile.am,
8213           rc.d/init.d/network, rc.d/init.d/reboot (removed),
8214           rc.d/init.d/shutdwn (removed), rc.d/init.d/random: - removed
8215           usage of chkconfig
8216
8217 1999-10-13 16:04 +0000 [r570]  Jan Rękorajski <baggins/at/pld-linux.org>
8218
8219         * rc.d/init.d/netfs (removed): - these should be from appropriate
8220           *mount packages (or NFS daemons)
8221
8222 1999-10-13 15:56 +0000 [r569]  Jan Rękorajski <baggins/at/pld-linux.org>
8223
8224         * rc.d/init.d/nfsfs (removed): - obsoleted by netfs
8225
8226 1999-10-13 09:06 +0000 [r568]  Bartosz Waszak <waszi/at/pld-linux.org>
8227
8228         * rc.d/rc.sysinit: - conf.modules -> modules.conf needed by new
8229           modutils
8230
8231 1999-10-12 14:09 +0000 [r567]  Jan Rękorajski <baggins/at/pld-linux.org>
8232
8233         * configure.in: - version 0.0.12 - halt, reboot and shutwdn merged
8234           into rc.shutdown - moved ldconfig at the end of rc system
8235
8236 1999-10-07 00:49 +0000 [r566]  kloczek <kloczek/at/pld-linux.org>
8237
8238         * doc/net-scripts.txt: - updated partialy documentation.
8239
8240 1999-10-06 16:52 +0000 [r565]  kloczek <kloczek/at/pld-linux.org>
8241
8242         * rc.d/init.d/network, sysconfig/network-scripts/ifdown-sl,
8243           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
8244           sysconfig/network-scripts/tnldown,
8245           sysconfig/network-scripts/ifdown,
8246           sysconfig/network-scripts/ifup-post, rc.d/rc,
8247           rc.d/init.d/functions.network, rc.d/rc.sysinit,
8248           sysconfig/network-scripts/ifup-sl, rc.d/init.d/allowlogin,
8249           rc.d/init.d/functions: - remove bashizm in using test ("="
8250           instead "==").
8251
8252 1999-09-28 16:17 +0000 [r562-564]  Jacek Konieczny <jajcus/at/pld-linux.org>
8253
8254         * sysconfig/network-scripts/ifup-ppp,
8255           sysconfig/network-scripts/ifup-ipx,
8256           sysconfig/network-scripts/ifdown-sl,
8257           sysconfig/network-scripts/ifup-aliases,
8258           sysconfig/network-scripts/ifdown-ppp,
8259           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
8260           sysconfig/network-scripts/ifup-post,
8261           sysconfig/network-scripts/ifdown-post: - support for getting
8262           interface configuration from LDAP
8263
8264         * rc.d/init.d/network: - support for loading interface
8265           configuration from LDAP
8266
8267         * rc.d/init.d/functions.network: - functions for getting interfaces
8268           and aliases lists from LDAP added - fixed getting interface info
8269           from LDAP
8270
8271 1999-09-28 14:43 +0000 [r560-561]  kloczek <kloczek/at/pld-linux.org>
8272
8273         * configure.in: - release version 0.0.11
8274
8275         * po/pl.po: - updated pl translation.
8276
8277 1999-09-28 14:24 +0000 [r558-559]  kloczek <kloczek/at/pld-linux.org>
8278
8279         * rc.d/rc: - fix: print "Entering" instead "Leaving" on entering in
8280           runlevel.
8281
8282         * rc.d/rc.sysinit: - busy() instead started() on bigining
8283           initialize RAID.
8284
8285 1999-09-28 14:04 +0000 [r556-557]  kloczek <kloczek/at/pld-linux.org>
8286
8287         * rc.d/rc.sysinit: - print 'fail' status on on failing initialize
8288           raid and 'done' on corect initialize raid.
8289
8290         * rc.d/init.d/functions.network: - fixes.
8291
8292 1999-09-28 13:17 +0000 [r555]  kloczek <kloczek/at/pld-linux.org>
8293
8294         * rc.d/init.d/shutdwn: - fix raid deintialization: deinitialize
8295           only active devices (removed also using grep in getting active md
8296           devices list).
8297
8298 1999-09-28 12:48 +0000 [r553-554]  kloczek <kloczek/at/pld-linux.org>
8299
8300         * rc.d/init.d/functions.network: - rearanged text.
8301
8302         * rc.d/init.d/functions.network: - fixed bug on checking is file
8303           with interface description exist, - removed getting dummy code
8304           $PARENTCONFIG (this afects net interfaces LDAP description).
8305
8306 1999-09-27 20:02 +0000 [r552]  Artur Frysiak <wiget/at/pld-linux.org>
8307
8308         * sysconfig/network-scripts/ifup: - arp on for eth by default
8309
8310 1999-09-27 18:31 +0000 [r551]  Artur Frysiak <wiget/at/pld-linux.org>
8311
8312         * rc.d/init.d/functions: - fixed typo
8313
8314 1999-09-27 16:03 +0000 [r550]  Artur Frysiak <wiget/at/pld-linux.org>
8315
8316         * configure.in: - version 0.0.10
8317
8318 1999-09-27 15:40 +0000 [r549]  Artur Frysiak <wiget/at/pld-linux.org>
8319
8320         * po/pl.po: - fixes
8321
8322 1999-09-27 15:31 +0000 [r547-548]  kloczek <kloczek/at/pld-linux.org>
8323
8324         * po/pl.po: - typo.
8325
8326         * po/pl.po: - more translations.
8327
8328 1999-09-27 15:14 +0000 [r545-546]  Artur Frysiak <wiget/at/pld-linux.org>
8329
8330         * po/pl.po: - sync
8331
8332         * rc.d/init.d/shutdwn, rc.d/rc.sysinit: - nls fixes
8333
8334 1999-09-27 15:00 +0000 [r544]  Artur Frysiak <wiget/at/pld-linux.org>
8335
8336         * po/pl.po: - small correction
8337
8338 1999-09-27 14:53 +0000 [r543]  kloczek <kloczek/at/pld-linux.org>
8339
8340         * po/pl.po: - fixed some typos, more translations.
8341
8342 1999-09-27 14:24 +0000 [r541-542]  Artur Frysiak <wiget/at/pld-linux.org>
8343
8344         * po/pl.po: - zmiana na formy bezosobowe - dodanie kilku nowych
8345           tłumaczeń
8346
8347         * rc.d/rc.sysinit: - nls fixes
8348
8349 1999-09-27 10:02 +0000 [r534-540]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8350
8351         * sysconfig/network: - cleanups
8352
8353         * sysconfig/network-scripts/tnlup,
8354           sysconfig/network-scripts/tnldown: - nopmtudisc isn't specified
8355           by default - cleanups
8356
8357         * sysconfig/network-scripts/ifup: - checking for interface via
8358           MULTICAST setting instead of ARP setting - we are using
8359           ,,onlink'' option for tunnels
8360
8361         * rc.d/init.d/network: - more /proc/sys/net support (it can be
8362           buggy !!! testers needed) - fixed status reporting
8363
8364         * rc.d/init.d/functions: - termput cleanups - removed unnecesary
8365           pid of process checking - returns ,,died'' instead ,,failed'' in
8366           some cases - fixed nls()
8367
8368         * rc.d/init.d/allowlogin: - cleanups
8369
8370         * rc.d/init.d/functions.network: - fixed setup_nat() when
8371           /etc/sysconfig/static-nat doesn't exist - flushing instead
8372           deleting routing and addresses when down lo interface
8373
8374 1999-09-26 14:56 +0000 [r533]  Jacek Konieczny <jajcus/at/pld-linux.org>
8375
8376         * sysconfig/network, rc.d/init.d/functions.network: - first step to
8377           keeping interface information in LDAP
8378
8379 1999-09-15 21:43 +0000 [r532]  Artur Frysiak <wiget/at/pld-linux.org>
8380
8381         * rc-scripts.spec.in: - fixed typos
8382
8383 1999-09-15 21:20 +0000 [r528-531]  Artur Frysiak <wiget/at/pld-linux.org>
8384
8385         * rc.d/init.d/allowlogin, rc.d/init.d/functions, rc.d/rc,
8386           po/.cvsignore, rc.d/rc.sysinit: - fixed nls messages - ignore
8387           autogenerated files
8388
8389         * po/rc-scripts.pot (removed): - removed autogenerated file
8390
8391         * configure.in: - added list of shell scripts
8392
8393         * makepot.pl (added): - helper scripts: extract messages from
8394           scripts and make pot file
8395
8396 1999-09-15 21:12 +0000 [r527]  Artur Frysiak <wiget/at/pld-linux.org>
8397
8398         * po/pl.po, po/Makefile.am: - fixed `make rc-scripts.pot` - updated
8399           polish translation
8400
8401 1999-09-15 10:35 +0000 [r526]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8402
8403         * rc.d/init.d/network: - errors from interfaces and tunnel checking
8404           > /dev/null
8405
8406 1999-09-15 10:22 +0000 [r525]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8407
8408         * doc/Makefile.am: - removed ipchains-setup.txt
8409
8410 1999-09-15 10:16 +0000 [r522-524]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8411
8412         * sysconfig/network-scripts/ifup: - we are adding fe80::IPv4
8413           addresses to sit interfaces _only_
8414
8415         * sysconfig/interfaces/tnlcfg-description: - added information
8416           about using tnlcfg-xxx instead of ifcfg-xxx
8417
8418         * po/pl.po: - fixed typo
8419
8420 1999-09-13 13:37 +0000 [r521]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8421
8422         * rc.d/rc: - added test if /var/run is writable to avoid errors if
8423           it is read-only
8424
8425 1999-09-13 13:29 +0000 [r516-520]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8426
8427         * sysconfig/i18n: - added missing cvs keyword
8428
8429         * doc/ipchains-setup.txt (removed): - removed obsolete
8430           documentation
8431
8432         * sysconfig/network-scripts/ifup,
8433           sysconfig/interfaces/ifcfg-description: - another support for
8434           IPv4 aliases via IPADDR_ALIASES variable
8435
8436         * sysconfig/network-scripts/tnlup,
8437           sysconfig/network-scripts/tnldown: - another way to set TTL or
8438           TOS to avoid 'inherit' value - cleanups in var names
8439
8440         * rc.d/init.d/network: - fixed status reporting
8441
8442 1999-09-04 19:49 +0000 [r513-515]  Bartosz Waszak <waszi/at/pld-linux.org>
8443
8444         * rc.d/init.d/shutdwn: umount -a fixed
8445
8446         * rc.d/rc.sysinit: now is rootfs on NFS compatible
8447
8448         * rc.d/Makefile.am: small fixes
8449
8450 1999-09-03 07:54 +0000 [r512]  Artur Frysiak <wiget/at/pld-linux.org>
8451
8452         * rc.d/init.d/shutdwn: posible fix for umounting /usr
8453
8454 1999-09-03 07:42 +0000 [r511]  Artur Frysiak <wiget/at/pld-linux.org>
8455
8456         * rc.d/init.d/functions: fix in termput()
8457
8458 1999-09-03 07:24 +0000 [r510]  Artur Frysiak <wiget/at/pld-linux.org>
8459
8460         * rc.d/init.d/functions: termput() check for /usr/share/terminfo
8461           and tput everytime
8462
8463 1999-09-02 12:42 +0000 [r509]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8464
8465         * rc.d/rc.init (added): - added proper rc.init version
8466
8467 1999-09-02 12:38 +0000 [r508]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8468
8469         * autogen.sh, NEWS, README, rc.d/initscript (removed),
8470           rc.d/Makefile.am, TODO, rc-scripts.spec.in: - updated
8471
8472 1999-09-02 12:38 +0000 [r507]  Artur Frysiak <wiget/at/pld-linux.org>
8473
8474         * rc.d/rc.init (removed): removed
8475
8476 1999-09-02 12:30 +0000 [r502-506]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8477
8478         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
8479           - another way do check if IPv4/6 is specified on interface -
8480           fixed few typo
8481
8482         * rc.d/init.d/Makefile.am, rc.d/init.d/ipchains (removed),
8483           rc.d/init.d/functions.network, rc.d/init.d/functions: - added
8484           function to setup NAT rules - modprobing ipv6.o is now done in
8485           autoclean mode - removed ipchains (this script should be in
8486           ipchains package) - better errors handling in run_cmd()
8487
8488         * sysconfig/network-scripts/tnlup: - modprobe modules in autoclean
8489           mode and report errors via syslog - added check for
8490           /lib/modules/`uname -r`/*/module_name.o
8491
8492         * sysconfig/network-scripts/ifup-sl: -load slip.o module if
8493           available (in autoclean mode)
8494
8495         * rc.d/init.d/network: - SIT tunnels are upped at the end
8496
8497 1999-09-02 12:16 +0000 [r498-501]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8498
8499         * rc.d/rc.sysinit: - logging errors from depmod and modprobe via
8500           syslog
8501
8502         * rc.d/rc.init (added): - renamed initscript to rc.init
8503
8504         * doc/ipcalc.1: - fixed typos
8505
8506         * src/usernetctl.c, src/ipcalc.c, src/usleep.c, src/process.c,
8507           src/netreport.c, src/initlog.c: - added casts to proper types and
8508           started NLSing
8509
8510 1999-08-31 23:51 +0000 [r497]  Artur Frysiak <wiget/at/pld-linux.org>
8511
8512         * rc.d/init.d/network: - load /etc/ethers after interface ups.
8513
8514 1999-08-31 23:30 +0000 [r496]  Artur Frysiak <wiget/at/pld-linux.org>
8515
8516         * rc-scripts.spec.in: - fix in make symlinks to rc.local
8517
8518 1999-08-31 23:12 +0000 [r495]  Artur Frysiak <wiget/at/pld-linux.org>
8519
8520         * rc.d/rc, rc.d/init.d/functions.network, rc.d/rc.sysinit,
8521           rc.d/init.d/functions, configure.in, rc-scripts.spec.in: -
8522           version up to 0.0.9 - added printf_() equwalent to bash built-in
8523           printf() or /usr/bin/printf - changed nls() to work like printf -
8524           tput() -> termput() - changed all show bla bla; to show "bla
8525           bla"; - added symlinks to /etc/rc.d/rc.local
8526
8527 1999-08-31 13:59 +0000 [r494]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8528
8529         * rc.d/rc.sysinit: - fixed quotacheck calls
8530
8531 1999-08-26 11:05 +0000 [r493]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8532
8533         * TODO: - interfejs sit0 musi być podnoszony na samym końcu
8534
8535 1999-08-25 14:15 +0000 [r492]  mikrobi <mikrobi/at/pld-linux.org>
8536
8537         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
8538           - added DEFAULTHANDLING variable (mainly for ATM startup scripts)
8539
8540 1999-08-20 13:39 +0000 [r490-491]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8541
8542         * rc.d/init.d/functions.network: added two nls calls
8543
8544         * rc.d/init.d/functions.network: - ipv6 addresses arn't deleted
8545           when lo device is downing (some people doesn't use IPv6, yet)
8546
8547 1999-08-18 13:28 +0000 [r489]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8548
8549         * rc.d/rc.sysinit: fixed raid starting
8550
8551 1999-08-16 09:38 +0000 [r488]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8552
8553         * TODO, rc-scripts.spec.in, rc.d/init.d/killall: killall is now
8554           chkconfig ready. updated TODO list.
8555
8556 1999-08-14 13:18 +0000 [r485-487]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8557
8558         * sysconfig/network-scripts/ifup-sl: removed unnecesary check (via
8559           fuser)
8560
8561         * rc.d/init.d/network: removed [ -f /etc/sysconfig/interfaces/$i ]
8562           tests
8563
8564         * sysconfig/network-scripts/ifup-sl: typo
8565
8566 1999-08-14 12:57 +0000 [r484]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8567
8568         * sysconfig/network-scripts/ifup-sl: increased sleep value after
8569           starting slattach to 2 seconds
8570
8571 1999-08-14 12:39 +0000 [r483]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8572
8573         * rc.d/rc.sysinit: "quotaon /" removed. quota is turned on later by
8574           quotaon -a
8575
8576 1999-08-14 12:01 +0000 [r482]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8577
8578         * sysconfig/network-scripts/tnlup, rc.d/init.d/functions.network:
8579           modprobing ipip ip_gre modules moved temporary to tnlup
8580
8581 1999-08-14 11:56 +0000 [r481]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8582
8583         * rc-scripts.spec.in: interfaces file names must starting from
8584           "ifcfg-"
8585
8586 1999-08-14 11:41 +0000 [r479-480]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8587
8588         * sysconfig/network-scripts/ifup-sl: fixed DIRECT_CONNECT mode (ie.
8589           for using slattach)
8590
8591         * sysconfig/network-scripts/ifup-post: now $FULLDEVNAME is passed
8592           to ifup-routes (fixed problem with duplicate routes)
8593
8594 1999-08-14 11:25 +0000 [r478]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8595
8596         * sysconfig/network-scripts/ifup-aliases: changed path to ifup (now
8597           it's /sbin/ifup)
8598
8599 1999-08-14 11:01 +0000 [r477]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8600
8601         * rc.d/init.d/functions: - \b\b\b\b... characters also are NLSed
8602           (this is needed when translating "DONE", "BUSY" etc.
8603
8604 1999-08-14 10:56 +0000 [r476]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8605
8606         * sysconfig/system, rc.d/rc.sysinit: added new variable SET_SLINKS.
8607           If it set to "yes" then rc.sysinit is setting symlinks in /boot
8608           dependent on kernel version.
8609
8610 1999-08-14 10:53 +0000 [r474-475]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8611
8612         * rc-scripts.spec.in: typo in locale path
8613
8614         * sysconfig/network-scripts/ifup: we are adding IPv4 based
8615           link-local addresses, too.
8616
8617 1999-08-12 09:54 +0000 [r473]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8618
8619         * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases: -
8620           aliasing are upped via ifup-aliases after main device is up
8621
8622 1999-08-09 21:05 +0000 [r472]  Artur Frysiak <wiget/at/pld-linux.org>
8623
8624         * rc.d/init.d/functions, rc.d/rc: - changed ptintf to awk
8625
8626 1999-08-09 20:44 +0000 [r470-471]  Artur Frysiak <wiget/at/pld-linux.org>
8627
8628         * rc-scripts.spec.in: - added Requires: /bin/gettext
8629
8630         * rc.d/init.d/shutdwn: - fix remount to ro
8631
8632 1999-08-09 20:20 +0000 [r468-469]  kloczek <kloczek/at/pld-linux.org>
8633
8634         * sysconfig/Makefile.am: - removed ipchans and addes i18n to
8635           syscinfig files.
8636
8637         * sysconfig/ipchains (removed): - not neccessary (ip chaninc is
8638           handled by firewal-init scripts package).
8639
8640 1999-08-09 20:00 +0000 [r467]  Artur Frysiak <wiget/at/pld-linux.org>
8641
8642         * rc.d/init.d/functions, configure.in: - more locale strings - fix
8643           locale support in configure.in
8644
8645 1999-08-09 19:58 +0000 [r466]  kloczek <kloczek/at/pld-linux.org>
8646
8647         * rc-scripts.spec.in: - added /etc/sysconfig/i18n as a %config
8648           file.
8649
8650 1999-08-09 19:44 +0000 [r465]  kloczek <kloczek/at/pld-linux.org>
8651
8652         * configure.in: - release 0.0.8.
8653
8654 1999-08-07 10:16 +0000 [r464]  Artur Frysiak <wiget/at/pld-linux.org>
8655
8656         * sysconfig/interfaces/Makefile.am, rc.d/init.d/functions,
8657           configure.in, po/Makefile.am (added), rc-scripts.spec.in,
8658           po/rc-scripts.pot, Makefile.am, rc.d/init.d/ipchains,
8659           rc.d/init.d/functions.network: - expr -> $(( )) - wstęp
8660           automake/autoconf do locale
8661
8662 1999-08-06 13:06 +0000 [r463]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8663
8664         * rc.d/init.d/functions.network: fixed bug with math
8665
8666 1999-08-06 13:02 +0000 [r462]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8667
8668         * rc.d/init.d/functions.network: added return 0 to proc_net()
8669           function
8670
8671 1999-08-06 10:25 +0000 [r461]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8672
8673         * rc.d/init.d/network: removed last change
8674
8675 1999-08-04 16:59 +0000 [r460]  Jan Rękorajski <baggins/at/pld-linux.org>
8676
8677         * rc.d/init.d/network: A BUG has been fixed! jak używacie zmiennych
8678           shella misiowie to tam _musi_ być $ na początku!
8679
8680 1999-08-02 14:51 +0000 [r459]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8681
8682         * rc.d/initscript (added): moved here from SysVinit package
8683
8684 1999-08-02 13:04 +0000 [r458]  kloczek <kloczek/at/pld-linux.org>
8685
8686         * setsysfont: - reformated.
8687
8688 1999-08-02 12:04 +0000 [r457]  kloczek <kloczek/at/pld-linux.org>
8689
8690         * rc.d/rc.sysinit: - changed group to utmp on utmpx (to be
8691           compliant with RH).
8692
8693 1999-08-02 10:08 +0000 [r456]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8694
8695         * sysconfig/network-scripts/ifup,
8696           sysconfig/network-scripts/ifup-post,
8697           rc.d/init.d/functions.network, rc.d/rc.sysinit, README: -
8698           poprawiony błąd "Delaying xxxx initialization." mimo poprawnej
8699           konfiguracji - tworzone są poprawne linki do
8700           /boot/System.map-version
8701
8702 1999-08-01 19:26 +0000 [r455]  kloczek <kloczek/at/pld-linux.org>
8703
8704         * po/.cvsignore (added): - shut files.
8705
8706 1999-07-31 11:26 +0000 [r453-454]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8707
8708         * po/pl.po (added), po/rc-scripts.pot (added), po (added): - pot +
8709           pl tłumaczenie
8710
8711         * rc.d/init.d/ipchains, autogen.sh, NEWS, ppp/ip-down.d/logger,
8712           sysconfig/interfaces/ifcfg-lo (removed), setsysfont,
8713           rc.d/init.d/allowlogin, sysconfig/i18n (added),
8714           sysconfig/network-scripts/ifup, configure.in,
8715           sysconfig/network-scripts/ifup-plip, rc.d/init.d/nfsfs,
8716           ppp/ip-up.d/logger, rc.d/rc.sysinit, doc-devel (removed),
8717           sysconfig/ipchains, TODO, rc.d/init.d/shutdwn,
8718           sysconfig/network-scripts/ifup-post,
8719           sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network,
8720           rc.d/init.d/functions, sysconfig/network-scripts/tnlup, AUTHORS,
8721           rc-scripts.spec.in, sysconfig/system, rc.d/rc, rc.d/init.d/netfs,
8722           inittab, rc.d/init.d/random, rc.d/init.d/single,
8723           sysconfig/network, rc.d/init.d/killall,
8724           sysconfig/network-scripts/ifup-sl, rc.d/init.d/halt,
8725           rc.d/init.d/network, rc.d/init.d/reboot, INSTALL,
8726           sysconfig/network-scripts/tnldown, COPYING: - dodana obsługa
8727           statycznej tablicy ARP - interfejs lo nie wymaga pliku
8728           konfiguracyjnego - dodane wsparcie dla innych języków niż
8729           angielski (NLS) - rc.sysinit && rc ustawia odpowiednie zmienne
8730           potrzebne do obsługi NLS - ustawianie fontów, map już w skryptcie
8731           setsysfont - ifup && ifdown: wreszcie poprawnie działają dla
8732           interfejsów IPv6 only - dla deinicjowania sieci interfejsy
8733           sortujemy w porządku odwróconym - wykorzystujemy _wyłącznie_
8734           iproute2 (zmodyfikowane wszelkie odwołania do ifconfig lub route)
8735           - usunięte Requires: net-tools - dodane label ${FULLDEVNAME} przy
8736           deinicjowaniu interfejsów - usunięty baggins z AUTHORS - dodane
8737           COPYING (GPL) oraz standardowy plik INSTALL - dodana możliwość
8738           obsługi tłumaczeń DONE, BUSY itp o dlugości różnej od 4 liter
8739
8740 1999-07-29 15:09 +0000 [r452]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
8741
8742         * TODO: Zrobione. (to z ipv6)
8743
8744 1999-07-29 13:59 +0000 [r451]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8745
8746         * sysconfig/network-scripts/tnlup, TODO,
8747           sysconfig/network-scripts/tnldown: now running tnlup/tnldown
8748           tunel is possible
8749
8750 1999-07-27 23:47 +0000 [r450]  kloczek <kloczek/at/pld-linux.org>
8751
8752         * rc-scripts.spec.in: - added pasiing LDFLAGS="-s" to ./configure
8753           enviroment (cause stripping binaries).
8754
8755 1999-07-27 12:51 +0000 [r449]  kloczek <kloczek/at/pld-linux.org>
8756
8757         * TODO: - dodać możliwość ustawiania statycznej tablicy arp (patrz:
8758           man ethers arp opcja -f). Najpawdopodobniej najlepszym miescem
8759           będzie punkt mię podnoszeniem lo a nastepnych interfejsów.
8760
8761 1999-07-27 12:24 +0000 [r448]  kloczek <kloczek/at/pld-linux.org>
8762
8763         * configure.in: - version up to 0.0.7.
8764
8765 1999-07-27 11:50 +0000 [r447]  kloczek <kloczek/at/pld-linux.org>
8766
8767         * rc.d/rc.sysinit: - use raidadd instead raidstart during
8768           initialization RAID deveces, - added raidrun for activate md
8769           devices.
8770
8771 1999-07-27 06:32 +0000 [r446]  Artur Frysiak <wiget/at/pld-linux.org>
8772
8773         * TODO: - rc.sysvinit działa z e2fsprogs 1.15 (testowane z LABEL=,
8774           do przetestowania UUID=)
8775
8776 1999-07-27 03:44 +0000 [r445]  kloczek <kloczek/at/pld-linux.org>
8777
8778         * TODO: - o ile to możliwe usunąć używanie awk i sed zastępować
8779           użyewaniem sh lub przynajmeniej zastępować awka sedem
8780
8781 1999-07-27 03:35 +0000 [r444]  kloczek <kloczek/at/pld-linux.org>
8782
8783         * rc-scripts.spec.in: - added allowlogin to inet.d scripts, - fixed
8784           typo in post, - cosmetics,
8785
8786 1999-07-27 03:25 +0000 [r443]  kloczek <kloczek/at/pld-linux.org>
8787
8788         * rc.d/init.d/Makefile.am: - added allowlogin to init_SCRIPTS.
8789
8790 1999-07-27 03:11 +0000 [r442]  kloczek <kloczek/at/pld-linux.org>
8791
8792         * sysconfig/network-scripts/Makefile.am: - added ifdown-post to
8793           networkscripts_SCRIPTS.
8794
8795 1999-07-27 02:51 +0000 [r441]  kloczek <kloczek/at/pld-linux.org>
8796
8797         * ppp/ip-down, ppp/ip-up: - chnegd "#!/bin/bash" to "#!/bin/sh".
8798
8799 1999-07-22 21:53 +0000 [r440]  Artur Frysiak <wiget/at/pld-linux.org>
8800
8801         * TODO: e2progs 1.15
8802
8803 1999-07-22 21:51 +0000 [r439]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
8804
8805         * sysconfig/network-scripts/ifup: Maly hack zeby dzialaly iface
8806           tylko na ipv6. Pomijane jest wyliczanie natmaski/prefixu jak
8807           adres ipv4 nie jest zdefiniowany.
8808
8809 1999-07-22 15:13 +0000 [r438]  kloczek <kloczek/at/pld-linux.org>
8810
8811         * configure.in: - version to 0.0.6.
8812
8813 1999-07-22 11:11 +0000 [r437]  Artur Frysiak <wiget/at/pld-linux.org>
8814
8815         * rc-scripts.spec.in, sysconfig/interfaces/Makefile.am: cleanup for
8816           release
8817
8818 1999-07-22 10:44 +0000 [r436]  Artur Frysiak <wiget/at/pld-linux.org>
8819
8820         * TODO: uwaga do tnlup
8821
8822 1999-07-22 10:40 +0000 [r435]  Artur Frysiak <wiget/at/pld-linux.org>
8823
8824         * TODO (added): TODO list
8825
8826 1999-07-22 10:23 +0000 [r434]  Artur Frysiak <wiget/at/pld-linux.org>
8827
8828         * sysconfig/interfaces/ifcfg-description (added),
8829           sysconfig/interfaces/tnlcfg-icm,
8830           sysconfig/interfaces/ifcfg-eth0.wiget (removed),
8831           sysconfig/interfaces/tnlcfg-description (added): cleanup
8832
8833 1999-07-22 10:19 +0000 [r433]  Artur Frysiak <wiget/at/pld-linux.org>
8834
8835         * sysconfig/interfaces/ifcfg-lo: - added IPV6_ADDR - fixed PREFIX
8836
8837 1999-07-22 09:09 +0000 [r432]  Artur Frysiak <wiget/at/pld-linux.org>
8838
8839         * rc-scripts.spec.in: - cleanup
8840
8841 1999-07-22 08:46 +0000 [r431]  Artur Frysiak <wiget/at/pld-linux.org>
8842
8843         * rc.d/init.d/shutdwn: typo
8844
8845 1999-07-21 14:30 +0000 [r430]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
8846
8847         * rc.d/init.d/network: Expresion with /usr/bin/cut replaced by one
8848           with sed ;-) now rc-scripts only need /bin to work properly.
8849
8850 1999-07-21 13:52 +0000 [r429]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8851
8852         * rc.d/init.d/functions-ip6 (removed): obsoletes
8853
8854 1999-07-20 09:03 +0000 [r428]  Artur Frysiak <wiget/at/pld-linux.org>
8855
8856         * rc-scripts.spec.in: rc.serial moved to setserial
8857
8858 1999-07-15 13:43 +0000 [r427]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8859
8860         * rc.d/init.d/functions: - added >/dev/null 2>&1 to kill
8861
8862 1999-07-15 13:29 +0000 [r426]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8863
8864         * rc.d/init.d/functions.network, rc.d/rc.sysinit,
8865           rc.d/init.d/functions, rc.d/init.d/network: - we are using better
8866           pidofproc() from RH initscripts - removed unnecesary check in
8867           rc.sysinit - removed all obsolete functions from
8868           functions.network - finished proc_net() function (interface to
8869           /proc/sys/net)
8870
8871 1999-07-15 13:16 +0000 [r425]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8872
8873         * rc-scripts.spec.in: requires: /bin/awk
8874
8875 1999-07-14 17:49 +0000 [r424]  kloczek <kloczek/at/pld-linux.org>
8876
8877         * rc.d/rc.serial (removed): - moved to setserial.
8878
8879 1999-07-14 17:16 +0000 [r423]  kloczek <kloczek/at/pld-linux.org>
8880
8881         * rc.d/Makefile.am: - removed rc.derial.
8882
8883 1999-07-13 13:27 +0000 [r422]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8884
8885         * AUTHORS: authors - based on ChangeLog
8886
8887 1999-07-13 12:52 +0000 [r421]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8888
8889         * rc.d/init.d/functions, rc.d/rc.sysinit: - /proc is mounted before
8890           starting fsck (needed for working LABEL support is fsck) - fixed
8891           bug in show()
8892
8893 1999-07-13 12:49 +0000 [r420]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8894
8895         * sysconfig/network-scripts/ifup-sl,
8896           sysconfig/interfaces/data/chat-ppp0.tpsa,
8897           sysconfig/network-scripts/ifup-aliases,
8898           sysconfig/network-scripts/ifdown-ppp, INSTALL,
8899           sysconfig/network-scripts/tnldown, rc.d/rc.serial,
8900           sysconfig/interfaces/tnlcfg-icm, NEWS,
8901           sysconfig/interfaces/ifcfg-lo, doc/sysvinitfiles, setsysfont,
8902           sysconfig/interfaces/ifcfg-eth0.wiget,
8903           sysconfig/network-scripts/ifup, doc/sysconfig.txt,
8904           sysconfig/network-scripts/ifup-plip,
8905           sysconfig/interfaces/data/chat-ppp0.callback, ppp/ip-up,
8906           sysconfig/network-scripts/ifdown-post, rc.d/rc.sysinit, README,
8907           lang.csh, doc-devel/ogolnie, doc/net-scripts.txt,
8908           sysconfig/interfaces/ifcfg-sl0,
8909           sysconfig/network-scripts/ifup-routes,
8910           sysconfig/network-scripts/ifup-post,
8911           sysconfig/network-scripts/ifdown, Makefile.am,
8912           sysconfig/interfaces/data/chat-ppp0.leased1,
8913           rc.d/init.d/functions.network, ppp/ip-down,
8914           sysconfig/interfaces/ifcfg-ppp0.callback, doc/ipchains-setup.txt,
8915           sysconfig/network-scripts/ifup-ppp, rc.d/rc.local,
8916           sysconfig/network-scripts/ifup-ipx, rc.d/init.d/functions,
8917           sysconfig/network-scripts/ifdown-sl,
8918           sysconfig/network-scripts/tnlup, AUTHORS, rc-scripts.spec.in,
8919           rc.d/rc, inittab, lang.sh,
8920           sysconfig/interfaces/ifcfg-ppp0.leased1,
8921           sysconfig/interfaces/ifcfg-ppp0.leased2: massive :$
8922
8923 1999-07-05 10:27 +0000 [r419]  Artur Frysiak <wiget/at/pld-linux.org>
8924
8925         * rc-scripts.spec.in: Requires: procps
8926
8927 1999-07-05 10:23 +0000 [r418]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8928
8929         * rc.d/init.d/functions: we are using printf from sh-utils package
8930           instead of cut
8931
8932 1999-07-05 09:12 +0000 [r417]  Artur Frysiak <wiget/at/pld-linux.org>
8933
8934         * configure.in, rc-scripts.spec.in: - network-scripts moved to
8935           /etc/sysconfig
8936
8937 1999-07-05 08:47 +0000 [r415-416]  Artur Frysiak <wiget/at/pld-linux.org>
8938
8939         * rc-scripts.spec.in: Requires: net-tools, iproute2
8940
8941         * rc-scripts.spec.in: Requires: sed
8942
8943 1999-07-05 08:39 +0000 [r414]  Artur Frysiak <wiget/at/pld-linux.org>
8944
8945         * configure.in, rc-scripts.spec.in,
8946           sysconfig/network-scripts/Makefile.am: - skrypty sieciowe w
8947           network-scripts - ipchains poniechane (jak ktoś chce to niech
8948           wsadzi w oddzielny moduł) - net-scripts i rc-scripts połączone w
8949           rc-scripts
8950
8951 1999-07-05 08:08 +0000 [r413]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8952
8953         * rc.d/rc, rc.d/init.d/functions, sysconfig/network-scripts/ifup: -
8954           przesunięte inormacje `ok`, `busy` itp w nieco w prawo (więcej
8955           miejsca na komunikaty) - dodajemy takze routing IPv6 na okreslone
8956           interfejsy
8957
8958 1999-07-03 15:09 +0000 [r410-412]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8959
8960         * sysconfig/network-scripts/ChangeLog (removed): i po tescie
8961
8962         * sysconfig/network-scripts/ifup: ip used to sed MAC address
8963
8964         * sysconfig/network-scripts/ChangeLog (added): test
8965
8966 1999-07-02 13:21 +0000 [r409]  Artur Frysiak <wiget/at/pld-linux.org>
8967
8968         * rc-scripts.spec.in: more Requires
8969
8970 1999-07-02 11:49 +0000 [r408]  Artur Frysiak <wiget/at/pld-linux.org>
8971
8972         * rc-scripts.spec.in: more Requires
8973
8974 1999-07-02 11:31 +0000 [r407]  Artur Frysiak <wiget/at/pld-linux.org>
8975
8976         * src/Makefile.am, rc-scripts.spec.in: added missing files
8977
8978 1999-07-02 11:14 +0000 [r404-406]  Artur Frysiak <wiget/at/pld-linux.org>
8979
8980         * doc/ipcalc.1: from src
8981
8982         * doc/Makefile.am: added initlog.1
8983
8984         * src/usernetctl.1 (removed), src/Makefile.am, src/ipcalc.1
8985           (removed), src/usleep.1 (removed), src/netreport.1 (removed),
8986           src/initlog.1 (removed), src/doexec.1 (removed): manuals in doc
8987
8988 1999-07-02 09:32 +0000 [r402-403]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
8989
8990         * rc.d/init.d/Makefile.am, sysconfig/network-scripts/ifup: -
8991           ARPable by default
8992
8993         * rc.d/init.d/allowlogin (added), rc.d/init.d/network-ip6.init
8994           (removed), rc.d/init.d/network, sysconfig/network-scripts/tnlup,
8995           sysconfig/network-scripts/ifup,
8996           sysconfig/network-scripts/ifup-plip,
8997           sysconfig/network-scripts/tnldown, sysconfig/network-ip6
8998           (removed), rc.d/rc, rc.d/rc.sysinit, sysconfig/network,
8999           sysconfig/network-ip6.conf (removed), doc-devel/ogolnie,
9000           sysconfig/interfaces/ifcfg-eth0.wiget: - obsługa multicast, arp,
9001           src - poprawka w "Delay Login" - poprawki w template
9002           ifcfg-eth0.wiget - tnlup && tnldown uwzględniają konfigurację w
9003           network - ustawianie defaulowo PROTOCOL=
9004
9005 1999-07-01 21:10 +0000 [r401]  Artur Frysiak <wiget/at/pld-linux.org>
9006
9007         * sysconfig/interfaces/Makefile.am, configure.in,
9008           rc-scripts.spec.in, sysconfig/interfaces/data/Makefile.am: now
9009           rc-scripts compile, install and make rpm correct
9010
9011 1999-07-01 14:37 +0000 [r400]  Artur Frysiak <wiget/at/pld-linux.org>
9012
9013         * sysconfig/interfaces/data/.cvsignore (added),
9014           sysconfig/interfaces/.cvsignore (added): ignore autogenerated
9015
9016 1999-06-29 16:38 +0000 [r399]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9017
9018         * sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network,
9019           rc.d/init.d/functions, rc.d/init.d/network,
9020           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup:
9021           - poprawki w calcnetmask - net-tools (prawie) > /dev/null.
9022           Używamy iproute - poprawki w obsłudze aliasów (nie testowałem ale
9023           powinno być możliwe używanie aliasów typu eth0:PLD_JEST_SUPER)
9024
9025 1999-06-28 20:05 +0000 [r397-398]  kloczek <kloczek/at/pld-linux.org>
9026
9027         * sysconfig/interfaces/Makefile.am (added),
9028           sysconfig/interfaces/data/Makefile.am (added): - template
9029           Makefile.am.
9030
9031         * configure.in: - added missing "\".
9032
9033 1999-06-28 15:39 +0000 [r395-396]  Artur Frysiak <wiget/at/pld-linux.org>
9034
9035         * src/Makefile (removed): Autogenerated
9036
9037         * Makefile.am, sysconfig/network-scripts/Makefile.am,
9038           sysconfig/Makefile.am, rc.d/init.d/Makefile.am, src/Makefile,
9039           configure.in, rc-scripts.spec.in: first try to sync Makefile.am
9040
9041 1999-06-28 14:30 +0000 [r394]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9042
9043         * sysconfig/interfaces/data (added),
9044           sysconfig/interfaces/data/chat-ppp0.tpsa (added),
9045           sysconfig/network-scripts/chat-ppp0.tpsa (removed),
9046           sysconfig/interfaces/data/chat-ppp0.callback (added),
9047           sysconfig/interfaces/data/chat-ppp0.leased1 (added),
9048           sysconfig/network-scripts/chat-ppp0.callback (removed),
9049           sysconfig/network-scripts/chat-ppp0.leased1 (removed): moved
9050           chat*
9051
9052 1999-06-28 13:12 +0000 [r393]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9053
9054         * sysconfig/network-scripts/tnlup: wszędzie ${}
9055
9056 1999-06-28 13:07 +0000 [r392]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9057
9058         * rc.d/init.d/functions.network, sysconfig/static-nat (added),
9059           sysconfig/network-scripts/ifup-tnl (removed),
9060           rc.d/init.d/tunnels-ip6.init (removed), src/ipcalc.c,
9061           sysconfig/network-scripts/ifdown-tnl (removed),
9062           rc.d/init.d/network, sysconfig/network-scripts/ifup-routes,
9063           sysconfig/network-scripts/tnlup (added),
9064           sysconfig/network-scripts/ifup,
9065           sysconfig/network-scripts/ifdhcpc-done (removed),
9066           doc/sysconfig.txt, sysconfig/network-scripts/tnldown (added): -
9067           zmiana syntaxy dla routingu statycznego - if{up,down}-tnl ->
9068           tnl{up,down} - poprawki dotyczące PREFIX - tunnels-ip6.init,
9069           ifdhcpc-done - zbędne (zastąpione przez inne narzędzia)
9070
9071 1999-06-27 18:48 +0000 [r391]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9072
9073         * rc.d/init.d/functions.network: Added function to calculate
9074           netmask from prefix
9075
9076 1999-06-27 18:26 +0000 [r390]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9077
9078         * doc-devel/ogolnie: removed 2 config files
9079
9080 1999-06-27 18:14 +0000 [r388-389]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9081
9082         * rc.d/init.d/network: tunnels
9083
9084         * sysconfig/interfaces/ifcfg-lo, doc/net-scripts.txt,
9085           sysconfig/interfaces/ifcfg-ppp0.leased1,
9086           sysconfig/interfaces/ifcfg-ppp0.leased2,
9087           sysconfig/interfaces/ifcfg-eth0.wiget,
9088           sysconfig/network-scripts/ifup,
9089           sysconfig/network-scripts/ifup-plip: NETMASK= is obsoletes
9090           (instead we use PREFIX=)
9091
9092 1999-06-27 17:34 +0000 [r387]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9093
9094         * src/ipcalc.1, src/ipcalc.c: PREFIX instead NETMASK in --prefix
9095           option
9096
9097 1999-06-27 17:25 +0000 [r384-386]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9098
9099         * rc.d/init.d/functions.network: poprawki
9100
9101         * rc.d/init.d/functions.network: poprawki
9102
9103         * rc.d/init.d/functions.network: poprawki
9104
9105 1999-06-27 17:11 +0000 [r383]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9106
9107         * rc.d/init.d/functions.network: typo
9108
9109 1999-06-27 17:00 +0000 [r382]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9110
9111         * rc.d/init.d/functions.network: Added function for calulating
9112           network prefix.
9113
9114 1999-06-27 16:06 +0000 [r381]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9115
9116         * sysconfig/network-scripts/ifup: small poprawken
9117
9118 1999-06-27 15:30 +0000 [r380]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9119
9120         * src/ipcalc.c, src/ipcalc.1: - added support for short netmask
9121           style (/24 etc)
9122
9123 1999-06-27 14:42 +0000 [r379]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9124
9125         * sysconfig/interfaces/ifcfg-eth0.wiget (added): readed
9126
9127 1999-06-27 14:27 +0000 [r378]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9128
9129         * sysconfig/interfaces/tnlcfg-icm, rc.d/rc.sysinit,
9130           sysconfig/network-scripts/ifdown-post, sysconfig/tunnels-ip6.conf
9131           (removed), sysconfig/network-scripts/ifup-tnl (added),
9132           sysconfig/network-scripts/ifup-sl,
9133           sysconfig/network-scripts/ifup-ppp,
9134           sysconfig/network-scripts/ifdown-tnl (added),
9135           sysconfig/network-scripts/ifup-ipx,
9136           sysconfig/network-scripts/ifdown-ppp,
9137           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
9138           sysconfig/network-scripts/ifup-post: - używamy pumpa do
9139           bootp/dhcpd - dodano ifup-tnl && ifdown-tnl - obsługa tuneli
9140           ipip, sit, gre (ipxip niezrobiona jeszcze) - tunnels-ip6.conf -
9141           zbędne (tunele są konfigurowane w stylu SySV) - drobne poprawki
9142
9143 1999-06-23 17:14 +0000 [r377]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9144
9145         * sysconfig/network-scripts/ifcfg-lo (removed): removed
9146
9147 1999-06-21 20:36 +0000 [r376]  Jan Rękorajski <baggins/at/pld-linux.org>
9148
9149         * rc.d/rc.sysinit: usuwanie lockow po pam_console
9150
9151 1999-06-19 11:29 +0000 [r375]  kloczek <kloczek/at/pld-linux.org>
9152
9153         * rc.d/init.d/killall, rc.d/init.d/functions, inputrc (removed),
9154           rc.d/init.d/shutdwn, Makefile.am, autogen.sh, rc.d/rc.sysinit,
9155           rc.d/init.d/single: - removed inputrc (it must be in readline), -
9156           reformatings, - removed processing doc in Makefile.am and
9157           autogen.sh.
9158
9159 1999-06-18 19:23 +0000 [r374]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9160
9161         * doc/initlog.1 (added), sysconfig/interfaces/tnlcfg-icm (added),
9162           src/minilogd.c (added), src/initlog.c (added), src/loglevel.c
9163           (added), src/initlog.h (added), rc.d/init.d/functions,
9164           src/process.c (added), sysconfig/system, rc.d/init.d/netfs
9165           (added), src/initlog.1 (added), rc.d/rc.sysinit, src/process.h
9166           (added), rc.d/init.d/single, doc-devel/ogolnie (added),
9167           sysconfig/interfaces/ifcfg-sl0 (added), doc-devel (added),
9168           rc.d/init.d/network, src/Makefile (added),
9169           sysconfig/network-scripts/tnlcfg-icm (removed),
9170           rc.d/init.d/shutdwn, rc.d/rc.serial: pare zmian
9171
9172 1999-06-18 19:14 +0000 [r373]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9173
9174         * sysconfig/network-scripts/ifup-sl,
9175           sysconfig/network-scripts/network-functions (removed),
9176           sysconfig/network-scripts/ifcfg-ppp0.tpsa (removed),
9177           sysconfig/network-scripts/ifdown-sl,
9178           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
9179           sysconfig/network-scripts/ifup-post,
9180           sysconfig/network-scripts/ifcfg-ppp0.callback (removed),
9181           sysconfig/network-scripts/ifcfg-ppp0.leased1 (removed),
9182           sysconfig/network-scripts/ifdown-post,
9183           sysconfig/network-scripts/ifcfg-ppp0.leased2 (removed),
9184           sysconfig/network-scripts/ifcfg-eth0.wiget (removed),
9185           sysconfig/network-scripts/ifcfg-eth0 (removed): *** empty log
9186           message ***
9187
9188 1999-06-16 17:29 +0000 [r372]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
9189
9190         * rc.d/rc.sysinit: fixed colors
9191
9192 1999-06-15 18:06 +0000 [r371]  kloczek <kloczek/at/pld-linux.org>
9193
9194         * rc.d/rc.media (removed): - removed. This was (my) silly idea.
9195
9196 1999-06-15 14:31 +0000 [r370]  kloczek <kloczek/at/pld-linux.org>
9197
9198         * src/Makefile (removed): - autogenerated.
9199
9200 1999-06-14 21:17 +0000 [r369]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9201
9202         * rc.d/init.d/shutdwn, rc.d/init.d/functions.network (added),
9203           sysvinitfiles (removed), doc/doexec.1 (added), autogen.sh
9204           (added), NEWS (added), sysconfig/Makefile.am (added), Makefile
9205           (removed), sysconfig.txt (removed), doc/.cvsignore (added),
9206           ppp/ip-up.d/Makefile.am (added),
9207           sysconfig/network-scripts/ifdown-sl, doc/netreport.1 (added),
9208           configure.in (added), net-scripts.txt (removed), lang.sh,
9209           rc.d/rc, doc/usernetctl.1 (added), README (added),
9210           sysconfig/interfaces/ifcfg-ppp0.leased1 (added),
9211           sysconfig/interfaces/ifcfg-ppp0.leased2 (added), doc/usleep.1
9212           (added), sysconfig/network-scripts/ifup-sl, rc.d/init.d/network,
9213           INSTALL (added), ppp/ip-down.d/Makefile.am (added),
9214           sysconfig/network-scripts/ifdown, ipchains-setup.txt (removed),
9215           sysconfig/interfaces/ifcfg-ppp0.callback (added), doc/Makefile.am
9216           (added), doc/sysvinitfiles (added),
9217           sysconfig/network-scripts/ifup-ppp, doc/sysconfig.txt (added),
9218           sysconfig/network-scripts/ifup-plip, sysconfig/system,
9219           sysconfig/network-scripts/Makefile.am (added),
9220           rc.d/init.d/single, rc.d/init.d/halt,
9221           sysconfig/network-scripts/ifup-aliases, rc.d/rc.serial,
9222           sysconfig/network-scripts/ifup-post, Makefile.am (added),
9223           .cvsignore, rc-scripts.spec (removed), rc.d/init.d/functions,
9224           rc.d/init.d/Makefile.am (added), sysconfig/network-scripts/ifup,
9225           AUTHORS (added), sysconfig/interfaces/ifcfg-ppp0.tpsa (added),
9226           lang.csh (added), sysconfig/network, rc.d/Makefile.am (added),
9227           src/Makefile.am (added), doc (added), ppp/Makefile.am (added),
9228           COPYING (added), sysconfig/interfaces/ifcfg-lo (added),
9229           doc/ipchains-setup.txt (added), rc-scripts.spec.in (added),
9230           sysconfig/interfaces (added), rc.d/rc.sysinit,
9231           doc/net-scripts.txt (added), doc/ipcalc.1 (added),
9232           rc.d/init.d/reboot, sysconfig/network-scripts/ifdown-ppp: Synced
9233           with latest from old repo
9234
9235 1999-06-14 21:06 +0000 [r367-368]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9236
9237         * ipchains-setup.txt (added): now synced. (one file was missed)
9238
9239         * rc-scripts.spec, sysconfig/ipchains (added),
9240           rc.d/init.d/functions, rc.d/init.d/network, rc.d/rc.media
9241           (added), sysconfig/system, net-scripts.txt (added),
9242           rc.d/init.d/ipchains (added), sysconfig/static-routes (added),
9243           rc.d/rc.sysinit, sysconfig/network-scripts/ifcfg-eth0.wiget
9244           (added), Makefile: synced with 0.0.5
9245
9246 1999-06-14 20:53 +0000 [r366]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9247
9248         * rc-scripts.spec, sysconfig.txt, sysconfig/network-scripts/ifup,
9249           lang.sh, Makefile, sysconfig/network, src/testdinit, setsysfont:
9250           Synced with 0.0.4
9251
9252 1999-06-14 20:50 +0000 [r365]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9253
9254         * sysconfig/network (added), sysconfig/network-scripts/ifcfg-eth0
9255           (added): now is really synced with 0.0.3
9256
9257 1999-06-14 20:44 +0000 [r364]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9258
9259         * sysconfig/network-scripts/chat-ppp0 (removed),
9260           sysconfig/network-scripts/network-functions, sysconfig.txt,
9261           sysconfig/network-scripts/ifup-ppp, rc-scripts.spec,
9262           rc.d/init.d/functions, sysconfig/network-scripts/ifup-ipx,
9263           sysconfig/network-scripts/ifdown-sl, inputrc,
9264           sysconfig/network-scripts/ifup, tunnels-ip6.init (removed),
9265           sysconfig/network-scripts/ifup-plip, ppp/ip-up.d/logger,
9266           sysconfig/network-scripts/ifdown-post,
9267           sysconfig/network-scripts/ifup-sl, radvd.init (removed),
9268           rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases,
9269           sysconfig/network-scripts/ifdhcpc-done,
9270           sysconfig/network-scripts/ifdown-ppp,
9271           sysconfig/network-scripts/ifdown,
9272           sysconfig/network-scripts/ifup-post,
9273           sysconfig/network-scripts/ifcfg-ppp0 (removed),
9274           ppp/ip-down.d/logger: Synced with rc-scripts-0.0.3 from old repo.
9275
9276 1999-06-14 20:12 +0000 [r363]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9277
9278         * rc-scripts.spec, rc.d/init.d/functions, rc.d/init.d/network,
9279           src/Makefile, sysconfig/system, ppp/ip-up.d/logger,
9280           rc.d/rc.sysinit, .cvsignore, Makefile, ppp/ip-down.d/logger:
9281           Synced with rc-scripts-0.0.2 from old repo.
9282
9283 1999-06-14 20:08 +0000 [r362]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
9284
9285         * sysconfig/network-scripts/ifup-routes, rc.d/init.d/shutdwn
9286           (added), sysconfig/network-scripts/ifup-post,
9287           sysconfig/network-scripts/ifdown,
9288           sysconfig/network-scripts/chat-ppp0.callback (added),
9289           sysvinitfiles (added), sysconfig/network-scripts/ifup-ppp,
9290           rc-scripts.spec (added), sysconfig.txt,
9291           sysconfig/network-scripts/ifup-ipx,
9292           sysconfig/network-scripts/ifcfg-ppp0.tpsa (added), rc.d/rc.local,
9293           rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl,
9294           sysconfig/network-scripts/ifcfg-ppp0.leased1 (added), rc.d/rc,
9295           inittab, lang.sh, sysconfig/network-scripts/ifcfg-ppp0.leased2
9296           (added), rc.d/init.d/random,
9297           sysconfig/network-scripts/chat-ppp0.leased1 (added),
9298           rc.d/init.d/single, rc.d/init.d/killall, src/usernetctl.c,
9299           sysconfig/network-scripts/ifup-sl, rc.d/init.d/halt,
9300           sysconfig/network-scripts/ifup-aliases, src/Makefile,
9301           rc.d/init.d/network, sysconfig/network-scripts/tnlcfg-icm
9302           (added), sysconfig/network-scripts/ifdown-ppp, rc.d/init.d/reboot
9303           (added), rc.d/rc.serial,
9304           sysconfig/network-scripts/ifcfg-ppp0.callback (added),
9305           sysconfig/tunnels-ip6.conf (added), Makefile,
9306           sysconfig/network-ip6.conf, rc.d/init.d/functions-ip6, inputrc
9307           (added), sysconfig/network-scripts/chat-ppp0.tpsa (added),
9308           sysconfig/network-scripts/ifup,
9309           sysconfig/network-scripts/ifup-plip, sysconfig/network-ip6,
9310           rc.d/init.d/nfsfs, rc.d/rc.sysinit,
9311           sysconfig/network-scripts/ifdown-post,
9312           rc.d/init.d/tunnels-ip6.init (added),
9313           rc.d/init.d/network-ip6.init (added): Synced with
9314           rc-scripts-0.0.1 from old repo.
9315
9316 1999-06-14 19:55 +0000 [r361]  kloczek <kloczek/at/pld-linux.org>
9317
9318         * sysconfig/system (added): - added initial main system
9319           configuration file with: -- RUN_SULOGIN_ON_ERR=yes --
9320           DEFAULT_SERVICE_RUN_NICE_LEVEL=0 -- RUN_ISAPNP=yes --
9321           PANIC_REBOOT_TIME=0 -- DELAY_LOGIN=yes -- CLEAN_TMP=yes
9322
9323 1999-06-14 19:31 +0000 [r360]  kloczek <kloczek/at/pld-linux.org>
9324
9325         * rc.d/init.d/functions: - added suporting colors with using tput
9326           instead hardcoded term sequences.
9327
9328 1999-06-14 19:25 +0000 [r359]  kloczek <kloczek/at/pld-linux.org>
9329
9330         * ppp/ip-down.d/.cvsignore (added), ppp/.cvsignore (added),
9331           .cvsignore (added), sysconfig/network-scripts/.cvsignore (added),
9332           sysconfig/.cvsignore (added), rc.d/.cvsignore (added),
9333           src/.cvsignore (added), ppp/ip-up.d/.cvsignore (added),
9334           rc.d/init.d/.cvsignore (added): - added template .cvsignore.
9335
9336 1999-06-14 19:22 +0000 [r357]  Artur Frysiak <wiget/at/pld-linux.org>
9337
9338         * sysconfig/network-scripts/chat-ppp0 (added), src/usernetctl.1
9339           (added), sysconfig/network-scripts/network-functions (added),
9340           setsysfont (added), sysconfig.txt (added), rc.d/rc.local (added),
9341           src/usleep.1 (added), sysconfig/network-scripts/ifdown-sl
9342           (added), rc.d (added), src (added), rc.d/rc (added), lang.sh
9343           (added), ppp/ip-up.d/logger (added), ppp (added),
9344           sysconfig/network-scripts/ifup-sl (added), src/ipcalc.c (added),
9345           rc.d/init.d/network (added),
9346           sysconfig/network-scripts/ifdhcpc-done (added),
9347           sysconfig/network-scripts/ifdown (added),
9348           sysconfig/network-scripts/ifcfg-ppp0 (added), src/doexec.c
9349           (added), rc.d/init.d/functions-ip6 (added),
9350           sysconfig/network-scripts/ifup-ppp (added),
9351           sysconfig/network-scripts/ifup-plip (added), ppp/ip-up (added),
9352           sysconfig/network-ip6 (added), rc.d/init.d/nfsfs (added),
9353           rc.d/init.d/random (added), rc.d/init.d/single (added),
9354           src/usernetctl.c (added), rc.d/init.d/halt (added),
9355           sysconfig/network-scripts/ifup-aliases (added), sysconfig
9356           (added), sysconfig/network-scripts/ifup-routes (added),
9357           src/usleep.c (added), rc.d/rc.serial (added),
9358           sysconfig/network-scripts/ifcfg-lo (added), src/netreport.1
9359           (added), sysconfig/network-scripts/ifup-post (added), ppp/ip-up.d
9360           (added), ppp/ip-down.d/logger (added), adjtime (added),
9361           rc.d/init.d/functions (added), sysconfig/network-scripts/ifup
9362           (added), inittab (added), src/testdinit (added), ppp/ip-down.d
9363           (added), rc.d/init.d/killall (added), radvd.init (added),
9364           src/ipcalc.1 (added), sysconfig/network-scripts (added),
9365           sysconfig/network-scripts/ifup-ipx (added), tunnels-ip6.init
9366           (added), src/netreport.c (added), rc.d/rc.sysinit (added),
9367           src/testd.c (added), sysconfig/network-scripts/ifdown-post
9368           (added), src/doexec.1 (added), / (added), src/Makefile (added),
9369           sysconfig/network-scripts/ifdown-ppp (added), rc.d/init.d
9370           (added), ppp/ip-down (added), sysconfig/network-ip6.conf (added),
9371           Makefile (added): Initial revision
9372
This page took 0.876705 seconds and 3 git commands to generate.