]> git.pld-linux.org Git - projects/rc-scripts.git/blob - ChangeLog
- update
[projects/rc-scripts.git] / ChangeLog
1 2008-11-04 19:45 +0000 [r9959]  Elan Ruusamäe <glen/at/pld-linux.org>
2
3         * configure.ac: - 0.4.1.24 release
4
5 2008-11-04 18:07 +0000 [r9958]  Elan Ruusamäe <glen/at/pld-linux.org>
6
7         * lang.sh: - LC_ALL was still overwritten with i18n value even if
8           one had from ssh session
9
10 2008-10-29 08:54 +0000 [r9927]  Elan Ruusamäe <glen/at/pld-linux.org>
11
12         * run-parts: - rip out -u <runas_user> -- it's bad concept and
13           nothing should be using it anyway
14
15 2008-10-28 00:09 +0000 [r9926]  Elan Ruusamäe <glen/at/pld-linux.org>
16
17         * run-parts: - add --test and -- to behave like debian run-parts(1)
18
19 2008-10-26 13:43 +0000 [r9922]  Tomasz Pala <gotar/at/pld-linux.org>
20
21         * sysconfig/system, rc.d/rc.sysinit: - introduce START_UDEV
22           variable
23
24 2008-10-25 22:53 +0000 [r9921]  Andrzej Dopierała <undefine/at/pld-linux.org>
25
26         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
27           - wpa is also usefull with not wireless devices - eg with 8021x.
28           - patch by Pawel Nogas <pnogas(AT)amu(DOT)edu(DOT)pl>
29
30 2008-10-25 18:35 +0000 [r9920]  Radosław Zieliński <radek/at/pld-linux.org>
31
32         * sysconfig/network-scripts/ifup: - removed sed dependency
33
34 2008-10-25 18:16 +0000 [r9918-9919]  Radosław Zieliński <radek/at/pld-linux.org>
35
36         * sysconfig/interfaces/ifcfg-eth0.1: - typo
37
38         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
39           doc/net-scripts.txt, sysconfig/interfaces/ifcfg-eth0: - support
40           for automatic 6to4 tunnels
41
42 2008-10-13 13:21 +0000 [r9909]  Tomasz Pala <gotar/at/pld-linux.org>
43
44         * rc.d/init.d/network, backtick-test.sh (added): - restored some
45           backticks - pdksh has broken $(...) closing paren detection, -
46           added backtick-test.sh to test whenever this would be valid some
47           day
48
49 2008-10-13 01:04 +0000 [r9908]  Tomasz Pala <gotar/at/pld-linux.org>
50
51         * rc.d/init.d/network, rc.d/init.d/cpusets, rc.d/init.d/functions:
52           - unified function definitions (line-saving way), - use
53           unambiguous $(...) instead of backticks.
54
55 2008-10-12 18:08 +0000 [r9907]  Tomasz Pala <gotar/at/pld-linux.org>
56
57         * rc.d/init.d/functions: - start-stop-daemon uses -c not -u to
58           change UID
59
60 2008-09-16 20:39 +0000 [r9869]  Elan Ruusamäe <glen/at/pld-linux.org>
61
62         * inittab: - full set of samples for default terminals (default
63           keymap doesn't allow you switch over 12)
64
65 2008-09-15 08:23 +0000 [r9868]  Elan Ruusamäe <glen/at/pld-linux.org>
66
67         * inittab: - you don't likely need so many terminals
68
69 2008-08-07 20:39 +0000 [r9860]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
70
71         * rc.d/rc.sysinit: Actually don't use -s option since dmesg uses
72           klogctl() to retrieve real ring buffer size.
73
74 2008-08-07 20:36 +0000 [r9859]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
75
76         * rc.d/rc.sysinit: dump 524288 of dmesg data
77
78 2008-07-24 10:10 +0000 [r9851]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
79
80         * sysctl.conf: Don't set net.ipv4.ip_local_port_range; use kernel
81           default
82
83 2008-07-24 10:06 +0000 [r9850]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
84
85         * sysctl.conf: Disable tcp syncookies by default (these disable
86           SACK which according to DaveM 'sets TCP stack back by 10 years')
87
88 2008-07-22 17:39 +0000 [r9849]  Jakub Bogusz <qboosh/at/pld-linux.org>
89
90         * sysconfig/i18n: - proper encoding for de_DE
91
92 2008-07-17 20:42 +0000 [r9846]  Bartosz Świątek <shadzik/at/pld-linux.org>
93
94         * sysconfig/network-scripts/ifup: - wpa_supplicant 0.6.3 doesn't
95           have a "-w" option!!
96
97 2008-06-10 21:00 +0000 [r9801]  Paweł Gołaszewski <blues/at/pld-linux.org>
98
99         * sysconfig/network-scripts/ifup-ppp: - try last resort in setting
100           MODEMPORT - compatibility change.
101
102 2008-06-01 11:28 +0000 [r9785]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
103
104         * rc.d/init.d/functions: Export ISATTY. Calling this test from
105           inside of initlog() return true even if output still goes into
106           terminal. By exporting we make sure that initial test result is
107           used for entire run of the script. Fixes wrong 'DONE' string
108           alignment when bringin up dhcp.
109
110 2008-05-22 19:08 +0000 [r9761]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
111
112         * sysconfig/network-scripts/ifdown: Return can be only from
113           function. Use exit.
114
115 2008-05-19 06:21 +0000 [r9759-9760]  Elan Ruusamäe <glen/at/pld-linux.org>
116
117         * rc.d/init.d/functions: - tabs
118
119         * rc.d/init.d/functions: - try not to use initlog if $RC_LOGGING is
120           off (avoits usleeps for each startup)
121
122 2008-05-19 06:05 +0000 [r9756-9757]  Elan Ruusamäe <glen/at/pld-linux.org>
123
124         * configure.ac: - 0.4.1.23
125
126         * rc.d/init.d/functions: - add --pidfile to daemon()
127
128 2008-04-27 02:00 +0000 [r9733]  Elan Ruusamäe <glen/at/pld-linux.org>
129
130         * rc.d/init.d/functions: - disable log_success/log_failed when
131           RC_LOGGING is off
132
133 2008-04-27 01:34 +0000 [r9731-9732]  Elan Ruusamäe <glen/at/pld-linux.org>
134
135         * sysconfig/interfaces/tnlcfg-description: - utf8
136
137         * doc/rc-scripts.docb, doc/polski.dsl, doc/sysconfig.docb: - utf8
138
139 2008-04-27 01:29 +0000 [r9730]  Elan Ruusamäe <glen/at/pld-linux.org>
140
141         * rc-scripts.spec.in (removed), Makefile.am, configure.ac: -
142           outdated, use spec from cvs
143
144 2008-04-27 01:24 +0000 [r9729]  Elan Ruusamäe <glen/at/pld-linux.org>
145
146         * sysconfig/network-scripts/tnlup,
147           sysconfig/network-scripts/ifdown-irda,
148           sysconfig/network-scripts/ifdown-vlan,
149           sysconfig/network-scripts/ifup-br,
150           sysconfig/network-scripts/tnldown,
151           sysconfig/network-scripts/ifdown-br, hwprofile,
152           sysconfig/network-scripts/ifup-irda, rc.d/init.d/functions,
153           sysconfig/network-scripts/ifup-vlan: - utf8
154
155 2008-04-27 01:20 +0000 [r9728]  Elan Ruusamäe <glen/at/pld-linux.org>
156
157         * AUTHORS: - utf8
158
159 2008-04-24 21:23 +0000 [r9724-9725]  Elan Ruusamäe <glen/at/pld-linux.org>
160
161         * configure.ac: - 0.4.1.22
162
163         * rc.d/init.d/functions: - make stripping string suffixes from
164           EXTRAVER more greedy
165
166 2008-04-23 22:35 +0000 [r9720-9722]  Elan Ruusamäe <glen/at/pld-linux.org>
167
168         * configure.ac: - 0.4.1.21
169
170         * rc.d/rc.sysinit: - leave note for future not to fall again
171
172         * rc.d/init.d/functions: - handle also `uname -r` returning
173           "2.6.25-1"
174
175 2008-04-23 22:27 +0000 [r9718-9719]  Elan Ruusamäe <glen/at/pld-linux.org>
176
177         * rc.d/rc.sysinit: - second try: /var/run cleanup without find and
178           without args len exceeded error
179
180         * rc.d/init.d/functions: - fix for kernels whose release is
181           "2.6.25_vanilla-1", found by vip`
182
183 2008-04-16 17:30 +0000 [r9711]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
184
185         * sysconfig/i18n: Obsolete texts.
186
187 2008-04-09 09:02 +0000 [r9703-9704]  Jan Rękorajski <baggins/at/pld-linux.org>
188
189         * configure.ac: - 0.4.1.20
190
191         * rc.d/rc.sysinit: - reverted r9238, /usr may NOT be mounted at
192           this time, ever heard of NFS?
193
194 2008-03-27 15:42 +0000 [r9688]  Patryk Zawadzki <patrys/at/pld-linux.org>
195
196         * configure.ac: - bump version to 0.4.1.19
197
198 2008-03-27 15:19 +0000 [r9687]  Patryk Zawadzki <patrys/at/pld-linux.org>
199
200         * rc.d/rc.shutdown: - force reboot/halt to work with other init
201           daemons
202
203 2008-03-26 19:43 +0000 [r9685]  Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
204
205         * configure.ac: - forgot to commit; 0.4.1.18
206
207 2008-03-26 16:20 +0000 [r9682]  Elan Ruusamäe <glen/at/pld-linux.org>
208
209         * setsysfont: - /usr is not mounted when this is called from
210           rc.sysinit
211
212 2008-03-26 14:42 +0000 [r9681]  Elan Ruusamäe <glen/at/pld-linux.org>
213
214         * sysconfig/network: - i always set full hostname here, why "only
215           hostname" comment?
216
217 2008-03-26 08:46 +0000 [r9680]  Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
218
219         * sysconfig/network-scripts/ifup-ppp: - "sync" option must be used
220           before "plugin" option - changes made by seba (at) pro-ject.net
221           (merged from cvs)
222
223 2008-03-26 08:42 +0000 [r9677-9679]  Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
224
225         * sysconfig/interfaces/Makefile.am: - added
226           ifcfg-ppp0.ueagle4-neostrada
227
228         * sysconfig/interfaces/ifcfg-description: - added SYNC option
229
230         * sysconfig/interfaces/ifcfg-ppp0.ueagle4-neostrada (added): -
231           config for neostrada using usb modem Sagem E4
232
233 2008-03-26 08:11 +0000 [r9675]  Elan Ruusamäe <glen/at/pld-linux.org>
234
235         * configure.ac: - release 0.4.1.17
236
237 2008-03-25 23:41 +0000 [r9674]  Elan Ruusamäe <glen/at/pld-linux.org>
238
239         * rc.d/init.d/template.init: - more chkconfig vars
240
241 2008-03-25 15:14 +0000 [r9670-9671]  Elan Ruusamäe <glen/at/pld-linux.org>
242
243         * sysconfig/network-scripts/ifup-ppp: - actually check $MODEMPORT
244           being chardevice after all *DSL variants
245
246         * sysconfig/network-scripts/ifup-ppp: - check $MODEMPORT set from
247           config (not the value set from this script)
248
249 2008-03-24 19:17 +0000 [r9667-9668]  Elan Ruusamäe <glen/at/pld-linux.org>
250
251         * configure.ac: - release 0.4.1.16
252
253         * sysconfig/network-scripts/functions.network: - return val doc for
254           check_{mii_tool,ethtool,iwconfig} - code readability
255
256 2008-03-22 12:14 +0000 [r9649]  Jakub Bogusz <qboosh/at/pld-linux.org>
257
258         * sysconfig/interfaces/ifcfg-description: - typo
259
260 2008-03-19 14:21 +0000 [r9646]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
261
262         * rc.d/rc.shutdown: Use .sh - safer.
263
264 2008-03-19 12:51 +0000 [r9645]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
265
266         * rc.d/rc.shutdown: Multiple UPS support.
267
268 2008-03-09 12:33 +0000 [r9575]  Jakub Bogusz <qboosh/at/pld-linux.org>
269
270         * setsysfont: - use "locale charmap" to detect UTF-8 locales
271           properly - call unicode_stop for non-UTF locales (Linux 2.6.24+
272           has unicode console by default)
273
274 2008-03-01 18:01 +0000 [r9549]  Andrzej Dopierała <undefine/at/pld-linux.org>
275
276         * sysconfig/interfaces/ifcfg-eth0: - add commented DHCP_OPTIONS
277           option to show how to pass parameters to dhcp client
278
279 2008-02-27 10:35 +0000 [r9533]  Elan Ruusamäe <glen/at/pld-linux.org>
280
281         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
282           - fix for network script that it does not enslave eth interfaces
283           from it during stop phase (Ilja Bobkevič)
284
285 2008-02-18 20:56 +0000 [r9424]  Elan Ruusamäe <glen/at/pld-linux.org>
286
287         * sysconfig/network-scripts/ifup-ppp: - require $MODEMPORT being
288           character device (/dev/modem, /dev/tts/USB0)
289
290 2008-02-14 15:23 +0000 [r9346]  Elan Ruusamäe <glen/at/pld-linux.org>
291
292         * sysconfig/interfaces/ifcfg-ppp0.pppoe (added): - add config i
293           used for adsl setup
294
295 2008-02-11 10:16 +0000 [r9303]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
296
297         * rc.d/rc.shutdown: mdadm stop will yell that it can't stop rootfs
298           array. Such errors are misleading and useless.
299
300 2008-02-09 20:00 +0000 [r9279]  Elan Ruusamäe <glen/at/pld-linux.org>
301
302         * sysconfig/network-scripts/ifup-ppp: - fail on required MODEMPORT
303           (or set it to /dev/modem?)
304
305 2008-02-08 22:58 +0000 [r9254]  Elan Ruusamäe <glen/at/pld-linux.org>
306
307         * sysconfig/network-scripts/ifup-ppp: - typo
308
309 2008-02-08 22:17 +0000 [r9252-9253]  Elan Ruusamäe <glen/at/pld-linux.org>
310
311         * sysconfig/interfaces/data/Makefile.am: - kõu disconnect script
312
313         * sysconfig/interfaces/data/chat-ppp0.kou-disconnect (added): -
314           disconnect script (not tested)
315
316 2008-02-08 19:34 +0000 [r9240-9245]  Elan Ruusamäe <glen/at/pld-linux.org>
317
318         * sysconfig/interfaces/data/Makefile.am,
319           sysconfig/interfaces/Makefile.am: - files for kõu
320           (http://www.kou.ee/)
321
322         * sysconfig/interfaces/ifcfg-ppp0.kou: - renamed chatscript
323
324         * sysconfig/interfaces/data/chat-ppp0.kou (added),
325           sysconfig/interfaces/data/chat-kou (removed): - renamed
326
327         * sysconfig/interfaces/ifcfg-ppp0.kou (added),
328           sysconfig/interfaces/ifcfg-kou (removed): - renamed
329
330         * sysconfig/interfaces/data/chat-kou (added): - chat script for kõu
331           (http://www.kou.ee/)
332
333         * sysconfig/interfaces/ifcfg-kou (added): - config for kõu
334           (http://www.kou.ee/)
335
336 2008-02-08 17:34 +0000 [r9238]  Elan Ruusamäe <glen/at/pld-linux.org>
337
338         * rc.d/rc.sysinit: - use find to overcome arguments length exceeded
339           when descending to php sessions dir (and yes, /usr is already
340           mounted when this code is ran)
341
342 2008-02-08 15:39 +0000 [r9237]  Elan Ruusamäe <glen/at/pld-linux.org>
343
344         * sysconfig/network-scripts/ifup-ppp: - give hint on missing
345           chatscript error
346
347 2008-02-08 14:54 +0000 [r9236]  Elan Ruusamäe <glen/at/pld-linux.org>
348
349         * sysconfig/interfaces/ifcfg-description: - placeholder for
350           WVDIALSECT
351
352 2008-01-29 12:10 +0000 [r9209]  Elan Ruusamäe <glen/at/pld-linux.org>
353
354         * modules: - mention that /etc/modules.X.Y and /etc/modules.X.Y.Z
355           are readed too - mention that module options are processed too
356
357 2008-01-15 09:40 +0000 [r9174]  Elan Ruusamäe <glen/at/pld-linux.org>
358
359         * rc.d/rc.local: - leave EOF clean ;)
360
361 2007-12-30 13:31 +0000 [r9170]  Elan Ruusamäe <glen/at/pld-linux.org>
362
363         * configure.ac: - prepare 0.4.1.15
364
365 2007-12-27 00:52 +0000 [r9162]  Elan Ruusamäe <glen/at/pld-linux.org>
366
367         * rc.d/init.d/functions: - handle when there's no terminal attached
368           (f.e gui tools like smart)
369
370 2007-12-17 17:39 +0000 [r9145]  Elan Ruusamäe <glen/at/pld-linux.org>
371
372         * rc.d/init.d/local: - implement status
373
374 2007-12-17 17:35 +0000 [r9144]  Elan Ruusamäe <glen/at/pld-linux.org>
375
376         * rc.d/init.d/allowlogin: - implement status
377
378 2007-12-11 12:29 +0000 [r9137-9140]  Elan Ruusamäe <glen/at/pld-linux.org>
379
380         * configure.ac: - prepare 0.4.1.14
381
382         * rc.d/rc.sysinit: - load dm-multipath module before multipath
383           activating for setups when rootfs was not also on multipath
384
385 2007-12-10 22:25 +0000 [r9135]  Elan Ruusamäe <glen/at/pld-linux.org>
386
387         * lang.sh: - cosmetics
388
389 2007-12-10 22:20 +0000 [r9134]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
390
391         * lang.sh: Don't overwrite session settings (that can be comming
392           from ssh).
393
394 2007-12-08 13:05 +0000 [r9132]  Elan Ruusamäe <glen/at/pld-linux.org>
395
396         * rc.d/init.d/network: - cleanups
397
398 2007-12-08 13:02 +0000 [r9130-9131]  Elan Ruusamäe <glen/at/pld-linux.org>
399
400         * rc.d/init.d/network: - added reload target (will ask DHCP client
401           to renew lease), only dhcpcd supported for now
402
403         * sysconfig/network-scripts/functions.network: - minor cosetics
404
405 2007-12-05 13:15 +0000 [r9128]  Elan Ruusamäe <glen/at/pld-linux.org>
406
407         * rc.d/Makefile.am, rc.d/rc.modules (removed): - rc.modules
408           functionality integrated to rc.sysinit
409
410 2007-12-05 13:02 +0000 [r9127]  Elan Ruusamäe <glen/at/pld-linux.org>
411
412         * rc.d/rc.sysinit: - formatting
413
414 2007-12-01 20:49 +0000 [r9125]  Adam Gołębiowski <adamg/at/pld-linux.org>
415
416         * rc.d/rc.sysinit: - skip fsck on / if device node doesn't exist
417           yet, e.g.: rootfs-on-lvm and udev is used (perhaps we should try
418           to fsck / once more later on?)
419
420 2007-11-28 20:28 +0000 [r9117]  Jakub Bogusz <qboosh/at/pld-linux.org>
421
422         * rc.d/init.d/template.init: - simplicity and verboseness wins: let
423           try-restart inform if service is not running
424
425 2007-11-26 20:37 +0000 [r9102]  Elan Ruusamäe <glen/at/pld-linux.org>
426
427         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
428           sysconfig/network-scripts/functions.network: - apply
429           SOURCES/rc-scripts-dev_alias.patch (if it is buggy then the bugs
430           should be fixed -- it's been applied in pld ac for ages)
431
432 2007-11-26 20:32 +0000 [r9101]  Elan Ruusamäe <glen/at/pld-linux.org>
433
434         * rc.d/rc.sysinit: - /etc/rc.d/rc.modules moved to internal
435           functions - module paramters also accepted from modules file
436
437 2007-11-26 20:15 +0000 [r9100]  Elan Ruusamäe <glen/at/pld-linux.org>
438
439         * rc.d/rc.sysinit: - make $RUN_DEPMOD=ifmissing really behave so as
440           described (depmod -A stats every module file in modules dir)
441
442 2007-11-26 20:08 +0000 [r9096-9099]  Elan Ruusamäe <glen/at/pld-linux.org>
443
444         * rc.d/rc.modules: - plain modprobe the module - skip loading
445           rc-scripts functions if they appear to be loaded already
446
447         * rc.d/rc.shutdown: - apply SOURCES/rc-scripts-fuser.patch
448
449         * rc.d/init.d/functions: - tab-safe is_empty_file() now (from
450           rc.modules)
451
452         * sysconfig/system: - add $RC_BOOTLOG=yes
453
454 2007-11-26 17:46 +0000 [r9092]  Elan Ruusamäe <glen/at/pld-linux.org>
455
456         * configure.ac: - prepare 0.4.1.13
457
458 2007-11-25 11:18 +0000 [r9091]  Jakub Bogusz <qboosh/at/pld-linux.org>
459
460         * rc.d/init.d/template.init: - force-reload is not supposed to
461           start service if it is not running - new try-restart action (as
462           specified by LSB 3.1.0, formerly "condrestart" in some distros)
463           it should restart service if running and just exit sucessfully
464           otherwise
465
466 2007-11-25 08:46 +0000 [r9090]  Jakub Bogusz <qboosh/at/pld-linux.org>
467
468         * rc.d/init.d/template.init: - simplified
469
470 2007-11-21 23:24 +0000 [r9076-9077]  Elan Ruusamäe <glen/at/pld-linux.org>
471
472         * rc.d/init.d/template.init: - better this way
473
474         * rc.d/init.d/template.init: - this should be restart, who put
475           reload there?
476
477 2007-11-21 23:18 +0000 [r9074-9075]  Elan Ruusamäe <glen/at/pld-linux.org>
478
479         * rc.d/init.d/template.init: - reload also could use pidfile
480
481         * rc.d/init.d/template.init: - one more killproc sample
482
483 2007-11-13 18:57 +0000 [r9043]  Elan Ruusamäe <glen/at/pld-linux.org>
484
485         * rc.d/rc.sysinit: - suffix dm-multipath partitions with pN
486
487 2007-11-09 01:54 +0000 [r9033]  Elan Ruusamäe <glen/at/pld-linux.org>
488
489         * rc.d/rc.shutdown: - blogd might be already down and it might had
490           been started manually
491
492 2007-11-09 01:47 +0000 [r9032]  Elan Ruusamäe <glen/at/pld-linux.org>
493
494         * sysconfig/hwprofiles/Makefile.am: - if the file is not packaged
495           in spec, don't install it either
496
497 2007-11-09 01:37 +0000 [r9030-9031]  Elan Ruusamäe <glen/at/pld-linux.org>
498
499         * rc.d/rc.shutdown, rc.d/rc.sysinit: - /etc/crypttab shouldn't be
500           empty when using it
501
502         * rc.d/init.d/functions: - add is_empty_file() function
503
504 2007-11-09 01:20 +0000 [r9028-9029]  Elan Ruusamäe <glen/at/pld-linux.org>
505
506         * crypttab (added), Makefile.am: - add sample /etc/crypttab
507
508         * TODO: - cleanup
509
510 2007-11-09 01:10 +0000 [r9027]  Elan Ruusamäe <glen/at/pld-linux.org>
511
512         * rc.d/rc.shutdown, rc.d/rc.sysinit: - bugfixes for crypttab
513
514 2007-11-09 00:49 +0000 [r9025-9026]  Elan Ruusamäe <glen/at/pld-linux.org>
515
516         * rc.d/rc.shutdown: - add /etc/crypttab processing
517
518         * rc.d/init.d/cryptsetup: - add halt_crypto() from fc
519           initscripts-8.54 - add standalone mode for start/stop
520
521 2007-11-09 00:37 +0000 [r9024]  Elan Ruusamäe <glen/at/pld-linux.org>
522
523         * rc.d/rc.sysinit: - initial /etc/crypttab processing
524
525 2007-11-09 00:33 +0000 [r9021-9023]  Elan Ruusamäe <glen/at/pld-linux.org>
526
527         * rc.d/init.d/Makefile.am: - add cryptsetup
528
529         * rc.d/init.d/cryptsetup (added): - based on code from rc.sysinit
530           of fc initscripts-8.54
531
532         * man/Makefile.am, man/crypttab.5 (added): - add crypttab.5 from fc
533           initscripts-8.54
534
535 2007-11-09 00:21 +0000 [r9020]  Elan Ruusamäe <glen/at/pld-linux.org>
536
537         * rc.d/init.d/random: - use subsys lock files
538
539 2007-11-09 00:00 +0000 [r9019]  Elan Ruusamäe <glen/at/pld-linux.org>
540
541         * rc.d/rc.shutdown, rc.d/rc.sysinit: - blogd updates
542
543 2007-11-08 00:42 +0000 [r9016]  Elan Ruusamäe <glen/at/pld-linux.org>
544
545         * src/usleep.c, man/usleep.1, src/Makefile.am: - update with suse
546           variant from killproc-2.12 (and who's oot?
547           http://lists.rpath.com/pipermail/initscripts-commits/2006-December/000573.html)
548
549 2007-11-08 00:29 +0000 [r9013-9015]  Elan Ruusamäe <glen/at/pld-linux.org>
550
551         * src/initlog.c: - update from initscripts-8.54, except killing
552           startDaemon() and adding deprecation message
553
554         * src/initlog.conf: - update from initscripts-8.54
555
556         * src/minilogd.c: - update from initscripts-8.54
557
558 2007-11-06 18:55 +0000 [r9004-9005]  Elan Ruusamäe <glen/at/pld-linux.org>
559
560         * configure.ac: - release 0.4.1.12
561
562         * rc.d/init.d/functions: - missing shift for nice level parsing in
563           daemon(). fixes some (broken) initscripts
564
565 2007-11-05 18:09 +0000 [r8991]  Elan Ruusamäe <glen/at/pld-linux.org>
566
567         * sysconfig/clock: - UTC clock by default. See:
568           http://glen.alkohol.ee/pld/clock-utc.html
569
570 2007-11-02 02:29 +0000 [r8957-8959]  Elan Ruusamäe <glen/at/pld-linux.org>
571
572         * configure.ac: - release 0.4.1.11
573
574         * rc.d/init.d/functions: - ksh doesn't like $2 in # modifier
575
576 2007-11-01 13:23 +0000 [r8947-8948]  Elan Ruusamäe <glen/at/pld-linux.org>
577
578         * man/fstab-decode.8 (added): - add from fc
579
580         * src/fstab-decode.c (added): - add from fc
581
582 2007-11-01 13:20 +0000 [r8946]  Elan Ruusamäe <glen/at/pld-linux.org>
583
584         * configure.ac: - release 0.4.1.10
585
586 2007-11-01 12:20 +0000 [r8944]  Elan Ruusamäe <glen/at/pld-linux.org>
587
588         * rc.d/rc.sysinit: - /dev (with devfs) could be mounted by kernel
589           (arekm note)
590
591 2007-11-01 03:00 +0000 [r8941-8942]  Elan Ruusamäe <glen/at/pld-linux.org>
592
593         * man/Makefile.am, src/Makefile.am: - add fstab-decode from rh
594
595         * rc.d/rc.sysinit: - don't get tempted to kill blogd
596
597 2007-11-01 02:53 +0000 [r8940]  Elan Ruusamäe <glen/at/pld-linux.org>
598
599         * rc.d/rc.sysinit: - read /proc/cmdline after /proc mount
600
601 2007-11-01 02:36 +0000 [r8937-8939]  Elan Ruusamäe <glen/at/pld-linux.org>
602
603         * sysconfig/system: - devfs comment update
604
605         * rc.d/rc.sysinit: - devfsd without devfs makes no sense :)
606
607         * rc.d/rc.sysinit: - no need to source udev configs here - just
608           umount /initrd/dev without checking
609
610 2007-11-01 02:10 +0000 [r8935]  Elan Ruusamäe <glen/at/pld-linux.org>
611
612         * rc.d/rc.sysinit: - $PATH is set from init.d/functions - improve
613           dm-multipath setup - attempt harder to create all LVM nodes, even
614           the ones initialized from initrd - kill blogd at the end of
615           script
616
617 2007-11-01 02:06 +0000 [r8934]  Elan Ruusamäe <glen/at/pld-linux.org>
618
619         * rc.d/rc.sysinit: - umount /initrd earlier, right after udev
620           startup
621
622 2007-11-01 01:34 +0000 [r8932-8933]  Elan Ruusamäe <glen/at/pld-linux.org>
623
624         * rc.d/init.d/functions: - strstr() from fedora initscripts
625
626         * rc.d/rc.sysinit: - read /proc/cmdline just once (idea stolen from
627           fedora)
628
629 2007-11-01 01:23 +0000 [r8930-8931]  Elan Ruusamäe <glen/at/pld-linux.org>
630
631         * rc.d/rc.sysinit, rc.d/init.d/functions: - disable_selinux(),
632           relabel_selinux(), clean_vserver_mtab() used only in rc.sysinit,
633           moved there
634
635         * rc.d/init.d/functions: - local vars
636
637 2007-11-01 01:13 +0000 [r8929]  Elan Ruusamäe <glen/at/pld-linux.org>
638
639         * rc.d/init.d/functions: - drop redhat/mandrake compat - simple if
640           should be lighter than function call
641
642 2007-11-01 01:05 +0000 [r8927-8928]  Elan Ruusamäe <glen/at/pld-linux.org>
643
644         * rc.d/init.d/functions: - drop unneeded subshell
645
646         * rc.d/init.d/functions: - use shell construct to test is pathname
647           full path
648
649 2007-11-01 00:59 +0000 [r8926]  Elan Ruusamäe <glen/at/pld-linux.org>
650
651         * rc.d/init.d/functions: - use shell constructs for basename()
652
653 2007-11-01 00:54 +0000 [r8925]  Elan Ruusamäe <glen/at/pld-linux.org>
654
655         * rc.d/init.d/functions: - avoid endless loop when one puts --user
656           after daemon name - some small optimizations - update daemon()
657           usage
658
659 2007-11-01 00:48 +0000 [r8924]  Elan Ruusamäe <glen/at/pld-linux.org>
660
661         * sysconfig/system: - add DEFAULT_SERVICE_UMASK=022
662
663 2007-11-01 00:35 +0000 [r8922-8923]  Elan Ruusamäe <glen/at/pld-linux.org>
664
665         * rc.d/init.d/functions: - shell version
666
667         * rc.d/init.d/functions: - set ulimits with one awk call in
668           daemon()
669
670 2007-10-31 23:31 +0000 [r8920-8921]  Elan Ruusamäe <glen/at/pld-linux.org>
671
672         * dumb.sh: - usable
673
674         * rc.d/init.d/functions: - typo?
675
676 2007-10-31 20:48 +0000 [r8919]  Elan Ruusamäe <glen/at/pld-linux.org>
677
678         * rc.d/rc.sysinit: - small cleanups and fixes
679
680 2007-10-30 19:42 +0000 [r8904]  Elan Ruusamäe <glen/at/pld-linux.org>
681
682         * rc.d/rc.sysinit: - move $MODULES_CONF closer where it is used
683
684 2007-10-30 16:23 +0000 [r8903]  Elan Ruusamäe <glen/at/pld-linux.org>
685
686         * rc.d/rc.sysinit: - fix obvious typo (perhaps drop it as it never
687           worked?)
688
689 2007-10-30 16:10 +0000 [r8901-8902]  Elan Ruusamäe <glen/at/pld-linux.org>
690
691         * rc.d/rc.sysinit: - activate dm-multipath
692
693         * rc.d/rc.sysinit: - small optimize to use only awk
694
695 2007-10-29 11:29 +0000 [r8897]  Elan Ruusamäe <glen/at/pld-linux.org>
696
697         * sysconfig/network-scripts/ifup: - assume default
698           WLAN_WPA_CONFIG=/etc/wpa_supplicant.conf
699
700 2007-10-28 17:58 +0000 [r8891-8893]  Elan Ruusamäe <glen/at/pld-linux.org>
701
702         * sysconfig/interfaces/ifcfg-description: - $HOTPLUG is processed
703           by udev (udev_net_helper)
704
705         * sysconfig/network-scripts/functions.network: - allow
706           WLAN_MODE=managed in lowercase (as it's in doc)
707
708         * sysconfig/network-scripts/functions.network: - key index and
709           value should be different arguments
710
711 2007-10-28 17:36 +0000 [r8890]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
712
713         * rc.d/rc.shutdown: Revert ntfsfix. Please use something like
714           init.d/ntfsfix for that.
715
716 2007-10-28 16:59 +0000 [r8887-8889]  Elan Ruusamäe <glen/at/pld-linux.org>
717
718         * sysconfig/network-scripts/functions.network: - [ -n "" ] and [ ""
719           ] are the same, save some bytes/readability ;)
720
721         * sysconfig/network-scripts/functions.network: - handle wlan
722           different four keys
723
724         * sysconfig/interfaces/ifcfg-description: - new WLAN options
725
726 2007-10-28 16:43 +0000 [r8885-8886]  Elan Ruusamäe <glen/at/pld-linux.org>
727
728         * sysconfig/network-scripts/functions.network: - reuse
729           WLAN_ENCRYPTION
730
731         * sysconfig/network-scripts/functions.network: - optimize
732           wireless_param() by calling eval once
733
734 2007-10-28 16:13 +0000 [r8884]  Elan Ruusamäe <glen/at/pld-linux.org>
735
736         * sysconfig/network-scripts/functions.network: - no need for
737           LC_ALL=C to grep fixed string
738
739 2007-10-28 13:06 +0000 [r8883]  Paweł Gołaszewski <blues/at/pld-linux.org>
740
741         * rc.d/rc.shutdown: - run ntfsfix if there are some ntfs
742           filesystems mounted and if proper app is installed
743
744 2007-10-26 12:48 +0000 [r8878]  Elan Ruusamäe <glen/at/pld-linux.org>
745
746         * sysconfig/system: - use default nice "+0" to avoid confusion as
747           "0" is not valid in service setup
748
749 2007-10-04 20:22 +0000 [r8778]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
750
751         * rc.d/rc.sysinit: Activate ATARAID devices.
752
753 2007-10-03 13:10 +0000 [r8771]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
754
755         * sysconfig/network-scripts/functions.network: Do sanity check only
756           when configuration file exists.
757
758 2007-10-03 06:55 +0000 [r8770]  Elan Ruusamäe <glen/at/pld-linux.org>
759
760         * sysconfig/network-scripts/ifup: - trim network length from
761           $IP4ADDR when doing arping
762
763 2007-10-02 22:32 +0000 [r8769]  Jan Rękorajski <baggins/at/pld-linux.org>
764
765         * rc.d/rc.sysinit: - don't try to update mtab when mounting usbfs
766           (root is ro yet)
767
768 2007-10-01 08:45 +0000 [r8768]  Elan Ruusamäe <glen/at/pld-linux.org>
769
770         * sysconfig/network-scripts/functions.network: - support $IPADDR +
771           $NETMASK combination if no prefix in $IPADDR present
772
773 2007-09-26 12:17 +0000 [r8753-8754]  Elan Ruusamäe <glen/at/pld-linux.org>
774
775         * configure.ac: - 0.4.1.9
776
777         * sysconfig/network-scripts/ifup: - typo in arping line
778
779 2007-09-25 15:59 +0000 [r8751]  Jan Rękorajski <baggins/at/pld-linux.org>
780
781         * rc.d/rc.shutdown: - typo
782
783 2007-09-25 15:54 +0000 [r8749-8750]  Jan Rękorajski <baggins/at/pld-linux.org>
784
785         * rc.d/init.d/network: - no need to play with NFS, it screws up /
786           over NFS and we have nfsfs for it
787
788         * rc.d/init.d/local: - source functions library (for msg_usage), no
789           need to set PATH
790
791 2007-09-25 11:34 +0000 [r8745-8746]  Elan Ruusamäe <glen/at/pld-linux.org>
792
793         * configure.ac: - 0.4.1.8
794
795         * sysconfig/network: - more info about AUTOMATIC_IFCFG
796
797 2007-09-11 18:47 +0000 [r8720]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
798
799         * sysconfig/network-scripts/ifup: PLDize ARP cache updating
800           procedure.
801
802 2007-09-11 18:33 +0000 [r8719]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
803
804         * sysconfig/network-scripts/ifup: Update ARP cache of neighbours
805           (from fedora).
806
807 2007-07-14 20:33 +0000 [r8676]  Radosław Zieliński <radek/at/pld-linux.org>
808
809         * sysconfig/network: - AUTOMATIC_IFCFG=no
810
811 2007-07-03 11:51 +0000 [r8656-8658]  Elan Ruusamäe <glen/at/pld-linux.org>
812
813         * configure.ac: - release 0.4.1.7
814
815         * rc.d/init.d/functions: - do not depend on which command to find
816           rpcinfo
817
818 2007-06-14 18:42 +0000 [r8640]  Elan Ruusamäe <glen/at/pld-linux.org>
819
820         * rc.d/init.d/network, sysconfig/interfaces/ifcfg-bond0 (removed),
821           sysconfig/network-scripts/bondup (removed),
822           sysconfig/network-scripts/Makefile.am,
823           sysconfig/network-scripts/bonddown (removed),
824           sysconfig/interfaces/Makefile.am: - revert bonding support
825           (unfinished and broken)
826
827 2007-06-05 10:45 +0000 [r8637-8638]  Elan Ruusamäe <glen/at/pld-linux.org>
828
829         * sysconfig/interfaces/Makefile.am: - add ifcfg-bond0
830
831         * sysconfig/interfaces/ifcfg-bond0 (added): - sample config
832
833 2007-06-05 10:39 +0000 [r8636]  Elan Ruusamäe <glen/at/pld-linux.org>
834
835         * rc.d/init.d/network, sysconfig/network-scripts/bondup (added),
836           sysconfig/network-scripts/Makefile.am,
837           sysconfig/network-scripts/bonddown (added): - bonding support by
838           Justas Vilimas
839
840 2007-06-05 10:27 +0000 [r8635]  Elan Ruusamäe <glen/at/pld-linux.org>
841
842         * TODO: - save
843
844 2007-05-30 11:51 +0000 [r8631]  Elan Ruusamäe <glen/at/pld-linux.org>
845
846         * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/single: -
847           see ChangeLog for Changes
848
849 2007-05-09 20:40 +0000 [r8500]  Elan Ruusamäe <glen/at/pld-linux.org>
850
851         * rc.d/init.d/functions: - keep /etc/mtab permissions (whatever
852           they are) inside vserver - which outputs to stderr if it can't
853           find the program
854
855 2007-05-01 01:10 +0000 [r8489]  Jan Rękorajski <baggins/at/pld-linux.org>
856
857         * configure.ac: - 0.4.1.6
858
859 2007-05-01 01:02 +0000 [r8488]  Jan Rękorajski <baggins/at/pld-linux.org>
860
861         * DEVELOPMENT: - added warning about parenthesis in command
862           substitution
863
864 2007-05-01 00:53 +0000 [r8487]  Jan Rękorajski <baggins/at/pld-linux.org>
865
866         * rc.d/init.d/network, rc.d/rc.sysinit: - reverted some command
867           substitution changes due to conflicting parenthesis
868
869 2007-04-28 18:34 +0000 [r8484-8485]  Jakub Bogusz <qboosh/at/pld-linux.org>
870
871         * sysconfig/network-scripts/ifdown-ppp: - kill ugly warning if pppd
872           was nicely killed
873
874         * ppp/ip-up, ppp/ip-down: - proper CONFIG sources (needed to
875           override DEVICE from pppd and get ppp/ip-{up,down} scripts work
876           again
877
878 2007-04-27 20:45 +0000 [r8483]  Jan Rękorajski <baggins/at/pld-linux.org>
879
880         * rc.d/init.d/functions: - restore stderr redirection
881
882 2007-04-27 20:21 +0000 [r8482]  Jan Rękorajski <baggins/at/pld-linux.org>
883
884         * rc.d/init.d/functions: - replace awk usage with shell constructs
885
886 2007-04-27 14:02 +0000 [r8481]  Jan Rękorajski <baggins/at/pld-linux.org>
887
888         * rc.d/rc.modules: - replace awk usage with shell constructs
889
890 2007-04-27 13:32 +0000 [r8480]  Jan Rękorajski <baggins/at/pld-linux.org>
891
892         * rc.d/rc: - replace awk usage with shell constructs
893
894 2007-04-26 22:03 +0000 [r8479]  Jan Rękorajski <baggins/at/pld-linux.org>
895
896         * rc.d/init.d/functions: - removed unneeded termput hpa
897
898 2007-04-26 21:38 +0000 [r8478]  Jan Rękorajski <baggins/at/pld-linux.org>
899
900         * rc.d/init.d/functions: - shell magic fixing screwed dots in
901           show() on serial console
902
903 2007-04-26 16:51 +0000 [r8475]  Jan Rękorajski <baggins/at/pld-linux.org>
904
905         * configure.ac: - Release 0.4.1.5
906
907 2007-04-26 16:45 +0000 [r8474]  Jan Rękorajski <baggins/at/pld-linux.org>
908
909         * setsysfont: - replaced sed with awk
910
911 2007-04-26 15:56 +0000 [r8473]  Jan Rękorajski <baggins/at/pld-linux.org>
912
913         * rc.d/init.d/network, sysconfig/network-scripts/ifup,
914           sysconfig/network-scripts/ifdown, ppp/ip-up.d/logger,
915           rc.d/rc.sysinit, run-parts, sysconfig/interfaces/up.d/ppp/logger,
916           ppp/ip-down.d/logger, sysconfig/interfaces/down.d/ppp/logger,
917           sysconfig/hwprofiles/Makefile.am, service, rc.d/init.d/cpusets,
918           sysconfig/network-scripts/functions.network,
919           sysconfig/network-scripts/ifup-ipx: - use $() for command
920           substitution
921
922 2007-04-26 15:30 +0000 [r8472]  Jan Rękorajski <baggins/at/pld-linux.org>
923
924         * rc.d/init.d/functions: - unify command substitution (`` -> $())
925
926 2007-04-26 15:24 +0000 [r8471]  Jan Rękorajski <baggins/at/pld-linux.org>
927
928         * rc.d/init.d/functions: - typeset local in check_portmapper
929
930 2007-04-26 14:55 +0000 [r8470]  Jan Rękorajski <baggins/at/pld-linux.org>
931
932         * rc.d/init.d/functions: - generic check_portmapper function
933
934 2007-04-16 17:26 +0000 [r8460]  Jan Rękorajski <baggins/at/pld-linux.org>
935
936         * sysconfig/network-scripts/functions.network: - use shell
937           construct instead of grep in calcnetmask
938
939 2007-04-16 16:21 +0000 [r8459]  Jan Rękorajski <baggins/at/pld-linux.org>
940
941         * sysconfig/network-scripts/functions.network: - calcprefix without
942           need of awk
943
944 2007-04-14 21:55 +0000 [r8458]  Paweł Gołaszewski <blues/at/pld-linux.org>
945
946         * rc.d/init.d/functions: - allow to have more than one line in
947           pidfile
948
949 2007-03-20 12:09 +0000 [r8389]  Jan Rękorajski <baggins/at/pld-linux.org>
950
951         * rc.d/init.d/network: - simpler way to umount nfs4
952
953 2007-03-20 11:53 +0000 [r8388]  Jan Rękorajski <baggins/at/pld-linux.org>
954
955         * rc.d/init.d/network: - unmount NFSv4 filesystems
956
957 2007-03-20 11:48 +0000 [r8387]  Jan Rękorajski <baggins/at/pld-linux.org>
958
959         * rc.d/rc.sysinit: - cleaner solution for empty hostname
960
961 2007-03-19 18:58 +0000 [r8384]  Jan Rękorajski <baggins/at/pld-linux.org>
962
963         * rc.d/rc.sysinit: - nfs4 is also non-local fs
964
965 2007-03-19 17:27 +0000 [r8383]  Jan Rękorajski <baggins/at/pld-linux.org>
966
967         * rc.d/rc.sysinit: - in case of empty HOSTNAME set it to what the
968           kernel thinks it is (for example workstation with kernel level IP
969           config and / over NFS)
970
971 2007-03-15 17:19 +0000 [r8379]  Elan Ruusamäe <glen/at/pld-linux.org>
972
973         * rc.d/rc.sysinit: - can start blogd rather earlier
974
975 2007-03-14 18:51 +0000 [r8378]  Jan Rękorajski <baggins/at/pld-linux.org>
976
977         * rc.d/init.d/cpusets: - fixed glen's misoptimization
978
979 2007-03-13 17:11 +0000 [r8372-8373]  Elan Ruusamäe <glen/at/pld-linux.org>
980
981         * rc.d/init.d/template.init: - avoid doing something silly if plain
982           template is used
983
984         * rc.d/init.d/template.init: - start does not have exit code
985
986 2007-03-09 21:10 +0000 [r8371]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
987
988         * sysconfig/interfaces/ifcfg-eth0: Add sfq as default qdisc.
989
990 2007-03-07 10:24 +0000 [r8367]  Elan Ruusamäe <glen/at/pld-linux.org>
991
992         * changelog.sh: - correct comment
993
994 2007-03-02 15:37 +0000 [r8323]  Elan Ruusamäe <glen/at/pld-linux.org>
995
996         * changelog.sh: - detect users file charset
997
998 2007-02-27 21:10 +0000 [r8311-8313]  Elan Ruusamäe <glen/at/pld-linux.org>
999
1000         * rc.d/init.d/random: - comment says do not, so won't!
1001
1002         * rc.d/init.d/network, rc.d/init.d/local, rc.d/init.d/random,
1003           rc.d/init.d/cpusets, rc.d/init.d/allowlogin: - well, PLDIZE!
1004
1005         * rc.d/init.d/Makefile.am, rc.d/init.d/network, rc.d/init.d/local,
1006           rc.d/init.d/sys-chroots, rc.d/init.d/template.init,
1007           rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/killall,
1008           rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
1009           rc.d/init.d/functions: - vim autodetects syntax from shebang
1010
1011 2007-02-25 00:59 +0000 [r8290-8293]  Elan Ruusamäe <glen/at/pld-linux.org>
1012
1013         * configure.ac: - Release 0.4.1.4
1014
1015         * rc.d/init.d/Makefile.am, rc.d/init.d/timezone (removed),
1016           sysconfig/Makefile.am, sysconfig/timezone (removed): - timezone
1017           moved to tzdata.spec
1018
1019         * DEVELOPMENT: - sync order
1020
1021         * DEVELOPMENT: - how to make release
1022
1023 2007-02-08 15:42 +0000 [r8239]  Elan Ruusamäe <glen/at/pld-linux.org>
1024
1025         * sysconfig/network-scripts/functions.network: - allow tnlcfg-
1026           prefix in interface CONFIGs
1027
1028 2007-02-05 18:54 +0000 [r8223]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1029
1030         * rc.d/rc.sysinit: Delay (or even skip) clock setting if /dev/rtc
1031           doesn't exist.
1032
1033 2007-02-04 21:39 +0000 [r8222]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1034
1035         * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm: Update from
1036           Mateusz Korniak.
1037
1038 2007-01-28 14:25 +0000 [r8209-8210]  Elan Ruusamäe <glen/at/pld-linux.org>
1039
1040         * rc.d/rc.sysinit, rc.d/init.d/functions: - $CONSOLETYPE used only
1041           in rc.sysinit
1042
1043         * rc.d/init.d/functions: - termput() cannot cache in shell vars as
1044           it's always called from subshell
1045
1046 2007-01-28 14:08 +0000 [r8207-8208]  Elan Ruusamäe <glen/at/pld-linux.org>
1047
1048         * sysconfig/init-colors, sysconfig/init-colors.gentoo: Typo.
1049
1050         * sysconfig/system: Add VSERVER option here.
1051
1052 2007-01-22 19:15 +0000 [r8194]  Elan Ruusamäe <glen/at/pld-linux.org>
1053
1054         * sysconfig/network-scripts/ifdown: - do sleep 1 only when bringing
1055           down with dhcpcd
1056
1057 2007-01-22 19:12 +0000 [r8192-8193]  Elan Ruusamäe <glen/at/pld-linux.org>
1058
1059         * sysconfig/network-scripts/ifdown: - reuase $DHCP_CLIENT
1060
1061         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
1062           sysconfig/network-scripts/functions.network: - be sure that dhcp
1063           client detection is same for ifup and ifdown
1064
1065 2007-01-22 18:47 +0000 [r8189-8191]  Elan Ruusamäe <glen/at/pld-linux.org>
1066
1067         * sysconfig/network-scripts/ifup-routes: - kill subshell
1068
1069         * sysconfig/network-scripts/ifup-neigh: - IPV4_NETWORKING does not
1070           change it's value in a loop.
1071
1072         * sysconfig/network-scripts/ifup-aliases,
1073           sysconfig/network-scripts/ifup-routes,
1074           sysconfig/network-scripts/ifup-neigh: - updated comments
1075
1076 2007-01-22 18:41 +0000 [r8188]  Elan Ruusamäe <glen/at/pld-linux.org>
1077
1078         * sysconfig/network-scripts/ifup-aliases,
1079           sysconfig/network-scripts/ifup-routes,
1080           sysconfig/network-scripts/ifup-post,
1081           sysconfig/network-scripts/ifup-neigh: ifup-{aliases,routes,neigh}
1082           are now sourced instead of executed
1083
1084 2007-01-22 18:37 +0000 [r8187]  Elan Ruusamäe <glen/at/pld-linux.org>
1085
1086         * sysconfig/network-scripts/ifup-aliases: Die debug
1087
1088 2007-01-22 18:16 +0000 [r8186]  Elan Ruusamäe <glen/at/pld-linux.org>
1089
1090         * sysconfig/network-scripts/functions.network: Cache hostname
1091           output to call it less times
1092
1093 2007-01-22 18:09 +0000 [r8185]  Elan Ruusamäe <glen/at/pld-linux.org>
1094
1095         * sysconfig/network-scripts/functions.network: Less subshells in
1096           source_config().
1097
1098 2007-01-18 20:20 +0000 [r8173]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1099
1100         * sysconfig/network-scripts/ifup-aliases: Find out number of
1101           aliases from ifcfg-xyz file.
1102
1103 2007-01-16 23:00 +0000 [r8171]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1104
1105         * sysconfig/network-scripts/ifup-br: multicast/arp should be set on
1106           slave devices (patch by Szymon Siwek).
1107
1108 2007-01-11 14:29 +0000 [r8152-8153]  Elan Ruusamäe <glen/at/pld-linux.org>
1109
1110         * configure.ac: Release 0.4.1.3
1111
1112         * make-tag.sh (added): Nifty script to make releases in svn tagged.
1113
1114 2007-01-11 14:19 +0000 [r8149]  Elan Ruusamäe <glen/at/pld-linux.org>
1115
1116         * changelog.sh: Autodetect svn path.
1117
1118 2007-01-11 14:15 +0000 [r8147-8148]  Elan Ruusamäe <glen/at/pld-linux.org>
1119
1120         * autogen.sh: Changelog generation moved to separate script.
1121
1122         * changelog.sh (added): Based on geninitrd/changelog.sh
1123
1124 2007-01-11 14:11 +0000 [r8145]  Elan Ruusamäe <glen/at/pld-linux.org>
1125
1126         * Makefile.am: Fix for make distcheck.
1127
1128 2006-12-18 21:28 +0000 [r8111]  Elan Ruusamäe <glen/at/pld-linux.org>
1129
1130         * sysctl.conf: Add kernel.core_uses_pid
1131
1132 2006-12-14 08:08 +0000 [r8100-8101]  Elan Ruusamäe <glen/at/pld-linux.org>
1133
1134         * sysconfig/system: Typo.
1135
1136         * sysconfig/system: Spelling
1137
1138 2006-12-08 12:17 +0000 [r8088]  Elan Ruusamäe <glen/at/pld-linux.org>
1139
1140         * Makefile.am: Create /var/cache/rc-scripts/msg.cache on install.
1141
1142 2006-12-08 12:07 +0000 [r8087]  Elan Ruusamäe <glen/at/pld-linux.org>
1143
1144         * sysconfig/network: Add $NETWORKING back, as it's used by a lot of
1145           initscripts
1146
1147 2006-12-07 22:24 +0000 [r8086]  Elan Ruusamäe <glen/at/pld-linux.org>
1148
1149         * rc.d/init.d/cpusets: Error exit code
1150
1151 2006-12-07 21:52 +0000 [r8085]  Elan Ruusamäe <glen/at/pld-linux.org>
1152
1153         * rc.d/init.d/network: Small cosmetics.
1154
1155 2006-12-07 21:47 +0000 [r8083-8084]  Elan Ruusamäe <glen/at/pld-linux.org>
1156
1157         * rc.d/init.d/network: Reindent.
1158
1159         * rc.d/init.d/network: Small reorganizing.
1160
1161 2006-12-07 21:42 +0000 [r8080-8082]  Elan Ruusamäe <glen/at/pld-linux.org>
1162
1163         * sysconfig/network: $NETWORKING was supposed to be obsoleted.
1164
1165         * rc.d/init.d/network: $NETWORKING was supposed to be obsoleted.
1166
1167         * rc.d/init.d/sys-chroots: Optimize for faster exit if not
1168           configured.
1169
1170 2006-12-07 21:32 +0000 [r8077-8079]  Elan Ruusamäe <glen/at/pld-linux.org>
1171
1172         * rc.d/init.d/killall: As we don't source functions, we must set
1173           sane PATH to ensure security
1174
1175         * rc.d/init.d/local: As we don't source functions, we must set sane
1176           PATH to ensure security
1177
1178         * rc.d/init.d/killall: Probability that there exists init.d/$subsys
1179           is bigger than init.d/$subsys.init.
1180
1181 2006-12-07 21:18 +0000 [r8076]  Elan Ruusamäe <glen/at/pld-linux.org>
1182
1183         * rc.d/init.d/cpusets: Exit early if cpusets not enabled in
1184           sysconfig/system.
1185
1186 2006-12-05 17:39 +0000 [r8073]  Elan Ruusamäe <glen/at/pld-linux.org>
1187
1188         * rc.d/rc.shutdown: Fixes for /usr on separate parition (not
1189           tested!).
1190
1191 2006-12-05 17:32 +0000 [r8072]  Elan Ruusamäe <glen/at/pld-linux.org>
1192
1193         * rc.d/init.d/functions: Store cachefile in /var, read/write errors
1194           are ignored anyway.
1195
1196 2006-12-05 17:07 +0000 [r8070]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1197
1198         * configure.ac: Release 0.4.0.2.
1199
1200 2006-11-27 12:36 +0000 [r8006]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1201
1202         * rc.d/rc.sysinit: Revert remounting based on /proc/mounts entries
1203           (current rootfs state is not reflected there).
1204
1205 2006-11-26 14:35 +0000 [r7999]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1206
1207         * AUTHORS: Readd timezone setup & resolvesymlink to Paweł Wilk.
1208
1209 2006-11-26 10:05 +0000 [r7998]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1210
1211         * AUTHORS, src/Makefile.am: Fix resolvesymlink_SOURCE typo. Updated
1212           Paweł Wilk email address.
1213
1214 2006-11-26 10:02 +0000 [r7997]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1215
1216         * rc.d/rc.shutdown, AUTHORS, src/pci-config.c (removed), po/pl.po,
1217           rc-scripts.spec.in, src/Makefile.am, rc.d/init.d/functions:
1218           Revert nVidia madness. rc-scripts is not a place for such
1219           workaround.
1220
1221 2006-11-26 08:06 +0000 [r7993]  Paweł Wilk <siefca/at/pld-linux.org>
1222
1223         * rc.d/init.d/functions: - small improvement in
1224           forcedeth_wourkaround()
1225
1226 2006-11-25 20:36 +0000 [r7992]  Paweł Wilk <siefca/at/pld-linux.org>
1227
1228         * rc.d/init.d/functions: - added important check in
1229           forcedeth_workaround() which detects co-working drivers
1230
1231 2006-11-25 16:01 +0000 [r7991]  Paweł Wilk <siefca/at/pld-linux.org>
1232
1233         * po/pl.po: - added translation for WOL work-around message
1234
1235 2006-11-25 12:09 +0000 [r7989]  Paweł Wilk <siefca/at/pld-linux.org>
1236
1237         * rc.d/rc.shutdown, AUTHORS, src/pci-config.c (added),
1238           rc-scripts.spec.in, src/Makefile.am, rc.d/init.d/functions: -
1239           added Wake-On-Lan work-around for nForce ethernet drivers - added
1240           pci-config utility which allows power state manipulation and
1241           devices listing
1242
1243 2006-11-19 15:45 +0000 [r7986]  Elan Ruusamäe <glen/at/pld-linux.org>
1244
1245         * sysctl.conf: Add dev.rtc.max-user-freq.
1246
1247 2006-11-01 22:53 +0000 [r7938]  Elan Ruusamäe <glen/at/pld-linux.org>
1248
1249         * rc.d/init.d/functions: Ignore errors if msg cachefile can not be
1250           written (functions sourced by non-root user of readonly
1251           filesystem).
1252
1253 2006-11-01 13:23 +0000 [r7931]  Elan Ruusamäe <glen/at/pld-linux.org>
1254
1255         * sysconfig/network-scripts/functions.network: Avoid "RTNETLINK
1256           answers: File exists" message and say possible cause instead.
1257
1258 2006-11-01 13:09 +0000 [r7930]  Elan Ruusamäe <glen/at/pld-linux.org>
1259
1260         * sysconfig/network-scripts/ifup: Pointless subshell dropped
1261
1262 2006-11-01 00:35 +0000 [r7926]  Paweł Gołaszewski <blues/at/pld-linux.org>
1263
1264         * sysconfig/interfaces/ifcfg-description: - more docs
1265
1266 2006-10-23 14:11 +0000 [r7894]  Marcin Winkler <mwinkler/at/pld-linux.org>
1267
1268         * rc.d/init.d/network: - fix s@usb@usr@
1269
1270 2006-10-19 14:15 +0000 [r7878]  Elan Ruusamäe <glen/at/pld-linux.org>
1271
1272         * rc.d/init.d/functions: Avoid heredoc, pdksh makes tmpfile then.
1273
1274 2006-10-19 13:06 +0000 [r7875]  Elan Ruusamäe <glen/at/pld-linux.org>
1275
1276         * rc.d/rc.sysinit: Fix syntax errors.
1277
1278 2006-10-19 09:55 +0000 [r7871]  Elan Ruusamäe <glen/at/pld-linux.org>
1279
1280         * rc.d/rc.sysinit: Simplify.
1281
1282 2006-10-18 20:02 +0000 [r7869]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1283
1284         * rc.d/rc.sysinit: Detect more posible cases when rootfs is read
1285           only.
1286
1287 2006-10-18 12:22 +0000 [r7868]  Elan Ruusamäe <glen/at/pld-linux.org>
1288
1289         * sysconfig/network-scripts/functions.network: Avoid bringing down
1290           eth0 in case of bad config.
1291
1292 2006-10-18 11:55 +0000 [r7867]  Elan Ruusamäe <glen/at/pld-linux.org>
1293
1294         * rc.d/init.d/network: Remove ifcfg- prefix from interface names.
1295
1296 2006-10-15 11:22 +0000 [r7856]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1297
1298         * sysconfig/network-scripts/tnlup: Load sit module for sit tunnels.
1299
1300 2006-10-13 06:34 +0000 [r7853]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1301
1302         * configure.ac: Prepare for 0.4.1.1 (beta1).
1303
1304 2006-10-13 06:23 +0000 [r7851-7852]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1305
1306         * man/Makefile.am: Add getkey.1
1307
1308         * src/getkey.c, man/getkey.1 (added): Updated.
1309
1310 2006-10-12 21:07 +0000 [r7849-7850]  Elan Ruusamäe <glen/at/pld-linux.org>
1311
1312         * sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
1313           sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
1314           sysconfig/interfaces/ifcfg-eth0.1,
1315           sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
1316           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Propset Id
1317
1318         * sysconfig/interfaces/ifcfg-ppp0.callback,
1319           sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
1320           sysconfig/interfaces/ifcfg-description,
1321           sysconfig/interfaces/ifcfg-br0,
1322           sysconfig/interfaces/ifcfg-ppp0.tpsa,
1323           sysconfig/interfaces/ifcfg-irlan0,
1324           sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
1325           sysconfig/interfaces/ifcfg-ppp0.leased1,
1326           sysconfig/interfaces/ifcfg-ppp0.leased2,
1327           sysconfig/interfaces/ifcfg-sl0,
1328           sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
1329           sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
1330           sysconfig/interfaces/ifcfg-irda0,
1331           sysconfig/interfaces/ifcfg-eth0.1,
1332           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada,
1333           sysconfig/interfaces/ifcfg-eth0: Unify file header.
1334
1335 2006-10-12 19:49 +0000 [r7848]  Elan Ruusamäe <glen/at/pld-linux.org>
1336
1337         * sysconfig/static-routes: Add sample of single host routing
1338
1339 2006-10-05 20:39 +0000 [r7842]  Elan Ruusamäe <glen/at/pld-linux.org>
1340
1341         * rc.d/rc.sysinit: Use simple if.
1342
1343 2006-10-05 17:22 +0000 [r7840-7841]  Elan Ruusamäe <glen/at/pld-linux.org>
1344
1345         * rc.d/rc.sysinit: There are no comments in /proc/mounts.
1346
1347         * rc.d/rc.sysinit: There could be multiple entries for root dir.
1348
1349 2006-10-02 22:03 +0000 [r7839]  Paweł Sikora <pluto/at/pld-linux.org>
1350
1351         * sysconfig/network-scripts/functions.network: - wireless-tools >=
1352           29 uses `nick' command.
1353
1354 2006-09-30 10:50 +0000 [r7827]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1355
1356         * sysconfig/network-scripts/ifup-br: Update brctl parameters to
1357           mach new version of bridge-utils (should be backward compatible).
1358           By Szymon Siwek.
1359
1360 2006-09-28 23:38 +0000 [r7826]  Elan Ruusamäe <glen/at/pld-linux.org>
1361
1362         * sysctl.conf: Default local port range is too evil. can't even
1363           start mysqld!
1364
1365 2006-09-28 14:35 +0000 [r7823]  Elan Ruusamäe <glen/at/pld-linux.org>
1366
1367         * rc.d/rc.sysinit: Remount rootfs only if it's not already rw (or
1368           it's better to ignore remount errors?)
1369
1370 2006-09-27 22:30 +0000 [r7820]  Elan Ruusamäe <glen/at/pld-linux.org>
1371
1372         * rc.d/rc.sysinit: Relax fstab format when finding rootfs passno
1373           (allow comments at the end of line).
1374
1375 2006-09-27 13:35 +0000 [r7819]  Elan Ruusamäe <glen/at/pld-linux.org>
1376
1377         * rc.d/rc.sysinit: Optimize less uname -r calls.
1378
1379 2006-09-26 23:59 +0000 [r7818]  Elan Ruusamäe <glen/at/pld-linux.org>
1380
1381         * rc.d/rc.sysinit: Reflect init_gettext function rename.
1382
1383 2006-09-26 23:48 +0000 [r7817]  Elan Ruusamäe <glen/at/pld-linux.org>
1384
1385         * rc.d/init.d/functions: Add checking of msg cache validity. $TPUT
1386           and $GETTEXT need to be set before msg cache can be generated.
1387
1388 2006-09-24 09:35 +0000 [r7806]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1389
1390         * rc-scripts.spec.in: rc.local is now run from init.d/local script.
1391
1392 2006-09-24 09:29 +0000 [r7805]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1393
1394         * configure.ac: Prepare for 0.4.1.0 release (consider it beta).
1395
1396 2006-09-18 23:09 +0000 [r7794]  Elan Ruusamäe <glen/at/pld-linux.org>
1397
1398         * rc.d/rc.sysinit, rc.d/init.d/functions: Allow /usr being mounted
1399           afterwards.
1400
1401 2006-09-18 19:06 +0000 [r7793]  Elan Ruusamäe <glen/at/pld-linux.org>
1402
1403         * rc.d/init.d/allowlogin: Drop superfluous default setting.
1404
1405 2006-09-18 19:02 +0000 [r7792]  Elan Ruusamäe <glen/at/pld-linux.org>
1406
1407         * rc.d/init.d/sys-chroots: Don't touch chkconfig symlinks on
1408           chroot, instead play with network subsys lockfile. This allows
1409           you define sys-chroots from livecd without corrupting that
1410           chroot.
1411
1412 2006-09-18 18:58 +0000 [r7791]  Elan Ruusamäe <glen/at/pld-linux.org>
1413
1414         * rc.d/init.d/sys-chroots, rc.d/rc, rc.d/rc.sysinit,
1415           rc.d/init.d/allowlogin: /etc/sysconfig/system already loaded by
1416           init.d/functions. Adjust defaults if no sysconfig/system is
1417           present (so the checks stay same after these changes).
1418
1419 2006-09-18 18:50 +0000 [r7790]  Elan Ruusamäe <glen/at/pld-linux.org>
1420
1421         * rc.d/rc.sysinit: RUN_LDCONFIG not used here.
1422
1423 2006-09-18 17:55 +0000 [r7789]  Elan Ruusamäe <glen/at/pld-linux.org>
1424
1425         * rc.d/init.d/functions: Corrected tput check.
1426
1427 2006-09-18 12:41 +0000 [r7788]  Elan Ruusamäe <glen/at/pld-linux.org>
1428
1429         * rc.d/init.d/functions: Trap and hide errors when reading msg
1430           cachefile.
1431
1432 2006-09-17 22:06 +0000 [r7787]  Elan Ruusamäe <glen/at/pld-linux.org>
1433
1434         * rc.d/init.d/functions: Punctuation.
1435
1436 2006-09-17 21:52 +0000 [r7786]  Elan Ruusamäe <glen/at/pld-linux.org>
1437
1438         * rc.d/init.d/functions: No need to force any settings for initng.
1439
1440 2006-09-17 19:05 +0000 [r7785]  Elan Ruusamäe <glen/at/pld-linux.org>
1441
1442         * rc.d/init.d/timezone: Use lockfiles.
1443
1444 2006-09-17 18:34 +0000 [r7784]  Elan Ruusamäe <glen/at/pld-linux.org>
1445
1446         * rc.d/init.d/functions: Cache colors in filesystem too.
1447
1448 2006-09-17 18:21 +0000 [r7783]  Elan Ruusamäe <glen/at/pld-linux.org>
1449
1450         * rc.d/init.d/functions: busy(), ok(), started(), are constant so
1451           their values can be cached.
1452
1453 2006-09-17 18:15 +0000 [r7781-7782]  Elan Ruusamäe <glen/at/pld-linux.org>
1454
1455         * rc.d/init.d/functions: Buffer show() function so the display to
1456           be more smooth.
1457
1458         * rc.d/init.d/functions: Correct show() function printf handling.
1459
1460 2006-09-17 17:53 +0000 [r7779-7780]  Elan Ruusamäe <glen/at/pld-linux.org>
1461
1462         * rc.d/init.d/template.init: RETVAL is set by start(); if any.
1463
1464         * rc.d/init.d/sys-chroots: RETVAL is set by start(); if any.
1465
1466 2006-09-17 17:10 +0000 [r7778]  Elan Ruusamäe <glen/at/pld-linux.org>
1467
1468         * rc.d/init.d/template.init: Demonstrate use of functions.
1469
1470 2006-09-17 17:06 +0000 [r7777]  Elan Ruusamäe <glen/at/pld-linux.org>
1471
1472         * rc.d/init.d/network: Shortcuts for vserver.
1473
1474 2006-09-17 16:59 +0000 [r7776]  Elan Ruusamäe <glen/at/pld-linux.org>
1475
1476         * rc.d/init.d/cpusets: Merge optimzations from network script.
1477
1478 2006-09-17 16:52 +0000 [r7775]  Elan Ruusamäe <glen/at/pld-linux.org>
1479
1480         * rc.d/init.d/network: Add bug-5795.patch (assume it's correct).
1481
1482 2006-09-17 16:47 +0000 [r7774]  Elan Ruusamäe <glen/at/pld-linux.org>
1483
1484         * rc.d/init.d/network, rc.d/init.d/timezone,
1485           rc.d/init.d/sys-chroots, rc.d/init.d/cpusets: Use functions to
1486           avoid reexec for restart.
1487
1488 2006-09-17 16:27 +0000 [r7771-7773]  Elan Ruusamäe <glen/at/pld-linux.org>
1489
1490         * rc.d/init.d/local, rc.d/init.d/sys-chroots: Propset Id
1491
1492         * rc.d/init.d/local: Update chkconfig description.
1493
1494         * rc.d/init.d/local, rc.d/init.d/cpusets: LSB compliance.
1495
1496 2006-09-17 15:57 +0000 [r7770]  Elan Ruusamäe <glen/at/pld-linux.org>
1497
1498         * rc.d/init.d/functions: Cache termput calls within same script.
1499
1500 2006-09-17 15:42 +0000 [r7769]  Elan Ruusamäe <glen/at/pld-linux.org>
1501
1502         * rc.d/init.d/functions: Kill bogus +arg checks.
1503
1504 2006-09-17 15:29 +0000 [r7768]  Elan Ruusamäe <glen/at/pld-linux.org>
1505
1506         * rc.d/init.d/functions: Always use cached in show() function
1507           (There's no benefit of doing otherwise).
1508
1509 2006-09-17 15:18 +0000 [r7765-7767]  Elan Ruusamäe <glen/at/pld-linux.org>
1510
1511         * rc.d/init.d/functions: Cleanup nls() function.
1512
1513         * rc.d/init.d/functions: Avoid overwriting global NLS_DOMAIN if can
1514           do without.
1515
1516         * rc.d/init.d/functions: Keep state of have gettext and have tput
1517           per whole initscript.
1518
1519 2006-09-17 15:01 +0000 [r7764]  Elan Ruusamäe <glen/at/pld-linux.org>
1520
1521         * rc.d/init.d/functions: Use buggy awk-printf wrapper only if
1522           /bin/printf is not available.
1523
1524 2006-09-17 13:49 +0000 [r7763]  Elan Ruusamäe <glen/at/pld-linux.org>
1525
1526         * rc.d/init.d/Makefile.am, rc.d/init.d/local (added): Use locking
1527           for rc.local , so that it's no longer invoked between runlevel
1528           changes.
1529
1530 2006-09-17 13:36 +0000 [r7761-7762]  Elan Ruusamäe <glen/at/pld-linux.org>
1531
1532         * rc.d/init.d/cpusets: Cosmetics for vim
1533
1534         * rc.d/init.d/network, rc.d/init.d/timezone, rc.d/init.d/random,
1535           rc.d/init.d/allowlogin: LSB compliance
1536
1537 2006-09-17 13:26 +0000 [r7758-7760]  Elan Ruusamäe <glen/at/pld-linux.org>
1538
1539         * rc.d/init.d/single: Adjust indent.
1540
1541         * rc.d/init.d/network, rc.d/init.d/single, rc.d/init.d/cpusets:
1542           Sane $PATH is initialized in init.d/functions.
1543
1544         * rc.d/init.d/network, rc.d/init.d/timezone, rc.d/init.d/random,
1545           rc.d/init.d/single, rc.d/init.d/cpusets, rc.d/init.d/allowlogin:
1546           NLS_DOMAIN="rc-scripts" is the default setting, remove.
1547
1548 2006-09-09 19:13 +0000 [r7745]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1549
1550         * sysconfig/network-scripts/ifdown: Allow to kill
1551           dhcp/wpa_supplicant daemon even if device disappears/is down due
1552           to some reasons.
1553
1554 2006-09-08 18:35 +0000 [r7739]  Radosław Zieliński <radek/at/pld-linux.org>
1555
1556         * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
1557           sysconfig/network-scripts/ifup-ppp: - speedtouch-neostrada fixes:
1558           - use modem_run in kernel mode only if PPPOA_FIRMWARE is not
1559           empty; comment out PPPOA_FIRMWARE in default ifcfg-ppp0 - comment
1560           out MTU=1452; doesn't work (for me) if it's defined
1561
1562 2006-08-31 11:58 +0000 [r7694]  Elan Ruusamäe <glen/at/pld-linux.org>
1563
1564         * sysconfig/interfaces/ifcfg-description: Correct english
1565           description.
1566
1567 2006-08-31 09:51 +0000 [r7693]  Elan Ruusamäe <glen/at/pld-linux.org>
1568
1569         * sysconfig/network-scripts/ifup: Restore basename change.
1570
1571 2006-08-31 07:26 +0000 [r7692]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1572
1573         * sysconfig/network-scripts/ifup,
1574           sysconfig/network-scripts/functions.network: Detect if wireless
1575           interface is turned on.
1576
1577 2006-08-10 12:14 +0000 [r7656]  Jan Rękorajski <baggins/at/pld-linux.org>
1578
1579         * rc.d/init.d/network: - check for /usb/bin/wc existence (in case
1580           of /usr over NFS)
1581
1582 2006-07-24 14:02 +0000 [r7546]  Elan Ruusamäe <glen/at/pld-linux.org>
1583
1584         * sysconfig/interfaces/ifcfg-irlan0, doc/net-scripts.txt:
1585           s/BOOTMETHOD/BOOTPROTO/g once more.
1586
1587 2006-07-24 13:59 +0000 [r7544-7545]  Elan Ruusamäe <glen/at/pld-linux.org>
1588
1589         * sysconfig/network-scripts/ifup: Default $DHCP_HOSTNAME to
1590           $HOSTNAME.
1591
1592         * sysconfig/network-scripts/ifup: Optimize: remove three basename
1593           calls
1594
1595 2006-07-20 14:13 +0000 [r7537]  Elan Ruusamäe <glen/at/pld-linux.org>
1596
1597         * TODO: - killproc() s%!&*ks
1598
1599 2006-07-19 16:38 +0000 [r7535]  Jan Rękorajski <baggins/at/pld-linux.org>
1600
1601         * sysconfig/hwprofiles/files: - added xorg.conf
1602
1603 2006-07-09 08:06 +0000 [r7499]  Adam Gołębiowski <adamg/at/pld-linux.org>
1604
1605         * sysconfig/network-scripts/functions.network: - typo; noticed by
1606           Szymon Siwek (sls (at) poczta wp pl)
1607
1608 2006-07-04 14:59 +0000 [r7491]  Elan Ruusamäe <glen/at/pld-linux.org>
1609
1610         * TODO: Add LVM on dmraid problem
1611
1612 2006-05-28 19:05 +0000 [r7454]  Elan Ruusamäe <glen/at/pld-linux.org>
1613
1614         * autogen.sh: Always run changelog generation when asked. Obfuscate
1615           email addreses here. Use mktemp if available. Allow various
1616           locations for CVSROOT/users file.
1617
1618 2006-05-23 15:38 +0000 [r7436]  Elan Ruusamäe <glen/at/pld-linux.org>
1619
1620         * sysconfig/network-scripts/functions.network: Try harder to get
1621           value for WLAN_NICKNAME.
1622
1623 2006-05-15 23:18 +0000 [r7408]  Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
1624
1625         * sysctl.conf: - grsecurity options updated
1626
1627 2006-05-07 17:33 +0000 [r7394]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1628
1629         * configure.ac: Release 0.4.0.27.
1630
1631 2006-05-07 17:27 +0000 [r7391-7393]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1632
1633         * rc-scripts.spec.in: Add sysconfig/hwprofiles dir.
1634
1635         * rc.d/rc.shutdown: Speedup shutdown (glen).
1636
1637         * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
1638           sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
1639           sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.gprs-idea to
1640           makefiles. Add proper initstring to ifcfg-ppp0.gprs-plusgsm.
1641           Another PHONE for gprs-idea (this one works for me with ipaq over
1642           BT).
1643
1644 2006-05-07 17:18 +0000 [r7390]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1645
1646         * sysconfig/interfaces/data/Makefile.am, sysconfig/Makefile.am,
1647           doc/Makefile.am, sysconfig/interfaces/up.d/all/Makefile.am,
1648           sysconfig/hwprofiles/Makefile.am,
1649           sysconfig/interfaces/Makefile.am,
1650           sysconfig/interfaces/down.d/all/Makefile.am: Avoid installing
1651           files that aren't packaged (glen).
1652
1653 2006-05-07 11:09 +0000 [r7389]  Elan Ruusamäe <glen/at/pld-linux.org>
1654
1655         * rc.d/init.d/network: Fix missing $bootprio.
1656
1657 2006-05-07 10:46 +0000 [r7388]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1658
1659         * rc.d/init.d/network: Fix interfaces_boot detection (Adam Ryba).
1660
1661 2006-04-25 07:20 +0000 [r7370]  Elan Ruusamäe <glen/at/pld-linux.org>
1662
1663         * rc.d/rc: Tabs.
1664
1665 2006-03-23 09:22 +0000 [r7293]  Tomasz Pala <gotar/at/pld-linux.org>
1666
1667         * sysconfig/network: - hostname -h [...] Unless you are using bind
1668           or NIS for host lookups you can change the FQDN (Fully Qualified
1669           Domain Name) and the DNS domain name (which is part of the FQDN)
1670           in the /etc/hosts file.
1671
1672 2006-03-22 19:54 +0000 [r7279]  Elan Ruusamäe <glen/at/pld-linux.org>
1673
1674         * rc.d/rc.sysinit: Vserver speedup (skips extra 5 second delay in
1675           some cases)
1676
1677 2006-03-20 17:22 +0000 [r7253]  Radosław Zieliński <radek/at/pld-linux.org>
1678
1679         * rc.d/rc.sysinit: - allow \t in "alias usb-controller" (from
1680           Lukasz Masko, nov 2005)
1681
1682 2006-03-11 14:54 +0000 [r7144]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1683
1684         * sysconfig/network-scripts/ifup-ppp: Typo bugfix.
1685
1686 2006-03-09 17:54 +0000 [r7132]  Elan Ruusamäe <glen/at/pld-linux.org>
1687
1688         * rc.d/init.d/network: Tabs.
1689
1690 2006-03-09 17:47 +0000 [r7131]  Elan Ruusamäe <glen/at/pld-linux.org>
1691
1692         * rc.d/init.d/network: Rewritten configuration parsing portion
1693           (solves ~ and .rpmnew files ignorance). execve() calls reduced
1694           from 25 to 4. Tested with ash and ksh. There could be bugs!
1695
1696 2006-03-09 16:20 +0000 [r7127]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1697
1698         * configure.ac: Prepare for 0.4.0.26.
1699
1700 2006-03-09 14:58 +0000 [r7126]  Jan Rękorajski <baggins/at/pld-linux.org>
1701
1702         * rc.d/init.d/template.init: - no, please don't remove vim modeline
1703
1704 2006-03-09 11:21 +0000 [r7125]  Elan Ruusamäe <glen/at/pld-linux.org>
1705
1706         * rc.d/init.d/template.init: vim modeline is unneccessary here.
1707
1708 2006-03-08 15:07 +0000 [r7121]  Jan Rękorajski <baggins/at/pld-linux.org>
1709
1710         * rc.d/rc.sysinit: - human readable cleaning of /var/lock - and
1711           don't remove /var/lock/cvs
1712
1713 2006-03-05 13:41 +0000 [r7096]  Adam Gołębiowski <adamg/at/pld-linux.org>
1714
1715         * sysconfig/system: - typos
1716
1717 2006-03-03 21:54 +0000 [r7083]  Elan Ruusamäe <glen/at/pld-linux.org>
1718
1719         * rc.d/rc.sysinit: The is_no() function comes from functions, don't
1720           use it before it's defined
1721
1722 2006-02-27 18:09 +0000 [r7036]  Elan Ruusamäe <glen/at/pld-linux.org>
1723
1724         * setsysfont: Revert hardcoded part. Fix your config instead.
1725
1726 2006-02-27 17:49 +0000 [r7035]  Elan Ruusamäe <glen/at/pld-linux.org>
1727
1728         * rc.d/init.d/cpusets: - expand Id keyword
1729
1730 2006-02-27 13:47 +0000 [r7034]  Elan Ruusamäe <glen/at/pld-linux.org>
1731
1732         * rc.d/init.d/network: In vserver /sbin/ip is not required.
1733
1734 2006-02-26 11:05 +0000 [r7020]  Elan Ruusamäe <glen/at/pld-linux.org>
1735
1736         * rc.d/init.d/functions: Disable colors and enable FASTRC for
1737           initng.
1738
1739 2006-02-26 10:45 +0000 [r7019]  Elan Ruusamäe <glen/at/pld-linux.org>
1740
1741         * setsysfont: Unicode fixes.
1742
1743 2006-02-24 11:04 +0000 [r7006]  Elan Ruusamäe <glen/at/pld-linux.org>
1744
1745         * rc.d/rc.sysinit: Boot logging possibility with showconsole.
1746
1747 2006-02-23 14:43 +0000 [r7005]  Elan Ruusamäe <glen/at/pld-linux.org>
1748
1749         * rc.d/rc.sysinit: Respect fs_passno for rootfs when doing rootfs
1750           fsck. Enable paralell fsck for other filesystems.
1751
1752 2006-02-23 14:23 +0000 [r7004]  Elan Ruusamäe <glen/at/pld-linux.org>
1753
1754         * rc.d/rc.sysinit: Ignore "rootfs" when setting _ROOTFS_TYPE.
1755
1756 2006-02-23 13:57 +0000 [r7003]  Elan Ruusamäe <glen/at/pld-linux.org>
1757
1758         * rc.d/rc.sysinit: Make /dev/cpuset dir for udev. Check
1759           /proc/mounts instead of /proc/filesystems when filling /etc/mtab.
1760
1761 2006-02-23 10:38 +0000 [r7002]  Elan Ruusamäe <glen/at/pld-linux.org>
1762
1763         * rc-scripts.spec.in, inittab, rc.d/rc.sysinit, run-parts,
1764           doc/net-scripts.txt, doc/sysvinitfiles, rc.d/init.d/functions: We
1765           are PLD Linux (not just PLD).
1766
1767 2006-02-23 10:35 +0000 [r6999-7001]  Elan Ruusamäe <glen/at/pld-linux.org>
1768
1769         * sysconfig/init-colors: We are PLD Linux (not just PLD), fix
1770           init-colors.gentoo path.
1771
1772         * sysconfig/i18n: Have here also listed en_US.UTF-8
1773
1774         * sysconfig/interfaces/ifcfg-eth0: By default boot eth0 with dhcp.
1775           If you have static IP configuration, you need to edit this file
1776           anyway
1777
1778 2006-02-14 00:24 +0000 [r6972]  Jan Rękorajski <baggins/at/pld-linux.org>
1779
1780         * sysconfig/cpusets/cpuset-test, rc.d/init.d/cpusets: - cpuset
1781           virtualization support
1782
1783 2006-02-10 22:21 +0000 [r6965]  Elan Ruusamäe <glen/at/pld-linux.org>
1784
1785         * rc.d/rc.sysinit: Reverted last change
1786
1787 2006-02-10 19:47 +0000 [r6964]  Elan Ruusamäe <glen/at/pld-linux.org>
1788
1789         * rc.d/rc.sysinit: Disable DELAY_LOGIN for vserver, suggested by
1790           Patrys
1791
1792 2006-02-10 19:40 +0000 [r6960-6963]  Elan Ruusamäe <glen/at/pld-linux.org>
1793
1794         * rc.d/rc.sysinit: Remove stupid sleep 1
1795
1796         * rc.d/rc.sysinit: No SELinux labels for vserver
1797
1798         * rc.d/rc.sysinit: Fixing indent
1799
1800         * rc.d/rc.sysinit: setsysfont and selinux make no sense inside
1801           vserver (no devices attached)
1802
1803 2006-02-10 19:31 +0000 [r6959]  Elan Ruusamäe <glen/at/pld-linux.org>
1804
1805         * rc.d/rc.sysinit: Do not mount /proc in vserver
1806
1807 2006-02-10 19:17 +0000 [r6958]  Elan Ruusamäe <glen/at/pld-linux.org>
1808
1809         * rc.d/init.d/network: One can't (u)mount anything inside vserver,
1810           not even network mounts
1811
1812 2006-02-08 17:41 +0000 [r6952]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1813
1814         * rc.d/rc.sysinit: Redirect errors from mounts grepping to
1815           /dev/null.
1816
1817 2006-02-05 15:32 +0000 [r6922]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1818
1819         * sysconfig/system, rc.d/rc.sysinit: Rename PROMPT to RC_PROMPT
1820           (PROMPT is internal zsh variable). Fixed RC_PROMPT testing to
1821           work as described in sysconfig/system.
1822
1823 2006-01-21 13:49 +0000 [r6875-6876]  Elan Ruusamäe <glen/at/pld-linux.org>
1824
1825         * rc.d/init.d/template.init: Allow some actions when network is
1826           down (by ankry /at/ 2003-07-03).
1827
1828         * rc.d/init.d/template.init: - remove old syntax
1829
1830 2006-01-21 12:32 +0000 [r6874]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1831
1832         * sysconfig/interfaces/ifcfg-description: Describe current
1833           PPPoE/PPPoA config.
1834
1835 2006-01-21 12:18 +0000 [r6873]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1836
1837         * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
1838           sysconfig/network-scripts/ifup-ppp: Generic PPP over ATM support.
1839
1840 2006-01-20 18:02 +0000 [r6871]  Jan Rękorajski <baggins/at/pld-linux.org>
1841
1842         * rc.d/rc.sysinit: - give getkey a timeout of 5s, better safe than
1843           hung init process
1844
1845 2006-01-20 15:40 +0000 [r6869]  Jan Rękorajski <baggins/at/pld-linux.org>
1846
1847         * rc.d/init.d/functions: - skip filter_chroot() in vserver fixes
1848           running %pre/%post scripts for packages installed in vserver
1849
1850 2006-01-19 08:52 +0000 [r6864]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1851
1852         * sysconfig/interfaces/Makefile.am,
1853           sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada (added): Add
1854           ueagle example (abram).
1855
1856 2006-01-18 08:18 +0000 [r6844]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1857
1858         * configure.ac: Prepare for 0.4.0.25.
1859
1860 2006-01-15 12:01 +0000 [r6809]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1861
1862         * rc.d/init.d/sys-chroots, rc.d/rc.sysinit: Use correct chown
1863           user:group notation.
1864
1865 2006-01-13 18:07 +0000 [r6803]  Jan Rękorajski <baggins/at/pld-linux.org>
1866
1867         * rc.d/rc.sysinit: - more non-vserver stuff ifed
1868
1869 2006-01-12 16:21 +0000 [r6798-6800]  Jan Rękorajski <baggins/at/pld-linux.org>
1870
1871         * rc.d/rc.sysinit: - cleanup if vserver logic
1872
1873         * rc.d/rc.sysinit: - merge more vserver ifs
1874
1875         * rc.d/rc.sysinit: - typo
1876
1877 2006-01-12 16:10 +0000 [r6797]  Jan Rękorajski <baggins/at/pld-linux.org>
1878
1879         * rc.d/rc.sysinit: - more non-vserver things if'ed - kill psdevtab
1880           removal (file is obsolete since 1998)
1881
1882 2006-01-12 16:01 +0000 [r6796]  Jan Rękorajski <baggins/at/pld-linux.org>
1883
1884         * rc.d/rc.shutdown: - cleanup
1885
1886 2006-01-12 15:29 +0000 [r6795]  Jan Rękorajski <baggins/at/pld-linux.org>
1887
1888         * rc.d/rc.shutdown, rc.d/rc.sysinit: - skip swap/quota/acct in
1889           vserver
1890
1891 2006-01-10 20:59 +0000 [r6788]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1892
1893         * rc.d/rc.sysinit: mdadm now creates missing nodes when assembling
1894           an array.
1895
1896 2006-01-09 17:23 +0000 [r6781]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1897
1898         * sysconfig/network-scripts/functions.network: Typos fixed.
1899
1900 2006-01-08 21:53 +0000 [r6777]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1901
1902         * configure.ac: Prepare for 0.4.0.24.
1903
1904 2006-01-07 15:57 +0000 [r6762]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1905
1906         * sysconfig/network-scripts/functions.network: ESSID setting is
1907           done only once, at the end just before commit.
1908
1909 2006-01-06 15:57 +0000 [r6750]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1910
1911         * rc.d/rc.sysinit: Don't use run_cmd for starting udev since
1912           start_udev can handle messages itself.
1913
1914 2006-01-05 22:52 +0000 [r6747]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1915
1916         * rc.d/rc.sysinit, setsysfont: Fix console detection by not running
1917           setsysfont trough run_cmd (fixes utf8 font handling, too).
1918
1919 2006-01-04 12:16 +0000 [r6734]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1920
1921         * rc.d/rc.sysinit: No longer set hotplug stuff. Put that into
1922           sysctl.conf.
1923
1924 2006-01-01 20:16 +0000 [r6727]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1925
1926         * lang.sh: Process more locale variables (havner).
1927
1928 2006-01-01 20:12 +0000 [r6726]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1929
1930         * setsysfont: Include /etc/rc.d/init.d/functions.
1931
1932 2005-12-26 10:35 +0000 [r6709]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1933
1934         * sysconfig/network-scripts/functions.network: Fix WLAN power,
1935           txpower, retry settings. Patch by Łukasz Maśko.
1936
1937 2005-12-15 18:59 +0000 [r6651-6652]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1938
1939         * configure.ac: Preparations for 0.4.0.23.
1940
1941         * rc.d/rc.sysinit: modprobe with -s option so messages go to
1942           syslog.
1943
1944 2005-12-09 15:26 +0000 [r6627]  Jan Rękorajski <baggins/at/pld-linux.org>
1945
1946         * rc.d/rc.shutdown: - change reboot/halt message for vserver
1947           (request by glen)
1948
1949 2005-12-05 00:33 +0000 [r6598]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1950
1951         * sysconfig/network-scripts/ifup,
1952           sysconfig/interfaces/ifcfg-description: Up wireless device before
1953           setting any WLAN parameters support.
1954
1955 2005-12-05 00:29 +0000 [r6597]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1956
1957         * rc.d/rc.sysinit: udev loads core usb modules itself so
1958           /proc/bus/usb was never mounted here. Now we are checking for
1959           exact mount instead of just checking whether usb modules are
1960           loaded.
1961
1962 2005-11-24 15:25 +0000 [r6563]  Jan Rękorajski <baggins/at/pld-linux.org>
1963
1964         * rc.d/rc.sysinit, rc.d/init.d/functions: - remove duplicate
1965           entries in vserver guest /etc/mtab
1966
1967 2005-11-23 20:49 +0000 [r6561]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1968
1969         * setsysfont: Don't yell when there is no kbd installed.
1970
1971 2005-11-18 23:44 +0000 [r6541]  Jan Rękorajski <baggins/at/pld-linux.org>
1972
1973         * rc.d/rc.sysinit: - don't clear mtab on vserver guest
1974
1975 2005-11-17 22:54 +0000 [r6540]  Jan Rękorajski <baggins/at/pld-linux.org>
1976
1977         * rc.d/init.d/functions: - fixed vserver detection with legacy
1978           vserver code turned off
1979
1980 2005-11-16 18:45 +0000 [r6534]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1981
1982         * configure.ac: Update for 0.4.0.22.
1983
1984 2005-11-05 01:34 +0000 [r6520]  Elan Ruusamäe <glen/at/pld-linux.org>
1985
1986         * rc.d/rc.sysinit: - remove useless rm -f /var/run/hwprofile, which
1987           will never work as all filesystems are readonly at that point
1988
1989 2005-11-01 18:34 +0000 [r6510-6511]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1990
1991         * src/process.c: Updated from FC.
1992
1993         * src/shvar.c, src/shvar.h: Be more precise about condition.
1994
1995 2005-10-30 22:14 +0000 [r6504]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1996
1997         * rc.d/rc.shutdown, rc.d/rc.sysinit: Mount securityfs filesystem on
1998           kernel >= 2.6.14.
1999
2000 2005-10-30 00:03 +0000 [r6503]  Jan Rękorajski <baggins/at/pld-linux.org>
2001
2002         * rc.d/rc: - corrected order of conditions
2003
2004 2005-10-28 14:54 +0000 [r6501]  Jan Rękorajski <baggins/at/pld-linux.org>
2005
2006         * rc.d/init.d/network: - ignore non-empty but commented /etc/mactab
2007           (patch by glen)
2008
2009 2005-10-26 16:57 +0000 [r6492]  Jan Rękorajski <baggins/at/pld-linux.org>
2010
2011         * lang.sh, run-parts, lang.csh, hwprofile, service, setsysfont: -
2012           more white space and formatting cleanup
2013
2014 2005-10-26 16:33 +0000 [r6491]  Jan Rękorajski <baggins/at/pld-linux.org>
2015
2016         * rc.d/init.d/network, rc.d/rc.shutdown, ppp/ipx-down,
2017           rc.d/init.d/timezone, sysconfig/network-scripts/ifdown-vlan,
2018           sysconfig/network-scripts/tnldown,
2019           sysconfig/network-scripts/ifdown,
2020           sysconfig/network-scripts/ifup-plusb,
2021           sysconfig/network-scripts/ifdown-br,
2022           sysconfig/interfaces/tnlcfg-icm,
2023           sysconfig/network-scripts/ifup-neigh, ppp/auth-up,
2024           sysconfig/network-scripts/functions.network,
2025           sysconfig/network-scripts/ifup-ppp,
2026           sysconfig/network-scripts/ifup-vlan,
2027           sysconfig/network-scripts/ifup-ipx,
2028           sysconfig/interfaces/tnlcfg-description,
2029           sysconfig/network-scripts/ifup-br,
2030           sysconfig/network-scripts/ifup-plip, rc.d/init.d/template.init,
2031           sysconfig/system, ppp/ip-up, rc.d/rc.sysinit,
2032           sysconfig/network-scripts/ifdown-post, rc.d/init.d/random,
2033           rc.d/init.d/single, rc.d/rc.init, sysconfig/timezone,
2034           sysconfig/clock, rc.d/init.d/cpusets,
2035           sysconfig/network-scripts/ifup-routes,
2036           sysconfig/network-scripts/ifup-aliases,
2037           sysconfig/network-scripts/ifdown-ppp, ppp/auth-down,
2038           rc.d/init.d/sys-chroots, sysconfig/network-scripts/ifup-post,
2039           sysconfig/static-routes, sysconfig/static-nat, ppp/ip-down,
2040           ppp/ipx-up, rc.d/init.d/allowlogin, rc.d/rc.local,
2041           rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl,
2042           sysconfig/network-scripts/tnlup,
2043           sysconfig/network-scripts/ifdown-irda,
2044           sysconfig/network-scripts/ifup,
2045           sysconfig/network-scripts/ifup-iucv, rc.d/rc, sysconfig/network,
2046           rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl,
2047           rc.d/rc.modules, sysconfig/network-scripts/ifup-irda: - more vim
2048           setting removed (don't convert tabs to spaces) - white space
2049           cleanup - convert spaces to tabs - unify formatting for all
2050           scripts
2051
2052 2005-10-25 18:22 +0000 [r6489]  Jan Rękorajski <baggins/at/pld-linux.org>
2053
2054         * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit: - add support for
2055           running inside vservers, the diff may seem huge but it's mostly
2056           white space change
2057
2058 2005-10-25 18:15 +0000 [r6488]  Jan Rękorajski <baggins/at/pld-linux.org>
2059
2060         * rc.d/init.d/functions: - typo
2061
2062 2005-10-25 17:11 +0000 [r6487]  Jan Rękorajski <baggins/at/pld-linux.org>
2063
2064         * rc.d/rc, rc.d/rc.sysinit: - source configs before functions
2065
2066 2005-10-25 16:56 +0000 [r6485]  Jan Rękorajski <baggins/at/pld-linux.org>
2067
2068         * rc.d/init.d/network: - don't start interfaces inside vserver
2069
2070 2005-10-25 16:46 +0000 [r6484]  Jan Rękorajski <baggins/at/pld-linux.org>
2071
2072         * rc.d/rc: - all stty's stderr belongs to /dev/null
2073
2074 2005-10-25 16:21 +0000 [r6482]  Jan Rękorajski <baggins/at/pld-linux.org>
2075
2076         * rc.d/init.d/functions: - detect if run inside vserver and ignore
2077           rc_splash if so
2078
2079 2005-10-25 16:04 +0000 [r6480]  Jan Rękorajski <baggins/at/pld-linux.org>
2080
2081         * rc.d/rc.sysinit: - we need /proc mounted before everything
2082
2083 2005-10-25 14:17 +0000 [r6479]  Jan Rękorajski <baggins/at/pld-linux.org>
2084
2085         * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit, rc.d/rc.modules: -
2086           grep: all your stderr are belong to /dev/null
2087
2088 2005-10-25 11:58 +0000 [r6477]  Jan Rękorajski <baggins/at/pld-linux.org>
2089
2090         * rc.d/init.d/functions: - better detection of tput functionality
2091
2092 2005-10-19 19:06 +0000 [r6468]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2093
2094         * configure.ac: Update for new release.
2095
2096 2005-10-19 18:08 +0000 [r6467]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2097
2098         * sysconfig/network-scripts/functions.network: Working version of
2099           calcprefix().
2100
2101 2005-10-19 11:01 +0000 [r6462]  Jan Rękorajski <baggins/at/pld-linux.org>
2102
2103         * rc.d/rc: - check for proper first argument in correct place
2104
2105 2005-10-17 15:04 +0000 [r6453]  Jan Rękorajski <baggins/at/pld-linux.org>
2106
2107         * rc.d/init.d/functions: - RC_LOGGING should be checked against
2108           "no"
2109
2110 2005-10-17 14:52 +0000 [r6452]  Jan Rękorajski <baggins/at/pld-linux.org>
2111
2112         * rc.d/rc.shutdown, sysconfig/system, rc.d/init.d/functions: -
2113           clean solution for initlog/minilogd: RC_LOGGING setting, and
2114           don't log while shutting down
2115
2116 2005-10-17 13:49 +0000 [r6451]  Jan Rękorajski <baggins/at/pld-linux.org>
2117
2118         * src/minilogd.c (added), src/initlog.c, src/Makefile.am: -
2119           reverted last commit
2120
2121 2005-10-17 13:20 +0000 [r6450]  Jan Rękorajski <baggins/at/pld-linux.org>
2122
2123         * src/minilogd.c (removed), src/initlog.c, src/Makefile.am: -
2124           removed minilogd and its calls (more pain than gain)
2125
2126 2005-10-16 19:26 +0000 [r6447]  Jan Rękorajski <baggins/at/pld-linux.org>
2127
2128         * rc.d/init.d/network, rc.d/rc.shutdown, rc.d/init.d/timezone,
2129           sysconfig/network-scripts/ifdown-vlan,
2130           sysconfig/network-scripts/tnldown,
2131           sysconfig/network-scripts/ifup-plusb,
2132           sysconfig/network-scripts/ifdown,
2133           sysconfig/network-scripts/ifdown-br,
2134           sysconfig/network-scripts/ifup-neigh,
2135           sysconfig/network-scripts/functions.network,
2136           sysconfig/network-scripts/ifup-ppp,
2137           sysconfig/network-scripts/ifup-vlan,
2138           sysconfig/network-scripts/ifup-ipx,
2139           sysconfig/network-scripts/ifup-br,
2140           sysconfig/network-scripts/ifup-plip, sysconfig/system,
2141           rc.d/init.d/template.init, rc.d/init.d/random,
2142           sysconfig/network-scripts/ifdown-post, rc.d/rc.sysinit,
2143           rc.d/rc.init, rc.d/init.d/single, sysconfig/timezone, hwprofile,
2144           rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes,
2145           sysconfig/network-scripts/ifup-aliases,
2146           sysconfig/network-scripts/ifdown-ppp,
2147           sysconfig/network-scripts/ifup-post, rc.d/init.d/allowlogin,
2148           rc.d/rc.local, sysconfig/network-scripts/ifdown-sl,
2149           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
2150           sysconfig/network-scripts/ifdown-irda,
2151           sysconfig/network-scripts/ifup-iucv, rc.d/rc, sysconfig/network,
2152           rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl,
2153           sysconfig/network-scripts/ifup-irda: - removed dumb tw=78 vim
2154           setting
2155
2156 2005-10-06 16:08 +0000 [r6429]  Artur Frysiak <wiget/at/pld-linux.org>
2157
2158         * rc.d/init.d/network: - fixed CIFS unmounting
2159
2160 2005-10-04 18:09 +0000 [r6425]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2161
2162         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
2163           Use pidfile for wpa_supplicant.
2164
2165 2005-10-02 17:13 +0000 [r6420]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2166
2167         * sysconfig/network-scripts/ifup,
2168           sysconfig/interfaces/ifcfg-description,
2169           sysconfig/network-scripts/ifdown: Simple support for WPA. Note
2170           that killing wpa_supplicant daemon is supported only for single
2171           daemon/interface (TODO: multiple daemons support).
2172
2173 2005-09-05 17:12 +0000 [r6352]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2174
2175         * rc.d/init.d/functions: Add support for whole path in pidfile.
2176
2177 2005-08-24 22:08 +0000 [r6333]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2178
2179         * rc.d/init.d/cpusets, rc.d/init.d/functions: Fix is_yes in cpuset
2180           stuff. Quote file paths when doing echo > something.
2181
2182 2005-08-23 16:32 +0000 [r6330]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2183
2184         * configure.ac: Update for 0.4.0.20.
2185
2186 2005-08-23 16:29 +0000 [r6327-6329]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2187
2188         * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
2189           sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm: Fixed PlusGSM
2190           examples. (Patch by Paweł Gołaszewski)
2191
2192         * inittab: Example for agetty on serial port.
2193
2194         * rc.d/init.d/network: [a-z] doesn't always mean whole alphabet
2195           (for example et_EE locale). Use C locale when searching. (Patch
2196           by Elan Ruusamäe)
2197
2198 2005-08-15 22:45 +0000 [r6315]  Jan Rękorajski <baggins/at/pld-linux.org>
2199
2200         * rc.d/init.d/cpusets: - don't spew errors on stdout - inform about
2201           failurse
2202
2203 2005-08-14 18:32 +0000 [r6311]  Tomasz Wittner <twittner/at/pld-linux.org>
2204
2205         * DEVELOPMENT: - typo in enumeration
2206
2207 2005-08-13 23:06 +0000 [r6307-6310]  Jan Rękorajski <baggins/at/pld-linux.org>
2208
2209         * rc.d/init.d/cpusets: - added echo for better status readability
2210
2211         * rc.d/init.d/cpusets: - properly test cpuset dir for status
2212           display
2213
2214         * rc.d/init.d/cpusets: - properly escape message
2215
2216         * rc.d/init.d/cpusets: - use show() when creating/removing cpusets
2217
2218 2005-08-13 22:58 +0000 [r6306]  Jan Rękorajski <baggins/at/pld-linux.org>
2219
2220         * rc.d/init.d/cpusets: - typo
2221
2222 2005-08-13 22:34 +0000 [r6305]  Jan Rękorajski <baggins/at/pld-linux.org>
2223
2224         * rc.d/init.d/functions: - take CPUSETS setting into account
2225
2226 2005-08-13 22:00 +0000 [r6304]  Jan Rękorajski <baggins/at/pld-linux.org>
2227
2228         * rc.d/rc.sysinit: - mount cpuset filesystem if kernel capable
2229
2230 2005-08-11 17:43 +0000 [r6300]  Jan Rękorajski <baggins/at/pld-linux.org>
2231
2232         * doc/sysconfig.txt, doc/sysconfig.docb: - added description for
2233           available per-service settings
2234
2235 2005-08-11 17:11 +0000 [r6299]  Jan Rękorajski <baggins/at/pld-linux.org>
2236
2237         * rc-scripts.spec.in: - cpusets added
2238
2239 2005-08-11 17:04 +0000 [r6297-6298]  Jan Rękorajski <baggins/at/pld-linux.org>
2240
2241         * rc.d/init.d/Makefile.am: - cpusets script added
2242
2243         * configure.ac: - sysconfig/cpusets/Makefile added
2244
2245 2005-08-11 16:58 +0000 [r6294-6296]  Jan Rękorajski <baggins/at/pld-linux.org>
2246
2247         * po/pl.po: - final touch
2248
2249         * po/pl.po: - updated
2250
2251         * rc.d/init.d/functions: - added some code for completness
2252
2253 2005-08-11 16:36 +0000 [r6293]  Jan Rękorajski <baggins/at/pld-linux.org>
2254
2255         * rc.d/init.d/cpusets: - defile cpuset settings as local in
2256           function
2257
2258 2005-08-11 16:35 +0000 [r6292]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2259
2260         * rc.d/init.d/functions: filter_chroot(): Do not filter pids for
2261           processes that no longer exists. We don't know whether these were
2262           from current (ch)root so we assume that they were.
2263
2264 2005-08-11 16:23 +0000 [r6291]  Jan Rękorajski <baggins/at/pld-linux.org>
2265
2266         * rc.d/init.d/functions: - added cpuset support to daemon and
2267           status functions
2268
2269 2005-08-10 20:10 +0000 [r6290]  Jan Rękorajski <baggins/at/pld-linux.org>
2270
2271         * sysconfig/system, sysconfig/cpusets/cpuset-test (added),
2272           sysconfig/Makefile.am, rc.d/init.d/cpusets (added),
2273           sysconfig/cpusets/Makefile.am (added): - CPUSETS support (work in
2274           progress)
2275
2276 2005-08-10 19:49 +0000 [r6289]  Jan Rękorajski <baggins/at/pld-linux.org>
2277
2278         * sysconfig/cpusets (added): - a place for cpusets config files
2279
2280 2005-08-08 21:53 +0000 [r6288]  Andrzej Dopierała <undefine/at/pld-linux.org>
2281
2282         * rc.d/init.d/network: - get only tnlcfg-name, not tnlcfg-name~
2283
2284 2005-07-27 09:09 +0000 [r6229]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2285
2286         * sysconfig/network-scripts/ifup: ifup: Handle special
2287           pcmcia-hotplug case.
2288
2289 2005-07-21 22:35 +0000 [r6226]  Andrzej Dopierała <undefine/at/pld-linux.org>
2290
2291         * rc.d/init.d/network: - first up bridge, next tunnels (tunnels can
2292           be on bridges) - first down tunnels, next bridge ;)
2293
2294 2005-05-30 18:54 +0000 [r6028]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2295
2296         * configure.ac: Release 0.4.0.19.
2297
2298 2005-05-30 18:47 +0000 [r6027]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2299
2300         * sysconfig/network-scripts/ifup: Understand BOOTPROTO=static
2301           properly (Elan Ruusamäe <glen/at/pld-linux.org>).
2302
2303 2005-05-30 18:42 +0000 [r6026]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2304
2305         * sysconfig/network-scripts/ifdown-post: When stopping delete root
2306           queueing discipline instead of trying to add it.
2307
2308 2005-05-25 08:26 +0000 [r6013]  Elan Ruusamäe <glen/at/pld-linux.org>
2309
2310         * sysctl.conf: grsec is available for 2.6 kernels too.
2311
2312 2005-05-03 17:50 +0000 [r5915]  Elan Ruusamäe <glen/at/pld-linux.org>
2313
2314         * rc.d/init.d/sys-chroots: Typo.
2315
2316 2005-04-30 20:53 +0000 [r5896]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2317
2318         * rc.d/init.d/functions: killproc(): fill base and pid variables
2319           based on waitname.
2320
2321 2005-04-25 16:01 +0000 [r5884]  Adam Gołębiowski <adamg/at/pld-linux.org>
2322
2323         * rc.d/init.d/network: - when using BOOTPRIO, cd to /etc/sysconfig
2324           to get list of interfaces
2325
2326 2005-04-15 21:48 +0000 [r5770]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2327
2328         * sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Add BT example.
2329
2330 2005-04-08 17:34 +0000 [r5744]  Paweł Sakowski <saq/at/pld-linux.org>
2331
2332         * sysconfig/system: - typo
2333
2334 2005-03-25 19:00 +0000 [r5631]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2335
2336         * rc-scripts.spec.in: Updated to match needs.
2337
2338 2005-03-25 18:50 +0000 [r5629-5630]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2339
2340         * rc.d/rc.sysinit: Fix sound dmabuf handling in rc.sysinit. Use
2341           different modules config file for 2.4/2.6 kernel.
2342           (havner/at/pld-linux.org)
2343
2344         * rc.d/init.d/functions: Fix displaing show() function when $CHARS
2345           variable is set. (tommat/at/pld-linux.org).
2346
2347 2005-03-25 18:37 +0000 [r5625]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2348
2349         * configure.ac: Prepare for 0.4.0.18.
2350
2351 2005-03-22 16:54 +0000 [r5615]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2352
2353         * rc.d/init.d/functions: Increment counter when waiting specified
2354           time for daemon to start/terminate.
2355
2356 2005-03-06 00:11 +0000 [r5570]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2357
2358         * src/Makefile.am: Place minilogd in sbin.
2359
2360 2005-03-05 23:46 +0000 [r5569]  Elan Ruusamäe <glen/at/pld-linux.org>
2361
2362         * man/Makefile.am, man/ru/Makefile.am (added), man/es/Makefile.am
2363           (added), man/fr/Makefile.am (added), man/de/Makefile.am (added),
2364           man/sv/Makefile.am (added), man/ja/Makefile.am (added),
2365           configure.ac: - Finished manuals to subdirs. (Thanks arekm).
2366
2367 2005-01-24 14:15 +0000 [r5479]  Elan Ruusamäe <glen/at/pld-linux.org>
2368
2369         * configure.ac: Use AM_CONFIG_HEADER, rather AC_CONFIG_HEADER for
2370           autogen.sh to call autoheader.
2371
2372 2005-01-24 14:05 +0000 [r5478]  Elan Ruusamäe <glen/at/pld-linux.org>
2373
2374         * src/config.h.in (removed): removed
2375
2376 2005-01-24 13:47 +0000 [r5477]  Elan Ruusamäe <glen/at/pld-linux.org>
2377
2378         * acinclude.m4 (added), src/config.h.in (added),
2379           src/start-stop-daemon.c (added), src/Makefile.am, configure.ac:
2380           added start-stop-daemon from dpkg-1.10.23 includes config.h
2381           support now (as such conditional defines impossible on
2382           commandline) and m4 macros needed for start-stop-daemon.c
2383
2384 2005-01-24 13:38 +0000 [r5476]  Elan Ruusamäe <glen/at/pld-linux.org>
2385
2386         * man/ipcalc.1 (added), man/usleep.1 (added), doc/consoletype.1
2387           (removed), Makefile.am, man/usernetctl.8 (added), doc/initlog.1
2388           (removed), doc/doexec.1 (removed), doc/Makefile.am,
2389           doc/ppp-watch.8 (removed), man/consoletype.1 (added),
2390           man/initlog.1 (added), man/doexec.1 (added), man/Makefile.am,
2391           man/ppp-watch.8 (added), doc/netreport.1 (removed),
2392           doc/genhostid.1 (removed), man/netreport.1 (added),
2393           man/genhostid.1 (added), doc/ipcalc.1 (removed), doc/usleep.1
2394           (removed), doc/usernetctl.8 (removed): - moved manuals to man/
2395           subdir
2396
2397 2005-01-24 13:32 +0000 [r5475]  Elan Ruusamäe <glen/at/pld-linux.org>
2398
2399         * man/Makefile.am (added), man/ja (added),
2400           man/ru/start-stop-daemon.8 (added), man/es/start-stop-daemon.8
2401           (added), man/fr/start-stop-daemon.8 (added),
2402           man/de/start-stop-daemon.8 (added), man/sv/start-stop-daemon.8
2403           (added), man (added), man/ja/start-stop-daemon.8 (added), man/ru
2404           (added), man/es (added), man/fr (added), man/start-stop-daemon.8
2405           (added), man/de (added), man/sv (added): - created tree for
2406           manuals - imported start-stop-daemon manuals from dpkg-1.10.23
2407
2408 2005-01-24 00:33 +0000 [r5474]  Elan Ruusamäe <glen/at/pld-linux.org>
2409
2410         * doc/Makefile.am: - fix typo which prevented packaging rest of the
2411           manuals to distrib
2412
2413 2005-01-23 23:56 +0000 [r5473]  Elan Ruusamäe <glen/at/pld-linux.org>
2414
2415         * rc.d/init.d/functions: - typo, english
2416
2417 2005-01-23 19:11 +0000 [r5472]  Paweł Sakowski <saq/at/pld-linux.org>
2418
2419         * rc.d/init.d/sys-chroots: - mount usbfs if available
2420
2421 2005-01-17 21:15 +0000 [r5461]  Elan Ruusamäe <glen/at/pld-linux.org>
2422
2423         * rc.d/init.d/functions: - indent to same level
2424
2425 2005-01-02 22:53 +0000 [r5418]  Radosław Zieliński <radek/at/pld-linux.org>
2426
2427         * sysconfig/network-scripts/ifup-aliases,
2428           sysconfig/network-scripts/ifup-routes,
2429           sysconfig/network-scripts/ifdown-ppp,
2430           sysconfig/network-scripts/ifdown-vlan,
2431           sysconfig/network-scripts/tnldown,
2432           sysconfig/network-scripts/ifup-plusb,
2433           sysconfig/network-scripts/ifdown,
2434           sysconfig/network-scripts/ifup-post,
2435           sysconfig/network-scripts/ifdown-br,
2436           sysconfig/network-scripts/ifup-neigh,
2437           sysconfig/network-scripts/functions.network,
2438           sysconfig/network-scripts/ifup-ppp,
2439           sysconfig/network-scripts/ifup-ipx,
2440           sysconfig/network-scripts/ifup-vlan,
2441           sysconfig/network-scripts/tnlup,
2442           sysconfig/network-scripts/ifdown-sl,
2443           sysconfig/network-scripts/ifup,
2444           sysconfig/network-scripts/ifdown-irda,
2445           sysconfig/network-scripts/ifup-br,
2446           sysconfig/network-scripts/ifup-plip,
2447           sysconfig/network-scripts/ifup-iucv,
2448           sysconfig/network-scripts/ifup-sl,
2449           sysconfig/network-scripts/ifup-irda: - unified indentation (ts=8
2450           sw=4, as vi modeline says)
2451
2452 2005-01-02 21:49 +0000 [r5417]  Radosław Zieliński <radek/at/pld-linux.org>
2453
2454         * sysctl.conf: - added net.ipv4.conf.default.rp_filter=1 -- *.all.*
2455           has no real effect: when sysctl -p is run, interfaces are not up
2456           yet
2457
2458 2004-12-13 22:31 +0000 [r5382-5383]  Paweł Sakowski <saq/at/pld-linux.org>
2459
2460         * po/pl.po, po/de.po: - updated for current source tree
2461
2462         * rc.d/init.d/network: - missed one
2463
2464 2004-12-13 22:01 +0000 [r5379-5380]  Paweł Sakowski <saq/at/pld-linux.org>
2465
2466         * rc.d/init.d/network, sysconfig/network-scripts/ifup,
2467           sysconfig/network-scripts/ifup-sl: - make nls invocations
2468           actually translatable
2469
2470         * po/de.po: - fixed remaining fuzzy entries
2471
2472 2004-12-13 20:16 +0000 [r5378]  Paweł Sakowski <saq/at/pld-linux.org>
2473
2474         * po/de.po: - updated my email address - fixed some fuzzy entries
2475           (the easiest ones)
2476
2477 2004-12-08 22:46 +0000 [r5368]  Elan Ruusamäe <glen/at/pld-linux.org>
2478
2479         * rc.d/rc.sysinit: - typo
2480
2481 2004-12-02 17:43 +0000 [r5362]  Jarek Koszuk <heretyk/at/pld-linux.org>
2482
2483         * rc.d/init.d/functions: Support for per service umask settings.
2484           This solves the problem with possibly different umask settings
2485           when starting services at boot time, and by hand.
2486
2487 2004-11-29 20:10 +0000 [r5357]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2488
2489         * sysconfig/interfaces/data/chat-ppp0.gprs-idea (added),
2490           sysconfig/interfaces/ifcfg-ppp0.gprs-idea (added): Add IDEA GPRS
2491           examples.
2492
2493 2004-11-26 22:49 +0000 [r5351]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2494
2495         * configure.ac: Version 0.4.0.17.
2496
2497 2004-11-13 21:43 +0000 [r5320]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2498
2499         * sysconfig/network-scripts/ifup: Drop condition when checking
2500           cable - not needed.
2501
2502 2004-11-13 21:37 +0000 [r5319]  Bartosz Taudul <wolf/at/pld-linux.org>
2503
2504         * sysconfig/network-scripts/ifup: - fix typo
2505
2506 2004-11-13 21:31 +0000 [r5318]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2507
2508         * sysconfig/network-scripts/ifup,
2509           sysconfig/network-scripts/functions.network: Link status checking
2510           for ifup dhcp iface (from FC3).
2511
2512 2004-11-13 20:31 +0000 [r5315]  Adam Gołębiowski <adamg/at/pld-linux.org>
2513
2514         * sysconfig/system: - s/outsite/outside/
2515
2516 2004-11-13 11:36 +0000 [r5312-5313]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2517
2518         * rc.d/init.d/functions: Drop obsolete msg_() functions.
2519
2520         * rc.d/rc.sysinit, rc.d/init.d/functions: More SELinux support from
2521           FC initscripts.
2522
2523 2004-10-25 19:27 +0000 [r4863]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2524
2525         * rc.d/rc.sysinit: Use usbfs as USB filesystem name (not sure about
2526           2.4?).
2527
2528 2004-10-01 21:28 +0000 [r4677]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2529
2530         * sysconfig/network-scripts/ifup-ppp: Modprobe ppp modules when
2531           /dev/ppp doesn't exists (udev and devfs case).
2532
2533 2004-09-25 22:22 +0000 [r4656]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2534
2535         * rc.d/rc.sysinit: Move .ICE-unix creation a bit lower in case of
2536           CLEAN_TMP usage.
2537
2538 2004-09-25 13:22 +0000 [r4649]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2539
2540         * rc.d/rc.sysinit: Added udev support.
2541
2542 2004-09-25 12:30 +0000 [r4647]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2543
2544         * sysconfig/interfaces/ifcfg-description: Fix typo (numer->number).
2545
2546 2004-09-24 21:04 +0000 [r4639]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2547
2548         * configure.ac: Version 0.4.0.16.
2549
2550 2004-09-22 16:32 +0000 [r4636]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2551
2552         * rc.d/init.d/network, sysconfig/interfaces/ifcfg-description:
2553           BOOTPRIO for changing interfaces starting order.
2554
2555 2004-09-22 15:38 +0000 [r4635]  Witek Kręcicki <adasi/at/pld-linux.org>
2556
2557         * rc.d/init.d/network: - Start VLAN's after all physical interfaces
2558
2559 2004-09-19 13:32 +0000 [r4615]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2560
2561         * rc.d/rc.sysinit: Create /tmp/.ICE-unix directory for X11.
2562
2563 2004-08-25 20:58 +0000 [r4436]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2564
2565         * sysconfig/ip-rules (removed), sysconfig/Makefile.am: Drop
2566           sysconfig/ip-rules, it's not used.
2567
2568 2004-08-25 20:36 +0000 [r4434]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2569
2570         * configure.ac: Release 0.4.0.15.
2571
2572 2004-08-25 20:33 +0000 [r4433]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2573
2574         * rc.d/init.d/Makefile.am: Add sys-chroots.
2575
2576 2004-08-25 20:15 +0000 [r4432]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2577
2578         * sysconfig/network-scripts/tnlup,
2579           sysconfig/network-scripts/tnldown: Don't display ls errors when
2580           there is no tunnel configs.
2581
2582 2004-08-25 17:30 +0000 [r4431]  Jan Rękorajski <baggins/at/pld-linux.org>
2583
2584         * sysconfig/i18n: - it's much too early for unicode by default, so
2585           add some comments
2586
2587 2004-08-22 18:06 +0000 [r4430]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2588
2589         * rc.d/rc.shutdown: When shutting down try to stop LVM devices,
2590           too.
2591
2592 2004-08-20 10:16 +0000 [r4429]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2593
2594         * rc.d/init.d/network, rc.d/rc.sysinit: Set sysctl parameters
2595           quietly (needed to avoid bunch of errors when grsec_lock is
2596           turned on).
2597
2598 2004-08-14 23:16 +0000 [r4428]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2599
2600         * rc.d/init.d/functions: Add support for waiting for process to
2601           finish to daemon() and killproc(). Example usage: daemon
2602           --waitforname httpd.${HTTPD_MPM} --waitfortime 60
2603           httpd.${HTTPD_MPM} -f /etc/httpd/httpd.conf -k stop where
2604           --waitforname is name of process to wait and --waitfortime is how
2605           many seconds to wait at max.
2606
2607 2004-08-09 00:31 +0000 [r4424]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2608
2609         * rc.d/rc.sysinit: Pass complete path to sulogin (/sbin/sulogin).
2610
2611 2004-07-23 23:08 +0000 [r4389]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2612
2613         * rc.d/init.d/sys-chroots: chroot: umount /proc, /selinux and /sys
2614           at stopping.
2615
2616 2004-07-23 23:04 +0000 [r4387-4388]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2617
2618         * rc.d/init.d/sys-chroots: chroot: umount all when stopping.
2619
2620         * rc.d/init.d/sys-chroots, rc.d/rc: chroot: Process stopping
2621           properly.
2622
2623 2004-07-23 22:56 +0000 [r4386]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2624
2625         * rc.d/init.d/sys-chroots: chroot: Do not run network but lock
2626           subsys to pretend that network was run.
2627
2628 2004-07-23 22:27 +0000 [r4385]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2629
2630         * rc.d/init.d/sys-chroots, rc.d/rc: rc: When shutting down to not
2631           call rc.shutdown when in chroot. sys-chroots: Run some commands
2632           really in chroot.
2633
2634 2004-07-23 21:58 +0000 [r4384]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2635
2636         * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
2637           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Set MTU to
2638           1452 for neostrada (from neostrada.info FAQ).
2639
2640 2004-07-23 21:24 +0000 [r4383]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2641
2642         * rc.d/init.d/sys-chroots: chroot: clean up mtabs, mount proc,
2643           sysfs and selinuxfs.
2644
2645 2004-07-23 21:14 +0000 [r4382]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2646
2647         * rc.d/init.d/sys-chroots (added): Started implementing multiple
2648           systems in chroots idea.
2649
2650 2004-07-04 17:50 +0000 [r4316]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2651
2652         * configure.ac: s/path/name/
2653
2654 2004-07-04 17:46 +0000 [r4315]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2655
2656         * configure.ac: Avoid backup files when searching for shell
2657           scripts, too.
2658
2659 2004-07-04 16:23 +0000 [r4312]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2660
2661         * po/pl.po, po/de.po: Make update-po + few manual fixes to pl.po.
2662
2663 2004-07-04 16:14 +0000 [r4311]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2664
2665         * sysconfig/network-scripts/functions.network,
2666           rc.d/init.d/functions: Add #!/bin/sh to fool file(1).
2667
2668 2004-07-04 15:57 +0000 [r4310]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2669
2670         * configure.ac: Don't search for shell scripts in directories with
2671           names starting with dot.
2672
2673 2004-07-04 15:45 +0000 [r4309]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2674
2675         * rc.d/rc.shutdown: Turn off RAID devices using mdadm first,
2676           fallback to raidutils. Make raidutils stopping gettext friendly.
2677
2678 2004-07-04 15:35 +0000 [r4308]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2679
2680         * makepot.pl: Put empty CHARSET instead of iso8859-2 in .pot file.
2681
2682 2004-07-04 15:26 +0000 [r4307]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2683
2684         * configure.ac: - 0.4.0.14
2685
2686 2004-07-04 14:41 +0000 [r4306]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2687
2688         * rc.d/rc.sysinit: Last one sysctl called with -e option to avoid
2689           errors on unknown keys.
2690
2691 2004-07-04 14:34 +0000 [r4305]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2692
2693         * rc.d/rc.sysinit: Run LVM tools for RAID case only if some RAID
2694           volume was there.
2695
2696 2004-07-04 14:11 +0000 [r4304]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2697
2698         * TODO: Some are done.
2699
2700 2004-07-04 09:40 +0000 [r4303]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2701
2702         * sysconfig/network-scripts/ifup-ppp: Quote whole message passed to
2703           logger.
2704
2705 2004-07-03 12:03 +0000 [r4302]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2706
2707         * sysconfig/network-scripts/ifup-ppp: s/speedtouch/speedtch/. Drop
2708           quoting from nls call.
2709
2710 2004-07-03 11:27 +0000 [r4301]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2711
2712         * sysconfig/interfaces/Makefile.am,
2713           sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada (added),
2714           sysconfig/network-scripts/ifup-ppp: Speedtouch modem support
2715           (arekm && qboosh).
2716
2717 2004-07-02 21:56 +0000 [r4299]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2718
2719         * sysconfig/network-scripts/ifdown-ppp: Set interface used by EAGLE
2720           driver to down when downing ppp interface.
2721
2722 2004-07-02 21:51 +0000 [r4298]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2723
2724         * sysconfig/network-scripts/ifdown-ppp: Always call ifdwon-post
2725           even if pppd was killed using -KILL.
2726
2727 2004-07-02 21:42 +0000 [r4297]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2728
2729         * sysconfig/network-scripts/ifup-ppp,
2730           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Use PAPNAME
2731           for neo example. Fix ifcfg-password.so plugin usage.
2732
2733 2004-07-02 20:45 +0000 [r4296]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2734
2735         * hwprofile: Nicer profile number choose message.
2736
2737 2004-07-02 15:30 +0000 [r4290-4291]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2738
2739         * sysconfig/interfaces/Makefile.am,
2740           sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada (added): Add
2741           TPSA Neostrada example (Sagem Fast 700 using eagle-usb driver).
2742
2743         * sysconfig/interfaces/data/chat-ppp0.tpsa,
2744           sysconfig/network-scripts/ifup-ppp: Fix chat-ppp0.tepsa (they no
2745           longer send ppp string). ifcfg-password.so is choosen only if
2746           PLUGIN_IFCFG_PASSWORD is set to yes.
2747
2748 2004-06-29 22:06 +0000 [r4273]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2749
2750         * sysconfig/i18n: UTF-8 pl_PL is pl_PL.UTF-8/UTF-8 in
2751           SUPPORTED_LOCALES (qboosh).
2752
2753 2004-06-29 19:43 +0000 [r4269]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2754
2755         * configure.ac: Relase 0.4.0.13.
2756
2757 2004-06-29 19:33 +0000 [r4268]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2758
2759         * rc.d/rc.sysinit: Run rc.live for PLD LiveCD.
2760
2761 2004-06-29 19:28 +0000 [r4267]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2762
2763         * rc.d/rc.sysinit: Use fastboot also for encrypted FS.
2764
2765 2004-06-29 19:08 +0000 [r4266]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2766
2767         * rc.d/rc.shutdown: Sync remaining variable in fs umounting. Add
2768           squashfs there.
2769
2770 2004-06-28 21:23 +0000 [r4264]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2771
2772         * po/pl.po, po/Makefile.am, po/de.po: Fix fields spoted by msgfmt
2773           -c and print translation statistics.
2774
2775 2004-06-28 21:19 +0000 [r4263]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2776
2777         * po/Makefile.am: msgfmt now does po file validation.
2778
2779 2004-06-28 19:22 +0000 [r4258]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2780
2781         * setsysfont: Minimalize code to support SYSFONT, fix UTF-8
2782           handling.
2783
2784 2004-06-27 14:54 +0000 [r4253]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2785
2786         * setsysfont: Drop debugging stuff.
2787
2788 2004-06-27 14:43 +0000 [r4252]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2789
2790         * setsysfont: Enhance font setting (use CONSOLEMAP and
2791           CONSOLEFONTMAP options).
2792
2793 2004-06-27 14:30 +0000 [r4251]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2794
2795         * sysconfig/i18n: Promote unicode settings.
2796
2797 2004-06-24 01:51 +0000 [r4236]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2798
2799         * rc.d/rc.sysinit: Always try to sync /dev entries for LVM2.
2800
2801 2004-06-23 23:10 +0000 [r4235]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2802
2803         * rc.d/rc.sysinit: Synchronize LVM2 devices.
2804
2805 2004-06-20 12:19 +0000 [r4225]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2806
2807         * configure.ac: Version 0.4.0.12.
2808
2809 2004-06-20 11:33 +0000 [r4224]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2810
2811         * rc.d/init.d/network, rc.d/rc.sysinit: (sysctl): Ignore unknown
2812           keys in sysctl.conf since kernels can have too different
2813           settings.
2814
2815 2004-06-18 23:40 +0000 [r4215]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2816
2817         * rc.d/init.d/functions: killproc(): Add --pidfile <file> support.
2818
2819 2004-06-16 20:31 +0000 [r4211]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2820
2821         * rc.d/init.d/functions: daemon(), run_cmd(): cd / before running
2822           any program
2823
2824 2004-06-04 12:49 +0000 [r4140]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2825
2826         * sysctl.conf: Added exec-shield example.
2827
2828 2004-05-24 00:49 +0000 [r4121]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2829
2830         * rc.d/rc.sysinit: 2.4.x kernel EVMS modules are loaded only when
2831           really running on 2.4 kernels.
2832
2833 2004-05-24 00:44 +0000 [r4120]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2834
2835         * sysconfig/network-scripts/ifup-ppp: Default route is forced only
2836           if DEFROUTE=yes (Witek Kręcicki <adasi/at/pld-linux.org).
2837
2838 2004-05-23 19:19 +0000 [r4119]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2839
2840         * po/pl.po: More Polish characters used (Robert 'dzeus' Graużenis
2841           <dzeus/at/zatorze.slupsk.pl>)
2842
2843 2004-05-19 22:43 +0000 [r4099]  Marcin Chojnowski <martii/at/pld-linux.org>
2844
2845         * po/pl.po: all strings are with Polish chars now
2846
2847 2004-05-18 22:58 +0000 [r4086]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2848
2849         * src/usleep.c, src/process.c, src/minilogd.c, src/testd.c,
2850           src/initlog.c, src/doexec.c, src/usernetctl.c, src/ipcalc.c:
2851           Update helpers from Fedora initscripts.
2852
2853 2004-05-18 22:46 +0000 [r4084]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2854
2855         * configure.ac: Prepare for 0.4.0.11.
2856
2857 2004-05-18 22:27 +0000 [r4083]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2858
2859         * setsysfont: Don't depend on bin paths.
2860
2861 2004-05-18 22:24 +0000 [r4082]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2862
2863         * rc.d/rc.sysinit, rc.d/init.d/functions: Set system font as soon
2864           as possible.
2865
2866 2004-05-18 21:29 +0000 [r4081]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2867
2868         * setsysfont: Run unicode_start for UTF-8 console.
2869
2870 2004-05-18 21:16 +0000 [r4080]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2871
2872         * rc.d/rc.sysinit: Always delete some /tmp files on boot.
2873
2874 2004-05-18 10:33 +0000 [r4074]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2875
2876         * rc.d/rc.sysinit: Load hid, keybdev and mousedev only for kernels
2877           older than 2.6. For newer kernels use hotplug.
2878
2879 2004-05-18 10:13 +0000 [r4073]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2880
2881         * rc.d/rc.sysinit: Support for unmounting /initrd.
2882
2883 2004-05-16 16:14 +0000 [r4065]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2884
2885         * rc.d/rc.sysinit: (lvm detection): Remove head command usage - do
2886           it with awk only.
2887
2888 2004-05-15 02:29 +0000 [r4055]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2889
2890         * sysconfig/Makefile.am: Example gentoo colors configuration
2891           included.
2892
2893 2004-05-15 02:23 +0000 [r4053-4054]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2894
2895         * configure.ac: Release 0.4.0.10.
2896
2897         * sysconfig/init-colors (added), rc.d/rc, rc.d/rc.sysinit,
2898           sysconfig/Makefile.am, sysconfig/init-colors.gentoo (added),
2899           rc.d/init.d/functions: Merge color customization support created
2900           by Łukasz Pawelczyk <havner/at/pld-linux.org>.
2901
2902 2004-04-06 12:11 +0000 [r3903]  Artur Frysiak <wiget/at/pld-linux.org>
2903
2904         * rc.d/init.d/network: - umount CIFS on network stop
2905
2906 2004-04-03 21:39 +0000 [r3881]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2907
2908         * rc.d/rc.sysinit: Fix LVM1 tools detection.
2909
2910 2004-04-02 14:39 +0000 [r3855]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2911
2912         * sysconfig/interfaces/Makefile.am,
2913           sysconfig/interfaces/ifcfg-eth0.1 (added): VLAN example
2914           configuration.
2915
2916 2004-03-29 20:42 +0000 [r3843]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2917
2918         * rc.d/init.d/functions: --fork support in daemon() by Aredridel
2919           <aredridel/at/nbtsc.org>.
2920
2921 2004-03-08 14:04 +0000 [r3424]  Artur Frysiak <wiget/at/pld-linux.org>
2922
2923         * rc.d/rc.sysinit: - check for LVM tools version and load only
2924           needed modules - fix case when /var is RO and LVM2 is activated
2925
2926 2004-03-08 13:37 +0000 [r3423]  Artur Frysiak <wiget/at/pld-linux.org>
2927
2928         * rc.d/rc.sysinit: - cifs is networked fs
2929
2930 2004-02-26 22:14 +0000 [r3384]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2931
2932         * rc.d/init.d/Makefile.am: Create $(sysconfdir)/init.d ->
2933           $(sysconfdir)/rc.d/init.d symlink for compatiblity.
2934
2935 2004-02-07 21:37 +0000 [r3312]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2936
2937         * po/Makefile.am: Use $(mkinstalldirs) as suggested by Artur
2938           Frysiak.
2939
2940 2004-02-06 22:33 +0000 [r3306]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2941
2942         * po/Makefile.am: Use install_sh instead of mkinstalldirs.
2943
2944 2004-02-06 22:24 +0000 [r3305]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2945
2946         * configure.ac: Preparation for 0.4.0.9.
2947
2948 2004-02-03 21:55 +0000 [r3271]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2949
2950         * rc.d/rc.sysinit: Set bafile earlier.
2951
2952 2004-02-03 21:37 +0000 [r3269]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2953
2954         * rc.d/rc.sysinit: Do not delete hwprofile configuration (Tomasz
2955           Witek <tiwek/at/tiwek.com>).
2956
2957 2004-01-27 11:55 +0000 [r3222]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2958
2959         * rc.d/init.d/functions: daemon(): when using --user run su with -s
2960           /bin/sh option.
2961
2962 2004-01-25 12:27 +0000 [r3221]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2963
2964         * rc.d/rc.shutdown: Run kexec before rebooting (kexec support).
2965
2966 2004-01-24 01:06 +0000 [r3220]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2967
2968         * sysconfig/network-scripts/ifdown: Wait for second after shutting
2969           down dhcp daemon/interface (for example dhcpcd needs some time).
2970
2971 2004-01-16 23:12 +0000 [r3195]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2972
2973         * rc.d/init.d/functions: filter_chroot(): Return unfiltered pids
2974           when /proc is not mounted.
2975
2976 2004-01-16 15:43 +0000 [r3194]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2977
2978         * src/Makefile.am, src/usernetctl.c: Use proper path when executing
2979           ifup/ifdown scripts in sernetctl.
2980
2981 2004-01-15 22:12 +0000 [r3193]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2982
2983         * src/Makefile.am, configure.ac: Use --cflags-only-I from glib or
2984           glib-2.0 configuration when building ppp-watch.
2985
2986 2004-01-10 16:13 +0000 [r3156]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2987
2988         * sysconfig/network-scripts/functions.network: Set wireless nick to
2989           $WLAN_NICKNAME (variable) not WLAN_NICKNAME (string).
2990
2991 2004-01-10 15:57 +0000 [r3153]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2992
2993         * configure.ac: - 0.4.0.8 release
2994
2995 2004-01-10 15:27 +0000 [r3152]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2996
2997         * rc.d/init.d/functions: Outside chroot always add all possible
2998           pids unless some has /proc/XXX/root inside of known chroot.
2999
3000 2004-01-10 14:07 +0000 [r3151]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3001
3002         * rc.d/init.d/functions: filter_chroot(): add pid only once.
3003
3004 2004-01-10 13:58 +0000 [r3150]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3005
3006         * rc.d/init.d/functions: Fix ulimits in one more case (ssh vs squid
3007           case).
3008
3009 2004-01-10 13:42 +0000 [r3149]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3010
3011         * sysconfig/system, rc.d/init.d/functions: Support for handling
3012           processes inside and outside of chrooted systems based on
3013           rc-scripts-chroot_safe.patch.
3014
3015 2004-01-09 21:59 +0000 [r3148]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3016
3017         * rc.d/init.d/functions: Rework ulimit support so it works again.
3018
3019 2004-01-09 01:40 +0000 [r3141]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3020
3021         * sysconfig/network-scripts/functions.network: Sencond part of ppp
3022           DEVNAME fixes.
3023
3024 2004-01-09 01:24 +0000 [r3140]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3025
3026         * sysconfig/network-scripts/ifdown-ppp: ifup-ppp instructs pppd to
3027           create pppd-$DEVNAME.pid file, so in ifdown-ppp we also use
3028           $DEVNAME.
3029
3030 2004-01-09 00:39 +0000 [r3139]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3031
3032         * run-parts: If in -u mode and user cannot be found then skip that
3033           file and display warning.
3034
3035 2004-01-09 00:29 +0000 [r3138]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3036
3037         * run-parts: Added -u option which means: run as owner of file not
3038           as current user (usable mainly from root).
3039
3040 2004-01-08 22:42 +0000 [r3137]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3041
3042         * src/Makefile.am, configure.ac: Try to find glib-2.0, glib in that
3043           order - link with first found.
3044
3045 2004-01-08 22:01 +0000 [r3134]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3046
3047         * configure.ac: - 0.4.0.7 release
3048
3049 2004-01-08 02:43 +0000 [r3133]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3050
3051         * sysconfig/network-scripts/functions.network: When shutting down
3052           ip rule and ip route, clear rules using current kernel tables
3053           configuration not data stored in configuration files so we always
3054           end in clean state (by Arkadiusz Chomicki <duch/at/wla.pl>).
3055
3056 2004-01-07 08:37 +0000 [r3132]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3057
3058         * rc.d/rc: Typo fixed (revious->previous) in bootsplash code.
3059           Arkadiusz Chomicki <duch/at/wla.pl>
3060
3061 2004-01-02 16:44 +0000 [r3109-3110]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3062
3063         * autogen.sh: Second option when doing changelog is directory name
3064           like rc-scripts.
3065
3066         * rc.d/rc.sysinit: Zero /etc/cryptomtab if such file exists.
3067
3068 2003-12-28 19:23 +0000 [r3090]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3069
3070         * rc.d/rc.sysinit: Don't mount selinuxfs if it's already mounted
3071           (by init for example).
3072
3073 2003-12-27 14:43 +0000 [r3081]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3074
3075         * sysconfig/network-scripts/functions.network: Fix static routes
3076           conf parsing. (Arkadiusz Chomicki <chomar/at/wla.pl>)
3077
3078 2003-12-25 18:43 +0000 [r3076]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3079
3080         * autogen.sh: changelog generation part can be now used in other
3081           modules.
3082
3083 2003-12-25 13:20 +0000 [r3073]  Łukasz Jernaś <deejay1/at/pld-linux.org>
3084
3085         * rc.d/init.d/template.init: - typo
3086
3087 2003-12-23 17:15 +0000 [r3065]  Paweł Żurowski <pzurowski/at/pld-linux.org>
3088
3089         * rc.d/init.d/functions: - fixed bug when $limits is empty
3090
3091 2003-12-23 00:37 +0000 [r3064]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3092
3093         * rc.d/init.d/network: When starting execute rc_splash 'bootnetwork
3094           start'.
3095
3096 2003-12-23 00:31 +0000 [r3063]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3097
3098         * rc.d/init.d/functions: Read sysconfig/bootsplash, too.
3099
3100 2003-12-22 17:43 +0000 [r3062]  Paweł Żurowski <pzurowski/at/pld-linux.org>
3101
3102         * rc.d/init.d/functions: - removed sed (I'm sorry I done buggy
3103           change last time, now it is good one - tested and working)
3104
3105 2003-12-22 00:59 +0000 [r3061]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3106
3107         * rc.d/rc: Much more accurate calculations of start/stop scripts
3108           required in new runlevel.
3109
3110 2003-12-21 22:55 +0000 [r3060]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3111
3112         * rc.d/init.d/functions: Revert few pzurowski changes since they
3113           are broken even after fixing syntax.
3114
3115 2003-12-21 22:31 +0000 [r3059]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3116
3117         * rc.d/init.d/functions: Paweł Żurowski optimizations were broken
3118           (missing quotation marks). Fixed now.
3119
3120 2003-12-21 21:25 +0000 [r3056]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3121
3122         * rc-scripts.spec.in: Add pkgconfig to BuildRequires.
3123
3124 2003-12-21 21:11 +0000 [r3055]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3125
3126         * src/Makefile.am, configure.ac: Find libglib.a location using
3127           pkg-config and use it (Artur Frysiak <wiget/at/pld-linux.org>).
3128
3129 2003-12-21 17:30 +0000 [r3054]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3130
3131         * sysconfig/network-scripts/Makefile.am, configure.ac: Don't set
3132           libdir - use value from configure script.
3133
3134 2003-12-21 17:05 +0000 [r3053]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3135
3136         * configure.ac: - release 0.4.0.6 is comming
3137
3138 2003-12-21 16:43 +0000 [r3052]  Łukasz Jernaś <deejay1/at/pld-linux.org>
3139
3140         * po/pl.po: - typo
3141
3142 2003-12-21 14:33 +0000 [r3051]  Adam Gorzkiewicz <adgor/at/pld-linux.org>
3143
3144         * rc.d/rc.modules: - Typo
3145
3146 2003-12-21 13:43 +0000 [r3050]  Marcin Krzyżanowski <krzak/at/pld-linux.org>
3147
3148         * sysconfig/network-scripts/ifup-ppp: - fix ${PPPOA_EAGLE} check if
3149           there isn't executable adictrl try use eaglectrl
3150
3151 2003-12-21 13:28 +0000 [r3049]  Paweł Żurowski <pzurowski/at/pld-linux.org>
3152
3153         * rc.d/init.d/functions: - small revert: we do not use sed in
3154           rc-scripts - other sed -> awk changes
3155
3156 2003-12-21 13:08 +0000 [r3048]  Marcin Krzyżanowski <krzak/at/pld-linux.org>
3157
3158         * sysconfig/network-scripts/ifup-ppp: - corrected nls message when
3159           pppd does not exist - support for PPPOA_EAGLE start with kernel
3160           2.6 and 2.4
3161
3162 2003-12-21 12:14 +0000 [r3047]  Paweł Żurowski <pzurowski/at/pld-linux.org>
3163
3164         * rc.d/rc.sysinit, rc.d/rc.modules, rc.d/init.d/functions: -
3165           simplified (use less tools, one-time file reading)
3166
3167 2003-12-21 10:46 +0000 [r3046]  Paweł Żurowski <pzurowski/at/pld-linux.org>
3168
3169         * rc.d/rc.modules: - simplified (double awk->single one)
3170
3171 2003-12-21 10:18 +0000 [r3045]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3172
3173         * rc.d/rc.modules: Added support for /etc/modules file exactly for
3174           one kernel (like /etc/modules.2.6.0).
3175
3176 2003-12-21 10:14 +0000 [r3044]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3177
3178         * rc.d/rc.modules: Do not require existence of /etc/modules (Marcin
3179           Krzyzanowski <krzak/at/linux.net.pl>).
3180
3181 2003-12-21 00:58 +0000 [r3043]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3182
3183         * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit,
3184           rc.d/init.d/functions: More progress bar support (bootsplash): it
3185           moves now!
3186
3187 2003-12-20 21:21 +0000 [r3042]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3188
3189         * hwprofile: Reindented whole script. checkprofdir(): New. Use it
3190           when required (now help is shown when needed). When executed
3191           without arguments show help.
3192
3193 2003-12-19 14:40 +0000 [r3039]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3194
3195         * rc-scripts.spec.in: bdflush is not required.
3196
3197 2003-12-19 13:59 +0000 [r3038]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3198
3199         * src/Makefile.am: Use @libdir@ instead of hardcoded /usr/lib path
3200           when linking ppp-watch with glib.
3201
3202 2003-12-15 13:29 +0000 [r1739]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3203
3204         * rc.d/init.d/functions: Set action variable to proper value in
3205           rc_splash(). Found by Michal Moskal <malekith/at/pld-linux.org>.
3206
3207 2003-12-14 21:20 +0000 [r1733]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3208
3209         * rc.d/rc.sysinit: Fix mounting sysfs - be consistent with mounting
3210           proc + do not require entry in fstab (qboosh). Add support for
3211           mounting selinuxfs (me).
3212
3213 2003-12-14 18:23 +0000 [r1732]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3214
3215         * src/usernetctl.c: - fix path to ifcfg- files (wrobell)
3216
3217 2003-12-12 16:43 +0000 [r1731]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3218
3219         * rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/functions: - initial
3220           support for bootsplash.org
3221
3222 2003-12-07 15:54 +0000 [r1723]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3223
3224         * configure.ac: - release 0.4.0.5
3225
3226 2003-12-05 20:41 +0000 [r1722]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3227
3228         * rc.d/init.d/network: Fix interfaces_boot for bridge devices.
3229           (found by Radosław Kintzi <radek/at/pop.e-wro.pl>)
3230
3231 2003-12-05 20:30 +0000 [r1721]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3232
3233         * sysconfig/network-scripts/ifup,
3234           sysconfig/network-scripts/ifup-br,
3235           sysconfig/network-scripts/functions.network: Move setting
3236           wireless specific settings into separate wireless_param()
3237           function and use it in ifup. Set wireless parameters for each
3238           wireless device being part of bridge. (patch by Radosław Kintzi
3239           <radek/at/pop.e-wro.pl>)
3240
3241 2003-11-15 14:38 +0000 [r1698]  Marcin Krzyżanowski <krzak/at/pld-linux.org>
3242
3243         * sysconfig/i18n: - add #SUPPORTED_LOCALES="pl_PL/ISO-8859-2
3244           de_DE/ISO-8859-2 en_GB/ISO-8859-1 en_US/ISO-8859-1"
3245
3246 2003-11-14 14:05 +0000 [r1697]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3247
3248         * rc.d/rc.modules: Also load modules from
3249           /etc/modules.${kernel_major}.${kernel_minior} if exists. Allows
3250           for example to specify modules only to be loaded on 2.6 kernels.
3251           (idea by cieciwa)
3252
3253 2003-11-01 20:18 +0000 [r1484]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3254
3255         * rc.d/rc.sysinit: Redirect grep stderr output when checking for
3256           HID to /dev/null.
3257
3258 2003-11-01 19:34 +0000 [r1483]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3259
3260         * rc.d/rc.sysinit: Delete rpm locks when starting
3261           (/var/lib/rpm/__db*).
3262
3263 2003-11-01 19:31 +0000 [r1480-1482]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3264
3265         * rc.d/rc.sysinit: Explicitly turn on user and group quota.
3266
3267         * rc.d/rc.sysinit: Mount local filesystems with -O no_netdev option
3268           (rh).
3269
3270         * rc.d/rc.sysinit: Rescan for LVM devices again after turning on
3271           RAID devices in lvm-on-top-of-raid case.
3272
3273 2003-11-01 19:20 +0000 [r1479]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3274
3275         * rc.d/rc.sysinit: quotacheck could in some cases if quota files
3276           were corrupted ask for user input - avoid this.
3277
3278 2003-11-01 19:16 +0000 [r1478]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3279
3280         * rc.d/rc.sysinit: Initialize USB as fast as it's possible.
3281           Properly mount usb filesystem even if it is not specified in
3282           /etc/fstab.
3283
3284 2003-11-01 14:54 +0000 [r1477]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3285
3286         * autogen.sh: Generate nice ChangeLog if requested and if needed
3287           utilities are available.
3288
3289 2003-10-31 17:49 +0000 [r1476]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3290
3291         * rc.d/rc.sysinit: Revert part which was pretending that /dev/pts
3292           is always mounted (havner).
3293
3294 2003-10-31 09:00 +0000 [r1475]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3295
3296         * sysconfig/network-scripts/ifdown: Fix double link down (qboosh).
3297
3298 2003-10-31 01:12 +0000 [r1474]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3299
3300         * rc.d/rc.sysinit: Check for nofirewire in /proc/cmdline not in
3301           stdin.
3302
3303 2003-10-31 00:49 +0000 [r1469-1471]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3304
3305         * configure.ac: Prepare release 0.4.0.4.
3306
3307         * rc-scripts.spec.in: Include genhostid in rpm package.
3308
3309         * po/Makefile.am: Fix handling custom builddir (until now objects
3310           were created in $(srcdir) not in builddir).
3311
3312 2003-10-31 00:24 +0000 [r1468]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3313
3314         * configure.ac: Fix finding shell scripts procedure when building
3315           with builddir different than place where configure file resides.
3316
3317 2003-10-31 00:08 +0000 [r1466-1467]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3318
3319         * doc/netreport.1, doc/consoletype.1, doc/initlog.1,
3320           doc/ppp-watch.8, doc/ipcalc.1: Update manual pages for each
3321           updated utility.
3322
3323         * doc/genhostid.1 (added), doc/Makefile.am: Include genhostid man
3324           page.
3325
3326 2003-10-31 00:03 +0000 [r1464-1465]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3327
3328         * adjtime: - One more zero to reflect real format of this file.
3329
3330         * service: Set default PATH and use it along with TERM when
3331           starting services.
3332
3333 2003-10-30 23:58 +0000 [r1463]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3334
3335         * src/process.c, src/netreport.c, src/ppp-watch.c,
3336           src/consoletype.c, src/genhostid.c (added), src/initlog.c,
3337           src/Makefile.am, src/getkey.c, src/usernetctl.c, src/ipcalc.c:
3338           Update bunch of utils in src/. New getnhostid utility. ipcalc has
3339           enhanced PREFIX support. getkey has been rewrited to use popt
3340           (rh).
3341
3342 2003-10-30 23:43 +0000 [r1462]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3343
3344         * rc.d/rc.sysinit: Try to query 131072 bytes kernel buffer for
3345           dmesg and keep dmesg file from last five runs.
3346
3347 2003-10-30 23:33 +0000 [r1461]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3348
3349         * rc.d/rc.sysinit: Plase usbdevfs and devfs filesystems into
3350           /etc/mtab, too.
3351
3352 2003-10-30 23:30 +0000 [r1459-1460]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3353
3354         * rc.d/rc.sysinit: Handle situation where multiple usb-controller
3355           aliases were defined and some of them were "off".
3356
3357         * rc.d/rc.sysinit: Firewire modules are now loaded if proper
3358           modprobe aliases were found (from mdk).
3359
3360 2003-10-30 23:21 +0000 [r1458]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3361
3362         * rc.d/rc.sysinit: Use -e option for first swapon call. Now swapon
3363           will silently skip swap devices it they are not available at this
3364           time (like for example swap files on some partitions).
3365
3366 2003-10-30 21:41 +0000 [r1456]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3367
3368         * sysconfig/network-scripts/ifdown,
3369           sysconfig/network-scripts/ifdown-br: - first flush addresses and
3370           then down interface. Previously things were done in reversed
3371           order and that caused problems on 2.6 kernels (ip flush was
3372           hanging). Additionaly things are now done in sync with how it's
3373           done in set_down_loopback().
3374
3375 2003-10-28 01:09 +0000 [r1455]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3376
3377         * rc.d/rc.sysinit: - fix /sys mount and simplify check if usbfs is
3378           already mounted
3379
3380 2003-10-25 23:32 +0000 [r1451]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3381
3382         * configure.ac: - 0.4.0.3 release
3383
3384 2003-10-18 22:26 +0000 [r1445]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3385
3386         * rc.d/rc.sysinit: - fix typo in accounting script path (qboosh)
3387
3388 2003-10-17 18:55 +0000 [r1444]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3389
3390         * rc.d/init.d/timezone: - copy timezone file instead of symlinking
3391           it (idea by ankry)
3392
3393 2003-10-13 07:41 +0000 [r1437]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3394
3395         * sysconfig/network-scripts/ifup-ppp: - don't ignore data specified
3396           at DATAFORCHAT option (Szymon Siwek <sls/at/poczta.wp.pl>)
3397
3398 2003-10-12 19:12 +0000 [r1434-1436]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3399
3400         * sysconfig/system, rc.d/init.d/functions: - support for per
3401           service ulimits configuration (qboosh)
3402
3403         * sysconfig/network-scripts/functions.network: - kill gnu in PLD
3404           name (qboosh)
3405
3406         * rc.d/rc.shutdown, po/pl.po, rc.d/rc.sysinit, po/de.po: - use
3407           /etc/rc.d/rc.acct for accouting; updated accouting related parts
3408           of translations (qboosh)
3409
3410 2003-10-11 11:03 +0000 [r1433]  Artur Frysiak <wiget/at/pld-linux.org>
3411
3412         * sysconfig/interfaces/ifcfg-description: - describe HOTPLUG
3413
3414 2003-10-11 10:59 +0000 [r1432]  Artur Frysiak <wiget/at/pld-linux.org>
3415
3416         * sysconfig/network-scripts/ifup: - if invoced from hotplug bring
3417           up only interface with HOTPLUG=yes
3418
3419 2003-10-11 09:15 +0000 [r1431]  Artur Frysiak <wiget/at/pld-linux.org>
3420
3421         * sysconfig/network-scripts/ifup: - ifup exit if invoked from
3422           hotplug and ONBOOT=yes
3423
3424 2003-10-08 15:03 +0000 [r1430]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3425
3426         * rc.d/rc.shutdown: - sysfs added to remaining list in rc.shutdown
3427           (by havner)
3428
3429 2003-10-07 15:44 +0000 [r1425]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3430
3431         * sysconfig/network-scripts/ifup-ppp: - bring PPPOA_IFACE up before
3432           starting pppoa; small fix in logged message (both by adasi)
3433
3434 2003-10-07 09:41 +0000 [r1424]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3435
3436         * sysconfig/network-scripts/ifup-ppp: - initial eagle (pppoa)
3437           support by Witold Krecicki <adasi/at/grubno.da.ru>)
3438
3439 2003-10-06 09:19 +0000 [r1413]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3440
3441         * hwprofile: - fix typo in available word (qboosh)
3442
3443 2003-10-04 13:02 +0000 [r1412]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3444
3445         * rc.d/init.d/functions: - return with some retval
3446
3447 2003-10-04 12:06 +0000 [r1411]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3448
3449         * rc.d/init.d/functions: - allow unknown options to be passed to
3450           initlog()
3451
3452 2003-10-04 11:57 +0000 [r1410]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3453
3454         * rc.d/init.d/functions: - move is_yes and is_not at beginning
3455
3456 2003-10-04 11:41 +0000 [r1409]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3457
3458         * Makefile.am: - use rpm or rpmbuild depending on which rpm version
3459           is installed
3460
3461 2003-10-04 11:30 +0000 [r1408]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3462
3463         * rc-scripts.spec.in: - include hwprofiles/files
3464
3465 2003-10-04 11:08 +0000 [r1407]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3466
3467         * sysconfig/system, rc.d/init.d/functions: Fast boot support
3468           (disables NLS, fancy logging and thus is much faster). Useful on
3469           workstations. Based on idea and patch by Wojtek Kaniewski
3470           <wojtekka/at/bydg.pdi.net>.
3471
3472 2003-10-04 09:55 +0000 [r1405-1406]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3473
3474         * setsysfont: - use CONSOLEFONT when SYSFONT is empty (Wojtek
3475           Kaniewski <wojtekka/at/bydg.pdi.net>)
3476
3477         * sysconfig/network-scripts/ifup-ppp: Support for
3478           ppp-plugin-ifcfg-password.spec by Wojtek Kaniewski
3479           <wojtekka/at/bydg.pdi.net>.
3480
3481 2003-10-04 09:46 +0000 [r1404]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3482
3483         * sysconfig/hwprofiles/files (added), sysconfig/hwprof, hwprofile,
3484           sysconfig/hwprofiles/Makefile.am: Merged patch by Tomasz Witek
3485           <tiwek/at/manta.univ.gda.pl>: - ignore Latency in /proc/pci -
3486           ability to choose profile while booting - example profile file -
3487           misc fixes and cleanups
3488
3489 2003-10-02 18:43 +0000 [r1399-1400]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3490
3491         * configure.ac: - 0.4.0.2 release
3492
3493         * rc.d/init.d/functions: - check own pid, not parents one
3494
3495 2003-10-02 18:33 +0000 [r1398]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3496
3497         * rc.d/rc.sysinit: - sleep 5 is not needed when starting usb; more
3498           protection again double mounting usbfs
3499
3500 2003-10-02 18:23 +0000 [r1397]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3501
3502         * rc.d/init.d/functions: - do even try to kill itself
3503
3504 2003-09-30 09:44 +0000 [r1393]  Jan Rękorajski <baggins/at/pld-linux.org>
3505
3506         * rc.d/rc.sysinit: - load lvm and dm modules with "autoclean"
3507
3508 2003-09-30 09:40 +0000 [r1392]  Jan Rękorajski <baggins/at/pld-linux.org>
3509
3510         * rc.d/rc.sysinit: - usb-storage must be loaded before LVM
3511           detection (disks on USB are real)
3512
3513 2003-09-28 16:33 +0000 [r1383]  Artur Frysiak <wiget/at/pld-linux.org>
3514
3515         * sysconfig/network-scripts/ifup-ppp: - fix error message
3516
3517 2003-09-28 16:03 +0000 [r1382]  Artur Frysiak <wiget/at/pld-linux.org>
3518
3519         * sysconfig/network-scripts/ifup-irda: - fix setting arp for irdaX
3520
3521 2003-09-28 14:53 +0000 [r1381]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3522
3523         * sysconfig/network-scripts/ifup: - fix power/txpower/retry wlan
3524           parameters handling
3525
3526 2003-09-22 19:55 +0000 [r1371]  Artur Frysiak <wiget/at/pld-linux.org>
3527
3528         * run-parts: - use syntax described in SUSv2
3529
3530 2003-09-22 17:46 +0000 [r1370]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3531
3532         * run-parts: - oh, use RUNPARTS_DIR
3533
3534 2003-09-22 17:20 +0000 [r1369]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3535
3536         * run-parts: - run mainly safe named scripts and protect against
3537           some bad files
3538
3539 2003-09-22 01:35 +0000 [r1365]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3540
3541         * rc-scripts.spec.in: - include more docs
3542
3543 2003-09-22 01:28 +0000 [r1364]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3544
3545         * rc.d/init.d/network, rc.d/init.d/timezone,
3546           sysconfig/network-scripts/ifdown-vlan,
3547           sysconfig/network-scripts/tnldown,
3548           sysconfig/network-scripts/ifup-neigh, doc/sysvinitfiles,
3549           sysconfig/network-scripts/functions.network,
3550           sysconfig/network-scripts/ifup-ipx,
3551           sysconfig/network-scripts/ifup-plip, rc-scripts.spec.in,
3552           doc/sysconfig.txt, rc.d/init.d/template.init, ppp/ip-up,
3553           rc.d/rc.init, hwprofile, doc/ipcalc.1, configure.ac,
3554           sysconfig/network-scripts/ifup-routes,
3555           sysconfig/network-scripts/ifdown-ppp, po/pl.po,
3556           sysconfig/network-scripts/ifup-post,
3557           sysconfig/interfaces/data/chat-ppp0.leased1, DEVELOPMENT,
3558           sysconfig/i18n, rc.d/init.d/functions, AUTHORS,
3559           sysconfig/interfaces/data/chat-ppp0.callback, ppp/ip-up.d/logger,
3560           sysconfig/network, README, rc.d/init.d/killall,
3561           sysconfig/network-scripts/ifup-irda, src/ipcalc.c, ppp/ipx-down,
3562           rc.d/rc.shutdown, sysconfig/network-scripts/ifup-plusb,
3563           sysconfig/network-scripts/ifdown,
3564           sysconfig/network-scripts/ifdown-br, makepot.pl,
3565           sysconfig/interfaces/up.d/ppp/logger,
3566           sysconfig/interfaces/ifcfg-ppp0.callback,
3567           sysconfig/network-scripts/ifup-ppp, ppp/auth-up,
3568           sysconfig/network-scripts/ifup-vlan,
3569           sysconfig/interfaces/tnlcfg-description,
3570           sysconfig/network-scripts/ifup-br, sysconfig/system,
3571           sysconfig/interfaces/ifcfg-irlan0, rc.d/init.d/random,
3572           rc.d/rc.sysinit, sysconfig/network-scripts/ifdown-post,
3573           rc.d/init.d/single, doc/net-scripts.txt, sysconfig/clock,
3574           sysconfig/interfaces/data/chat-ppp0.tpsa,
3575           sysconfig/interfaces/ifcfg-irda0, isapnp/Makefile.am,
3576           sysconfig/network-scripts/ifup-aliases, ppp/auth-down,
3577           ppp/ip-down, ppp/ip-down.d/logger, ppp/ipx-up,
3578           rc.d/init.d/allowlogin, rc.d/rc.local, po/de.po,
3579           sysconfig/network-scripts/ifdown-sl,
3580           sysconfig/network-scripts/tnlup,
3581           sysconfig/network-scripts/ifdown-irda,
3582           sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0,
3583           isapnp/isapnp-kernel.conf, sysconfig/network-scripts/ifup-iucv,
3584           rc.d/rc, run-parts, sysconfig/interfaces/down.d/ppp/logger,
3585           sysconfig/interfaces/ifcfg-ppp0.leased1,
3586           sysconfig/hwprofiles/Makefile.am,
3587           sysconfig/interfaces/ifcfg-ppp0.leased2,
3588           sysconfig/interfaces/ifcfg-sl0, rc.d/rc.modules,
3589           sysconfig/network-scripts/ifup-sl: - preparation for upcoming
3590           0.4.0.1 release - updated all email addresses to current domain
3591           (pld-linux.org) - added missing files (networking scripts mainly)
3592           - updated spec file - updated changelog
3593
3594 2003-09-22 00:55 +0000 [r1363]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3595
3596         * sysconfig/network-scripts/Makefile.am,
3597           sysconfig/interfaces/Makefile.am: - added missing files
3598
3599 2003-09-19 20:29 +0000 [r1361]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3600
3601         * sysconfig/interfaces/ifcfg-description: - description of
3602           DIRECT_CONNECT for ppp, too
3603
3604 2003-09-14 11:47 +0000 [r1331]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3605
3606         * sysconfig/ip-rules, TODO, sysconfig/interfaces/up.d/Makefile.am,
3607           ppp/ip-down.d/Makefile.am, sysconfig/hwprof, doc/initlog.1,
3608           sysconfig/interfaces/up.d/ipx/.cvsignore,
3609           ppp/ip-down.d/.cvsignore, sysconfig/interfaces/data/.cvsignore,
3610           sysconfig/network-scripts/ifup-neigh, src/initlog.conf,
3611           sysconfig/network-scripts/functions.network,
3612           sysconfig/network-scripts/ifup-ipx,
3613           sysconfig/network-scripts/ifup-plip,
3614           sysconfig/interfaces/up.d/all/thetouch, rc.d/init.d/.cvsignore,
3615           rc.d/init.d/template.init, ppp/ip-up,
3616           sysconfig/interfaces/down.d/Makefile.am, rc.d/rc.init,
3617           sysconfig/network-scripts/.cvsignore, doc/ipcalc.1, dumb.sh,
3618           configure.ac, sysconfig/interfaces/up.d/ppp/Makefile.am,
3619           po/pl.po, sysconfig/network-scripts/ifup-post, Makefile.am,
3620           sysconfig/interfaces/up.d/.cvsignore, autogen.sh, doc/doexec.1,
3621           doc/ppp-watch.8, DEVELOPMENT, rc.d/init.d/functions, AUTHORS,
3622           sysconfig/interfaces/down.d/ipx/.cvsignore, README,
3623           rc.d/init.d/killall, doc/usleep.1,
3624           sysconfig/network-scripts/ifup-irda, doc/usernetctl.8,
3625           sysconfig/interfaces/ifcfg-eth0, sysconfig/interfaces/.cvsignore,
3626           ppp/ipx-down, sysconfig/interfaces/down.d/ip/.cvsignore, COPYING,
3627           sysconfig/network-scripts/ifdown,
3628           sysconfig/network-scripts/ifup-plusb,
3629           sysconfig/interfaces/data/Makefile.am,
3630           sysconfig/network-scripts/ifdown-br, src/consoletype.c,
3631           sysconfig/interfaces/up.d/all/Makefile.am,
3632           sysconfig/interfaces/up.d/ip/Makefile.am, src/loglevel.c,
3633           sysconfig/network-scripts/ifup-vlan,
3634           sysconfig/interfaces/tnlcfg-description, src/process.c,
3635           sysconfig/system, src/netreport.c, src/process.h,
3636           rc.d/rc.sysinit, sysconfig/network-scripts/ifdown-post, service,
3637           src/getkey.c, sysconfig/interfaces/Makefile.am,
3638           doc/rc-scripts.docb, ppp/auth-down,
3639           sysconfig/interfaces/up.d/tnl/.cvsignore, isapnp/.cvsignore,
3640           doc/consoletype.1, sysconfig/interfaces/up.d/ppp/.cvsignore,
3641           sysconfig/static-routes, ppp/ip-down, ppp/ip-down.d/logger,
3642           sysconfig/Makefile.am, sysconfig/interfaces/up.d/ip/.cvsignore,
3643           sysconfig/interfaces/up.d/all/.cvsignore, rc.d/init.d/allowlogin,
3644           po/de.po, rc.d/rc.local, sysconfig/network-scripts/tnlup,
3645           sysconfig/network-scripts/ifdown-sl, ppp/ip-up.d/Makefile.am,
3646           sysconfig/network-scripts/ifdown-irda,
3647           sysconfig/interfaces/down.d/tnl/Makefile.am, po/Makefile.am,
3648           sysconfig/interfaces/down.d/ipx/Makefile.am, rc.d/rc,
3649           po/.cvsignore, lang.csh, sysconfig/interfaces/down.d/ppp/logger,
3650           sysconfig/hwprofiles/Makefile.am, sysconfig/interfaces/ifcfg-sl0,
3651           rc.d/rc.modules, sysconfig/interfaces/down.d/ip/Makefile.am,
3652           sysconfig/hwprofiles/.cvsignore, rc.d/init.d/network,
3653           rc.d/init.d/timezone, sysconfig/network-scripts/ifdown-vlan,
3654           INSTALL, sysconfig/network-scripts/tnldown,
3655           sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c,
3656           sysconfig/interfaces/down.d/all/thetouch, doc/Makefile.am,
3657           doc/sysvinitfiles, rc-scripts.spec.in, doc/sysconfig.txt,
3658           sysconfig/interfaces/down.d/tnl/.cvsignore,
3659           sysconfig/network-scripts/Makefile.am,
3660           sysconfig/interfaces/down.d/ppp/.cvsignore, hwprofile,
3661           sysconfig/network-scripts/ifup-routes, src/.cvsignore,
3662           sysconfig/network-scripts/ifdown-ppp,
3663           sysconfig/interfaces/down.d/all/.cvsignore,
3664           sysconfig/interfaces/data/chat-ppp0.leased1, ppp/.cvsignore,
3665           NEWS, adjtime, setsysfont, sysconfig/.cvsignore, doc/.cvsignore,
3666           sysconfig/i18n, rc.d/init.d/Makefile.am,
3667           sysconfig/interfaces/data/chat-ppp0.callback,
3668           sysconfig/interfaces/down.d/ppp/Makefile.am, inittab,
3669           ppp/ip-up.d/logger, sysconfig/network,
3670           sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm, src/testdinit,
3671           src/Makefile.am, src/ipcalc.c, rc.d/rc.shutdown, sysctl.conf,
3672           modules, ppp/Makefile.am, sysconfig/interfaces/up.d/ppp/logger,
3673           sysconfig/static-arp, sysconfig/interfaces/ifcfg-ppp0.callback,
3674           src/doexec.c, doc/sysconfig.docb, ppp/auth-up,
3675           sysconfig/network-scripts/ifup-ppp,
3676           sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
3677           sysconfig/interfaces/ifcfg-description,
3678           sysconfig/network-scripts/ifup-br, doc/polski.dsl,
3679           ppp/ip-up.d/.cvsignore, sysconfig/interfaces/ifcfg-irlan0,
3680           src/testd.c, src/shvar.c, rc.d/init.d/random, rc.d/init.d/single,
3681           sysconfig/interfaces/down.d/.cvsignore, doc/net-scripts.txt,
3682           sysconfig/timezone, sysconfig/clock, src/usernetctl.c,
3683           src/shvar.h, sysconfig/interfaces/down.d/all/Makefile.am,
3684           sysconfig/interfaces/data/chat-ppp0.tpsa,
3685           sysconfig/interfaces/ifcfg-irda0, isapnp/Makefile.am,
3686           sysconfig/interfaces/up.d/tnl/Makefile.am,
3687           sysconfig/network-scripts/ifup-aliases, src/usleep.c,
3688           sysconfig/interfaces/up.d/ipx/Makefile.am, src/minilogd.c,
3689           sysconfig/static-nat, src/initlog.c, .cvsignore, ppp/ipx-up,
3690           src/initlog.h, doc/make-html, sysconfig/network-scripts/ifup,
3691           doc/netreport.1, isapnp/isapnp-kernel.conf,
3692           sysconfig/interfaces/ifcfg-br0,
3693           sysconfig/interfaces/ifcfg-ppp0.tpsa,
3694           sysconfig/network-scripts/ifup-iucv, lang.sh, run-parts,
3695           src/resolvesymlink.c, rc.d/Makefile.am,
3696           sysconfig/interfaces/ifcfg-ppp0.leased1,
3697           sysconfig/interfaces/ifcfg-ppp0.leased2,
3698           sysconfig/network-scripts/ifup-sl, rc.d/.cvsignore: - propset Id
3699           everywhere
3700
3701 2003-09-14 10:48 +0000 [r1328]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3702
3703         * makepot.pl: - propset test
3704
3705 2003-09-09 22:45 +0000 [r1128]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3706
3707         * rc.d/init.d/functions: - also be able to find 2.6 modules (.ko)
3708
3709 2003-09-09 22:05 +0000 [r1126]  Jan Rękorajski <baggins/at/pld-linux.org>
3710
3711         * rc.d/init.d/functions: - fixed is_module - modules may be gzipped
3712
3713 2003-09-09 16:14 +0000 [r1124]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3714
3715         * rc.d/rc.sysinit: - add sysfs to mtab
3716
3717 2003-09-08 09:29 +0000 [r1122]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3718
3719         * rc.d/rc.sysinit: - mount sysfs in the same way as proc is
3720
3721 2003-09-05 14:53 +0000 [r1120]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3722
3723         * rc.d/init.d/functions: - if there is no process then it already
3724           died
3725
3726 2003-08-19 14:07 +0000 [r1118]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3727
3728         * dumb.sh: - for nessusd.init
3729
3730 2003-08-10 20:54 +0000 [r1116]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3731
3732         * rc.d/rc.sysinit: - simplified mdadm support
3733
3734 2003-08-10 20:49 +0000 [r1115]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3735
3736         * rc.d/init.d/functions: - functions for kernel version checking
3737
3738 2003-08-07 10:20 +0000 [r1113]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3739
3740         * rc.d/rc.sysinit: - add support for mdadm when trying to start
3741           RAID devices
3742
3743 2003-08-06 19:23 +0000 [r1111]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3744
3745         * dumb.sh: - from athcool.init
3746
3747 2003-07-28 12:16 +0000 [r1109]  Paweł Gołaszewski <blues/at/pld-linux.org>
3748
3749         * sysctl.conf: - added gc_thresh entries
3750
3751 2003-07-28 12:11 +0000 [r1108]  Paweł Gołaszewski <blues/at/pld-linux.org>
3752
3753         * sysconfig/network: - oops - these were my experiments...
3754
3755 2003-07-28 12:02 +0000 [r1106]  Paweł Gołaszewski <blues/at/pld-linux.org>
3756
3757         * sysconfig/network: - typo
3758
3759 2003-07-28 11:33 +0000 [r1105]  Paweł Gołaszewski <blues/at/pld-linux.org>
3760
3761         * sysconfig/network: - GATEWAY setup is back - with comment
3762
3763 2003-07-11 23:08 +0000 [r1103]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3764
3765         * rc.d/init.d/network: - added nameif support
3766
3767 2003-07-10 18:39 +0000 [r1100-1101]  Jan Rękorajski <baggins/at/pld-linux.org>
3768
3769         * sysconfig/interfaces/ifcfg-description: - description for
3770           VLAN_REORDER_HDR
3771
3772         * sysconfig/network-scripts/ifup-vlan: - seems like API changed,
3773           allow REORDER_HDR on VLANs
3774
3775 2003-07-10 12:30 +0000 [r1098]  Jan Rękorajski <baggins/at/pld-linux.org>
3776
3777         * rc.d/init.d/network: - we should stop bridges first if we are
3778           staring them last
3779
3780 2003-07-10 12:26 +0000 [r1097]  Jan Rękorajski <baggins/at/pld-linux.org>
3781
3782         * rc.d/init.d/network: - special case bridge interfaces (br*), they
3783           *must* be handled last as we are not able to know what will be
3784           bridged
3785
3786 2003-07-05 11:59 +0000 [r1095]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3787
3788         * rc.d/rc.sysinit: - mount devpts, too
3789
3790 2003-06-30 15:36 +0000 [r1094]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3791
3792         * rc.d/rc.sysinit: - keep old dmesg, too
3793
3794 2003-06-24 10:34 +0000 [r1092-1093]  Jakub Bogusz <qboosh/at/pld-linux.org>
3795
3796         * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: - added note about
3797           bluez
3798
3799         * sysconfig/interfaces/data/Makefile.am,
3800           sysconfig/interfaces/Makefile.am: - added *-ppp0.gprs-plusgsm
3801
3802 2003-06-24 10:26 +0000 [r1091]  Jakub Bogusz <qboosh/at/pld-linux.org>
3803
3804         * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm (added),
3805           sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm (added): - ppp
3806           examples for GPRS/PlusGSM taken from BTS#694
3807
3808 2003-06-20 15:32 +0000 [r1090]  Paweł Gołaszewski <blues/at/pld-linux.org>
3809
3810         * rc.d/rc.sysinit: - stupid missing thing
3811
3812 2003-06-19 15:57 +0000 [r1089]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3813
3814         * sysconfig/static-routes, sysconfig/network,
3815           sysconfig/network-scripts/functions.network: - use static-routes
3816           for ip rule configuration; drop GATRWAY from network
3817           configuration
3818
3819 2003-06-17 14:02 +0000 [r1088]  Jakub Bogusz <qboosh/at/pld-linux.org>
3820
3821         * rc.d/init.d/timezone: - posix zoneinfo files are in top level,
3822           not "posix" subdir now
3823
3824 2003-06-16 21:28 +0000 [r1087]  Witek Kręcicki <adasi/at/pld-linux.org>
3825
3826         * rc.d/rc.sysinit: - future is now...
3827
3828 2003-06-16 20:20 +0000 [r1086]  Paweł Gołaszewski <blues/at/pld-linux.org>
3829
3830         * rc-scripts.spec.in, rc.d/rc.sysinit: - early mounting of sysfs
3831           under kernel 2.5
3832
3833 2003-06-16 18:05 +0000 [r1085]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3834
3835         * rc.d/rc.sysinit: - usbdevfs is usbfs in 2.5
3836
3837 2003-06-06 09:02 +0000 [r1083]  Paweł Gołaszewski <blues/at/pld-linux.org>
3838
3839         * sysconfig/interfaces/ifcfg-description: - fixed typo in
3840           description
3841
3842 2003-05-31 11:59 +0000 [r1082]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3843
3844         * inittab: - calling update is obsolete starting from 2.2.9 kernel
3845
3846 2003-05-22 14:11 +0000 [r1080]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3847
3848         * dumb.sh: - updated
3849
3850 2003-05-15 22:39 +0000 [r1078-1079]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3851
3852         * rc.d/init.d/functions: - formatting - fixed second argument of
3853           "status"
3854
3855         * dumb.sh: - updated
3856
3857 2003-05-15 21:37 +0000 [r1077]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3858
3859         * rc.d/init.d/template.init, rc.d/init.d/functions: - LSB
3860           conformance changes
3861
3862 2003-05-11 21:09 +0000 [r1076]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3863
3864         * dumb.sh: - updated
3865
3866 2003-05-11 15:26 +0000 [r1075]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3867
3868         * dumb.sh: removed duplicates; %s fixes
3869
3870 2003-05-11 15:13 +0000 [r1074]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3871
3872         * dumb.sh: updated
3873
3874 2003-05-11 12:42 +0000 [r1073]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3875
3876         * dumb.sh: updated
3877
3878 2003-05-09 21:08 +0000 [r1072]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3879
3880         * dumb.sh: - updated
3881
3882 2003-05-08 17:18 +0000 [r1071]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3883
3884         * rc.d/init.d/template.init: - reversed bogus change
3885
3886 2003-05-07 23:35 +0000 [r1070]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3887
3888         * dumb.sh: - updated
3889
3890 2003-05-06 21:54 +0000 [r1069]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3891
3892         * dumb.sh: updated
3893
3894 2003-05-05 00:07 +0000 [r1068]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3895
3896         * rc.d/init.d/template.init, dumb.sh: updated
3897
3898 2003-05-04 19:48 +0000 [r1067]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3899
3900         * dumb.sh: updated
3901
3902 2003-05-03 23:16 +0000 [r1066]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3903
3904         * dumb.sh: updated
3905
3906 2003-05-02 23:41 +0000 [r1064-1065]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3907
3908         * dumb.sh (added): - dump script with various messages
3909
3910         * rc-scripts.spec.in: - fix improper use of %%{_sysconfigdir}
3911
3912 2003-05-02 20:27 +0000 [r1063]  kloczek <kloczek/at/pld-linux.org>
3913
3914         * po/de.po: - corrected charset s/iso8850-1/iso-8850-1/.
3915
3916 2003-04-17 18:21 +0000 [r1062]  Jan Rękorajski <baggins/at/pld-linux.org>
3917
3918         * rc.d/rc.sysinit: - added support for device-mapper
3919
3920 2003-04-10 07:37 +0000 [r1061]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
3921
3922         * rc.d/rc.sysinit: - use new evms_activate utility; drop support
3923           for evms < 2.0.0
3924
3925 2003-04-07 19:59 +0000 [r1060]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
3926
3927         * rc.d/rc.sysinit: - split sysctl call into two pieces
3928
3929 2003-04-07 19:54 +0000 [r1059]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
3930
3931         * sysconfig/network-scripts/ifup: - fix Andrzej's proxy arp support
3932
3933 2003-03-06 13:31 +0000 [r1058]  Wojciech Cięciwa <cieciwa/at/pld-linux.org>
3934
3935         * sysctl.conf: - corecting URL of grsecurity.
3936
3937 2003-01-25 00:37 +0000 [r1057]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
3938
3939         * rc.d/rc.shutdown: - more generic ups support via
3940           /sbin/poweroff-ups
3941
3942 2003-01-15 22:34 +0000 [r1056]  Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
3943
3944         * TODO, sysconfig/network-scripts/ifup,
3945           sysconfig/interfaces/ifcfg-description: - support for proxy ARP
3946           per interface - fix sysctl for IPV6_DISABLE_AUTOCONF - typos,
3947           formatting - MTU for ethernet already supported [ remove from
3948           TODO ]
3949
3950 2003-01-07 14:45 +0000 [r1055]  kloczek <kloczek/at/pld-linux.org>
3951
3952         * rc.d/init.d/functions: s/broke/break/ (fixed
3953           http://bugs.pld.org.pl/?bug=520).
3954
3955 2002-12-30 23:39 +0000 [r1054]  Paweł Wilk <siefca/at/pld-linux.org>
3956
3957         * run-parts: - run-parts: current directory now in an environment
3958           variable - run-parts: args shifted - run-parts: cosmetics
3959
3960 2002-12-17 14:01 +0000 [r1053]  Jan Rękorajski <baggins/at/pld-linux.org>
3961
3962         * rc.d/init.d/network, po/pl.po, doc/sysconfig.txt,
3963           doc/sysconfig.docb, sysconfig/network-scripts/functions.network:
3964           - removed references to IPV*_FORWARDING
3965
3966 2002-12-17 13:54 +0000 [r1052]  Jan Rękorajski <baggins/at/pld-linux.org>
3967
3968         * sysconfig/network: - better solution to IPV*_FORWARDING
3969
3970 2002-12-17 13:43 +0000 [r1051]  Jan Rękorajski <baggins/at/pld-linux.org>
3971
3972         * sysconfig/network: - removed IPV*_FORWARDING - use
3973           /etc/sysctl.conf to set this
3974
3975 2002-12-01 23:59 +0000 [r1050]  alchemyx <alchemyx/at/pld-linux.org>
3976
3977         * rc.d/rc.sysinit: - typo
3978
3979 2002-12-01 21:31 +0000 [r1049]  alchemyx <alchemyx/at/pld-linux.org>
3980
3981         * rc.d/rc.sysinit: - system will reboot if is instructed by fsck to
3982           do so
3983
3984 2002-11-27 23:41 +0000 [r1048]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
3985
3986         * rc.d/rc.shutdown: - support for UPS powerdown before halt
3987
3988 2002-11-12 15:54 +0000 [r1047]  kloczek <kloczek/at/pld-linux.org>
3989
3990         * sysconfig/interfaces/ifcfg-description: typo in comment
3991           (s/dhlc/dhcp/).
3992
3993 2002-11-08 23:45 +0000 [r1046]  alchemyx <alchemyx/at/pld-linux.org>
3994
3995         * sysconfig/static-nat,
3996           sysconfig/network-scripts/functions.network: - updated static-nat
3997           (reversed parameters) so it works now as intended (as described
3998           in docs)
3999
4000 2002-10-10 15:07 +0000 [r1045]  Jan Rękorajski <baggins/at/pld-linux.org>
4001
4002         * sysconfig/system, rc.d/rc.sysinit: - better support fo EVMS
4003
4004 2002-09-28 23:05 +0000 [r1044]  Arkadiusz Patyk <areq/at/pld-linux.org>
4005
4006         * rc.d/rc.shutdown: - don't force umount iso9660 ramfs tmpfs
4007
4008 2002-09-14 19:54 +0000 [r1043]  Tomasz Orzechowski <orzech/at/pld-linux.org>
4009
4010         * sysconfig/system, rc.d/rc, rc.d/rc.sysinit: - LOAD_SOUND is
4011           obsolete
4012
4013 2002-08-24 17:04 +0000 [r1042]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4014
4015         * sysconfig/network-scripts/ifup-ppp: - fix wvdial support; chat
4016           support still broken
4017
4018 2002-08-24 16:05 +0000 [r1041]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4019
4020         * sysconfig/interfaces/ifcfg-description, README,
4021           sysconfig/network-scripts/functions.network,
4022           sysconfig/network-scripts/ifup-ppp: - added userspace and
4023           kernelspace PPPoE support - pass unit option to pppd (so now
4024           ifcfg-ppp5 with DEVICE=ppp5 will _always_ create ppp5 interface
4025           when it's not used yet)
4026
4027 2002-08-23 22:13 +0000 [r1040]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4028
4029         * rc.d/init.d/network: - check ONBOOT by evaluating ifcfg-* file,
4030           not by egrep
4031
4032 2002-08-22 13:21 +0000 [r1039]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4033
4034         * sysconfig/interfaces/ifcfg-description,
4035           sysconfig/network-scripts/ifup-post,
4036           sysconfig/network-scripts/ifdown-post: - support for limiting
4037           downstream and upstream traffic on whole interface (cbq, htb,
4038           tbf)
4039
4040 2002-08-21 21:30 +0000 [r1038]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4041
4042         * sysconfig/network-scripts/functions.network: - fix support for
4043           src addresses option
4044
4045 2002-08-13 20:31 +0000 [r1037]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4046
4047         * rc.d/rc.sysinit: - /proc/bus/usb should be described in fstab -
4048           mounting manually bogus device "usbdevfs" causes mount -a to fail
4049           when fstab contains something like "none /proc/bus/usb usbdevfs
4050           ..."
4051
4052 2002-08-11 17:05 +0000 [r1036]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4053
4054         * sysconfig/network-scripts/ifup-routes,
4055           sysconfig/network-scripts/ifup-post,
4056           sysconfig/network-scripts/Makefile.am, sysconfig/static-arp
4057           (added), sysconfig/Makefile.am,
4058           sysconfig/network-scripts/ifup-neigh (added): - static arp per
4059           interface support - any device support is back
4060
4061 2002-08-09 06:30 +0000 [r1035]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4062
4063         * rc.d/rc.sysinit: - fix for checking encrypted filesystems - if
4064           all have "noauto" in options, don't try to mount or fsck anything
4065
4066 2002-07-14 21:11 +0000 [r1034]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4067
4068         * service, rc.d/init.d/functions: - some code from RH (nicer than
4069           old code)
4070
4071 2002-07-13 23:04 +0000 [r1033]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4072
4073         * sysconfig/network-scripts/ifup: - fix WLAN encryption setting
4074
4075 2002-07-13 16:25 +0000 [r1032]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4076
4077         * sysconfig/network-scripts/ifdown-ppp,
4078           sysconfig/network-scripts/ifdown-vlan (added),
4079           sysconfig/network-scripts/ifup-plusb (added),
4080           sysconfig/network-scripts/functions.network,
4081           sysconfig/network-scripts/ifup-ppp,
4082           sysconfig/network-scripts/ifup-vlan (added),
4083           sysconfig/network-scripts/ifdown-irda (added),
4084           sysconfig/network-scripts/ifup,
4085           sysconfig/interfaces/ifcfg-description,
4086           sysconfig/interfaces/ifcfg-irlan0 (added),
4087           sysconfig/network-scripts/ifup-iucv (added), rc.d/rc.sysinit,
4088           service, rc.d/rc.modules, sysconfig/interfaces/ifcfg-irda0
4089           (added), sysconfig/network-scripts/ifup-irda (added): - more
4090           TOTALNEW merge (ppp, irda, other vlan, wireless). ALPHA
4091
4092 2002-07-06 12:22 +0000 [r1031]  Olgierd Pieczul <wojrus/at/pld-linux.org>
4093
4094         * rc.d/rc.sysinit: - fixed: removing directories in /var/run/app/ -
4095           fixed: unneeded lines (deleting not-existing files) removed
4096
4097 2002-06-19 18:13 +0000 [r1030]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
4098
4099         * doc/sysconfig.txt: - forgotten
4100
4101 2002-06-19 18:04 +0000 [r1029]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
4102
4103         * sysconfig/network: - hopefully fixed explanation about NISDOMAIN
4104
4105 2002-06-18 22:06 +0000 [r1028]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
4106
4107         * doc/sysconfig.txt, sysconfig/network: - more clear explanation of
4108           HOSTNAME and NISDOMAIN
4109
4110 2002-06-13 13:06 +0000 [r1027]  Robert Grabowski <grabba/at/pld-linux.org>
4111
4112         * rc.d/init.d/functions: daemon function: dont't use su when user
4113           is root
4114
4115 2002-05-21 12:23 +0000 [r1026]  Olgierd Pieczul <wojrus/at/pld-linux.org>
4116
4117         * sysconfig/ip-rules: - typo
4118
4119 2002-05-11 21:51 +0000 [r1025]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4120
4121         * rc.d/rc.sysinit: - process functions a bit earlier - don't mount
4122           proc twice
4123
4124 2002-05-11 10:26 +0000 [r1024]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4125
4126         * rc-scripts.spec.in: - updated spec file
4127
4128 2002-05-11 09:50 +0000 [r1023]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4129
4130         * sysconfig/network-scripts/ifup-routes, rc.d/init.d/network,
4131           sysconfig/network-scripts/ifup-aliases,
4132           sysconfig/network-scripts/ifdown-ppp,
4133           sysconfig/network-scripts/tnldown,
4134           sysconfig/network-scripts/ifup-post,
4135           sysconfig/network-scripts/ifdown,
4136           sysconfig/network-scripts/ifdown-br,
4137           rc.d/init.d/functions.network (removed),
4138           sysconfig/network-scripts/ifup-ppp,
4139           sysconfig/network-scripts/functions.network (added),
4140           sysconfig/network-scripts/ifup-ipx,
4141           sysconfig/network-scripts/tnlup, rc.d/init.d/Makefile.am,
4142           sysconfig/network-scripts/ifdown-sl,
4143           sysconfig/network-scripts/ifup,
4144           sysconfig/network-scripts/ifup-br,
4145           sysconfig/network-scripts/ifup-plip, rc-scripts.spec.in,
4146           sysconfig/network-scripts/ifdown-post,
4147           sysconfig/network-scripts/Makefile.am,
4148           sysconfig/network-scripts/ifup-sl: - functions.network back in
4149           old place
4150
4151 2002-05-11 09:44 +0000 [r1022]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4152
4153         * ppp/Makefile.am: - force symlink
4154
4155 2002-05-11 09:36 +0000 [r1020-1021]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4156
4157         * autogen.sh: - configure.in -> configure.ac
4158
4159         * po/pl.po, configure.ac: - fix iso charset name - add de to
4160           supported languages
4161
4162 2002-05-11 09:30 +0000 [r1019]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4163
4164         * configure.in (removed), configure.ac (added): - renamed + updated
4165
4166 2002-05-11 08:48 +0000 [r1018]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4167
4168         * rc.d/init.d/functions.network: - removed via (it shouldn't be
4169           here)
4170
4171 2002-05-11 08:41 +0000 [r1017]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4172
4173         * rc.d/init.d/functions.network: - use onlink option when adding
4174           default routing (in case when gw isn't in our subnetwork) -
4175           TNLOPTS removed
4176
4177 2002-04-21 12:22 +0000 [r1016]  mkochano <mkochano/at/pld-linux.org>
4178
4179         * sysconfig/interfaces/data/chat-ppp0.tpsa: - Update for current
4180           TPSA login screen.
4181
4182 2002-04-20 13:57 +0000 [r1015]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4183
4184         * rc.d/rc.sysinit: - don't mount usbdevfs again if it's already
4185           mounted (for example by modules.conf post-install directive).
4186           Patch by Wojtek Kaniewski <wojtekka/at/bydg.pdi.net>.
4187
4188 2002-04-10 19:02 +0000 [r1014]  Witek Kręcicki <adasi/at/pld-linux.org>
4189
4190         * sysconfig/network-scripts/ifup-ppp: - added USER... dunno why it
4191           wasn't included, but it is in sample files and it should be added
4192           to pppd cmdline (user ${USER}). If it's wrong, roll it back
4193
4194 2002-04-09 11:10 +0000 [r1009-1013]  Jacek Konieczny <jajcus/at/pld-linux.org>
4195
4196         * rc.d/init.d/network, AUTHORS, sysconfig/network: - more LDAP
4197           garbage removed
4198
4199         * po/pl.po: - LDAP strings removed
4200
4201         * rc.d/init.d/network: - "LDAP support" removed
4202
4203         * rc.d/init.d/functions.network: - "LDAP support" removed. It was
4204           not supported anyway
4205
4206         * rc.d/init.d/functions.network: - delete '}' left after some
4207           function removal
4208
4209 2002-03-29 17:18 +0000 [r1008]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
4210
4211         * rc.d/rc.sysinit: - added deleting lock files
4212
4213 2002-03-29 08:52 +0000 [r1007]  Olgierd Pieczul <wojrus/at/pld-linux.org>
4214
4215         * rc-scripts.spec.in: - added removed by mistake 'timezone'
4216
4217 2002-03-29 08:46 +0000 [r1005-1006]  Olgierd Pieczul <wojrus/at/pld-linux.org>
4218
4219         * sysconfig/ip-rules (added): - example config file
4220
4221         * rc.d/init.d/network, rc-scripts.spec.in,
4222           rc.d/init.d/functions.network, sysconfig/Makefile.am: - policy
4223           routing support
4224
4225 2002-03-24 03:59 +0000 [r1004]  Paweł Gołaszewski <blues/at/pld-linux.org>
4226
4227         * po/pl.po, autogen.sh, rc.d/rc.sysinit, README: - GNU/Linux is
4228           gone.
4229
4230 2002-03-19 18:35 +0000 [r1003]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4231
4232         * sysconfig/system, rc.d/rc.sysinit: - user and kernelspace PNP
4233
4234 2002-03-19 18:19 +0000 [r1002]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4235
4236         * ppp/ipx-down (added), ppp/auth-down (added), isapnp/.cvsignore
4237           (added), ppp/Makefile.am, sysconfig/hwprof (added), Makefile.am,
4238           autogen.sh, ppp/ip-down, sysconfig/Makefile.am, ppp/ipx-up
4239           (added), ppp/auth-up (added), sysconfig/hwprofiles (added),
4240           configure.in, isapnp/isapnp-kernel.conf (added), ppp/ip-up,
4241           isapnp (added), README, hwprofile (added),
4242           sysconfig/hwprofiles/Makefile.am (added), service (added),
4243           isapnp/Makefile.am (added), sysconfig/hwprofiles/.cvsignore
4244           (added): - started merging TOTALNEW
4245
4246 2002-03-19 17:46 +0000 [r1001]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4247
4248         * rc.d/rc.sysinit: - support for EVMS volumes
4249
4250 2002-03-19 17:42 +0000 [r1000]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4251
4252         * sysconfig/system, rc.d/rc.sysinit: - if devfs is mounted and
4253           devfsd is available then start is unconditionally
4254
4255 2002-03-07 11:16 +0000 [r999]  Paweł Gołaszewski <blues/at/pld-linux.org>
4256
4257         * rc.d/init.d/network, sysconfig/network-scripts/ifup-ipx: - ipx
4258           paths fixed (ipx is usable now...)
4259
4260 2002-03-07 09:48 +0000 [r998]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4261
4262         * rc.d/rc.sysinit: - protect dmesg
4263
4264 2002-02-21 00:31 +0000 [r997]  Tomasz Pala <gotar/at/pld-linux.org>
4265
4266         * po/pl.po: - more typos
4267
4268 2002-02-21 00:08 +0000 [r996]  Tomasz Pala <gotar/at/pld-linux.org>
4269
4270         * po/pl.po, rc.d/rc.sysinit: - typos
4271
4272 2002-02-20 23:43 +0000 [r995]  Tomasz Pala <gotar/at/pld-linux.org>
4273
4274         * po/pl.po, rc.d/rc.sysinit, sysconfig/network-scripts/ifup-sl: -
4275           updated.
4276
4277 2002-02-18 13:24 +0000 [r994]  Tomasz Pala <gotar/at/pld-linux.org>
4278
4279         * doc/sysconfig.txt, doc/sysconfig.docb: - hostname != FQDN
4280
4281 2002-02-03 16:40 +0000 [r993]  Witek Kręcicki <adasi/at/pld-linux.org>
4282
4283         * rc-scripts-sysconfig_masq.patch (removed): - moved away
4284
4285 2002-02-03 16:22 +0000 [r992]  Witek Kręcicki <adasi/at/pld-linux.org>
4286
4287         * rc-scripts-sysconfig_masq.patch (added): - sysconfig/masquerade
4288           support patch - not for use in official rc-scripts releases
4289
4290 2002-02-03 16:17 +0000 [r991]  Witek Kręcicki <adasi/at/pld-linux.org>
4291
4292         * rc.d/init.d/network, doc/sysconfig.txt,
4293           rc.d/init.d/functions.network, doc/sysconfig.docb: - reverted
4294           last change
4295
4296 2002-02-02 17:30 +0000 [r990]  Witek Kręcicki <adasi/at/pld-linux.org>
4297
4298         * doc/sysconfig.txt, doc/sysconfig.docb: - added masquerade
4299           description
4300
4301 2002-02-02 17:13 +0000 [r989]  Witek Kręcicki <adasi/at/pld-linux.org>
4302
4303         * rc.d/init.d/network, rc.d/init.d/functions.network: - added
4304           support for sysconfig/masquerade (NEW)
4305
4306 2002-01-27 02:14 +0000 [r986-988]  Jan Rękorajski <baggins/at/pld-linux.org>
4307
4308         * src/ppp-watch.c, src/usernetctl.c: - rc-scripts-interfaces.patch:
4309           ifcfg-* are in /etc/sysconfig/interfaces, not
4310           /etc/sysconfig/network-scripts. And ifup and ifdown are not there
4311           but in /sbin. (qrczak)
4312
4313         * rc.d/rc.sysinit: - fixed syntax error
4314
4315         * rc.d/rc.shutdown: - don't try to umount devfs - it's pointelss
4316
4317 2002-01-22 23:46 +0000 [r984-985]  Tomasz Pala <gotar/at/pld-linux.org>
4318
4319         * po/pl.po: - more fixes
4320
4321         * TODO, DEVELOPMENT: - typos
4322
4323 2002-01-17 21:14 +0000 [r983]  Tomasz Pala <gotar/at/pld-linux.org>
4324
4325         * inittab: - added KeyboardSignal entry.
4326
4327 2002-01-17 20:56 +0000 [r982]  Tomasz Pala <gotar/at/pld-linux.org>
4328
4329         * po/pl.po: - changed personal forms to impersonal.
4330
4331 2002-01-17 20:47 +0000 [r981]  Tomasz Pala <gotar/at/pld-linux.org>
4332
4333         * po/pl.po: - iso8859-1 got 'ó' - why don't use it? - other
4334           cosmetics.
4335
4336 2002-01-08 17:42 +0000 [r980]  Jan Rękorajski <baggins/at/pld-linux.org>
4337
4338         * rc.d/init.d/functions: - reverted is_no() behaviour to return
4339           true only on explicit "no"
4340
4341 2002-01-08 17:16 +0000 [r979]  Jan Rękorajski <baggins/at/pld-linux.org>
4342
4343         * rc.d/rc.sysinit: - reorganized stuff so modprobe is not called
4344           before depmod
4345
4346 2002-01-08 16:48 +0000 [r978]  Jan Rękorajski <baggins/at/pld-linux.org>
4347
4348         * configure.in: - version 0.3.1
4349
4350 2001-12-24 12:22 +0000 [r977]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4351
4352         * rc.d/rc.sysinit: - if RUN_DEPMOD is set to "ifmissing", run
4353           simply "depmod -A"
4354
4355 2001-12-21 15:49 +0000 [r976]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4356
4357         * rc.d/rc.sysinit: - fixed depmod problem (s/$mver/`uname -r`/)
4358
4359 2001-12-14 12:56 +0000 [r975]  mkochano <mkochano/at/pld-linux.org>
4360
4361         * rc.d/init.d/functions: - Previous change caused "snow ball
4362           effect" --- some code relied upon that bug. - Added code which
4363           conditionaly encloses arguments in double quotes. This is
4364           required if more than one argument is passed to /bin/su -c.
4365
4366 2001-12-13 20:35 +0000 [r974]  mkochano <mkochano/at/pld-linux.org>
4367
4368         * rc.d/init.d/functions: - Properly escape quotation marks inside
4369           quotation marks.
4370
4371 2001-12-03 17:50 +0000 [r973]  Jacek Konieczny <jajcus/at/pld-linux.org>
4372
4373         * sysconfig/network-scripts/ifup-post: - pass $CONFIG instead of
4374           $DEVICE to ifup-post, ifup-aliases (BTS id 20)
4375
4376 2001-11-30 15:11 +0000 [r972]  Wojciech Cięciwa <cieciwa/at/pld-linux.org>
4377
4378         * sysctl.conf: - s/getrewted/grsecurity/
4379
4380 2001-11-23 14:33 +0000 [r971]  Tomasz Pala <gotar/at/pld-linux.org>
4381
4382         * rc.d/rc.sysinit, src/ppp-watch.c, src/shvar.c, src/shvar.h: -
4383           fixed typos.
4384
4385 2001-11-19 13:00 +0000 [r970]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4386
4387         * rc.d/init.d/functions.network: - don't try to detect devicetype
4388           if it's specified
4389
4390 2001-11-12 18:47 +0000 [r969]  Jan Rękorajski <baggins/at/pld-linux.org>
4391
4392         * sysconfig/network-scripts/ifdown: - RESULT variable can be empty,
4393           check for it
4394
4395 2001-11-09 18:34 +0000 [r968]  Jan Rękorajski <baggins/at/pld-linux.org>
4396
4397         * rc.d/init.d/network: - run modprobe at the start of
4398           network_init()
4399
4400 2001-11-05 16:58 +0000 [r967]  kloczek <kloczek/at/pld-linux.org>
4401
4402         * sysconfig/network: - chenged comment s/Set domainname here/Set
4403           NIS domain name here/
4404
4405 2001-10-30 17:03 +0000 [r966]  Tomasz Pala <gotar/at/pld-linux.org>
4406
4407         * rc.d/rc.sysinit: - last change: perms to 664.
4408
4409 2001-10-30 09:02 +0000 [r965]  Tomasz Pala <gotar/at/pld-linux.org>
4410
4411         * rc.d/rc.sysinit: - changed /var/run/utmp(x) and /var/log/wtmp(x)
4412           permissions to 660 in order to assure compatibility with SysVinit
4413           and utempter packages.
4414
4415 2001-10-25 08:21 +0000 [r963]  kloczek <kloczek/at/pld-linux.org>
4416
4417         * sysconfig/network-scripts/ifup-routes: back ..
4418           s/DEVICE/REALDEVICE/
4419
4420 2001-10-24 22:27 +0000 [r962]  Tomasz Orzechowski <orzech/at/pld-linux.org>
4421
4422         * rc.d/rc.sysinit: - small fixes
4423
4424 2001-10-24 22:16 +0000 [r961]  kloczek <kloczek/at/pld-linux.org>
4425
4426         * sysconfig/network-scripts/ifup-routes: s/REALDEVICE/DEVICE/
4427
4428 2001-10-22 16:43 +0000 [r960]  kloczek <kloczek/at/pld-linux.org>
4429
4430         * sysconfig/static-routes: added commented example.
4431
4432 2001-10-14 21:33 +0000 [r958]  mkochano <mkochano/at/pld-linux.org>
4433
4434         * sysconfig/network-scripts/ifdown-br: - Do not try to delete
4435           bridge from itself.
4436
4437 2001-10-11 18:49 +0000 [r955]  Jan Rękorajski <baggins/at/pld-linux.org>
4438
4439         * sysconfig/network-scripts/ifup,
4440           sysconfig/network-scripts/ifup-br, rc.d/init.d/functions.network:
4441           - let kernel maintain if ARP should be turned on/off if not
4442           explicitly specified
4443
4444 2001-10-10 02:03 +0000 [r954]  Jan Rękorajski <baggins/at/pld-linux.org>
4445
4446         * rc.d/init.d/functions.network: - fixed regexp in DEVICETYPE
4447           detection
4448
4449 2001-10-09 22:49 +0000 [r952-953]  Jan Rękorajski <baggins/at/pld-linux.org>
4450
4451         * rc.d/init.d/functions.network: - HANDLING cannot be 'typeset'
4452           it's mot local (thanks qboosh)
4453
4454         * sysconfig/network-scripts/ifup-ppp: - typo (thanks qboosh)
4455
4456 2001-10-08 11:16 +0000 [r951]  Jan Rękorajski <baggins/at/pld-linux.org>
4457
4458         * rc.d/rc.sysinit: - fix for modular LVM
4459
4460 2001-10-05 18:21 +0000 [r950]  Jan Rękorajski <baggins/at/pld-linux.org>
4461
4462         * sysctl.conf: - comment out all IPv6 stuff by default
4463
4464 2001-10-05 18:17 +0000 [r949]  Jan Rękorajski <baggins/at/pld-linux.org>
4465
4466         * rc.d/init.d/functions: - proper (shell dependant) ulimit use
4467
4468 2001-10-04 07:41 +0000 [r948]  Jakub Bogusz <qboosh/at/pld-linux.org>
4469
4470         * po/pl.po: - applied SOURCES/rc-scripts-typo.patch (by aflinta)
4471
4472 2001-10-01 17:10 +0000 [r946-947]  Jan Rękorajski <baggins/at/pld-linux.org>
4473
4474         * rc.d/init.d/functions.network: - allow ipv6 only interface
4475
4476         * sysctl.conf: - added grsec stuff - really, really disable ipv6
4477           autoconf if one wants it
4478
4479 2001-09-19 08:09 +0000 [r944]  Tomasz Orzechowski <orzech/at/pld-linux.org>
4480
4481         * rc.d/init.d/functions: - fixed misleading message after killproc
4482           with specified signal type
4483
4484 2001-08-16 22:52 +0000 [r943]  kloczek <kloczek/at/pld-linux.org>
4485
4486         * po/pl.po: - charset=iso-8859-2.
4487
4488 2001-08-15 20:32 +0000 [r942]  Roman Werpachowski <roman/at/pld-linux.org>
4489
4490         * sysconfig/interfaces/ifcfg-ppp0.tpsa: - added AUTH=no ("noauth"
4491           is not a default option of pppd)
4492
4493 2001-07-30 10:29 +0000 [r941]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
4494
4495         * sysconfig/interfaces/ifcfg-eth0: - ONBOOT=no by default
4496
4497 2001-07-23 11:01 +0000 [r940]  mkochano <mkochano/at/pld-linux.org>
4498
4499         * rc.d/init.d/functions: - Added ulimit -p unlimited before
4500           executing daemon. This will make sure daemons will have ability
4501           to fork no matter what limits are set. Limits for users are set
4502           via pam_limit. - Small optimalization (it's smaller now).
4503
4504 2001-07-22 17:28 +0000 [r936-939]  Jan Rękorajski <baggins/at/pld-linux.org>
4505
4506         * sysconfig/network-scripts/ifdown: - typos
4507
4508         * sysconfig/interfaces/Makefile.am: - added ifcfg-eth0
4509
4510         * rc.d/rc.sysinit: - devfs and RAID fixes
4511
4512         * rc.d/rc.modules: - don't autoclean modules loaded here
4513
4514 2001-07-21 19:26 +0000 [r935]  Jan Rękorajski <baggins/at/pld-linux.org>
4515
4516         * rc.d/rc.sysinit: - more merging from TOTALNEW - mainly USB and
4517           lvm - fixed thinko with SET_SLINKS
4518
4519 2001-07-21 19:21 +0000 [r933-934]  Jan Rękorajski <baggins/at/pld-linux.org>
4520
4521         * sysconfig/interfaces/tnlcfg-icm, sysconfig/interfaces/ifcfg-eth0:
4522           - bring it up to date with the stuff ;>
4523
4524         * sysconfig/network-scripts/ifup-aliases,
4525           sysconfig/interfaces/ifcfg-description: -
4526           s/BOOTMETHOD/BOOTPROTO/g
4527
4528 2001-07-19 20:55 +0000 [r932]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
4529
4530         * sysconfig/interfaces/ifcfg-eth0 (added): - example config
4531
4532 2001-07-17 18:21 +0000 [r931]  Jan Rękorajski <baggins/at/pld-linux.org>
4533
4534         * sysconfig/network-scripts/ifup, rc.d/init.d/functions: - merge
4535           from TOTALNEW branch: - set MTU - don't use tput if we are not on
4536           a proper terminal
4537
4538 2001-07-13 17:47 +0000 [r930]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
4539
4540         * sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network:
4541           - added automatically vlan shutdown before shutdowing interface
4542           (eth)
4543
4544 2001-07-05 22:21 +0000 [r929]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
4545
4546         * sysconfig/network-scripts/ifup: - VLAN must be set _before_
4547           initialisation it's IP parameters
4548
4549 2001-07-05 15:56 +0000 [r927]  Jan Rękorajski <baggins/at/pld-linux.org>
4550
4551         * rc.d/init.d/network, sysconfig/network-scripts/ifup,
4552           sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network:
4553           - cleaned up accidental mess
4554
4555 2001-07-05 15:47 +0000 [r925-926]  Jan Rękorajski <baggins/at/pld-linux.org>
4556
4557         * rc.d/rc.sysinit: - don't mount devpts if devfs is already mounted
4558
4559         * rc.d/rc.sysinit: - backed up some obviously wrong changes -
4560           PLEASE do NOT make functional changes along with cosmetic ones
4561
4562 2001-07-04 22:48 +0000 [r924]  Tomasz Pala <gotar/at/pld-linux.org>
4563
4564         * rc.d/rc.sysinit: - removed /etc/HOSTNAME, - cosmetics.
4565
4566 2001-06-26 14:53 +0000 [r923]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
4567
4568         * sysconfig/network-scripts/ifup: - added vconfig set_flag $DEVICE
4569           1 - for dhcpd
4570
4571 2001-06-25 20:54 +0000 [r922]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
4572
4573         * rc.d/init.d/functions.network: - added vlan_setup function
4574           (setting proper 802.1q vlan's parameters)
4575
4576 2001-06-25 20:44 +0000 [r921]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
4577
4578         * rc.d/init.d/network, sysconfig/network-scripts/ifup,
4579           sysconfig/network-scripts/ifdown: - added support to 802.1Q
4580           VLANs. (ifcfg-eth0.<vlan>)
4581
4582 2001-05-25 20:14 +0000 [r912]  Jan Rękorajski <baggins/at/pld-linux.org>
4583
4584         * sysconfig/network-scripts/ifup: - don't try to add ipv4 address
4585           if there is none
4586
4587 2001-05-25 17:53 +0000 [r911]  Jan Rękorajski <baggins/at/pld-linux.org>
4588
4589         * rc.d/init.d/functions.network: - typo
4590
4591 2001-05-25 17:48 +0000 [r910]  Jan Rękorajski <baggins/at/pld-linux.org>
4592
4593         * sysconfig/network-scripts/ifup: - compatibility fixes
4594
4595 2001-05-25 17:34 +0000 [r909]  Jan Rękorajski <baggins/at/pld-linux.org>
4596
4597         * rc.d/rc.sysinit: - cleanup
4598
4599 2001-05-25 14:33 +0000 [r906-908]  Jan Rękorajski <baggins/at/pld-linux.org>
4600
4601         * rc.d/init.d/network: - removed shutting down "unconfigured"
4602           interfaces - that was dumb idea misiek
4603
4604         * sysconfig/network-scripts/ifup: - consistency check
4605
4606         * rc.d/init.d/functions.network: - consistency checks
4607
4608 2001-05-24 20:20 +0000 [r903-905]  Jan Rękorajski <baggins/at/pld-linux.org>
4609
4610         * rc.d/init.d/functions.network: - reverted last change - not neded
4611
4612         * rc.d/init.d/network: - fixing shutting down unconfigured defices
4613           (atm stuff is not)
4614
4615         * rc.d/init.d/functions.network: - compat stuff
4616
4617 2001-05-24 20:14 +0000 [r902]  Jan Rękorajski <baggins/at/pld-linux.org>
4618
4619         * rc.d/init.d/functions.network: - more bad merge fixes
4620
4621 2001-05-24 20:00 +0000 [r901]  Jan Rękorajski <baggins/at/pld-linux.org>
4622
4623         * rc.d/init.d/functions.network: - fixed very stupid typo
4624
4625 2001-05-16 13:12 +0000 [r899-900]  Jan Rękorajski <baggins/at/pld-linux.org>
4626
4627         * po/pl.po: - cleaned up, updated and translated
4628
4629         * sysconfig/network-scripts/ifup-aliases,
4630           sysconfig/network-scripts/ifup-routes,
4631           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
4632           sysconfig/network-scripts/tnldown,
4633           sysconfig/network-scripts/ifdown,
4634           sysconfig/network-scripts/ifup-sl,
4635           sysconfig/network-scripts/ifup-ppp,
4636           sysconfig/network-scripts/ifup-ipx: - nls cleanups
4637
4638 2001-05-16 02:14 +0000 [r898]  Jan Rękorajski <baggins/at/pld-linux.org>
4639
4640         * rc.d/rc.shutdown: - do not 'exec' umount, $() is just fine (yes,
4641           it's yet another ksh93 fix)
4642
4643 2001-05-16 01:54 +0000 [r897]  Jan Rękorajski <baggins/at/pld-linux.org>
4644
4645         * rc.d/rc: - set TMPDIR=/dev/null before exec rc.shutdown
4646           (workaround for the freaky weird ksh93 which tries to keep pipes
4647           in /tmp, and no, disabling this in source of ksh93 is not an
4648           option)
4649
4650 2001-05-16 01:33 +0000 [r896]  Jan Rękorajski <baggins/at/pld-linux.org>
4651
4652         * rc.d/rc.shutdown, rc.d/rc: - do not use locale in rc.shutdwon
4653           (there are shells that support them and you end up with
4654           unmountable /usr)
4655
4656 2001-05-15 17:28 +0000 [r895]  Jan Rękorajski <baggins/at/pld-linux.org>
4657
4658         * makepot.pl: - recognize "nls 'bla'"
4659
4660 2001-05-15 16:54 +0000 [r893-894]  Jan Rękorajski <baggins/at/pld-linux.org>
4661
4662         * rc.d/init.d/template.init: - typo
4663
4664         * rc.d/rc.sysinit: - typos
4665
4666 2001-05-15 16:44 +0000 [r892]  Jan Rękorajski <baggins/at/pld-linux.org>
4667
4668         * rc.d/init.d/functions.network: - typos
4669
4670 2001-05-15 16:43 +0000 [r891]  Maciej 'Agaran' Pijanka <agaran/at/pld-linux.org>
4671
4672         * po/pl.po: added some translations..may somebody look at that?
4673
4674 2001-05-15 16:41 +0000 [r890]  Jan Rękorajski <baggins/at/pld-linux.org>
4675
4676         * rc.d/init.d/functions.network: - typo
4677
4678 2001-05-15 16:36 +0000 [r889]  Jan Rękorajski <baggins/at/pld-linux.org>
4679
4680         * rc.d/init.d/functions.network: - rarp run via run_cmd
4681
4682 2001-05-15 16:05 +0000 [r888]  Jan Rękorajski <baggins/at/pld-linux.org>
4683
4684         * rc.d/init.d/network, TODO, sysconfig/network-scripts/tnldown,
4685           doc/initlog.1, sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c,
4686           sysconfig/network-scripts/ifup-ipx, rc-scripts.spec.in,
4687           doc/sysconfig.txt, sysconfig/network-scripts/ifup-plip,
4688           rc.d/init.d/template.init, sysconfig/network-scripts/Makefile.am,
4689           sysconfig/network-scripts/ifup-routes,
4690           sysconfig/network-scripts/ifdown-ppp,
4691           sysconfig/network-scripts/ifup-post, Makefile.am, autogen.sh,
4692           NEWS, setsysfont, DEVELOPMENT (added), rc.d/init.d/functions,
4693           AUTHORS, configure.in, inittab, sysconfig/network, README,
4694           src/Makefile.am, rc.d/rc.shutdown, sysctl.conf (added),
4695           sysconfig/network-scripts/ifdown, modules (added), COPYING,
4696           sysconfig/network-scripts/ifdown-br (added), makepot.pl,
4697           sysconfig/network-scripts/ifup-ppp,
4698           sysconfig/interfaces/tnlcfg-description, src/process.c,
4699           sysconfig/interfaces/ifcfg-description,
4700           sysconfig/network-scripts/ifup-br (added), sysconfig/system,
4701           src/netreport.c, rc.d/rc.sysinit, src/shvar.c,
4702           sysconfig/network-scripts/ifdown-post, rc.d/init.d/single,
4703           sysconfig/timezone, doc/net-scripts.txt, sysconfig/clock,
4704           src/getkey.c, src/shvar.h, src/usernetctl.c,
4705           sysconfig/interfaces/Makefile.am,
4706           sysconfig/network-scripts/ifup-aliases, src/minilogd.c,
4707           rc.d/init.d/functions.network, src/initlog.c,
4708           sysconfig/Makefile.am, sysconfig/network-scripts/tnlup,
4709           sysconfig/network-scripts/ifdown-sl,
4710           sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0
4711           (added), rc.d/rc, lang.csh,
4712           sysconfig/interfaces/ifcfg-ppp0.leased1, rc.d/Makefile.am,
4713           sysconfig/interfaces/ifcfg-ppp0.leased2,
4714           sysconfig/network-scripts/ifup-sl,
4715           sysconfig/interfaces/ifcfg-sl0, rc.d/rc.modules (added): - merge
4716           from TOTALNEW branch (see NEWS for more info)
4717
4718 2001-05-13 18:39 +0000 [r886]  kloczek <kloczek/at/pld-linux.org>
4719
4720         * rc.d/init.d/network, rc.d/init.d/functions.network,
4721           sysconfig/network: added abilities for setup static RARP table by
4722           /etc/sysconfig/network::STATIC_RARP=yes (like static ARP table)
4723           based on /etc/ethers config file. Before setting up ARRP table is
4724           checked /proc/net/rarp and if file don't exist "modprobe rarp" is
4725           performed before.
4726
4727 2001-05-13 17:47 +0000 [r884]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4728
4729         * rc.d/init.d/functions.network: ksh93 support/fixes by Jan
4730           Rękorajski <baggins/at/pld.org.pl> (from stable series)
4731
4732 2001-05-13 17:10 +0000 [r883]  Jan Rękorajski <baggins/at/pld-linux.org>
4733
4734         * rc.d/rc.shutdown, rc.d/init.d/timezone,
4735           sysconfig/network-scripts/ifup, configure.in, rc.d/rc,
4736           rc.d/init.d/functions.network, rc.d/rc.sysinit,
4737           rc.d/init.d/functions: - version 0.2.11 - true ksh support/fixes:
4738           - fixed numerous instances of incorrect quoting ("" inside
4739           itself) - s/local/typeset/
4740
4741 2001-04-20 23:28 +0000 [r878]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4742
4743         * rc.d/rc.sysinit: - few more updates - util-linux 2.10s is
4744           _slightly_ fixed :>>
4745
4746 2001-04-20 21:15 +0000 [r877]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4747
4748         * rc.d/rc.sysinit: - patch to allow fsck'ing crypted filesystems
4749
4750 2001-04-19 23:31 +0000 [r876]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4751
4752         * sysconfig/network-scripts/ifup: don't use quotation in
4753           DHCPOPTIONS
4754
4755 2001-03-22 21:50 +0000 [r873]  Jakub Bogusz <qboosh/at/pld-linux.org>
4756
4757         * sysconfig/network-scripts/ifup-ppp: - check if DATAFORCHAT is not
4758           null before exporting it
4759
4760 2001-03-05 17:35 +0000 [r867-868]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4761
4762         * TODO: removed IPX tunnels; these don't need rc-scripts support
4763
4764         * rc-scripts.spec.in: sysconfig/clock was missing
4765
4766 2001-03-03 11:28 +0000 [r861]  laro <laro/at/pld-linux.org>
4767
4768         * rc.d/init.d/timezone: typing error fixed
4769
4770 2001-03-01 16:11 +0000 [r860]  Michał Moskal <malekith/at/pld-linux.org>
4771
4772         * rc.d/rc.sysinit: Fixed to pass --localtime option to hwclock.
4773           check hwclock manpage for details (it has changed, since i last
4774           read it)
4775
4776 2001-02-23 18:06 +0000 [r857]  Jan Rękorajski <baggins/at/pld-linux.org>
4777
4778         * sysconfig/network-scripts/ifup-plip: - bring link up at startup
4779
4780 2001-02-12 20:30 +0000 [r856]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4781
4782         * po/pl.po: - uncommented "to enter interactive startup" transl.
4783
4784 2001-02-02 21:18 +0000 [r855]  Roman Werpachowski <roman/at/pld-linux.org>
4785
4786         * sysconfig/interfaces/data/chat-ppp0.tpsa: another small fix: atdt
4787           $PHONE -> atdt$PHONE
4788
4789 2001-02-02 18:22 +0000 [r854]  Roman Werpachowski <roman/at/pld-linux.org>
4790
4791         * sysconfig/interfaces/data/chat-ppp0.tpsa: - small fix
4792
4793 2001-01-12 13:46 +0000 [r851]  Jan Rękorajski <baggins/at/pld-linux.org>
4794
4795         * rc.d/init.d/network: - exclude nas* interfaces on boot, they need
4796           to be started by ATM utils
4797
4798 2000-12-27 13:33 +0000 [r850]  mkochano <mkochano/at/pld-linux.org>
4799
4800         * sysconfig/system: - CONSOLE_LOGLEVEL is back. It is duplicated in
4801           klogd.sysconfig, but it has to be here. It is required by
4802           rc.sysinit in order to set logging level before processing
4803           init.d/* scripts.
4804
4805 2000-12-19 22:33 +0000 [r849]  mkochano <mkochano/at/pld-linux.org>
4806
4807         * sysconfig/system: - Removed CONSOLELOG_LEVEL - has been moved to
4808           /etc/sysconfig/klogd.
4809
4810 2000-12-14 09:49 +0000 [r847]  Jacek Konieczny <jajcus/at/pld-linux.org>
4811
4812         * rc.d/init.d/functions: - status() improved so it can accept now
4813           two argumens: the subsys name and (optional) the daemon name.
4814           status() checks if daemon is running or the subsys is locked.
4815           This way subsys name can differ from daemon name it is running
4816
4817 2000-12-14 09:32 +0000 [r846]  Jacek Konieczny <jajcus/at/pld-linux.org>
4818
4819         * sysconfig/Makefile.am, sysconfig/clock (added): -
4820           /etc/sysconfig/clock added (for hardware clock options)
4821
4822 2000-12-12 17:38 +0000 [r845]  kloczek <kloczek/at/pld-linux.org>
4823
4824         * configure.in: - version 0.2.10.
4825
4826 2000-12-09 12:02 +0000 [r842-843]  mkochano <mkochano/at/pld-linux.org>
4827
4828         * rc.d/init.d/functions: - Added note about some not obvious
4829           behavior of is_not().
4830
4831         * rc.d/rc.sysinit: - Fixed problem with $RUN_DEPMOD="ifmissing".
4832
4833 2000-12-04 12:06 +0000 [r841]  Roman Werpachowski <roman/at/pld-linux.org>
4834
4835         * sysconfig/interfaces/ifcfg-ppp0.tpsa: Added PHONE to DATAFORCHAT
4836
4837 2000-11-17 14:47 +0000 [r839]  Jan Rękorajski <baggins/at/pld-linux.org>
4838
4839         * configure.in: - version 0.2.9
4840
4841 2000-11-17 12:11 +0000 [r838]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4842
4843         * sysconfig/interfaces/ifcfg-description: information about
4844           specifing prefix for so called ,,aliases''
4845
4846 2000-11-17 06:25 +0000 [r837]  kloczek <kloczek/at/pld-linux.org>
4847
4848         * rc.d/init.d/network: - replace "$((" by "$( (" to w use bash as
4849           /bin/sh.
4850
4851 2000-11-16 16:04 +0000 [r831-836]  Jan Rękorajski <baggins/at/pld-linux.org>
4852
4853         * rc.d/init.d/timezone: - cleanup from TOTALNEW
4854
4855         * rc.d/init.d/functions: - backport from TOTALNEW - cleaned up
4856           shell functions - fixed is_yes/is_no - added is_module, log_*
4857           functions
4858
4859         * rc.d/rc.init: - set/unset more (all?) locale variables (backport
4860           from TOTALNEW)
4861
4862         * rc.d/rc.shutdown, rc.d/init.d/template.init, rc.d/rc,
4863           rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/killall,
4864           rc.d/init.d/allowlogin, rc.d/rc.local: - added setting for vi ;)
4865
4866         * rc.d/init.d/network, sysconfig/network-scripts/ifup,
4867           po/Makefile.am, sysconfig/network-scripts/ifdown,
4868           sysconfig/network-scripts/ifup-post,
4869           rc.d/init.d/functions.network, rc.d/rc.sysinit,
4870           sysconfig/network-scripts/ifdown-post: - replaced sed with awk
4871           (backport from TOTALNEW branch)
4872
4873         * rc-scripts.spec.in: - synced with SPECS version
4874
4875 2000-11-06 19:28 +0000 [r830]  Jan Rękorajski <baggins/at/pld-linux.org>
4876
4877         * sysconfig/network-scripts/ifup: - `ip -4 addr add` first `ip link
4878           set dev up` next - atm needs it
4879
4880 2000-11-06 18:33 +0000 [r829]  Jan Rękorajski <baggins/at/pld-linux.org>
4881
4882         * configure.in: - version 0.2.8
4883
4884 2000-11-06 16:24 +0000 [r827]  Jan Rękorajski <baggins/at/pld-linux.org>
4885
4886         * rc.d/init.d/network: - use awk instead of sed in interface
4887           selection
4888
4889 2000-11-06 15:42 +0000 [r825-826]  Jan Rękorajski <baggins/at/pld-linux.org>
4890
4891         * rc.d/init.d/network: - skip lec and atm interfaces on start|stop,
4892           they are set using separate script
4893
4894         * sysconfig/network-scripts/ifup: - revert last change because IPv6
4895           is broken and it's not possible to add an adress on DOWN
4896           interface :(
4897
4898 2000-11-05 01:28 +0000 [r823]  Jan Rękorajski <baggins/at/pld-linux.org>
4899
4900         * sysconfig/network: - added global ipv6 autoconf setting
4901
4902 2000-11-04 04:44 +0000 [r822]  Jan Rękorajski <baggins/at/pld-linux.org>
4903
4904         * sysconfig/network-scripts/ifup: - bring interface UP _after_
4905           setting up addresses (other way breaks ATM)
4906
4907 2000-11-02 21:40 +0000 [r819]  Jan Rękorajski <baggins/at/pld-linux.org>
4908
4909         * rc.d/init.d/network: - global setting for autoconf in proc_net()
4910
4911 2000-10-22 20:55 +0000 [r808]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4912
4913         * rc.d/init.d/functions: (run_cmd, daemon): set HOME and TMPDIR in
4914           nicer way (backport from totalnew)
4915
4916 2000-10-22 19:30 +0000 [r807]  mkochano <mkochano/at/pld-linux.org>
4917
4918         * rc.d/init.d/functions: - Remove "HOME" from environment. - Set
4919           TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail
4920           beacuse of lack of access permissions to "/root/tmp" or lack of
4921           this directory if these variables are inherited from root's
4922           environment.
4923
4924 2000-10-18 20:10 +0000 [r803]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
4925
4926         * rc.d/init.d/functions.network: merged totalnew 3d patch as new
4927           TOTALNEW branch
4928
4929 2000-10-17 20:42 +0000 [r802]  Paweł Sakowski <saq/at/pld-linux.org>
4930
4931         * sysconfig/network-scripts/ifup: - bugfix: avoid loops when a user
4932           calls ifup and usernetctl isn't suid
4933
4934 2000-09-25 13:46 +0000 [r801]  Paweł Sakowski <saq/at/pld-linux.org>
4935
4936         * configure.in: - version 0.2.7
4937
4938 2000-09-23 20:43 +0000 [r800]  Paweł Sakowski <saq/at/pld-linux.org>
4939
4940         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
4941           - fixed DEVICETYPE determination for aliased devices
4942
4943 2000-09-21 13:53 +0000 [r799]  Paweł Sakowski <saq/at/pld-linux.org>
4944
4945         * po/de.po: - minor fixes
4946
4947 2000-09-20 23:32 +0000 [r798]  kloczek <kloczek/at/pld-linux.org>
4948
4949         * sysconfig/static-routes: - commented entry description.
4950
4951 2000-09-19 13:36 +0000 [r796-797]  Paweł Sakowski <saq/at/pld-linux.org>
4952
4953         * po/pl.po: - translations for ifup and ifup-sl
4954
4955         * po/de.po: - s/dir/dip/
4956
4957 2000-09-19 12:46 +0000 [r795]  Paweł Sakowski <saq/at/pld-linux.org>
4958
4959         * sysconfig/network-scripts/ifup, po/pl.po,
4960           sysconfig/network-scripts/ifup-sl, po/de.po,
4961           rc.d/init.d/functions: - merged some %s into nls invocations -
4962           German translation finetuning
4963
4964 2000-09-18 22:32 +0000 [r794]  Paweł Sakowski <saq/at/pld-linux.org>
4965
4966         * configure.in, rc-scripts.spec.in, po/de.po (added),
4967           rc.d/init.d/functions: - introducing German translation
4968
4969 2000-09-03 02:29 +0000 [r793]  Jan Rękorajski <baggins/at/pld-linux.org>
4970
4971         * sysconfig/network-scripts/ifup,
4972           sysconfig/interfaces/ifcfg-description: - added IPV6_AUTOCONF
4973           variable to interface configuration set it to "no" if you don't
4974           want kernel to autoconfigure IPv6 address on interfaces
4975           (prefix:MAC stuff)
4976
4977 2000-08-28 15:43 +0000 [r792]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4978
4979         * configure.in: - version = 0.2.6
4980
4981 2000-08-28 15:38 +0000 [r790-791]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4982
4983         * rc.d/init.d/network: - substituted awk in place of /usr/bin/tr
4984
4985         * rc.d/init.d/network: - removed all "xargs" calls
4986
4987 2000-08-08 23:06 +0000 [r789]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
4988
4989         * rc.d/init.d/functions: - added "termput op" definition -- it
4990           fixes the Blue Screen (tm) problem :) (if you don't know what's
4991           this about, try umounting /usr and running rc.sysinit -- the same
4992           effect was when /usr wasn't on root partition)
4993
4994 2000-08-04 15:25 +0000 [r788]  Jan Rękorajski <baggins/at/pld-linux.org>
4995
4996         * sysconfig/network-scripts/ifup: - fixed setting up GATEWAY6* -
4997           added setting up global route for IPv6 routers
4998
4999 2000-08-04 15:20 +0000 [r786-787]  Jan Rękorajski <baggins/at/pld-linux.org>
5000
5001         * sysconfig/network: -added IPV6_GLOBALROUTEDEV
5002
5003         * sysconfig/network: - added IPV6_GLOBALROUTE
5004
5005 2000-08-04 15:06 +0000 [r785]  Jan Rękorajski <baggins/at/pld-linux.org>
5006
5007         * sysconfig/network-scripts/ifup: - set up GATEWAY6* only if
5008           IPV6_FORWARDING is disabled
5009
5010 2000-08-04 14:08 +0000 [r784]  Jan Rękorajski <baggins/at/pld-linux.org>
5011
5012         * sysconfig/network-scripts/ifup: - added default route setup for
5013           IPv6
5014
5015 2000-08-04 14:02 +0000 [r783]  Jan Rękorajski <baggins/at/pld-linux.org>
5016
5017         * sysconfig/network: - added GATEWAY6* for IPv6 routing
5018
5019 2000-08-04 13:58 +0000 [r782]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
5020
5021         * rc.d/rc.sysinit: - cosmetics (in mount /proc command)
5022
5023 2000-08-03 12:51 +0000 [r781]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
5024
5025         * rc.d/rc.sysinit: - added -o gid=17 while mounting /proc
5026
5027 2000-07-31 07:28 +0000 [r780]  kloczek <kloczek/at/pld-linux.org>
5028
5029         * configure.in: - new version 0.2.5.
5030
5031 2000-07-28 18:37 +0000 [r779]  Jan Rękorajski <baggins/at/pld-linux.org>
5032
5033         * rc.d/init.d/functions: - added _modprobe function
5034
5035 2000-07-28 15:03 +0000 [r778]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5036
5037         * sysconfig/network-scripts/tnlup,
5038           sysconfig/network-scripts/tnldown: - added .
5039           /etc/rc.d/init.d/functions
5040
5041 2000-07-21 18:51 +0000 [r777]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5042
5043         * rc.d/init.d/functions.network: - ls 2>/dev/null (avoid "ls: no
5044           such file or directory" when directory does not exist)
5045
5046 2000-07-20 10:07 +0000 [r776]  Paweł Gajda <mis/at/pld-linux.org>
5047
5048         * sysconfig/interfaces/ifcfg-description: - one more fix to
5049           IPXFRAMETYPE
5050
5051 2000-07-20 10:03 +0000 [r775]  Paweł Gajda <mis/at/pld-linux.org>
5052
5053         * sysconfig/interfaces/ifcfg-description: - fixed IPXFRAMETYPE
5054
5055 2000-07-13 17:42 +0000 [r774]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5056
5057         * configure.in: - version 0.2.4
5058
5059 2000-07-13 15:29 +0000 [r773]  Jan Rękorajski <baggins/at/pld-linux.org>
5060
5061         * rc.d/rc.sysinit: - rm -f utmp? first
5062
5063 2000-07-13 14:51 +0000 [r772]  Jan Rękorajski <baggins/at/pld-linux.org>
5064
5065         * sysconfig/system: - added NEED_XFILES=yes (we want utmpx/wtmpx)
5066
5067 2000-07-13 14:45 +0000 [r770-771]  Jan Rękorajski <baggins/at/pld-linux.org>
5068
5069         * rc.d/rc.sysinit: - typo
5070
5071         * rc.d/rc.sysinit: - we _want_ utmpx and wtmpx, not utmp/wtmp
5072
5073 2000-06-29 08:24 +0000 [r769]  Bartosz Waszak <waszi/at/pld-linux.org>
5074
5075         * po/pl.po: - typo
5076
5077 2000-06-27 20:22 +0000 [r768]  Jan Rękorajski <baggins/at/pld-linux.org>
5078
5079         * rc.d/init.d/functions.network: - modprobe ipip if
5080           IPV6_TUNNELCONFIG == yes
5081
5082 2000-06-27 09:50 +0000 [r767]  Bartosz Waszak <waszi/at/pld-linux.org>
5083
5084         * lang.sh: - cleanups
5085
5086 2000-06-25 14:40 +0000 [r766]  Bartosz Waszak <waszi/at/pld-linux.org>
5087
5088         * rc.d/rc.shutdown, sysconfig/interfaces/ifcfg-description,
5089           sysconfig/interfaces/ifcfg-ppp0.tpsa, makepot.pl,
5090           rc.d/rc.sysinit: - typos - cleanups
5091
5092 2000-06-23 09:11 +0000 [r765]  Artur Frysiak <wiget/at/pld-linux.org>
5093
5094         * rc.d/rc.shutdown: added shmfs to noprocfs
5095
5096 2000-06-22 14:52 +0000 [r764]  Jacek Konieczny <jajcus/at/pld-linux.org>
5097
5098         * rc.d/rc.shutdown: - fixed file unmounting again, after kloczek
5099           broke it "borrowing" code from RH
5100
5101 2000-06-21 15:23 +0000 [r763]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5102
5103         * sysconfig/interfaces/ifcfg-description: - IPADDR, not ADDR :)
5104
5105 2000-06-18 09:55 +0000 [r762]  kloczek <kloczek/at/pld-linux.org>
5106
5107         * configure.in: - release 2.3.
5108
5109 2000-06-18 09:52 +0000 [r761]  kloczek <kloczek/at/pld-linux.org>
5110
5111         * rc.d/rc.shutdown: - new umounting file systems procedure (borowed
5112           from RH).
5113
5114 2000-06-12 08:38 +0000 [r760]  Bartosz Waszak <waszi/at/pld-linux.org>
5115
5116         * rc.d/init.d/network, sysconfig/network-scripts/ifdown-sl,
5117           sysconfig/network-scripts/ifup-aliases,
5118           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
5119           sysconfig/network-scripts/ifup-plip,
5120           sysconfig/network-scripts/tnldown,
5121           sysconfig/network-scripts/ifup-post,
5122           rc.d/init.d/functions.network, rc.d/rc.sysinit, ppp/ip-down,
5123           sysconfig/network-scripts/ifup-sl, rc.d/init.d/allowlogin,
5124           sysconfig/network-scripts/ifup-ppp: - is_yes and is_no cleanups -
5125           typos
5126
5127 2000-06-02 14:47 +0000 [r759]  mkochano <mkochano/at/pld-linux.org>
5128
5129         * rc.d/init.d/functions: - Moves cursor to a new line also after
5130           "WORK" and "FAIL".
5131
5132 2000-06-02 14:36 +0000 [r758]  mkochano <mkochano/at/pld-linux.org>
5133
5134         * rc.d/init.d/functions: - Added new function progress(). It shows
5135           color messages in square brackets. Takes two arguments: text to
5136           display and color to use. Second argument is optional (default
5137           color is green). Outputs "op" as last terminal sequence instaed
5138           setting arbitrary color. - busy(), ok(), started(), fail() and
5139           died() modified to use progress().
5140
5141 2000-06-02 10:00 +0000 [r757]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5142
5143         * rc.d/rc.sysinit: - fixed some is_yes calls (argument can be
5144           empty)
5145
5146 2000-06-01 19:33 +0000 [r756]  Jan Rękorajski <baggins/at/pld-linux.org>
5147
5148         * rc.d/rc.sysinit: - fixed setting up USEMODULES variable
5149
5150 2000-05-31 18:01 +0000 [r754-755]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5151
5152         * rc.d/rc: - one more typo
5153
5154         * rc.d/rc: - typo
5155
5156 2000-05-31 17:55 +0000 [r753]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5157
5158         * sysconfig/network-scripts/ifdown: - typo
5159
5160 2000-05-30 05:55 +0000 [r749-752]  Bartosz Waszak <waszi/at/pld-linux.org>
5161
5162         * rc.d/init.d/functions: -typo
5163
5164         * rc.d/rc: - replaced halt -d with halt -d -p
5165
5166         * rc.d/rc.shutdown: - halt -p -> halt -w
5167
5168         * rc.d/rc.sysinit: -typo
5169
5170 2000-05-29 19:37 +0000 [r747-748]  Jan Rękorajski <baggins/at/pld-linux.org>
5171
5172         * sysconfig/network-scripts/ifup: - pass $DHCPOPTIONS to dhcpcd
5173
5174         * sysconfig/network-scripts/ifdown: - kill dhcpcd if necessary
5175
5176 2000-05-29 19:31 +0000 [r746]  Jan Rękorajski <baggins/at/pld-linux.org>
5177
5178         * sysconfig/interfaces/ifcfg-description: - added DHCPOPTIONS
5179           variable
5180
5181 2000-05-29 19:06 +0000 [r745]  kloczek <kloczek/at/pld-linux.org>
5182
5183         * configure.in: - start prepare 0.2.2.
5184
5185 2000-05-29 19:03 +0000 [r744]  Jan Rękorajski <baggins/at/pld-linux.org>
5186
5187         * rc.d/rc.shutdown: - run quotaoff -a before unmounting filesystems
5188           - minor cosmetics
5189
5190 2000-05-20 13:34 +0000 [r743]  Jacek Konieczny <jajcus/at/pld-linux.org>
5191
5192         * rc.d/rc.sysinit: - Time setup changed, so it should work even if
5193           /usr is on separate partition
5194
5195 2000-05-16 15:08 +0000 [r742]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5196
5197         * rc.d/rc.sysinit: - changed the way depmod was run - changed all
5198           "!=no" to "is_yes" or "! is_no" (from "functions")
5199
5200 2000-05-13 07:11 +0000 [r741]  Artur Frysiak <wiget/at/pld-linux.org>
5201
5202         * rc.d/init.d/timezone, po/pl.po: - rc.d/init.d/timezone - poprawki
5203           związane z tłumaczeniem - po/pl.po - serwis -> usluga,
5204           startowanie -> uruchamianie i kilka kosmetycznych zmian
5205
5206 2000-05-09 18:58 +0000 [r740]  Jan Rękorajski <baggins/at/pld-linux.org>
5207
5208         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
5209           - pump is b0rken - don't use pump for DHCP - use dhcpcd for DHCP
5210           ;) - and fixed typo
5211
5212 2000-05-09 15:46 +0000 [r739]  kloczek <kloczek/at/pld-linux.org>
5213
5214         * rc.d/rc.shutdown: - "halt -p" instead "halt -w".
5215
5216 2000-05-07 19:00 +0000 [r738]  Paweł Wilk <siefca/at/pld-linux.org>
5217
5218         * sysconfig/interfaces/up.d/all (added),
5219           sysconfig/interfaces/down.d/ip/.cvsignore (added),
5220           sysconfig/interfaces/up.d/ip (added),
5221           sysconfig/interfaces/up.d/Makefile.am (added), ppp/Makefile.am,
5222           sysconfig/interfaces/up.d/ipx/.cvsignore (added),
5223           sysconfig/interfaces/down.d/all/thetouch (added),
5224           sysconfig/interfaces/up.d/ppp/logger (added),
5225           sysconfig/interfaces/up.d/all/Makefile.am (added),
5226           sysconfig/interfaces/up.d/ip/Makefile.am (added),
5227           sysconfig/interfaces/down.d (added), rc-scripts.spec.in,
5228           sysconfig/interfaces/down.d/all (added),
5229           sysconfig/interfaces/up.d/all/thetouch (added), ppp/ip-up,
5230           sysconfig/interfaces/down.d/Makefile.am (added),
5231           sysconfig/interfaces/up.d/tnl (added),
5232           sysconfig/interfaces/down.d/tnl/.cvsignore (added),
5233           sysconfig/interfaces/up.d/ppp (added),
5234           sysconfig/interfaces/down.d/ppp/.cvsignore (added),
5235           sysconfig/interfaces/up.d/ipx (added),
5236           sysconfig/interfaces/down.d/.cvsignore (added),
5237           sysconfig/interfaces/Makefile.am,
5238           sysconfig/interfaces/down.d/all/Makefile.am (added),
5239           sysconfig/interfaces/up.d/tnl/Makefile.am (added),
5240           sysconfig/interfaces/up.d/ppp/Makefile.am (added),
5241           sysconfig/interfaces/down.d/all/.cvsignore (added),
5242           sysconfig/interfaces/up.d/ipx/Makefile.am (added),
5243           sysconfig/interfaces/up.d/tnl/.cvsignore (added),
5244           sysconfig/interfaces/up.d/ppp/.cvsignore (added), Makefile.am,
5245           sysconfig/interfaces/up.d/.cvsignore (added), ppp/ip-down,
5246           sysconfig/interfaces/down.d/tnl (added),
5247           sysconfig/interfaces/down.d/ppp (added),
5248           sysconfig/interfaces/down.d/ipx (added),
5249           sysconfig/interfaces/up.d/all/.cvsignore (added),
5250           sysconfig/interfaces/up.d/ip/.cvsignore (added),
5251           sysconfig/interfaces/down.d/tnl/Makefile.am (added),
5252           configure.in, sysconfig/interfaces/down.d/ppp/Makefile.am
5253           (added), sysconfig/interfaces/down.d/ip (added),
5254           sysconfig/interfaces/down.d/ipx/Makefile.am (added), run-parts
5255           (added), sysconfig/interfaces/up.d (added),
5256           sysconfig/interfaces/down.d/ipx/.cvsignore (added),
5257           sysconfig/interfaces/down.d/ppp/logger (added),
5258           sysconfig/interfaces/down.d/ip/Makefile.am (added): - scripts now
5259           ready to exec run-parts for each of interfaces going up/down, -
5260           run-parts is now by rc-scripts provided (as /bin/run-parts).
5261
5262 2000-05-07 15:43 +0000 [r737]  Paweł Wilk <siefca/at/pld-linux.org>
5263
5264         * rc-scripts.spec.in: run-parts script now belongs here
5265
5266 2000-05-03 11:55 +0000 [r736]  Bartosz Waszak <waszi/at/pld-linux.org>
5267
5268         * rc.d/rc.sysinit: - typos - in some places changed [ VARIABLE =
5269           "yes" ] ==> is_yes - devfsd may be used without DEVFS_MOUNT=yes
5270
5271 2000-05-03 11:49 +0000 [r735]  Bartosz Waszak <waszi/at/pld-linux.org>
5272
5273         * rc.d/rc, rc.d/rc.sysinit: - typo
5274
5275 2000-05-01 20:13 +0000 [r734]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5276
5277         * rc.d/rc.sysinit: - typo
5278
5279 2000-05-01 18:57 +0000 [r733]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5280
5281         * rc.d/rc: - line lengths are now evaluated properly - it's not
5282           necessary to set and unset af{2,6,7} every time we want to "say
5283           something" :)
5284
5285 2000-05-01 18:53 +0000 [r732]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5286
5287         * rc.d/init.d/functions: - \n after messages passed to nls aren't
5288           necessary (nls uses "echo" after every printf anyway: if you want
5289           to get a message without a trailing "\n", use echo -n "`nls
5290           ...`")
5291
5292 2000-05-01 18:43 +0000 [r731]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5293
5294         * rc.d/init.d/functions: - deltext is not necessary before ok,
5295           fail, others (it's called automatically) - [ $# -gt 0 ] instead
5296           of [ -n "$1" ]: printf_ sometimes has to accept argument lists
5297           like "" "a" (where first one is empty string) - replaced
5298           "\b\b\b..." in deltext by "termput hpa $INIT_COL" - COLOR_INIT=no
5299           doesn't mean that all other termcodes shouldn't work - COLOR_INIT
5300           is now checked only at case "setaf"
5301
5302 2000-04-27 06:20 +0000 [r730]  Jacek Konieczny <jajcus/at/pld-linux.org>
5303
5304         * sysconfig/network-scripts/ifup: - missing space added (without
5305           this "peer" option was used to "ip addr add" even if no "$REMIP"
5306           was defined)
5307
5308 2000-04-25 12:01 +0000 [r729]  Bartosz Waszak <waszi/at/pld-linux.org>
5309
5310         * sysconfig/system, rc.d/rc.sysinit: - added MOUNT_DEVFS option
5311
5312 2000-04-24 16:56 +0000 [r728]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5313
5314         * rc.d/rc: - removed two unnecessary 0s at every textlen counting -
5315           arguments for nls in "" (necessary, when COLOR_INIT=no)
5316
5317 2000-04-23 11:46 +0000 [r727]  Marcin Bohosiewicz <marcus/at/pld-linux.org>
5318
5319         * sysconfig/network-scripts/ifup,
5320           sysconfig/network-scripts/ifup-ppp: * In ifup file added suppoer
5321           for Point-to-Point IPv4 Ethernet (REMIP variable). * In ifup-ppp
5322           deleted some hashed lines.
5323
5324 2000-04-21 17:47 +0000 [r716-726]  Jacek Konieczny <jajcus/at/pld-linux.org>
5325
5326         * sysconfig/network-scripts/ifup-routes: - get REALDEVICE and use
5327           it for setting up the routes
5328
5329         * sysconfig/network-scripts/ifup-ppp: - detach pppd by default -
5330           use "linkname" option to make pppd save its pid and interface
5331           name - pass $CONFIG as ipparam - don't set remotename to device
5332           name so authentication will work with peer-given name
5333
5334         * sysconfig/network-scripts/ifup-post: - use
5335           get_ppp_device_and_pid() to get REALDEVICE - set up queing
5336           discipline if QDISC is given
5337
5338         * sysconfig/network-scripts/ifdown-ppp: - use
5339           get_ppp_device_and_pid() for getting pppd's pid
5340
5341         * rc.d/init.d/functions.network: - set REALDEVICE to DEVICE if
5342           nothig else is set
5343
5344         * sysconfig/interfaces/ifcfg-ppp0.tpsa: - chatscript in
5345           interfaces/data - QDISC set to SFQ (useful on PPP links)
5346
5347         * sysconfig/interfaces/ifcfg-ppp0.callback,
5348           sysconfig/interfaces/ifcfg-ppp0.leased1: - chatscript in
5349           interfaces/data
5350
5351         * sysconfig/interfaces/ifcfg-description: - QDISC parameter added
5352           (queuing discipline)
5353
5354         * rc.d/init.d/functions.network: - function get_ppp_device_and_pid
5355           added. It extracts PID and REALDEVICE from /var/run/ppp-*.pid
5356
5357         * ppp/ip-up: - real device name is now saved by pppd in
5358           /var/run/ppp-*.pid - ipparam is a config name not a device name -
5359           pass $CONFIG instead of ifcfg-$DEVICE to ifup-post
5360
5361         * ppp/ip-down: - "compatible location" of basename - ipparam is now
5362           a config name instead of logical device - ifdown-post uses
5363           $CONFIG instead of ifcfg-$DEVICE
5364
5365 2000-04-19 18:20 +0000 [r715]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5366
5367         * sysconfig/network-scripts/ifup-post: - ifup-routes should be run
5368           with $CONFIG as parameter, not $DEVNAME
5369
5370 2000-04-18 08:30 +0000 [r713-714]  Jacek Konieczny <jajcus/at/pld-linux.org>
5371
5372         * sysconfig/network-scripts/ifup-post: - better hostname detection
5373           (for DHCP clients)
5374
5375         * rc.d/init.d/functions.network: - "set_hostname" function fixed
5376
5377 2000-04-14 11:14 +0000 [r711-712]  mkochano <mkochano/at/pld-linux.org>
5378
5379         * rc.d/init.d/template.init: - s/syslogd/<service>/.
5380
5381         * sysconfig/system: - Added note about aumix-OSS-preserve-settings.
5382
5383 2000-04-13 08:25 +0000 [r710]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5384
5385         * rc.d/init.d/template.init: - some changes in reload)
5386
5387 2000-04-12 23:21 +0000 [r709]  kloczek <kloczek/at/pld-linux.org>
5388
5389         * po/pl.po: - typo.
5390
5391 2000-04-11 14:27 +0000 [r708]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5392
5393         * po/pl.po: - typo - missing translation for "to enter interactive
5394           startup"
5395
5396 2000-04-08 21:41 +0000 [r707]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5397
5398         * rc.d/init.d/functions: - added single-letter-values to is_yes and
5399           is_no
5400
5401 2000-04-08 13:34 +0000 [r706]  mkochano <mkochano/at/pld-linux.org>
5402
5403         * rc.d/rc.sysinit: - Changed 'modprobe -s midi' to 'modprobe -s
5404           synth0'. There is no module 'midi'. - Changed 'modprobe -s sound'
5405           to 'modprobe -s sound-slot-0'. This causes sound card driver to
5406           be loaded.
5407
5408 2000-04-07 19:16 +0000 [r705]  Jan Rękorajski <baggins/at/pld-linux.org>
5409
5410         * sysconfig/network-scripts/ifup-ipx: - don't try start IPX on
5411           unconfigured devices
5412
5413 2000-04-06 12:39 +0000 [r704]  mkochano <mkochano/at/pld-linux.org>
5414
5415         * sysconfig/network-scripts/ifup-routes: - s/\$DEVICE/\$DEVNAME/.
5416           "$DEVNAME" is set by source_config() from .functions to the name
5417           of interface for which static routes should be set up.
5418
5419 2000-04-05 10:33 +0000 [r703]  Bartek Szady <bszx/at/pld-linux.org>
5420
5421         * rc.d/init.d/timezone: - now it works under bash
5422
5423 2000-04-03 14:50 +0000 [r700-702]  Jan Rękorajski <baggins/at/pld-linux.org>
5424
5425         * rc.d/init.d/network, sysconfig/network-scripts/ifup-routes,
5426           sysconfig/network-scripts/ifup,
5427           sysconfig/interfaces/ifcfg-description,
5428           sysconfig/network-scripts/ifdown, rc.d/rc.sysinit,
5429           sysconfig/network-scripts/ifup-ppp,
5430           sysconfig/network-scripts/ifup-ipx: - cleaned up ifup/ifdown
5431           mess, /sbin/ifup ethX.something works now - IPX fixes, works now
5432           - run hdparm from rc.sysinit BEFORE anything is mounted RW -
5433           fixed setting VFS_{FILE,INODE}_MAX - updated ifcfg-description
5434
5435         * configure.in: - version 0.2.1
5436
5437         * src/Makefile.am: - added initlog.conf to EXTRA_DIST
5438
5439 2000-04-01 10:24 +0000 [r699]  Bartosz Waszak <waszi/at/pld-linux.org>
5440
5441         * rc.d/init.d/functions: - small termput() fixes
5442
5443 2000-03-31 13:10 +0000 [r698]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5444
5445         * sysconfig/network-scripts/tnlup,
5446           sysconfig/network-scripts/tnldown,
5447           sysconfig/network-scripts/ifup-ppp: - support for maxfail option
5448           in pppd - cleanups in tunnel scripts
5449
5450 2000-03-27 16:07 +0000 [r697]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5451
5452         * INSTALL, po/pl.po, sysconfig/interfaces/ifcfg-description,
5453           rc-scripts.spec.in, sysconfig/network-scripts/ifup-post, rc.d/rc,
5454           rc.d/init.d/functions.network, rc.d/rc.sysinit,
5455           sysconfig/network-scripts/ifdown-post, NEWS, src/Makefile.am: -
5456           removed "scripts" method of executing external programs after
5457           uping or downing device (almost nobody didn't know about it 8-) -
5458           added new method which is using run_up() and run_down() functions
5459           defined in device configuration file (ifcfg*) - fixed problem
5460           with displaing garbage instead of formated output - removed
5461           execution of random start (this should be started in standard
5462           init.d way) - set ld.so.cache if doesn't exist, too - use new
5463           (rh) style for date variables
5464
5465 2000-03-26 06:51 +0000 [r696]  kloczek <kloczek/at/pld-linux.org>
5466
5467         * sysconfig/system: - changed RUN_LDCONFIG to no.
5468
5469 2000-03-24 08:48 +0000 [r695]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5470
5471         * po/pl.po, rc.d/rc: - fixed problem with Runlevel messages and
5472           INIT_COL variable
5473
5474 2000-03-24 08:39 +0000 [r694]  Bartosz Waszak <waszi/at/pld-linux.org>
5475
5476         * rc.d/rc.sysinit: - fixed nfsroot support
5477
5478 2000-03-22 22:00 +0000 [r693]  Artur Frysiak <wiget/at/pld-linux.org>
5479
5480         * rc-scripts.spec.in: use corect name
5481
5482 2000-03-22 21:55 +0000 [r692]  Artur Frysiak <wiget/at/pld-linux.org>
5483
5484         * rc.d/init.d/Makefile.am, rc.d/init.d/template.init (added),
5485           rc.d/init.d/<template>.init (removed): please don't use stupid
5486           names for files
5487
5488 2000-03-22 21:44 +0000 [r691]  Artur Frysiak <wiget/at/pld-linux.org>
5489
5490         * rc-scripts.spec.in: typo
5491
5492 2000-03-22 21:41 +0000 [r690]  Artur Frysiak <wiget/at/pld-linux.org>
5493
5494         * rc-scripts.spec.in: - added <templete>.init to %doc
5495
5496 2000-03-22 21:30 +0000 [r689]  Artur Frysiak <wiget/at/pld-linux.org>
5497
5498         * po/pl.po: cleanup
5499
5500 2000-03-22 21:21 +0000 [r688]  kloczek <kloczek/at/pld-linux.org>
5501
5502         * po/pl.po: - removed all fuzzy translations.
5503
5504 2000-03-22 21:04 +0000 [r686-687]  kloczek <kloczek/at/pld-linux.org>
5505
5506         * po/pl.po: - s/Stopowanie/Zatrzymywanie/
5507
5508         * po/pl.po: - beter translations for stop/start serwices.
5509
5510 2000-03-22 20:51 +0000 [r685]  kloczek <kloczek/at/pld-linux.org>
5511
5512         * po/pl.po: - added missing %s in pl translations (stopping,
5513           starting messages).
5514
5515 2000-03-22 20:43 +0000 [r684]  Artur Frysiak <wiget/at/pld-linux.org>
5516
5517         * rc.d/init.d/functions: fixed small typo
5518
5519 2000-03-22 17:24 +0000 [r683]  Artur Frysiak <wiget/at/pld-linux.org>
5520
5521         * sysconfig/system, rc.d/rc.sysinit: - Allow set
5522           /proc/sys/fs/file-max & inode-max (patch by Paweł Krawczyk
5523           <kravietz/at/alfa.ceti.pl>)
5524
5525 2000-03-22 17:20 +0000 [r682]  Artur Frysiak <wiget/at/pld-linux.org>
5526
5527         * rc-scripts.spec.in: Added BuildRequires: gettext-devel
5528
5529 2000-03-22 01:17 +0000 [r681]  kloczek <kloczek/at/pld-linux.org>
5530
5531         * po/pl.po: - more pl translations.
5532
5533 2000-03-22 01:08 +0000 [r680]  kloczek <kloczek/at/pld-linux.org>
5534
5535         * rc.d/init.d/functions.network: - added using msg_stopping() in
5536           stop.
5537
5538 2000-03-21 23:59 +0000 [r678-679]  Artur Frysiak <wiget/at/pld-linux.org>
5539
5540         * makepot.pl: use : instead . in file location
5541
5542         * po/pl.po, makepot.pl: updated makepot.pl and pl.po, pl.po need
5543           fixing
5544
5545 2000-03-20 06:58 +0000 [r677]  Bartosz Waszak <waszi/at/pld-linux.org>
5546
5547         * rc.d/rc.sysinit: - hacks for nfsroot, romfs
5548
5549 2000-03-17 01:14 +0000 [r676]  kloczek <kloczek/at/pld-linux.org>
5550
5551         * rc.d/init.d/functions: - more using msg_Usage().
5552
5553 2000-03-16 23:36 +0000 [r675]  kloczek <kloczek/at/pld-linux.org>
5554
5555         * configure.in: - VERSION=0.2.0 (prepare to release this version).
5556
5557 2000-03-15 15:07 +0000 [r674]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5558
5559         * README: - added info aboout Routing messages
5560
5561 2000-03-10 01:31 +0000 [r673]  kloczek <kloczek/at/pld-linux.org>
5562
5563         * rc.d/init.d/<template>.init, rc.d/init.d/functions: -
5564           msg_Usage_noreload() and msg_Usage_reload() replace by
5565           msg_Usage().
5566
5567 2000-03-10 01:21 +0000 [r672]  kloczek <kloczek/at/pld-linux.org>
5568
5569         * rc.d/init.d/<template>.init: - added return in exit error code
5570           $RETVAL.
5571
5572 2000-03-09 11:50 +0000 [r671]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5573
5574         * rc.d/init.d/functions: - show() now substitutes %s properly
5575
5576 2000-03-09 11:43 +0000 [r670]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5577
5578         * rc.d/init.d/functions: - show instead of nls in some functions
5579
5580 2000-03-09 11:30 +0000 [r669]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5581
5582         * rc.d/init.d/functions: - more function
5583
5584 2000-03-09 11:11 +0000 [r668]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5585
5586         * rc.d/init.d/functions: - default value for INIT_COL
5587
5588 2000-03-09 10:57 +0000 [r666-667]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5589
5590         * sysconfig/system: - added INIT_COL setting
5591
5592         * rc.d/init.d/functions: - slightly modified show() function -
5593           changed all "67" to "$INIT_COL"
5594
5595 2000-03-08 16:30 +0000 [r664-665]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5596
5597         * sysconfig/network-scripts/ifup,
5598           sysconfig/network-scripts/ifup-post,
5599           rc.d/init.d/functions.network,
5600           sysconfig/network-scripts/ifdown-post, README: - start some
5601           scripts after interface is upped or downed
5602           (/etc/sysconfig/interfaces/scripts/ifname/somename.{up,down}
5603
5604         * po/pl.po, sysconfig/system, rc.d/rc, rc.d/rc.sysinit,
5605           rc.d/init.d/functions: - support for interactive starting
5606
5607 2000-03-08 15:43 +0000 [r663]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5608
5609         * rc.d/init.d/<template>.init, rc.d/init.d/functions: - added
5610           "is_yes" and "is_no" functions
5611
5612 2000-03-08 15:26 +0000 [r662]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5613
5614         * rc.d/init.d/<template>.init: - force-reload returns right status
5615           on exit
5616
5617 2000-03-08 15:23 +0000 [r661]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5618
5619         * rc.d/init.d/<template>.init: - added force-reload option - added
5620           exit code 1 at errors - checking for running service at stop
5621
5622 2000-03-08 14:59 +0000 [r660]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5623
5624         * rc.d/init.d/<template>.init: - was "2&>1" instead of "2>&1" -
5625           fixed
5626
5627 2000-03-08 14:50 +0000 [r659]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5628
5629         * rc.d/init.d/<template>.init: - unified syntax for setting
5630           numerical and nonnumerical variables
5631
5632 2000-03-08 14:40 +0000 [r658]  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
5633
5634         * rc.d/init.d/<template>.init: - default configuration support -
5635           typo
5636
5637 2000-03-08 11:52 +0000 [r657]  Artur Frysiak <wiget/at/pld-linux.org>
5638
5639         * rc.d/init.d/<template>.init: - support exit code defined in LSB
5640           spec (http://www.linuxbase.org/)
5641
5642 2000-03-06 00:34 +0000 [r656]  Artur Frysiak <wiget/at/pld-linux.org>
5643
5644         * rc.d/init.d/<template>.init: - nls()ed
5645
5646 2000-03-06 00:23 +0000 [r655]  Artur Frysiak <wiget/at/pld-linux.org>
5647
5648         * rc.d/init.d/<template>.init: rm -f /var/lock/subsys/<service>
5649           >/dev/null 2&>1 1. -r is not needed 2. silent
5650
5651 2000-03-06 00:19 +0000 [r654]  kloczek <kloczek/at/pld-linux.org>
5652
5653         * rc.d/init.d/<template>.init: - added "rm -rf
5654           /var/lock/subsys/<service>" in stop.
5655
5656 2000-03-06 00:10 +0000 [r653]  kloczek <kloczek/at/pld-linux.org>
5657
5658         * rc.d/init.d/<template>.init (added): Template init script. This
5659           script can be used for preparing some unified output messages
5660           translation for other init scripts for all services) Also it
5661           would be good to change all other init scripts for compatybility
5662           with this skeleton script and/or keep this file as template.
5663
5664 2000-03-04 22:40 +0000 [r652]  Paweł Wilk <siefca/at/pld-linux.org>
5665
5666         * rc.d/init.d/timezone, rc-scripts.spec.in, src/resolvesymlink.c
5667           (added), src/Makefile.am: Time zone information will be updated
5668           only when needed.
5669
5670 2000-03-04 13:59 +0000 [r651]  Paweł Wilk <siefca/at/pld-linux.org>
5671
5672         * rc.d/init.d/Makefile.am, configure.in, rc-scripts.spec.in,
5673           sysconfig/Makefile.am: added time zone setting
5674
5675 2000-03-04 13:41 +0000 [r648-650]  Paweł Wilk <siefca/at/pld-linux.org>
5676
5677         * sysconfig/timezone (added): configuration parameters for time
5678           zone setting
5679
5680         * rc.d/init.d/timezone: chkconfig script for time zone setting
5681
5682         * rc.d/init.d/timezone (added): configuration profile (variables)
5683           for time zone setting
5684
5685 2000-03-02 17:22 +0000 [r647]  Artur Frysiak <wiget/at/pld-linux.org>
5686
5687         * configure.in: 0.1.5
5688
5689 2000-02-28 12:50 +0000 [r646]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5690
5691         * rc.d/rc.sysinit: - run depmod if modules.dep is older that
5692           modules.conf, too
5693
5694 2000-02-18 18:07 +0000 [r645]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5695
5696         * rc.d/init.d/network: - set ipv6 forwarding only if ipv6 is
5697           enabled
5698
5699 2000-02-18 17:59 +0000 [r644]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5700
5701         * rc.d/init.d/functions: - translations for DONE etc are always
5702           taken from rc-scripts.mo
5703
5704 2000-02-18 12:37 +0000 [r643]  Bartosz Waszak <waszi/at/pld-linux.org>
5705
5706         * rc.d/rc.shutdown: - typo
5707
5708 2000-02-18 10:42 +0000 [r642]  Artur Frysiak <wiget/at/pld-linux.org>
5709
5710         * rc.d/rc.shutdown: s/LANG/LC_ALL/ in umount
5711
5712 2000-02-18 10:37 +0000 [r641]  Artur Frysiak <wiget/at/pld-linux.org>
5713
5714         * rc.d/rc.shutdown: - fix ummounting -- locale & /usr problem --
5715           devfs ready
5716
5717 2000-02-18 09:13 +0000 [r640]  Artur Frysiak <wiget/at/pld-linux.org>
5718
5719         * rc.d/rc.sysinit: - run devfsd before all
5720
5721 2000-02-18 08:35 +0000 [r639]  Bartosz Waszak <waszi/at/pld-linux.org>
5722
5723         * sysconfig/system, rc.d/rc.sysinit: - added devfsd support
5724
5725 2000-02-17 10:59 +0000 [r638]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5726
5727         * po/pl.po, rc.d/rc.sysinit: - print space as last char in prompt
5728
5729 2000-02-10 10:31 +0000 [r637]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5730
5731         * sysconfig/system, rc.d/rc.sysinit: - running depmod is now
5732           configurable
5733
5734 2000-02-08 15:49 +0000 [r636]  Jan Rękorajski <baggins/at/pld-linux.org>
5735
5736         * rc-scripts.spec.in: - removed bogus defattr
5737
5738 2000-02-03 11:50 +0000 [r632-635]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5739
5740         * rc.d/init.d/single: - cleanups
5741
5742         * rc.d/init.d/network, rc.d/init.d/functions.network,
5743           sysconfig/network: - router discovery daemon support
5744
5745         * rc.d/init.d/functions: - functions run_cmd() and daemon() are
5746           returning proper values now
5747
5748         * rc.d/rc.shutdown: - new (better) unmounting procedure from
5749           initscripts - cleanups
5750
5751 2000-01-31 14:30 +0000 [r628-631]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5752
5753         * rc-scripts.spec.in, autogen.sh, rc.d/init.d/functions: - fixes
5754           and updates
5755
5756         * NEWS: - translate to english (update)
5757
5758         * po/pl.po, rc.d/rc.sysinit: - nls cant handle special characters
5759           such as '\n' - workaround this
5760
5761         * rc.d/init.d/functions.network: - avoid errors when lo interface
5762           is down
5763
5764 2000-01-05 01:18 +0000 [r627]  kloczek <kloczek/at/pld-linux.org>
5765
5766         * rc.d/rc.sysinit: - mout procsf before all.
5767
5768 2000-01-04 17:23 +0000 [r626]  Jan Rękorajski <baggins/at/pld-linux.org>
5769
5770         * configure.in, sysconfig/system, rc.d/rc, rc.d/rc.sysinit: -
5771           version 0.1.4 - added RUN_LDCONFIG variable to
5772           /etc/sysconfig/system, now it's possible to turn off/on
5773           ld.so.cache regeneration upon startup
5774
5775 1999-12-30 12:11 +0000 [r624-625]  Jacek Konieczny <jajcus/at/pld-linux.org>
5776
5777         * rc.d/rc: - send messages to /dev/console (which can be serial
5778           console) instead of virtual terminal
5779
5780         * rc.d/init.d/network, rc.d/init.d/functions.network: - support for
5781           "any/none" routes in /etc/sysconfig/statig routes --- these may
5782           be used for unreachable or blackhole routes
5783
5784 1999-12-30 12:01 +0000 [r623]  Jacek Konieczny <jajcus/at/pld-linux.org>
5785
5786         * doc/sysconfig.docb: - updates in static-routes description
5787
5788 1999-12-27 23:38 +0000 [r622]  Artur Frysiak <wiget/at/pld-linux.org>
5789
5790         * sysconfig/network-scripts/tnldown: - fix typos
5791
5792 1999-12-20 19:36 +0000 [r621]  Jacek Konieczny <jajcus/at/pld-linux.org>
5793
5794         * sysconfig/network-scripts/ifdown: - ifdown should now work for
5795           user-controled interfaces
5796
5797 1999-12-20 10:28 +0000 [r620]  kloczek <kloczek/at/pld-linux.org>
5798
5799         * rc.d/rc.sysinit: - reformated.
5800
5801 1999-12-19 16:07 +0000 [r617-619]  Jacek Konieczny <jajcus/at/pld-linux.org>
5802
5803         * sysconfig/network-scripts/ifup-post: - Use IPv4 address for
5804           setting hostname (or there will be no hostname on DHCP-configured
5805           hosts)
5806
5807         * sysconfig/network-scripts/ifup: - usernetctl is now in /sbin -
5808           OTHERSCRIPT should be started even if no IPv4 address is given
5809           (PPP won't work otherwise) - IPv6 link-local addresses are added
5810           by kernel. We shouldn't do it again
5811
5812         * sysconfig/network-scripts/ifdown: - usernetclt is now in /sbin -
5813           OTHERSCRIPT should be astarted even if no IPv4 address is given
5814
5815 1999-12-19 15:58 +0000 [r616]  Jacek Konieczny <jajcus/at/pld-linux.org>
5816
5817         * src/usernetctl.c: - search for ifcfg-* files in
5818           /etc/sysconfig/interfaces - ifup and ifdown are now only in /sbin
5819
5820 1999-12-19 15:54 +0000 [r615]  Jacek Konieczny <jajcus/at/pld-linux.org>
5821
5822         * src/.cvsignore: - more ignores
5823
5824 1999-12-18 19:51 +0000 [r613-614]  kloczek <kloczek/at/pld-linux.org>
5825
5826         * configure.in: - release 0.1.3.
5827
5828         * src/Makefile.am: - added missing shvar.h to ppp_watch_SOURCES.
5829
5830 1999-12-18 16:43 +0000 [r612]  kloczek <kloczek/at/pld-linux.org>
5831
5832         * doc/Makefile.am: - updated man_MANS man pages file list.
5833
5834 1999-12-18 16:26 +0000 [r610-611]  kloczek <kloczek/at/pld-linux.org>
5835
5836         * po/pl.po: - s/ZDECHL/ZGINAL/.
5837
5838         * sysconfig/network-scripts/ifup-routes: - replace: grep "^$1 " to:
5839           grep "^$1[[:blank:]]" on finding static routes entries for
5840           specified interface. This allow place also tab character after
5841           interface name.
5842
5843 1999-12-15 18:41 +0000 [r608-609]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5844
5845         * src/consoletype.c (added): - one more source file
5846
5847         * rc.d/init.d/network, src/usleep.c,
5848           sysconfig/network-scripts/tnldown,
5849           sysconfig/network-scripts/ifdown, doc/consoletype.1 (added),
5850           src/ppp-watch.c (added), rc.d/init.d/functions.network,
5851           src/initlog.c, doc/ppp-watch.8 (added), src/doexec.c,
5852           src/initlog.conf (added), rc.d/init.d/allowlogin,
5853           rc.d/init.d/functions, sysconfig/network-scripts/tnlup,
5854           sysconfig/network-scripts/ifup, src/process.c,
5855           rc-scripts.spec.in, lang.sh, rc.d/rc.sysinit, src/shvar.c
5856           (added), src/testd.c, doc/usernetctl.1 (removed), lang.csh,
5857           src/getkey.c (added), src/Makefile.am, src/shvar.h (added),
5858           src/usernetctl.c, doc/usleep.1, doc/usernetctl.8 (added): - fixed
5859           lang.csh - we use -a instead && - updated few programs in src
5860           directory - fixed starting network when none of ifcfg-* file
5861           exist - write nice logo at startup - fixed problem with
5862           translated deltext() function
5863
5864 1999-12-11 12:45 +0000 [r607]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
5865
5866         * AUTHORS: - added Jacek Konieczny
5867
5868 1999-12-09 12:31 +0000 [r606]  kloczek <kloczek/at/pld-linux.org>
5869
5870         * rc.d/rc.sysinit: - added including /etc/rc.d/rc.modules for
5871           loading modules before starting all services and initializing
5872           raid deveces.
5873
5874 1999-12-02 21:44 +0000 [r605]  elephant <elephant/at/pld-linux.org>
5875
5876         * rc.d/init.d/functions: - corrected e-mail of mine
5877
5878 1999-12-02 10:38 +0000 [r604]  kloczek <kloczek/at/pld-linux.org>
5879
5880         * rc.d/init.d/network, rc.d/init.d/random, rc.d/init.d/single: -
5881           chkconfig field is back (without this upgrade from initscripts to
5882           rc-scripts fails).
5883
5884 1999-11-26 16:31 +0000 [r603]  Artur Frysiak <wiget/at/pld-linux.org>
5885
5886         * rc.d/init.d/functions: - process /etc/sysconfig/system (fix
5887           BR#110)
5888
5889 1999-11-16 14:54 +0000 [r602]  Artur Frysiak <wiget/at/pld-linux.org>
5890
5891         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
5892           - fixes
5893
5894 1999-11-16 11:28 +0000 [r601]  kloczek <kloczek/at/pld-linux.org>
5895
5896         * sysconfig/network-scripts/ifup-post: - reformated.
5897
5898 1999-11-16 01:34 +0000 [r599-600]  kloczek <kloczek/at/pld-linux.org>
5899
5900         * rc.d/init.d/functions.network: - reformated text.
5901
5902         * po/pl.po: - s/Zapis ziarna losowego/Zapisanie podstawy generatora
5903           losoweg/ - other cleanups.
5904
5905 1999-11-15 23:17 +0000 [r598]  Artur Frysiak <wiget/at/pld-linux.org>
5906
5907         * po/pl.po: - updated
5908
5909 1999-11-15 01:21 +0000 [r597]  kloczek <kloczek/at/pld-linux.org>
5910
5911         * sysconfig/i18n: - s/pl/pl_PL/.
5912
5913 1999-11-14 07:55 +0000 [r595-596]  kloczek <kloczek/at/pld-linux.org>
5914
5915         * configure.in: - new version 1.1.2.
5916
5917         * sysconfig/network-scripts/ifup: - s/DEVICEFULLNAME/
5918
5919 1999-11-09 00:12 +0000 [r594]  kloczek <kloczek/at/pld-linux.org>
5920
5921         * rc.d/rc.sysinit: - removed "chmod 0664 /var/log/wtmpx" (this is
5922           task for SysVinit %post).
5923
5924 1999-11-07 14:00 +0000 [r593]  kloczek <kloczek/at/pld-linux.org>
5925
5926         * rc.d/init.d/functions.network: - fixed BR#103 (s#==#=).
5927
5928 1999-11-06 00:25 +0000 [r591-592]  Artur Frysiak <wiget/at/pld-linux.org>
5929
5930         * sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
5931           sysconfig/network-scripts/tnldown,
5932           sysconfig/network-scripts/ifdown: - small fixes
5933
5934         * sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
5935           sysconfig/network-scripts/tnldown,
5936           sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network:
5937           - now realy handle ifup <dev>
5938
5939 1999-10-27 12:09 +0000 [r590]  Artur Frysiak <wiget/at/pld-linux.org>
5940
5941         * rc.d/init.d/functions: - fix nls() function
5942
5943 1999-10-27 05:46 +0000 [r588-589]  kloczek <kloczek/at/pld-linux.org>
5944
5945         * configure.in: - new bersion 0.1.1.
5946
5947         * rc.d/rc.sysinit: - more fixes for displaing messages on
5948           initializing raid devices.
5949
5950 1999-10-27 03:12 +0000 [r586-587]  kloczek <kloczek/at/pld-linux.org>
5951
5952         * rc-scripts.spec.in: - reorder in %files.
5953
5954         * rc.d/rc.sysinit: - started instead busy on staring initialize
5955           raid dev.
5956
5957 1999-10-27 02:26 +0000 [r585]  kloczek <kloczek/at/pld-linux.org>
5958
5959         * rc-scripts.spec.in: - added Requires: e2fsprogs > = 1.15.
5960
5961 1999-10-27 02:20 +0000 [r584]  kloczek <kloczek/at/pld-linux.org>
5962
5963         * rc.d/rc.sysinit: - added -C to fsck parameters (display progres
5964           bar), - added support for new raidtools 0.90 utilities on
5965           ininitialize raid devices.
5966
5967 1999-10-23 08:13 +0000 [r583]  Bartosz Waszak <waszi/at/pld-linux.org>
5968
5969         * rc.d/init.d/network: /etc/rc.d/init.d/functions.network ->
5970           /etc/sysconfig/network-scripts/.functions
5971
5972 1999-10-22 11:43 +0000 [r582]  kloczek <kloczek/at/pld-linux.org>
5973
5974         * rc.d/init.d/functions.network: - fix: check and get
5975           /etc/sysconfig/interfaces/ifcfg-$CONFIG instead
5976           /etc/sysconfig/interfaces/$CONFIG in source_config().
5977
5978 1999-10-17 09:34 +0000 [r581]  Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
5979
5980         * doc/make-html (added), doc/rc-scripts.docb (added),
5981           doc/polski.dsl (added), doc/sysconfig.docb (added): Przykład
5982           tworzenia pojedynczego reference entry z użyciem docbooka
5983           Właściwym plikiem jest sysconfig.docb
5984
5985 1999-10-14 15:59 +0000 [r580]  Artur Frysiak <wiget/at/pld-linux.org>
5986
5987         * rc-scripts.spec.in: - fixed permision to %%doc
5988
5989 1999-10-14 09:00 +0000 [r579]  Bartosz Waszak <waszi/at/pld-linux.org>
5990
5991         * rc.d/init.d/Makefile.am: - small fixes
5992
5993 1999-10-13 21:28 +0000 [r578]  kloczek <kloczek/at/pld-linux.org>
5994
5995         * rc.d/init.d/Makefile.am, sysconfig/network-scripts/ifdown-sl,
5996           sysconfig/network-scripts/ifup-aliases,
5997           sysconfig/network-scripts/tnlup,
5998           sysconfig/network-scripts/ifdown-ppp,
5999           sysconfig/network-scripts/ifup, rc-scripts.spec.in,
6000           sysconfig/network-scripts/ifup-plip,
6001           sysconfig/network-scripts/tnldown,
6002           sysconfig/network-scripts/ifdown,
6003           sysconfig/network-scripts/ifup-post,
6004           sysconfig/network-scripts/ifdown-post,
6005           sysconfig/network-scripts/ifup-sl,
6006           sysconfig/network-scripts/ifup-ppp,
6007           sysconfig/network-scripts/ifup-ipx: -
6008           /etc/rc.d/init.d//network.functions moved to
6009           /etc/sysconfig/network-scripts/.functions.
6010
6011 1999-10-13 17:35 +0000 [r577]  Jan Rękorajski <baggins/at/pld-linux.org>
6012
6013         * rc-scripts.spec.in: - added %config(noreplace) %verify(not size
6014           mtime md5) rc.local
6015
6016 1999-10-13 16:56 +0000 [r576]  Jan Rękorajski <baggins/at/pld-linux.org>
6017
6018         * rc-scripts.spec.in: - typo
6019
6020 1999-10-13 16:51 +0000 [r575]  Jan Rękorajski <baggins/at/pld-linux.org>
6021
6022         * rc.d/init.d/Makefile.am: - removed nfsfs and netfs
6023
6024 1999-10-13 16:37 +0000 [r574]  Jan Rękorajski <baggins/at/pld-linux.org>
6025
6026         * rc.d/rc.shutdown (added), rc.d/rc, rc.d/rc.sysinit,
6027           rc.d/Makefile.am: - merged halt,reboot and shutdwn into
6028           rc.shutdown - moved ldconfig to the end of system startup
6029
6030 1999-10-13 16:32 +0000 [r573]  Jan Rękorajski <baggins/at/pld-linux.org>
6031
6032         * configure.in: - 0.1.0
6033
6034 1999-10-13 16:18 +0000 [r572]  Jan Rękorajski <baggins/at/pld-linux.org>
6035
6036         * rc-scripts.spec.in: - removed use of chkconfig - make rc?.d/{S,K}
6037           links by hand
6038
6039 1999-10-13 16:11 +0000 [r571]  Jan Rękorajski <baggins/at/pld-linux.org>
6040
6041         * rc.d/init.d/Makefile.am, rc.d/init.d/network, rc.d/init.d/reboot
6042           (removed), rc.d/init.d/shutdwn (removed), rc.d/init.d/random,
6043           rc.d/init.d/single, rc.d/init.d/killall, rc.d/init.d/allowlogin,
6044           rc.d/init.d/halt (removed): - removed usage of chkconfig
6045
6046 1999-10-13 16:04 +0000 [r570]  Jan Rękorajski <baggins/at/pld-linux.org>
6047
6048         * rc.d/init.d/netfs (removed): - these should be from appropriate
6049           *mount packages (or NFS daemons)
6050
6051 1999-10-13 15:56 +0000 [r569]  Jan Rękorajski <baggins/at/pld-linux.org>
6052
6053         * rc.d/init.d/nfsfs (removed): - obsoleted by netfs
6054
6055 1999-10-13 09:06 +0000 [r568]  Bartosz Waszak <waszi/at/pld-linux.org>
6056
6057         * rc.d/rc.sysinit: - conf.modules -> modules.conf needed by new
6058           modutils
6059
6060 1999-10-12 14:09 +0000 [r567]  Jan Rękorajski <baggins/at/pld-linux.org>
6061
6062         * configure.in: - version 0.0.12 - halt, reboot and shutwdn merged
6063           into rc.shutdown - moved ldconfig at the end of rc system
6064
6065 1999-10-07 00:49 +0000 [r566]  kloczek <kloczek/at/pld-linux.org>
6066
6067         * doc/net-scripts.txt: - updated partialy documentation.
6068
6069 1999-10-06 16:52 +0000 [r565]  kloczek <kloczek/at/pld-linux.org>
6070
6071         * rc.d/init.d/network, sysconfig/network-scripts/ifdown-sl,
6072           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
6073           sysconfig/network-scripts/tnldown,
6074           sysconfig/network-scripts/ifdown,
6075           sysconfig/network-scripts/ifup-post, rc.d/rc,
6076           rc.d/init.d/functions.network, rc.d/rc.sysinit,
6077           sysconfig/network-scripts/ifup-sl, rc.d/init.d/allowlogin,
6078           rc.d/init.d/functions: - remove bashizm in using test ("="
6079           instead "==").
6080
6081 1999-09-28 16:17 +0000 [r562-564]  Jacek Konieczny <jajcus/at/pld-linux.org>
6082
6083         * sysconfig/network-scripts/ifdown-sl,
6084           sysconfig/network-scripts/ifup-aliases,
6085           sysconfig/network-scripts/ifdown-ppp,
6086           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
6087           sysconfig/network-scripts/ifup-post,
6088           sysconfig/network-scripts/ifdown-post,
6089           sysconfig/network-scripts/ifup-ppp,
6090           sysconfig/network-scripts/ifup-ipx: - support for getting
6091           interface configuration from LDAP
6092
6093         * rc.d/init.d/network: - support for loading interface
6094           configuration from LDAP
6095
6096         * rc.d/init.d/functions.network: - functions for getting interfaces
6097           and aliases lists from LDAP added - fixed getting interface info
6098           from LDAP
6099
6100 1999-09-28 14:43 +0000 [r560-561]  kloczek <kloczek/at/pld-linux.org>
6101
6102         * configure.in: - release version 0.0.11
6103
6104         * po/pl.po: - updated pl translation.
6105
6106 1999-09-28 14:24 +0000 [r558-559]  kloczek <kloczek/at/pld-linux.org>
6107
6108         * rc.d/rc: - fix: print "Entering" instead "Leaving" on entering in
6109           runlevel.
6110
6111         * rc.d/rc.sysinit: - busy() instead started() on bigining
6112           initialize RAID.
6113
6114 1999-09-28 14:04 +0000 [r556-557]  kloczek <kloczek/at/pld-linux.org>
6115
6116         * rc.d/rc.sysinit: - print 'fail' status on on failing initialize
6117           raid and 'done' on corect initialize raid.
6118
6119         * rc.d/init.d/functions.network: - fixes.
6120
6121 1999-09-28 13:17 +0000 [r555]  kloczek <kloczek/at/pld-linux.org>
6122
6123         * rc.d/init.d/shutdwn: - fix raid deintialization: deinitialize
6124           only active devices (removed also using grep in getting active md
6125           devices list).
6126
6127 1999-09-28 12:48 +0000 [r553-554]  kloczek <kloczek/at/pld-linux.org>
6128
6129         * rc.d/init.d/functions.network: - rearanged text.
6130
6131         * rc.d/init.d/functions.network: - fixed bug on checking is file
6132           with interface description exist, - removed getting dummy code
6133           $PARENTCONFIG (this afects net interfaces LDAP description).
6134
6135 1999-09-27 20:02 +0000 [r552]  Artur Frysiak <wiget/at/pld-linux.org>
6136
6137         * sysconfig/network-scripts/ifup: - arp on for eth by default
6138
6139 1999-09-27 18:31 +0000 [r551]  Artur Frysiak <wiget/at/pld-linux.org>
6140
6141         * rc.d/init.d/functions: - fixed typo
6142
6143 1999-09-27 16:03 +0000 [r550]  Artur Frysiak <wiget/at/pld-linux.org>
6144
6145         * configure.in: - version 0.0.10
6146
6147 1999-09-27 15:40 +0000 [r549]  Artur Frysiak <wiget/at/pld-linux.org>
6148
6149         * po/pl.po: - fixes
6150
6151 1999-09-27 15:31 +0000 [r547-548]  kloczek <kloczek/at/pld-linux.org>
6152
6153         * po/pl.po: - typo.
6154
6155         * po/pl.po: - more translations.
6156
6157 1999-09-27 15:14 +0000 [r545-546]  Artur Frysiak <wiget/at/pld-linux.org>
6158
6159         * po/pl.po: - sync
6160
6161         * rc.d/init.d/shutdwn, rc.d/rc.sysinit: - nls fixes
6162
6163 1999-09-27 15:00 +0000 [r544]  Artur Frysiak <wiget/at/pld-linux.org>
6164
6165         * po/pl.po: - small correction
6166
6167 1999-09-27 14:53 +0000 [r543]  kloczek <kloczek/at/pld-linux.org>
6168
6169         * po/pl.po: - fixed some typos, more translations.
6170
6171 1999-09-27 14:24 +0000 [r541-542]  Artur Frysiak <wiget/at/pld-linux.org>
6172
6173         * po/pl.po: - zmiana na formy bezosobowe - dodanie kilku nowych
6174           tłumaczeń
6175
6176         * rc.d/rc.sysinit: - nls fixes
6177
6178 1999-09-27 10:02 +0000 [r534-540]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6179
6180         * sysconfig/network: - cleanups
6181
6182         * sysconfig/network-scripts/tnlup,
6183           sysconfig/network-scripts/tnldown: - nopmtudisc isn't specified
6184           by default - cleanups
6185
6186         * sysconfig/network-scripts/ifup: - checking for interface via
6187           MULTICAST setting instead of ARP setting - we are using
6188           ,,onlink'' option for tunnels
6189
6190         * rc.d/init.d/network: - more /proc/sys/net support (it can be
6191           buggy !!! testers needed) - fixed status reporting
6192
6193         * rc.d/init.d/functions: - termput cleanups - removed unnecesary
6194           pid of process checking - returns ,,died'' instead ,,failed'' in
6195           some cases - fixed nls()
6196
6197         * rc.d/init.d/allowlogin: - cleanups
6198
6199         * rc.d/init.d/functions.network: - fixed setup_nat() when
6200           /etc/sysconfig/static-nat doesn't exist - flushing instead
6201           deleting routing and addresses when down lo interface
6202
6203 1999-09-26 14:56 +0000 [r533]  Jacek Konieczny <jajcus/at/pld-linux.org>
6204
6205         * rc.d/init.d/functions.network, sysconfig/network: - first step to
6206           keeping interface information in LDAP
6207
6208 1999-09-15 21:43 +0000 [r532]  Artur Frysiak <wiget/at/pld-linux.org>
6209
6210         * rc-scripts.spec.in: - fixed typos
6211
6212 1999-09-15 21:20 +0000 [r528-531]  Artur Frysiak <wiget/at/pld-linux.org>
6213
6214         * rc.d/rc, po/.cvsignore, rc.d/rc.sysinit, rc.d/init.d/allowlogin,
6215           rc.d/init.d/functions: - fixed nls messages - ignore
6216           autogenerated files
6217
6218         * po/rc-scripts.pot (removed): - removed autogenerated file
6219
6220         * configure.in: - added list of shell scripts
6221
6222         * makepot.pl (added): - helper scripts: extract messages from
6223           scripts and make pot file
6224
6225 1999-09-15 21:12 +0000 [r527]  Artur Frysiak <wiget/at/pld-linux.org>
6226
6227         * po/pl.po, po/Makefile.am: - fixed `make rc-scripts.pot` - updated
6228           polish translation
6229
6230 1999-09-15 10:35 +0000 [r526]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6231
6232         * rc.d/init.d/network: - errors from interfaces and tunnel checking
6233           > /dev/null
6234
6235 1999-09-15 10:22 +0000 [r525]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6236
6237         * doc/Makefile.am: - removed ipchains-setup.txt
6238
6239 1999-09-15 10:16 +0000 [r522-524]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6240
6241         * sysconfig/network-scripts/ifup: - we are adding fe80::IPv4
6242           addresses to sit interfaces _only_
6243
6244         * sysconfig/interfaces/tnlcfg-description: - added information
6245           about using tnlcfg-xxx instead of ifcfg-xxx
6246
6247         * po/pl.po: - fixed typo
6248
6249 1999-09-13 13:37 +0000 [r521]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6250
6251         * rc.d/rc: - added test if /var/run is writable to avoid errors if
6252           it is read-only
6253
6254 1999-09-13 13:29 +0000 [r516-520]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6255
6256         * sysconfig/i18n: - added missing cvs keyword
6257
6258         * doc/ipchains-setup.txt (removed): - removed obsolete
6259           documentation
6260
6261         * sysconfig/network-scripts/ifup,
6262           sysconfig/interfaces/ifcfg-description: - another support for
6263           IPv4 aliases via IPADDR_ALIASES variable
6264
6265         * sysconfig/network-scripts/tnlup,
6266           sysconfig/network-scripts/tnldown: - another way to set TTL or
6267           TOS to avoid 'inherit' value - cleanups in var names
6268
6269         * rc.d/init.d/network: - fixed status reporting
6270
6271 1999-09-04 19:49 +0000 [r513-515]  Bartosz Waszak <waszi/at/pld-linux.org>
6272
6273         * rc.d/init.d/shutdwn: umount -a fixed
6274
6275         * rc.d/rc.sysinit: now is rootfs on NFS compatible
6276
6277         * rc.d/Makefile.am: small fixes
6278
6279 1999-09-03 07:54 +0000 [r512]  Artur Frysiak <wiget/at/pld-linux.org>
6280
6281         * rc.d/init.d/shutdwn: posible fix for umounting /usr
6282
6283 1999-09-03 07:42 +0000 [r511]  Artur Frysiak <wiget/at/pld-linux.org>
6284
6285         * rc.d/init.d/functions: fix in termput()
6286
6287 1999-09-03 07:24 +0000 [r510]  Artur Frysiak <wiget/at/pld-linux.org>
6288
6289         * rc.d/init.d/functions: termput() check for /usr/share/terminfo
6290           and tput everytime
6291
6292 1999-09-02 12:42 +0000 [r509]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6293
6294         * rc.d/rc.init (added): - added proper rc.init version
6295
6296 1999-09-02 12:38 +0000 [r508]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6297
6298         * TODO, rc-scripts.spec.in, autogen.sh, NEWS, README,
6299           rc.d/initscript (removed), rc.d/Makefile.am: - updated
6300
6301 1999-09-02 12:38 +0000 [r507]  Artur Frysiak <wiget/at/pld-linux.org>
6302
6303         * rc.d/rc.init (removed): removed
6304
6305 1999-09-02 12:30 +0000 [r502-506]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6306
6307         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
6308           - another way do check if IPv4/6 is specified on interface -
6309           fixed few typo
6310
6311         * rc.d/init.d/Makefile.am, rc.d/init.d/ipchains (removed),
6312           rc.d/init.d/functions.network, rc.d/init.d/functions: - added
6313           function to setup NAT rules - modprobing ipv6.o is now done in
6314           autoclean mode - removed ipchains (this script should be in
6315           ipchains package) - better errors handling in run_cmd()
6316
6317         * sysconfig/network-scripts/tnlup: - modprobe modules in autoclean
6318           mode and report errors via syslog - added check for
6319           /lib/modules/`uname -r`/*/module_name.o
6320
6321         * sysconfig/network-scripts/ifup-sl: -load slip.o module if
6322           available (in autoclean mode)
6323
6324         * rc.d/init.d/network: - SIT tunnels are upped at the end
6325
6326 1999-09-02 12:16 +0000 [r498-501]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6327
6328         * rc.d/rc.sysinit: - logging errors from depmod and modprobe via
6329           syslog
6330
6331         * rc.d/rc.init (added): - renamed initscript to rc.init
6332
6333         * doc/ipcalc.1: - fixed typos
6334
6335         * src/usleep.c, src/process.c, src/netreport.c, src/initlog.c,
6336           src/usernetctl.c, src/ipcalc.c: - added casts to proper types and
6337           started NLSing
6338
6339 1999-08-31 23:51 +0000 [r497]  Artur Frysiak <wiget/at/pld-linux.org>
6340
6341         * rc.d/init.d/network: - load /etc/ethers after interface ups.
6342
6343 1999-08-31 23:30 +0000 [r496]  Artur Frysiak <wiget/at/pld-linux.org>
6344
6345         * rc-scripts.spec.in: - fix in make symlinks to rc.local
6346
6347 1999-08-31 23:12 +0000 [r495]  Artur Frysiak <wiget/at/pld-linux.org>
6348
6349         * configure.in, rc-scripts.spec.in, rc.d/rc,
6350           rc.d/init.d/functions.network, rc.d/rc.sysinit,
6351           rc.d/init.d/functions: - version up to 0.0.9 - added printf_()
6352           equwalent to bash built-in printf() or /usr/bin/printf - changed
6353           nls() to work like printf - tput() -> termput() - changed all
6354           show bla bla; to show "bla bla"; - added symlinks to
6355           /etc/rc.d/rc.local
6356
6357 1999-08-31 13:59 +0000 [r494]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6358
6359         * rc.d/rc.sysinit: - fixed quotacheck calls
6360
6361 1999-08-26 11:05 +0000 [r493]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6362
6363         * TODO: - interfejs sit0 musi być podnoszony na samym końcu
6364
6365 1999-08-25 14:15 +0000 [r492]  mikrobi <mikrobi/at/pld-linux.org>
6366
6367         * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
6368           - added DEFAULTHANDLING variable (mainly for ATM startup scripts)
6369
6370 1999-08-20 13:39 +0000 [r490-491]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6371
6372         * rc.d/init.d/functions.network: added two nls calls
6373
6374         * rc.d/init.d/functions.network: - ipv6 addresses arn't deleted
6375           when lo device is downing (some people doesn't use IPv6, yet)
6376
6377 1999-08-18 13:28 +0000 [r489]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6378
6379         * rc.d/rc.sysinit: fixed raid starting
6380
6381 1999-08-16 09:38 +0000 [r488]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6382
6383         * TODO, rc-scripts.spec.in, rc.d/init.d/killall: killall is now
6384           chkconfig ready. updated TODO list.
6385
6386 1999-08-14 13:18 +0000 [r485-487]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6387
6388         * sysconfig/network-scripts/ifup-sl: removed unnecesary check (via
6389           fuser)
6390
6391         * rc.d/init.d/network: removed [ -f /etc/sysconfig/interfaces/$i ]
6392           tests
6393
6394         * sysconfig/network-scripts/ifup-sl: typo
6395
6396 1999-08-14 12:57 +0000 [r484]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6397
6398         * sysconfig/network-scripts/ifup-sl: increased sleep value after
6399           starting slattach to 2 seconds
6400
6401 1999-08-14 12:39 +0000 [r483]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6402
6403         * rc.d/rc.sysinit: "quotaon /" removed. quota is turned on later by
6404           quotaon -a
6405
6406 1999-08-14 12:01 +0000 [r482]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6407
6408         * sysconfig/network-scripts/tnlup, rc.d/init.d/functions.network:
6409           modprobing ipip ip_gre modules moved temporary to tnlup
6410
6411 1999-08-14 11:56 +0000 [r481]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6412
6413         * rc-scripts.spec.in: interfaces file names must starting from
6414           "ifcfg-"
6415
6416 1999-08-14 11:41 +0000 [r479-480]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6417
6418         * sysconfig/network-scripts/ifup-sl: fixed DIRECT_CONNECT mode (ie.
6419           for using slattach)
6420
6421         * sysconfig/network-scripts/ifup-post: now $FULLDEVNAME is passed
6422           to ifup-routes (fixed problem with duplicate routes)
6423
6424 1999-08-14 11:25 +0000 [r478]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6425
6426         * sysconfig/network-scripts/ifup-aliases: changed path to ifup (now
6427           it's /sbin/ifup)
6428
6429 1999-08-14 11:01 +0000 [r477]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6430
6431         * rc.d/init.d/functions: - \b\b\b\b... characters also are NLSed
6432           (this is needed when translating "DONE", "BUSY" etc.
6433
6434 1999-08-14 10:56 +0000 [r476]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6435
6436         * sysconfig/system, rc.d/rc.sysinit: added new variable SET_SLINKS.
6437           If it set to "yes" then rc.sysinit is setting symlinks in /boot
6438           dependent on kernel version.
6439
6440 1999-08-14 10:53 +0000 [r474-475]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6441
6442         * rc-scripts.spec.in: typo in locale path
6443
6444         * sysconfig/network-scripts/ifup: we are adding IPv4 based
6445           link-local addresses, too.
6446
6447 1999-08-12 09:54 +0000 [r473]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6448
6449         * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases: -
6450           aliasing are upped via ifup-aliases after main device is up
6451
6452 1999-08-09 21:05 +0000 [r472]  Artur Frysiak <wiget/at/pld-linux.org>
6453
6454         * rc.d/rc, rc.d/init.d/functions: - changed ptintf to awk
6455
6456 1999-08-09 20:44 +0000 [r470-471]  Artur Frysiak <wiget/at/pld-linux.org>
6457
6458         * rc-scripts.spec.in: - added Requires: /bin/gettext
6459
6460         * rc.d/init.d/shutdwn: - fix remount to ro
6461
6462 1999-08-09 20:20 +0000 [r468-469]  kloczek <kloczek/at/pld-linux.org>
6463
6464         * sysconfig/Makefile.am: - removed ipchans and addes i18n to
6465           syscinfig files.
6466
6467         * sysconfig/ipchains (removed): - not neccessary (ip chaninc is
6468           handled by firewal-init scripts package).
6469
6470 1999-08-09 20:00 +0000 [r467]  Artur Frysiak <wiget/at/pld-linux.org>
6471
6472         * configure.in, rc.d/init.d/functions: - more locale strings - fix
6473           locale support in configure.in
6474
6475 1999-08-09 19:58 +0000 [r466]  kloczek <kloczek/at/pld-linux.org>
6476
6477         * rc-scripts.spec.in: - added /etc/sysconfig/i18n as a %config
6478           file.
6479
6480 1999-08-09 19:44 +0000 [r465]  kloczek <kloczek/at/pld-linux.org>
6481
6482         * configure.in: - release 0.0.8.
6483
6484 1999-08-07 10:16 +0000 [r464]  Artur Frysiak <wiget/at/pld-linux.org>
6485
6486         * configure.in, po/Makefile.am (added), rc-scripts.spec.in,
6487           po/rc-scripts.pot, Makefile.am, rc.d/init.d/ipchains,
6488           rc.d/init.d/functions.network, sysconfig/interfaces/Makefile.am,
6489           rc.d/init.d/functions: - expr -> $(( )) - wstęp automake/autoconf
6490           do locale
6491
6492 1999-08-06 13:06 +0000 [r463]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6493
6494         * rc.d/init.d/functions.network: fixed bug with math
6495
6496 1999-08-06 13:02 +0000 [r462]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6497
6498         * rc.d/init.d/functions.network: added return 0 to proc_net()
6499           function
6500
6501 1999-08-06 10:25 +0000 [r461]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6502
6503         * rc.d/init.d/network: removed last change
6504
6505 1999-08-04 16:59 +0000 [r460]  Jan Rękorajski <baggins/at/pld-linux.org>
6506
6507         * rc.d/init.d/network: A BUG has been fixed! jak używacie zmiennych
6508           shella misiowie to tam _musi_ być $ na początku!
6509
6510 1999-08-02 14:51 +0000 [r459]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6511
6512         * rc.d/initscript (added): moved here from SysVinit package
6513
6514 1999-08-02 13:04 +0000 [r458]  kloczek <kloczek/at/pld-linux.org>
6515
6516         * setsysfont: - reformated.
6517
6518 1999-08-02 12:04 +0000 [r457]  kloczek <kloczek/at/pld-linux.org>
6519
6520         * rc.d/rc.sysinit: - changed group to utmp on utmpx (to be
6521           compliant with RH).
6522
6523 1999-08-02 10:08 +0000 [r456]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6524
6525         * sysconfig/network-scripts/ifup,
6526           sysconfig/network-scripts/ifup-post,
6527           rc.d/init.d/functions.network, rc.d/rc.sysinit, README: -
6528           poprawiony błąd "Delaying xxxx initialization." mimo poprawnej
6529           konfiguracji - tworzone są poprawne linki do
6530           /boot/System.map-version
6531
6532 1999-08-01 19:26 +0000 [r455]  kloczek <kloczek/at/pld-linux.org>
6533
6534         * po/.cvsignore (added): - shut files.
6535
6536 1999-07-31 11:26 +0000 [r453-454]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6537
6538         * po/pl.po (added), po/rc-scripts.pot (added), po (added): - pot +
6539           pl tłumaczenie
6540
6541         * rc.d/init.d/network, TODO, INSTALL,
6542           sysconfig/network-scripts/tnldown,
6543           sysconfig/network-scripts/ifdown, COPYING,
6544           sysconfig/interfaces/ifcfg-lo (removed), rc-scripts.spec.in,
6545           sysconfig/network-scripts/ifup-plip, sysconfig/system,
6546           rc.d/init.d/nfsfs, rc.d/rc.sysinit, rc.d/init.d/random,
6547           rc.d/init.d/single, doc-devel (removed), rc.d/init.d/halt,
6548           rc.d/init.d/reboot, rc.d/init.d/shutdwn,
6549           sysconfig/network-scripts/ifup-post, rc.d/init.d/ipchains,
6550           rc.d/init.d/functions.network, autogen.sh, NEWS,
6551           ppp/ip-down.d/logger, setsysfont, rc.d/init.d/allowlogin,
6552           rc.d/init.d/functions, sysconfig/i18n (added),
6553           sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
6554           AUTHORS, configure.in, rc.d/rc, rc.d/init.d/netfs, inittab,
6555           ppp/ip-up.d/logger, sysconfig/network, rc.d/init.d/killall,
6556           sysconfig/network-scripts/ifup-sl, sysconfig/ipchains: - dodana
6557           obsługa statycznej tablicy ARP - interfejs lo nie wymaga pliku
6558           konfiguracyjnego - dodane wsparcie dla innych języków niż
6559           angielski (NLS) - rc.sysinit && rc ustawia odpowiednie zmienne
6560           potrzebne do obsługi NLS - ustawianie fontów, map już w skryptcie
6561           setsysfont - ifup && ifdown: wreszcie poprawnie działają dla
6562           interfejsów IPv6 only - dla deinicjowania sieci interfejsy
6563           sortujemy w porządku odwróconym - wykorzystujemy _wyłącznie_
6564           iproute2 (zmodyfikowane wszelkie odwołania do ifconfig lub route)
6565           - usunięte Requires: net-tools - dodane label ${FULLDEVNAME} przy
6566           deinicjowaniu interfejsów - usunięty baggins z AUTHORS - dodane
6567           COPYING (GPL) oraz standardowy plik INSTALL - dodana możliwość
6568           obsługi tłumaczeń DONE, BUSY itp o dlugości różnej od 4 liter
6569
6570 1999-07-29 15:09 +0000 [r452]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
6571
6572         * TODO: Zrobione. (to z ipv6)
6573
6574 1999-07-29 13:59 +0000 [r451]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6575
6576         * sysconfig/network-scripts/tnlup, TODO,
6577           sysconfig/network-scripts/tnldown: now running tnlup/tnldown
6578           tunel is possible
6579
6580 1999-07-27 23:47 +0000 [r450]  kloczek <kloczek/at/pld-linux.org>
6581
6582         * rc-scripts.spec.in: - added pasiing LDFLAGS="-s" to ./configure
6583           enviroment (cause stripping binaries).
6584
6585 1999-07-27 12:51 +0000 [r449]  kloczek <kloczek/at/pld-linux.org>
6586
6587         * TODO: - dodać możliwość ustawiania statycznej tablicy arp (patrz:
6588           man ethers arp opcja -f). Najpawdopodobniej najlepszym miescem
6589           będzie punkt mię podnoszeniem lo a nastepnych interfejsów.
6590
6591 1999-07-27 12:24 +0000 [r448]  kloczek <kloczek/at/pld-linux.org>
6592
6593         * configure.in: - version up to 0.0.7.
6594
6595 1999-07-27 11:50 +0000 [r447]  kloczek <kloczek/at/pld-linux.org>
6596
6597         * rc.d/rc.sysinit: - use raidadd instead raidstart during
6598           initialization RAID deveces, - added raidrun for activate md
6599           devices.
6600
6601 1999-07-27 06:32 +0000 [r446]  Artur Frysiak <wiget/at/pld-linux.org>
6602
6603         * TODO: - rc.sysvinit działa z e2fsprogs 1.15 (testowane z LABEL=,
6604           do przetestowania UUID=)
6605
6606 1999-07-27 03:44 +0000 [r445]  kloczek <kloczek/at/pld-linux.org>
6607
6608         * TODO: - o ile to możliwe usunąć używanie awk i sed zastępować
6609           użyewaniem sh lub przynajmeniej zastępować awka sedem
6610
6611 1999-07-27 03:35 +0000 [r444]  kloczek <kloczek/at/pld-linux.org>
6612
6613         * rc-scripts.spec.in: - added allowlogin to inet.d scripts, - fixed
6614           typo in post, - cosmetics,
6615
6616 1999-07-27 03:25 +0000 [r443]  kloczek <kloczek/at/pld-linux.org>
6617
6618         * rc.d/init.d/Makefile.am: - added allowlogin to init_SCRIPTS.
6619
6620 1999-07-27 03:11 +0000 [r442]  kloczek <kloczek/at/pld-linux.org>
6621
6622         * sysconfig/network-scripts/Makefile.am: - added ifdown-post to
6623           networkscripts_SCRIPTS.
6624
6625 1999-07-27 02:51 +0000 [r441]  kloczek <kloczek/at/pld-linux.org>
6626
6627         * ppp/ip-up, ppp/ip-down: - chnegd "#!/bin/bash" to "#!/bin/sh".
6628
6629 1999-07-22 21:53 +0000 [r440]  Artur Frysiak <wiget/at/pld-linux.org>
6630
6631         * TODO: e2progs 1.15
6632
6633 1999-07-22 21:51 +0000 [r439]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
6634
6635         * sysconfig/network-scripts/ifup: Maly hack zeby dzialaly iface
6636           tylko na ipv6. Pomijane jest wyliczanie natmaski/prefixu jak
6637           adres ipv4 nie jest zdefiniowany.
6638
6639 1999-07-22 15:13 +0000 [r438]  kloczek <kloczek/at/pld-linux.org>
6640
6641         * configure.in: - version to 0.0.6.
6642
6643 1999-07-22 11:11 +0000 [r437]  Artur Frysiak <wiget/at/pld-linux.org>
6644
6645         * rc-scripts.spec.in, sysconfig/interfaces/Makefile.am: cleanup for
6646           release
6647
6648 1999-07-22 10:44 +0000 [r436]  Artur Frysiak <wiget/at/pld-linux.org>
6649
6650         * TODO: uwaga do tnlup
6651
6652 1999-07-22 10:40 +0000 [r435]  Artur Frysiak <wiget/at/pld-linux.org>
6653
6654         * TODO (added): TODO list
6655
6656 1999-07-22 10:23 +0000 [r434]  Artur Frysiak <wiget/at/pld-linux.org>
6657
6658         * sysconfig/interfaces/tnlcfg-description (added),
6659           sysconfig/interfaces/ifcfg-description (added),
6660           sysconfig/interfaces/tnlcfg-icm,
6661           sysconfig/interfaces/ifcfg-eth0.wiget (removed): cleanup
6662
6663 1999-07-22 10:19 +0000 [r433]  Artur Frysiak <wiget/at/pld-linux.org>
6664
6665         * sysconfig/interfaces/ifcfg-lo: - added IPV6_ADDR - fixed PREFIX
6666
6667 1999-07-22 09:09 +0000 [r432]  Artur Frysiak <wiget/at/pld-linux.org>
6668
6669         * rc-scripts.spec.in: - cleanup
6670
6671 1999-07-22 08:46 +0000 [r431]  Artur Frysiak <wiget/at/pld-linux.org>
6672
6673         * rc.d/init.d/shutdwn: typo
6674
6675 1999-07-21 14:30 +0000 [r430]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
6676
6677         * rc.d/init.d/network: Expresion with /usr/bin/cut replaced by one
6678           with sed ;-) now rc-scripts only need /bin to work properly.
6679
6680 1999-07-21 13:52 +0000 [r429]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6681
6682         * rc.d/init.d/functions-ip6 (removed): obsoletes
6683
6684 1999-07-20 09:03 +0000 [r428]  Artur Frysiak <wiget/at/pld-linux.org>
6685
6686         * rc-scripts.spec.in: rc.serial moved to setserial
6687
6688 1999-07-15 13:43 +0000 [r427]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6689
6690         * rc.d/init.d/functions: - added >/dev/null 2>&1 to kill
6691
6692 1999-07-15 13:29 +0000 [r426]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6693
6694         * rc.d/init.d/network, rc.d/init.d/functions.network,
6695           rc.d/rc.sysinit, rc.d/init.d/functions: - we are using better
6696           pidofproc() from RH initscripts - removed unnecesary check in
6697           rc.sysinit - removed all obsolete functions from
6698           functions.network - finished proc_net() function (interface to
6699           /proc/sys/net)
6700
6701 1999-07-15 13:16 +0000 [r425]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6702
6703         * rc-scripts.spec.in: requires: /bin/awk
6704
6705 1999-07-14 17:49 +0000 [r424]  kloczek <kloczek/at/pld-linux.org>
6706
6707         * rc.d/rc.serial (removed): - moved to setserial.
6708
6709 1999-07-14 17:16 +0000 [r423]  kloczek <kloczek/at/pld-linux.org>
6710
6711         * rc.d/Makefile.am: - removed rc.derial.
6712
6713 1999-07-13 13:27 +0000 [r422]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6714
6715         * AUTHORS: authors - based on ChangeLog
6716
6717 1999-07-13 12:52 +0000 [r421]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6718
6719         * rc.d/rc.sysinit, rc.d/init.d/functions: - /proc is mounted before
6720           starting fsck (needed for working LABEL support is fsck) - fixed
6721           bug in show()
6722
6723 1999-07-13 12:49 +0000 [r420]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6724
6725         * INSTALL, sysconfig/network-scripts/tnldown,
6726           sysconfig/network-scripts/ifdown,
6727           sysconfig/interfaces/tnlcfg-icm,
6728           sysconfig/interfaces/ifcfg-ppp0.callback,
6729           sysconfig/interfaces/ifcfg-lo, doc/ipchains-setup.txt,
6730           doc/sysvinitfiles, sysconfig/interfaces/ifcfg-eth0.wiget,
6731           sysconfig/network-scripts/ifup-ppp,
6732           sysconfig/network-scripts/ifup-ipx, doc/sysconfig.txt,
6733           rc-scripts.spec.in, sysconfig/network-scripts/ifup-plip,
6734           ppp/ip-up, sysconfig/network-scripts/ifdown-post,
6735           rc.d/rc.sysinit, doc-devel/ogolnie, doc/net-scripts.txt,
6736           sysconfig/interfaces/data/chat-ppp0.tpsa,
6737           sysconfig/network-scripts/ifup-routes,
6738           sysconfig/network-scripts/ifup-aliases,
6739           sysconfig/network-scripts/ifdown-ppp,
6740           sysconfig/network-scripts/ifup-post, rc.d/rc.serial, Makefile.am,
6741           sysconfig/interfaces/data/chat-ppp0.leased1,
6742           rc.d/init.d/functions.network, ppp/ip-down, NEWS, setsysfont,
6743           rc.d/rc.local, rc.d/init.d/functions,
6744           sysconfig/network-scripts/ifdown-sl,
6745           sysconfig/network-scripts/tnlup, AUTHORS,
6746           sysconfig/network-scripts/ifup,
6747           sysconfig/interfaces/data/chat-ppp0.callback, rc.d/rc, inittab,
6748           lang.sh, README, lang.csh,
6749           sysconfig/interfaces/ifcfg-ppp0.leased1,
6750           sysconfig/interfaces/ifcfg-ppp0.leased2,
6751           sysconfig/interfaces/ifcfg-sl0,
6752           sysconfig/network-scripts/ifup-sl: massive :$
6753
6754 1999-07-05 10:27 +0000 [r419]  Artur Frysiak <wiget/at/pld-linux.org>
6755
6756         * rc-scripts.spec.in: Requires: procps
6757
6758 1999-07-05 10:23 +0000 [r418]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6759
6760         * rc.d/init.d/functions: we are using printf from sh-utils package
6761           instead of cut
6762
6763 1999-07-05 09:12 +0000 [r417]  Artur Frysiak <wiget/at/pld-linux.org>
6764
6765         * configure.in, rc-scripts.spec.in: - network-scripts moved to
6766           /etc/sysconfig
6767
6768 1999-07-05 08:47 +0000 [r415-416]  Artur Frysiak <wiget/at/pld-linux.org>
6769
6770         * rc-scripts.spec.in: Requires: net-tools, iproute2
6771
6772         * rc-scripts.spec.in: Requires: sed
6773
6774 1999-07-05 08:39 +0000 [r414]  Artur Frysiak <wiget/at/pld-linux.org>
6775
6776         * configure.in, rc-scripts.spec.in,
6777           sysconfig/network-scripts/Makefile.am: - skrypty sieciowe w
6778           network-scripts - ipchains poniechane (jak ktoś chce to niech
6779           wsadzi w oddzielny moduł) - net-scripts i rc-scripts połączone w
6780           rc-scripts
6781
6782 1999-07-05 08:08 +0000 [r413]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6783
6784         * sysconfig/network-scripts/ifup, rc.d/rc, rc.d/init.d/functions: -
6785           przesunięte inormacje `ok`, `busy` itp w nieco w prawo (więcej
6786           miejsca na komunikaty) - dodajemy takze routing IPv6 na okreslone
6787           interfejsy
6788
6789 1999-07-03 15:09 +0000 [r410-412]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6790
6791         * sysconfig/network-scripts/ChangeLog (removed): i po tescie
6792
6793         * sysconfig/network-scripts/ifup: ip used to sed MAC address
6794
6795         * sysconfig/network-scripts/ChangeLog (added): test
6796
6797 1999-07-02 13:21 +0000 [r409]  Artur Frysiak <wiget/at/pld-linux.org>
6798
6799         * rc-scripts.spec.in: more Requires
6800
6801 1999-07-02 11:49 +0000 [r408]  Artur Frysiak <wiget/at/pld-linux.org>
6802
6803         * rc-scripts.spec.in: more Requires
6804
6805 1999-07-02 11:31 +0000 [r407]  Artur Frysiak <wiget/at/pld-linux.org>
6806
6807         * rc-scripts.spec.in, src/Makefile.am: added missing files
6808
6809 1999-07-02 11:14 +0000 [r404-406]  Artur Frysiak <wiget/at/pld-linux.org>
6810
6811         * doc/ipcalc.1: from src
6812
6813         * doc/Makefile.am: added initlog.1
6814
6815         * src/netreport.1 (removed), src/initlog.1 (removed), src/doexec.1
6816           (removed), src/usernetctl.1 (removed), src/Makefile.am,
6817           src/ipcalc.1 (removed), src/usleep.1 (removed): manuals in doc
6818
6819 1999-07-02 09:32 +0000 [r402-403]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6820
6821         * rc.d/init.d/Makefile.am, sysconfig/network-scripts/ifup: -
6822           ARPable by default
6823
6824         * rc.d/init.d/network, sysconfig/network-scripts/tnlup,
6825           sysconfig/network-scripts/ifup,
6826           sysconfig/network-scripts/ifup-plip,
6827           sysconfig/network-scripts/tnldown, sysconfig/network-ip6
6828           (removed), rc.d/rc, rc.d/rc.sysinit, sysconfig/network,
6829           sysconfig/network-ip6.conf (removed), doc-devel/ogolnie,
6830           sysconfig/interfaces/ifcfg-eth0.wiget, rc.d/init.d/allowlogin
6831           (added), rc.d/init.d/network-ip6.init (removed): - obsługa
6832           multicast, arp, src - poprawka w "Delay Login" - poprawki w
6833           template ifcfg-eth0.wiget - tnlup && tnldown uwzględniają
6834           konfigurację w network - ustawianie defaulowo PROTOCOL=
6835
6836 1999-07-01 21:10 +0000 [r401]  Artur Frysiak <wiget/at/pld-linux.org>
6837
6838         * configure.in, rc-scripts.spec.in,
6839           sysconfig/interfaces/data/Makefile.am,
6840           sysconfig/interfaces/Makefile.am: now rc-scripts compile, install
6841           and make rpm correct
6842
6843 1999-07-01 14:37 +0000 [r400]  Artur Frysiak <wiget/at/pld-linux.org>
6844
6845         * sysconfig/interfaces/.cvsignore (added),
6846           sysconfig/interfaces/data/.cvsignore (added): ignore
6847           autogenerated
6848
6849 1999-06-29 16:38 +0000 [r399]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6850
6851         * rc.d/init.d/network, sysconfig/network-scripts/tnlup,
6852           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
6853           rc.d/init.d/functions.network, rc.d/init.d/functions: - poprawki
6854           w calcnetmask - net-tools (prawie) > /dev/null. Używamy iproute -
6855           poprawki w obsłudze aliasów (nie testowałem ale powinno być
6856           możliwe używanie aliasów typu eth0:PLD_JEST_SUPER)
6857
6858 1999-06-28 20:05 +0000 [r397-398]  kloczek <kloczek/at/pld-linux.org>
6859
6860         * sysconfig/interfaces/data/Makefile.am (added),
6861           sysconfig/interfaces/Makefile.am (added): - template Makefile.am.
6862
6863         * configure.in: - added missing "\".
6864
6865 1999-06-28 15:39 +0000 [r395-396]  Artur Frysiak <wiget/at/pld-linux.org>
6866
6867         * src/Makefile (removed): Autogenerated
6868
6869         * rc.d/init.d/Makefile.am, src/Makefile, configure.in,
6870           rc-scripts.spec.in, Makefile.am,
6871           sysconfig/network-scripts/Makefile.am, sysconfig/Makefile.am:
6872           first try to sync Makefile.am
6873
6874 1999-06-28 14:30 +0000 [r394]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6875
6876         * sysconfig/network-scripts/chat-ppp0.tpsa (removed),
6877           sysconfig/interfaces/data/chat-ppp0.callback (added),
6878           sysconfig/interfaces/data/chat-ppp0.leased1 (added),
6879           sysconfig/network-scripts/chat-ppp0.callback (removed),
6880           sysconfig/network-scripts/chat-ppp0.leased1 (removed),
6881           sysconfig/interfaces/data (added),
6882           sysconfig/interfaces/data/chat-ppp0.tpsa (added): moved chat*
6883
6884 1999-06-28 13:12 +0000 [r393]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6885
6886         * sysconfig/network-scripts/tnlup: wszędzie ${}
6887
6888 1999-06-28 13:07 +0000 [r392]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6889
6890         * rc.d/init.d/network, sysconfig/network-scripts/ifup-routes,
6891           sysconfig/network-scripts/tnlup (added),
6892           sysconfig/network-scripts/ifup,
6893           sysconfig/network-scripts/ifdhcpc-done (removed),
6894           doc/sysconfig.txt, sysconfig/network-scripts/tnldown (added),
6895           rc.d/init.d/functions.network, sysconfig/static-nat (added),
6896           sysconfig/network-scripts/ifup-tnl (removed),
6897           rc.d/init.d/tunnels-ip6.init (removed), src/ipcalc.c,
6898           sysconfig/network-scripts/ifdown-tnl (removed): - zmiana syntaxy
6899           dla routingu statycznego - if{up,down}-tnl -> tnl{up,down} -
6900           poprawki dotyczące PREFIX - tunnels-ip6.init, ifdhcpc-done -
6901           zbędne (zastąpione przez inne narzędzia)
6902
6903 1999-06-27 18:48 +0000 [r391]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
6904
6905         * rc.d/init.d/functions.network: Added function to calculate
6906           netmask from prefix
6907
6908 1999-06-27 18:26 +0000 [r390]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6909
6910         * doc-devel/ogolnie: removed 2 config files
6911
6912 1999-06-27 18:14 +0000 [r388-389]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6913
6914         * rc.d/init.d/network: tunnels
6915
6916         * sysconfig/network-scripts/ifup,
6917           sysconfig/network-scripts/ifup-plip,
6918           sysconfig/interfaces/ifcfg-lo, doc/net-scripts.txt,
6919           sysconfig/interfaces/ifcfg-ppp0.leased1,
6920           sysconfig/interfaces/ifcfg-ppp0.leased2,
6921           sysconfig/interfaces/ifcfg-eth0.wiget: NETMASK= is obsoletes
6922           (instead we use PREFIX=)
6923
6924 1999-06-27 17:34 +0000 [r387]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6925
6926         * src/ipcalc.1, src/ipcalc.c: PREFIX instead NETMASK in --prefix
6927           option
6928
6929 1999-06-27 17:25 +0000 [r384-386]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6930
6931         * rc.d/init.d/functions.network: poprawki
6932
6933         * rc.d/init.d/functions.network: poprawki
6934
6935         * rc.d/init.d/functions.network: poprawki
6936
6937 1999-06-27 17:11 +0000 [r383]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6938
6939         * rc.d/init.d/functions.network: typo
6940
6941 1999-06-27 17:00 +0000 [r382]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
6942
6943         * rc.d/init.d/functions.network: Added function for calulating
6944           network prefix.
6945
6946 1999-06-27 16:06 +0000 [r381]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6947
6948         * sysconfig/network-scripts/ifup: small poprawken
6949
6950 1999-06-27 15:30 +0000 [r380]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6951
6952         * src/ipcalc.1, src/ipcalc.c: - added support for short netmask
6953           style (/24 etc)
6954
6955 1999-06-27 14:42 +0000 [r379]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6956
6957         * sysconfig/interfaces/ifcfg-eth0.wiget (added): readed
6958
6959 1999-06-27 14:27 +0000 [r378]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6960
6961         * sysconfig/network-scripts/ifdown-ppp,
6962           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
6963           sysconfig/network-scripts/ifup-post,
6964           sysconfig/interfaces/tnlcfg-icm, rc.d/rc.sysinit,
6965           sysconfig/network-scripts/ifdown-post, sysconfig/tunnels-ip6.conf
6966           (removed), sysconfig/network-scripts/ifup-tnl (added),
6967           sysconfig/network-scripts/ifup-sl,
6968           sysconfig/network-scripts/ifup-ppp,
6969           sysconfig/network-scripts/ifdown-tnl (added),
6970           sysconfig/network-scripts/ifup-ipx: - używamy pumpa do
6971           bootp/dhcpd - dodano ifup-tnl && ifdown-tnl - obsługa tuneli
6972           ipip, sit, gre (ipxip niezrobiona jeszcze) - tunnels-ip6.conf -
6973           zbędne (tunele są konfigurowane w stylu SySV) - drobne poprawki
6974
6975 1999-06-23 17:14 +0000 [r377]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6976
6977         * sysconfig/network-scripts/ifcfg-lo (removed): removed
6978
6979 1999-06-21 20:36 +0000 [r376]  Jan Rękorajski <baggins/at/pld-linux.org>
6980
6981         * rc.d/rc.sysinit: usuwanie lockow po pam_console
6982
6983 1999-06-19 11:29 +0000 [r375]  kloczek <kloczek/at/pld-linux.org>
6984
6985         * inputrc (removed), rc.d/init.d/shutdwn, Makefile.am, autogen.sh,
6986           rc.d/rc.sysinit, rc.d/init.d/single, rc.d/init.d/killall,
6987           rc.d/init.d/functions: - removed inputrc (it must be in
6988           readline), - reformatings, - removed processing doc in
6989           Makefile.am and autogen.sh.
6990
6991 1999-06-18 19:23 +0000 [r374]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6992
6993         * rc.d/init.d/network, src/Makefile (added),
6994           sysconfig/network-scripts/tnlcfg-icm (removed),
6995           rc.d/init.d/shutdwn, rc.d/rc.serial, doc/initlog.1 (added),
6996           sysconfig/interfaces/tnlcfg-icm (added), src/minilogd.c (added),
6997           src/initlog.c (added), src/loglevel.c (added), src/initlog.h
6998           (added), rc.d/init.d/functions, src/process.c (added),
6999           sysconfig/system, rc.d/init.d/netfs (added), src/initlog.1
7000           (added), rc.d/rc.sysinit, src/process.h (added),
7001           rc.d/init.d/single, doc-devel/ogolnie (added),
7002           sysconfig/interfaces/ifcfg-sl0 (added), doc-devel (added): pare
7003           zmian
7004
7005 1999-06-18 19:14 +0000 [r373]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7006
7007         * sysconfig/network-scripts/ifdown-sl,
7008           sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
7009           sysconfig/network-scripts/ifup-post,
7010           sysconfig/network-scripts/ifcfg-ppp0.callback (removed),
7011           sysconfig/network-scripts/ifcfg-ppp0.leased1 (removed),
7012           sysconfig/network-scripts/ifdown-post,
7013           sysconfig/network-scripts/ifcfg-ppp0.leased2 (removed),
7014           sysconfig/network-scripts/ifcfg-eth0.wiget (removed),
7015           sysconfig/network-scripts/ifcfg-eth0 (removed),
7016           sysconfig/network-scripts/ifup-sl,
7017           sysconfig/network-scripts/network-functions (removed),
7018           sysconfig/network-scripts/ifcfg-ppp0.tpsa (removed): *** empty
7019           log message ***
7020
7021 1999-06-16 17:29 +0000 [r372]  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
7022
7023         * rc.d/rc.sysinit: fixed colors
7024
7025 1999-06-15 18:06 +0000 [r371]  kloczek <kloczek/at/pld-linux.org>
7026
7027         * rc.d/rc.media (removed): - removed. This was (my) silly idea.
7028
7029 1999-06-15 14:31 +0000 [r370]  kloczek <kloczek/at/pld-linux.org>
7030
7031         * src/Makefile (removed): - autogenerated.
7032
7033 1999-06-14 21:17 +0000 [r369]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
7034
7035         * rc.d/init.d/network, INSTALL (added), ppp/ip-down.d/Makefile.am
7036           (added), doc/Makefile.am (added), doc/ipchains-setup.txt (added),
7037           doc/sysvinitfiles (added), rc-scripts.spec.in (added),
7038           doc/sysconfig.txt (added), sysconfig/interfaces (added),
7039           sysconfig/network-scripts/ifup-plip,
7040           sysconfig/network-scripts/Makefile.am (added), doc/ipcalc.1
7041           (added), rc.d/init.d/reboot,
7042           sysconfig/network-scripts/ifdown-ppp,
7043           sysconfig/network-scripts/ifup-post, Makefile.am (added),
7044           doc/doexec.1 (added), autogen.sh (added), NEWS (added), Makefile
7045           (removed), rc-scripts.spec (removed), doc/.cvsignore (added),
7046           rc.d/init.d/functions, rc.d/init.d/Makefile.am (added), AUTHORS
7047           (added), configure.in (added), doc/usernetctl.1 (added),
7048           sysconfig/network, README (added), src/Makefile.am (added),
7049           doc/usleep.1 (added), doc (added), ppp/Makefile.am (added),
7050           COPYING (added), sysconfig/network-scripts/ifdown,
7051           ipchains-setup.txt (removed), sysconfig/interfaces/ifcfg-lo
7052           (added), sysconfig/interfaces/ifcfg-ppp0.callback (added),
7053           sysconfig/network-scripts/ifup-ppp, sysconfig/system,
7054           rc.d/rc.sysinit, rc.d/init.d/single, doc/net-scripts.txt (added),
7055           rc.d/init.d/halt, sysconfig/network-scripts/ifup-aliases,
7056           rc.d/init.d/shutdwn, rc.d/rc.serial,
7057           rc.d/init.d/functions.network (added), sysvinitfiles (removed),
7058           .cvsignore, sysconfig/Makefile.am (added), sysconfig.txt
7059           (removed), ppp/ip-up.d/Makefile.am (added),
7060           sysconfig/network-scripts/ifdown-sl,
7061           sysconfig/network-scripts/ifup, doc/netreport.1 (added),
7062           sysconfig/interfaces/ifcfg-ppp0.tpsa (added), net-scripts.txt
7063           (removed), lang.sh, rc.d/rc, lang.csh (added), rc.d/Makefile.am
7064           (added), sysconfig/interfaces/ifcfg-ppp0.leased1 (added),
7065           sysconfig/interfaces/ifcfg-ppp0.leased2 (added),
7066           sysconfig/network-scripts/ifup-sl: Synced with latest from old
7067           repo
7068
7069 1999-06-14 21:06 +0000 [r367-368]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
7070
7071         * ipchains-setup.txt (added): now synced. (one file was missed)
7072
7073         * rc.d/init.d/network, rc.d/rc.media (added), sysconfig/system,
7074           net-scripts.txt (added), rc.d/init.d/ipchains (added),
7075           sysconfig/static-routes (added), rc.d/rc.sysinit,
7076           sysconfig/network-scripts/ifcfg-eth0.wiget (added), Makefile,
7077           rc-scripts.spec, sysconfig/ipchains (added),
7078           rc.d/init.d/functions: synced with 0.0.5
7079
7080 1999-06-14 20:53 +0000 [r366]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
7081
7082         * sysconfig/network-scripts/ifup, lang.sh, Makefile,
7083           sysconfig/network, src/testdinit, setsysfont, rc-scripts.spec,
7084           sysconfig.txt: Synced with 0.0.4
7085
7086 1999-06-14 20:50 +0000 [r365]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
7087
7088         * sysconfig/network (added), sysconfig/network-scripts/ifcfg-eth0
7089           (added): now is really synced with 0.0.3
7090
7091 1999-06-14 20:44 +0000 [r364]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
7092
7093         * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases,
7094           sysconfig/network-scripts/ifdhcpc-done,
7095           sysconfig/network-scripts/ifdown-ppp,
7096           sysconfig/network-scripts/ifdown,
7097           sysconfig/network-scripts/ifup-post,
7098           sysconfig/network-scripts/ifcfg-ppp0 (removed),
7099           ppp/ip-down.d/logger, sysconfig/network-scripts/chat-ppp0
7100           (removed), sysconfig/network-scripts/network-functions,
7101           sysconfig.txt, sysconfig/network-scripts/ifup-ppp,
7102           rc-scripts.spec, rc.d/init.d/functions,
7103           sysconfig/network-scripts/ifup-ipx,
7104           sysconfig/network-scripts/ifdown-sl, inputrc,
7105           sysconfig/network-scripts/ifup, tunnels-ip6.init (removed),
7106           sysconfig/network-scripts/ifup-plip, ppp/ip-up.d/logger,
7107           sysconfig/network-scripts/ifdown-post,
7108           sysconfig/network-scripts/ifup-sl, radvd.init (removed): Synced
7109           with rc-scripts-0.0.3 from old repo.
7110
7111 1999-06-14 20:12 +0000 [r363]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
7112
7113         * rc.d/init.d/network, src/Makefile, sysconfig/system,
7114           ppp/ip-up.d/logger, rc.d/rc.sysinit, .cvsignore, Makefile,
7115           ppp/ip-down.d/logger, rc-scripts.spec, rc.d/init.d/functions:
7116           Synced with rc-scripts-0.0.2 from old repo.
7117
7118 1999-06-14 20:08 +0000 [r362]  Grzegorz Stanislawski <stangrze/at/pld-linux.org>
7119
7120         * rc.d/init.d/network,
7121           sysconfig/network-scripts/ifcfg-ppp0.callback (added),
7122           sysconfig/network-scripts/ifdown,
7123           sysconfig/network-scripts/chat-ppp0.callback (added),
7124           rc.d/init.d/functions-ip6, sysconfig/network-scripts/ifup-ppp,
7125           sysconfig/network-scripts/ifup-ipx, inputrc (added),
7126           sysconfig/network-scripts/ifup-plip, sysconfig/network-ip6,
7127           sysconfig/network-scripts/ifcfg-ppp0.leased1 (added),
7128           rc.d/init.d/nfsfs, sysconfig/network-scripts/ifcfg-ppp0.leased2
7129           (added), rc.d/rc.sysinit, rc.d/init.d/random,
7130           sysconfig/network-scripts/ifdown-post, rc.d/init.d/single,
7131           src/usernetctl.c, rc.d/init.d/halt,
7132           sysconfig/network-scripts/ifup-routes,
7133           sysconfig/network-scripts/ifup-aliases, src/Makefile,
7134           sysconfig/network-scripts/tnlcfg-icm (added),
7135           sysconfig/network-scripts/ifdown-ppp, rc.d/init.d/reboot (added),
7136           rc.d/init.d/shutdwn (added), sysconfig/network-scripts/ifup-post,
7137           rc.d/rc.serial, sysvinitfiles (added), sysconfig/tunnels-ip6.conf
7138           (added), Makefile, sysconfig/network-ip6.conf, rc-scripts.spec
7139           (added), sysconfig.txt, sysconfig/network-scripts/ifcfg-ppp0.tpsa
7140           (added), rc.d/rc.local, rc.d/init.d/functions,
7141           sysconfig/network-scripts/chat-ppp0.tpsa (added),
7142           sysconfig/network-scripts/ifdown-sl,
7143           sysconfig/network-scripts/ifup, rc.d/rc, inittab, lang.sh,
7144           sysconfig/network-scripts/chat-ppp0.leased1 (added),
7145           rc.d/init.d/killall, rc.d/init.d/tunnels-ip6.init (added),
7146           sysconfig/network-scripts/ifup-sl, rc.d/init.d/network-ip6.init
7147           (added): Synced with rc-scripts-0.0.1 from old repo.
7148
7149 1999-06-14 19:55 +0000 [r361]  kloczek <kloczek/at/pld-linux.org>
7150
7151         * sysconfig/system (added): - added initial main system
7152           configuration file with: -- RUN_SULOGIN_ON_ERR=yes --
7153           DEFAULT_SERVICE_RUN_NICE_LEVEL=0 -- RUN_ISAPNP=yes --
7154           PANIC_REBOOT_TIME=0 -- DELAY_LOGIN=yes -- CLEAN_TMP=yes
7155
7156 1999-06-14 19:31 +0000 [r360]  kloczek <kloczek/at/pld-linux.org>
7157
7158         * rc.d/init.d/functions: - added suporting colors with using tput
7159           instead hardcoded term sequences.
7160
7161 1999-06-14 19:25 +0000 [r359]  kloczek <kloczek/at/pld-linux.org>
7162
7163         * src/.cvsignore (added), ppp/ip-up.d/.cvsignore (added),
7164           rc.d/init.d/.cvsignore (added), ppp/ip-down.d/.cvsignore (added),
7165           ppp/.cvsignore (added), .cvsignore (added),
7166           sysconfig/network-scripts/.cvsignore (added),
7167           sysconfig/.cvsignore (added), rc.d/.cvsignore (added): - added
7168           template .cvsignore.
7169
7170 1999-06-14 19:22 +0000 [r357]  Artur Frysiak <wiget/at/pld-linux.org>
7171
7172         * rc.d/init.d/network (added), rc.d/init.d/functions-ip6 (added),
7173           src/ipcalc.1 (added), sysconfig/network-scripts/ifup-ipx (added),
7174           tunnels-ip6.init (added), sysconfig/network-scripts/ifup-plip
7175           (added), ppp/ip-up (added), sysconfig/network-ip6 (added),
7176           rc.d/init.d/nfsfs (added), src/doexec.1 (added), src/Makefile
7177           (added), sysconfig (added), sysconfig/network-scripts/ifup-routes
7178           (added), sysconfig/network-scripts/ifdown-ppp (added),
7179           src/netreport.1 (added), sysconfig/network-scripts/ifup-post
7180           (added), ppp/ip-up.d (added), sysconfig/network-ip6.conf (added),
7181           adjtime (added), Makefile (added), src/usernetctl.1 (added),
7182           setsysfont (added), src/usleep.1 (added), rc.d/init.d/functions
7183           (added), rc.d (added), ppp/ip-up.d/logger (added), inittab
7184           (added), src/testdinit (added), ppp/ip-down.d (added),
7185           rc.d/init.d/killall (added), src/ipcalc.c (added),
7186           sysconfig/network-scripts/ifdhcpc-done (added),
7187           sysconfig/network-scripts/ifdown (added),
7188           sysconfig/network-scripts/ifcfg-ppp0 (added), src/doexec.c
7189           (added), sysconfig/network-scripts (added),
7190           sysconfig/network-scripts/ifup-ppp (added), src/netreport.c
7191           (added), rc.d/rc.sysinit (added), rc.d/init.d/random (added),
7192           src/testd.c (added), sysconfig/network-scripts/ifdown-post
7193           (added), rc.d/init.d/single (added), / (added), src/usernetctl.c
7194           (added), rc.d/init.d/halt (added),
7195           sysconfig/network-scripts/ifup-aliases (added), src/usleep.c
7196           (added), rc.d/rc.serial (added),
7197           sysconfig/network-scripts/ifcfg-lo (added), rc.d/init.d (added),
7198           ppp/ip-down (added), ppp/ip-down.d/logger (added),
7199           sysconfig/network-scripts/chat-ppp0 (added),
7200           sysconfig/network-scripts/network-functions (added),
7201           sysconfig.txt (added), rc.d/rc.local (added),
7202           sysconfig/network-scripts/ifdown-sl (added),
7203           sysconfig/network-scripts/ifup (added), src (added), rc.d/rc
7204           (added), lang.sh (added), ppp (added),
7205           sysconfig/network-scripts/ifup-sl (added), radvd.init (added):
7206           Initial revision
7207
This page took 1.411309 seconds and 4 git commands to generate.