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