]> git.pld-linux.org Git - projects/rc-scripts.git/blame - ChangeLog
make update-po
[projects/rc-scripts.git] / ChangeLog
CommitLineData
b30f8040
AM
12013-03-18 08:25 +0000 [r12632] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2
3 * configure.ac: Release 0.4.5.5.
4
52013-03-09 23:12 +0000 [r12630] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6
7 * configure.ac: AM_CONFIG_HEADER is obsolete.
8
92013-03-09 23:09 +0000 [r12629] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
10
11 * rc.d/rc.sysinit: usbfs is deprecated for some time.
12
132013-02-11 22:23 +0000 [r12626] Elan Ruusamäe <glen/at/pld-linux.org>
14
15 * rc.d/rc.sysinit: avoid loading /etc/modules contents twice
16 (modules-load.d/modules.conf is symlink to that)
17
182013-02-06 16:22 +0000 [r12625] Jakub Bogusz <qboosh/at/pld-linux.org>
19
20 * doc/sysconfig.txt: - clarified (LANG is also whole locale code;
21 LANGUAGE not LINGUAS is used at runtime)
22
232013-02-06 15:35 +0000 [r12624] Elan Ruusamäe <glen/at/pld-linux.org>
24
25 * rc.d/init.d/network: more complete update for NM skipping.
26 improves [12481] and [12616] should the `$USERS` be dropped now,
27 i don't see it from current NM generated configs M init.d/network
28
292013-02-06 15:32 +0000 [r12623] Elan Ruusamäe <glen/at/pld-linux.org>
30
31 * lang.csh: note that lang.csh is broken
32
332013-02-06 15:27 +0000 [r12622] Elan Ruusamäe <glen/at/pld-linux.org>
34
35 * doc/sysconfig.txt: more specific language code specification
36
372013-02-05 15:04 +0000 [r12616] Elan Ruusamäe <glen/at/pld-linux.org>
38
39 * rc.d/init.d/network: ignore ifcfg-* files which have no DEVICE
40 line present, i.e WiFi networks generated by NM
41
422013-01-09 08:48 +0000 [r12613] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
43
44 * rc.d/rc.sysinit: Store raw dmesg format, so few dmesg features
45 can be used (like -T) when reading from this file.
46
472012-12-17 07:39 +0000 [r12610] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
48
49 * sysconfig/interfaces/ifcfg-eth0: ethtool example.
50
512012-12-13 17:17 +0000 [r12604] Jacek Konieczny <jajcus/at/pld-linux.org>
52
53 * lib/ifup: SYSCTLDEVICE definition moved when ${DEVICE} is known
54
552012-12-05 20:54 +0000 [r12603] Elan Ruusamäe <glen/at/pld-linux.org>
56
57 * lib/functions: killproc: improve experimental start-stop-daemon
58 based killing. do not send --retry, in case we specify a signal
59 to kill (usually HUP) as processes do not usually exit (remove
60 their pid from pidfile) if they receive HUP
61
622012-11-24 12:34 +0000 [r12602] Elan Ruusamäe <glen/at/pld-linux.org>
63
64 * rc.d/rc.sysinit: unset locale when using a-z patterns
65
662012-11-23 16:44 +0000 [r12601] Elan Ruusamäe <glen/at/pld-linux.org>
67
68 * rc.d/rc.sysinit: remove not needed subshell
69
702012-10-21 15:14 +0000 [r12593] Elan Ruusamäe <glen/at/pld-linux.org>
71
72 * service: service: systemd wrapper default output cat
73
742012-10-06 16:33 +0000 [r12592] Tomasz Pala <gotar/at/pld-linux.org>
75
76 * lib/ifup: - another example of zsh supremacy in shell world!
77 fixed 5 yrs old flaw introduced in rev. 8719 that neither pdksh
78 nor mksh handled properly, not to mention bash - such process
79 backgrounding caused, when called from functions/run_cmd (i.e.
80 during service network start), I/O wait for STDOUT of
81 'background' job despite >/dev/null redirects; this effectively
82 leads to 2 seconds delay for each interface at system startup,
83 cumulating to minutes of pointless waiting on heavy networked
84 machines! There is alternate workaround: { { sleep 2; } & }
85 >/dev/null that works as expected under pdksh or mksh, but
86 requires additional & for zsh and doesn't fix bash behaviour, so
87 please do not touch _THIS_ solution without comprehensive
88 research! -- Aug 29th, 2012, /me Note: this happens due to $()
89 capture, so plain ifup isn't enough.
90
912012-06-20 13:23 +0000 [r12572] Adam Osuchowski <adwol/at/pld-linux.org>
92
93 * rc.d/rc.sysinit: - extra sysctl right after mounting /proc
94
952012-05-21 11:01 +0000 [r12569] Jan Rękorajski <baggins/at/pld-linux.org>
96
97 * rc.d/rc.sysinit: - don't start udev or fsck / when running inside
98 LXC container
99
1002012-05-20 08:35 +0000 [r12568] Jan Rękorajski <baggins/at/pld-linux.org>
101
102 * lib/ifup: - fix sysctl setting for interfaces with dot in name,
103 patch by Adam Osuchowski <adwol>
104
1052012-04-20 09:47 +0000 [r12557] Paweł Gołaszewski <blues/at/pld-linux.org>
106
107 * lib/ifup-vlan: - just warn about disabled master interface, don't
108 silently disable vlans
109
1102012-04-18 06:29 +0000 [r12553] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
111
112 * lib/functions.network: Start ip rules prio from 10000 and
113 increment (not decrement) by 5.
114
1152012-04-17 15:33 +0000 [r12551] Elan Ruusamäe <glen/at/pld-linux.org>
116
117 * sysconfig/interfaces/ifcfg-bond0 (added): bonding sample
118
4ca37ca2
JR
1192012-04-03 20:24 +0000 [r12537-12538] Jan Rękorajski <baggins/at/pld-linux.org>
120
121 * configure.ac: - 0.4.5.4
122
123 * Makefile.am: - add uninstall-hook, don't we just love autocrap
124 crapiness?
125
1262012-04-03 19:30 +0000 [r12536] Jan Rękorajski <baggins/at/pld-linux.org>
127
128 * lib/functions: - provide stdin for the daemons that just must
129 have it, but stupid ksh closes it on them (for example acpid)
130
1312012-03-29 07:04 +0000 [r12523] Elan Ruusamäe <glen/at/pld-linux.org>
132
133 * rc.d/rc.sysinit: clean /tmp if it is not on tmpfs
134
1352012-03-28 21:33 +0000 [r12522] Elan Ruusamäe <glen/at/pld-linux.org>
136
137 * rc.d/init.d/network: use is_empty_file function on /etc/mactab
138
1392012-03-21 15:53 +0000 [r12507] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
140
141 * rc.d/rc.sysinit: Mount /proc based on fstab first and if that
142 fails fallback to hardcoded values.
143
1442012-03-18 12:11 +0000 [r12497] Elan Ruusamäe <glen/at/pld-linux.org>
145
146 * sysconfig/i18n: warn about systemd, besides keeping ssh env
147 should came from lang.sh
148
1492012-03-17 09:32 +0000 [r12496] Elan Ruusamäe <glen/at/pld-linux.org>
150
151 * service: as we are redirecting to systemd, detect when systemd
152 redirects back due /sbinservice in .service file
153
1542012-03-17 09:14 +0000 [r12495] Elan Ruusamäe <glen/at/pld-linux.org>
155
156 * service: validate systemd command, before sending it to systemd,
157 to keep "service lighttpd configtest" on working
158
1592012-03-17 08:39 +0000 [r12494] Elan Ruusamäe <glen/at/pld-linux.org>
160
161 * service: - detect if service is in systemd (if LoadError means
162 it's not present in systemd) - add --no-systemd option to
163 override detect
164
1652012-03-04 21:49 +0000 [r12486] Elan Ruusamäe <glen/at/pld-linux.org>
166
167 * service: fix message printing; pass anything to systemd if it is
168 up (status is valid action too)
169
1702012-03-04 20:47 +0000 [r12485] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
171
172 * service: Tabs are used here.
173
1742012-03-04 20:36 +0000 [r12484] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
175
176 * service: systemd takes preference if it is booted/active.
177
1782012-03-04 20:12 +0000 [r12483] Jan Rękorajski <baggins/at/pld-linux.org>
179
180 * rc.d/rc.sysinit: - load kernel modules specified in
181 /etc/modules-load.d/ configs (systemd compat)
182
1832012-03-03 20:35 +0000 [r12482] Elan Ruusamäe <glen/at/pld-linux.org>
184
185 * service: - systemd bits
186
1872012-02-19 18:33 +0000 [r12481] Jan Rękorajski <baggins/at/pld-linux.org>
188
189 * rc.d/init.d/network: - skip interfaces configured by
190 NetworkManager, by cactus/at/pld-linux.org
191
a2ee7529
JR
1922012-02-19 18:23 +0000 [r12478] Jan Rękorajski <baggins/at/pld-linux.org>
193
194 * configure.ac: - 0.4.5.3
195
1962012-02-19 18:11 +0000 [r12477] Jan Rękorajski <baggins/at/pld-linux.org>
197
198 * rc.d/rc.sysinit: - devtmpfs is madatory for udev >= 176
199
2002012-02-03 19:23 +0000 [r12474] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
201
202 * lib/functions.network: Adding rule by rule causes reverse order
203 to be applied by kernel. We want rules from
204 sysconfig/static-rules to be working in the same order as these
205 were added in that file. The one solution is to use '/usr/bin/tac
206 static-routes' or to use own priorities. We use prio 20000 with
207 step 10 down, to get holes for other, manually added rules.
208
2092012-01-25 14:40 +0000 [r12468] Kacper Kornet <draenog/at/pld-linux.org>
210
211 * lib/functions: - fix bashism in previous commit
212
2132012-01-25 14:28 +0000 [r12467] Kacper Kornet <draenog/at/pld-linux.org>
214
215 * lib/functions: - fix daemon --user --fork as they conflicted with
216 each other
217
2182012-01-13 13:32 +0000 [r12466] Jan Rękorajski <baggins/at/pld-linux.org>
219
220 * rc.d/init.d/network: - stable sort for BOOTPRIO= devices, so vlan
221 ifaces will be after their NIC eth counterparts - treat macvlan
222 and macvtap interfaces specially - they may be created on almost
223 enything
224
2252011-12-16 08:47 +0000 [r12455] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
226
227 * rc.d/rc.sysinit: vgscan/vgmknodes/vgdisplay don't support
228 --sysinit option. Back to ignorelocking for these.
229
2302011-12-15 18:17 +0000 [r12454] Elan Ruusamäe <glen/at/pld-linux.org>
231
4ca37ca2 232 * init/cpusets.conf, init/allowlogin.conf, init/sys-chroots.conf:
a2ee7529
JR
233 nicely stop, without error
234
2352011-12-14 17:15 +0000 [r12453] Elan Ruusamäe <glen/at/pld-linux.org>
236
237 * lib/functions: - ksh did not like doble minus ("+5--10"), needs
238 spaces ("+5 - -10") to process correctly
239
2402011-12-14 11:33 +0000 [r12451] Elan Ruusamäe <glen/at/pld-linux.org>
241
242 * configure.ac: - 0.4.5.2
243
2d615fcd
ER
2442011-12-14 11:26 +0000 [r12449] Elan Ruusamäe <glen/at/pld-linux.org>
245
246 * changelog.sh: - be sure users file is up to date
247
2482011-12-14 07:59 +0000 [r12448] Elan Ruusamäe <glen/at/pld-linux.org>
249
250 * init/local.conf: doc bits
251
2522011-12-12 10:38 +0000 [r12447] Elan Ruusamäe <glen/at/pld-linux.org>
253
254 * lib/functions: daemon(): make nice level absolute, not to be
255 dependant of nice level of shell where service started.
256
2572011-12-09 21:25 +0000 [r12446] Tomasz Pala <gotar/at/pld-linux.org>
258
259 * rc.d/init.d/network: - systemd support: export partial jobs,
260 leave ifup/ifdown to separate services
261
2622011-12-04 14:36 +0000 [r12437] Artur Frysiak <wiget/at/pld-linux.org>
263
a2ee7529 264 * man/fstab-decode.8 (removed), man/Makefile.am: Drop fstab-decode
2d615fcd
ER
265 man page
266
2672011-12-04 02:42 +0000 [r12436] Artur Frysiak <wiget/at/pld-linux.org>
268
4ca37ca2 269 * src/Makefile.am, src/fstab-decode.c (removed): fstab-decode is
2d615fcd
ER
270 part of SysVinit-tools
271
2722011-11-29 18:05 +0000 [r12421] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
273
274 * rc.d/init.d/netfs: Don't mount devpts again.
275
2762011-11-28 19:47 +0000 [r12420] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
277
278 * rc.d/rc.sysinit: Make forced mounts quiet in case /etc/mtab is
279 symlink to /proc/self/mounts.
280
2812011-11-15 21:38 +0000 [r12414] Elan Ruusamäe <glen/at/pld-linux.org>
282
283 * sysconfig/system: spelling typo
284
2852011-11-01 14:01 +0000 [r12405] Jan Rękorajski <baggins/at/pld-linux.org>
286
287 * modules.preudev: - typo
288
2892011-11-01 13:39 +0000 [r12404] Jan Rękorajski <baggins/at/pld-linux.org>
290
291 * rc.d/rc.sysinit: - fix LVM2 check logic
292
2932011-10-31 19:52 +0000 [r12403] Jan Rękorajski <baggins/at/pld-linux.org>
294
295 * modules.preudev: - set props
296
2972011-10-31 19:30 +0000 [r12402] Jan Rękorajski <baggins/at/pld-linux.org>
298
299 * rc.d/rc.sysinit: - give some info what's going on when loading
300 modules
301
3022011-10-31 19:26 +0000 [r12401] Jan Rękorajski <baggins/at/pld-linux.org>
303
304 * modules.preudev (added): - example file
305
3062011-10-31 19:19 +0000 [r12400] Jan Rękorajski <baggins/at/pld-linux.org>
307
308 * rc.d/rc.sysinit: - give admin the ability to load some kernel
309 modules before udev kicks in
310
3112011-10-31 19:12 +0000 [r12399] Jan Rękorajski <baggins/at/pld-linux.org>
312
313 * sysconfig/system, rc.d/rc.sysinit: - give user ability to disable
314 linux multipath drivers and daemons
315
3162011-10-31 18:53 +0000 [r12398] Jan Rękorajski <baggins/at/pld-linux.org>
317
318 * rc.d/rc.sysinit: - functions are in /lib/rc-scripts
319
3202011-10-23 19:26 +0000 [r12388-12389] Elan Ruusamäe <glen/at/pld-linux.org>
321
b30f8040 322 * rc.d/rc.sysinit, init/Makefile.am, init/modules.conf (added):
2d615fcd
ER
323 load /etc/modules in upstart
324
325 * rc.d/rc.shutdown: emit shutdown events
326
3272011-10-23 11:21 +0000 [r12387] Elan Ruusamäe <glen/at/pld-linux.org>
328
329 * init/rcS-sulogin.conf: respect RUN_SULOGIN_ON_ERR from
330 /etc/sysconfig/system
331
3322011-10-10 07:49 +0000 [r12369-12370] Elan Ruusamäe <glen/at/pld-linux.org>
333
334 * TODO: upstart compatible is service up todo
335
336 * doc/upstart.txt: shutdown started/starting upstart event doc
337
3382011-10-09 22:58 +0000 [r12368] Elan Ruusamäe <glen/at/pld-linux.org>
339
340 * modules: point out the parameters use fact
341
3422011-10-09 18:57 +0000 [r12367] Elan Ruusamäe <glen/at/pld-linux.org>
343
344 * rc.d/rc.shutdown: emit shutdown starting/started event
345
3462011-10-09 18:14 +0000 [r12366] Elan Ruusamäe <glen/at/pld-linux.org>
347
b30f8040 348 * doc/upstart.txt, init/rc.conf, rc.d/init.d/network: let "network"
2d615fcd
ER
349 emit network starting/stopping/started/stopped events as well
350
3512011-10-09 17:35 +0000 [r12364-12365] Elan Ruusamäe <glen/at/pld-linux.org>
352
353 * doc/upstart.txt: chop trailing spaces
354
355 * rc.d/rc.sysinit: fix handling 3.x.y kernels
356
3572011-10-05 14:47 +0000 [r12363] Elan Ruusamäe <glen/at/pld-linux.org>
358
b30f8040 359 * rc.d/init.d/local, init/Makefile.am, init/local.conf (added):
2d615fcd
ER
360 upstart for rc.local
361
3622011-09-30 10:54 +0000 [r12360] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
363
4ca37ca2 364 * rc.d/rc.sysinit, rc.d/rc.shutdown: Use --sysinit for lvm. When
2d615fcd
ER
365 stopping hide error messages (normal for many cases like lvm on
366 rootfs).
367
8ba1c6cb
AM
3682011-09-27 07:15 +0000 [r12356-12357] Jan Rękorajski <baggins/at/pld-linux.org>
369
370 * configure.ac: - 0.4.5.1
371
372 * rc.d/rc.sysinit: - fix $LVM2 variable fuckup (use is_no instead
373 of is_yes) (glen, you moron, have you considered a possibility
374 that $LVM2 will land in sysconfig.rpmsave, thus making lvm
375 dependant system non-bootable?)
376
119f33b0
ER
3772011-09-25 09:57 +0000 [r12351-12352] Elan Ruusamäe <glen/at/pld-linux.org>
378
379 * po/Makefile.am: just in case C locale
380
381 * po/rc-scripts.pot: updated
382
3832011-09-22 15:45 +0000 [r12350] Jan Rękorajski <baggins/at/pld-linux.org>
384
385 * rc.d/rc.sysinit: - properly mount /run and put it into mtab
386
3872011-09-18 20:34 +0000 [r12349] Artur Frysiak <wiget/at/pld-linux.org>
388
389 * rc.d/rc.sysinit: Mount /run ASAP
390
3912011-09-11 20:08 +0000 [r12347] Elan Ruusamäe <glen/at/pld-linux.org>
392
393 * init/cryptsetup.conf (added), init/Makefile.am: Add cryptsetup
394
3952011-09-11 20:00 +0000 [r12344] Elan Ruusamäe <glen/at/pld-linux.org>
396
397 * rc.d/init.d/cryptsetup: local vars
398
3992011-09-11 19:53 +0000 [r12342-12343] Elan Ruusamäe <glen/at/pld-linux.org>
400
401 * init/Makefile.am: Add allowlogin, sys-chroots, cpusets
402
403 * init/cpusets.conf (added): Add cpusets
404
4052011-09-11 11:29 +0000 [r12341] Elan Ruusamäe <glen/at/pld-linux.org>
406
407 * service: print unknown state to stdout as well
408
4092011-09-02 06:18 +0000 [r12339-12340] Elan Ruusamäe <glen/at/pld-linux.org>
410
b30f8040
AM
411 * rc.d/init.d/sys-chroots, init/allowlogin.conf (added),
412 rc.d/init.d/allowlogin, init/sys-chroots.conf (added): add
119f33b0
ER
413 allowlogin and sys-chroots upstart parts, altho no stop for them
414
415 * sysconfig/system, rc.d/rc.sysinit: add $LVM2 allows you to
416 disable LVM2 if your only LVM volume is rootfs started on initrd
417 and want faster startup
418
4192011-09-02 06:08 +0000 [r12338] Elan Ruusamäe <glen/at/pld-linux.org>
420
421 * sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.pppoe
422
4232011-08-31 18:44 +0000 [r12337] Elan Ruusamäe <glen/at/pld-linux.org>
424
425 * lib/functions: upstart: behave like current initscripts: print
426 running/not running instead of silence
427
4282011-08-31 16:24 +0000 [r12336] Elan Ruusamäe <glen/at/pld-linux.org>
429
b30f8040
AM
430 * rc.d/init.d/functions (removed), rc.d/init.d/Makefile.am,
431 po/rc-scripts.pot, lib/functions (added), lib/Makefile.am: move
432 also functions to /lib/rc-scripts (symlink preserved)
119f33b0
ER
433
4342011-08-19 19:56 +0000 [r12331] Elan Ruusamäe <glen/at/pld-linux.org>
435
436 * rc.d/init.d/functions: formatting
437
4382011-08-19 19:44 +0000 [r12328-12330] Elan Ruusamäe <glen/at/pld-linux.org>
439
440 * rc.d/init.d/local: add starting line
441
442 * rc.d/rc.sysinit: prefer local code over io checks (boot splash
443 unlikely enabled anyway)
444
445 * rc.d/init.d/functions: avoid shift() error when program called
446 with no actions in _upstart_controlled; tabs
447
4482011-08-14 19:45 +0000 [r12323] Elan Ruusamäe <glen/at/pld-linux.org>
449
450 * init/rc.conf: register pld.sysinit-done to satisfy initctl
451 check-config
452
4532011-08-14 12:03 +0000 [r12321-12322] Elan Ruusamäe <glen/at/pld-linux.org>
454
b30f8040 455 * sysconfig/interfaces/ifcfg-ppp0.kou, changelog.sh, rc.d/rc.init:
119f33b0
ER
456 add missing keyword expansion
457
4ca37ca2
JR
458 * rc.d/init.d, sysconfig/interfaces/down.d/tnl,
459 sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx,
460 sysconfig/interfaces/down.d, rc.d, src,
461 sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip,
462 sysconfig/interfaces/up.d/tnl, isapnp,
463 sysconfig/interfaces/up.d/ppp, sysconfig/interfaces/up.d/ipx,
464 sysconfig/interfaces/up.d, ppp, /, sysconfig, doc,
465 sysconfig/interfaces/up.d/all, sysconfig/interfaces/up.d/ip, lib:
119f33b0
ER
466 svn:ignore fixups
467
4682011-08-14 11:56 +0000 [r12319-12320] Elan Ruusamäe <glen/at/pld-linux.org>
469
4ca37ca2
JR
470 * doc/Makefile.am, doc/template.init (added),
471 rc.d/init.d/Makefile.am, rc.d/init.d/template.init (removed),
472 po/rc-scripts.pot: move template.init to doc
119f33b0 473
4ca37ca2 474 * sysconfig/.cvsignore (removed), doc/.cvsignore (removed),
a2ee7529
JR
475 sysconfig/interfaces/up.d/all/.cvsignore (removed), rc.d,
476 sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip,
477 sysconfig/interfaces/up.d/tnl, sysconfig/interfaces/up.d/ppp,
478 sysconfig/interfaces/up.d/ipx,
479 sysconfig/interfaces/down.d/ipx/.cvsignore (removed), /,
480 sysconfig, sysconfig/interfaces/up.d/ip, isapnp/.cvsignore
481 (removed), sysconfig/interfaces/up.d/ipx/.cvsignore (removed),
482 ppp/ip-up.d, rc.d/init.d, ppp/ip-down.d/.cvsignore (removed),
119f33b0 483 sysconfig/interfaces/data/.cvsignore (removed),
a2ee7529
JR
484 sysconfig/interfaces/down.d/tnl, sysconfig/interfaces/down.d/ppp,
485 sysconfig/interfaces/down.d/ipx,
486 sysconfig/interfaces/up.d/ip/.cvsignore (removed), lib/.cvsignore
487 (removed), src, rc.d/init.d/.cvsignore (removed),
488 ppp/ip-up.d/.cvsignore (removed), isapnp,
119f33b0 489 sysconfig/interfaces/down.d/tnl/.cvsignore (removed),
a2ee7529 490 po/.cvsignore (removed),
119f33b0 491 sysconfig/interfaces/down.d/ppp/.cvsignore (removed),
a2ee7529
JR
492 sysconfig/interfaces/down.d/.cvsignore (removed),
493 sysconfig/interfaces/up.d, ppp/ip-down.d, ppp,
494 sysconfig/hwprofiles/.cvsignore (removed), rc.d/.cvsignore
495 (removed), src/.cvsignore (removed),
496 sysconfig/interfaces/.cvsignore (removed),
119f33b0 497 sysconfig/interfaces/down.d/all/.cvsignore (removed),
a2ee7529
JR
498 sysconfig/interfaces/down.d/ip/.cvsignore (removed), doc,
499 sysconfig/interfaces/up.d/all, lib,
119f33b0 500 sysconfig/interfaces/up.d/tnl/.cvsignore (removed),
119f33b0 501 sysconfig/interfaces/up.d/ppp/.cvsignore (removed),
a2ee7529 502 sysconfig/interfaces/up.d/.cvsignore (removed), ppp/.cvsignore
4ca37ca2
JR
503 (removed), .cvsignore (removed), po, sysconfig/interfaces/down.d:
504 convert .cvsignore to svn:ignore
119f33b0
ER
505
5062011-08-14 11:48 +0000 [r12318] Elan Ruusamäe <glen/at/pld-linux.org>
507
508 * TODO: privilege check is done with unix file permissions: scripts
509 just not executable for regular user
510
5112011-08-14 11:42 +0000 [r12310-12317] Elan Ruusamäe <glen/at/pld-linux.org>
512
b30f8040 513 * po/rc-scripts.pot, po/Makefile.am: add makepot.pl to EXTRA_DIST
119f33b0 514
b30f8040 515 * makepot.pl (removed), po/Makefile.am, po/makepot.pl (added): move
119f33b0
ER
516 makepot to po/ dir with rest of it's files
517
b30f8040 518 * po/pl.po, po/rc-scripts.pot, rc.d/init.d/random, po/de.po: - fix
119f33b0
ER
519 bad nls usage
520
b30f8040 521 * po/pl.po, po/de.po: utf8 to rule the world
119f33b0 522
b30f8040 523 * po/pl.po, po/de.po: - updated
119f33b0
ER
524
525 * po/rc-scripts.pot: - updated
526
527 * po/rc-scripts.pot (added): track to see new strings to appear or
528 not
529
b30f8040
AM
530 * lib/ifdown-post, lib/Makefile.am, ppp/auth-up,
531 sysconfig/network-scripts (removed), ppp/ip-up, lib/ifdown-ppp,
532 lib/ifup-post, doc/net-scripts.txt, configure.ac, ppp/auth-down,
533 lib/tnlup, lib/ifdown-sl, lib/ifdown-irda, lib/ifup, Makefile.am,
534 ppp/ip-down, sysconfig/Makefile.am, lib/ifup-iucv, ppp/ipx-up,
535 lib/ifup-sl, lib/ifup-irda, lib/ifdown-vlan, lib/tnldown,
536 lib/ifdown, lib/ifup-plusb, lib/ifdown-br, ppp/ipx-down,
537 rc.d/init.d/network, lib/ifup-ppp, lib (added), lib/ifup-ipx,
538 lib/ifup-vlan, man/usernetctl.8, lib/ifup-br, lib/ifup-plip,
539 src/ppp-watch.c: - move network scripts to /lib, as none of them
540 are config files - version 0.4.5 for such major change
119f33b0
ER
541
5422011-08-14 11:11 +0000 [r12308-12309] Elan Ruusamäe <glen/at/pld-linux.org>
543
544 * configure.ac: fatal out when required tools missing, some ac fix
545
546 * src/setuidgid.c: PLD Linux
547
5482011-08-14 09:56 +0000 [r12307] Elan Ruusamäe <glen/at/pld-linux.org>
549
550 * init/random.conf, init/rc.conf, init/rcS-sulogin.conf,
551 init/rcS.conf: our vim-syntax-upstart recognizes the filetype
552 itself
553
5542011-08-13 13:51 +0000 [r12305] Elan Ruusamäe <glen/at/pld-linux.org>
555
556 * po/Makefile.am: Do not ignore errors
557
5582011-08-13 13:42 +0000 [r12304] Elan Ruusamäe <glen/at/pld-linux.org>
559
560 * sysconfig/network-scripts/functions.network: emit net-device-up
561 events, so upstart-socket-bridge could function
562
5632011-08-13 06:04 +0000 [r12303] Elan Ruusamäe <glen/at/pld-linux.org>
564
565 * rc.d/init.d/functions: allow $USE_UPSTART from env to preceed
566 USE_UPSTART from sysconfig/system
567
5682011-07-25 06:10 +0000 [r12270-12271] Elan Ruusamäe <glen/at/pld-linux.org>
569
b30f8040 570 * doc/net-scripts.txt, sysconfig/network-scripts/ifup: - add
119f33b0
ER
571 $ETHTOOL_OPTS
572
573 * TODO: - todo from arekm
574
5752011-07-21 10:28 +0000 [r12264] Elan Ruusamäe <glen/at/pld-linux.org>
576
577 * service: - include service type in --status-all
578
5792011-07-18 13:11 +0000 [r12260] Elan Ruusamäe <glen/at/pld-linux.org>
580
581 * rc.d/init.d/functions: - fuser is in /bin since psmisc-22.5-2
582
5832011-06-28 19:51 +0000 [r12254] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
584
585 * sysconfig/system: Explain what VSERVER is.
586
5872011-06-27 10:18 +0000 [r12252-12253] Jan Rękorajski <baggins/at/pld-linux.org>
588
589 * rc.d/init.d/functions: - fix local variable
590
591 * rc.d/init.d/functions: - fix kernelver* functions
592
5932011-06-26 10:48 +0000 [r12250] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
594
595 * rc.d/rc.sysinit: Mount securityfs based on it's availability
596 only.
597
5982011-06-20 15:04 +0000 [r12247] Elan Ruusamäe <glen/at/pld-linux.org>
599
600 * rc.d/init.d/functions: - compat mode for old kernels, where
601 network lock was not touched
602
6032011-06-16 12:32 +0000 [r12246] Jacek Konieczny <jajcus/at/pld-linux.org>
604
605 * init/Makefile.am, configure.ac: - the missing init/udev.conf
606 added to dist
607
fe53727a
JK
6082011-06-15 13:12 +0000 [r12245] Jacek Konieczny <jajcus/at/pld-linux.org>
609
610 * configure.ac: - Version: 0.4.4.2
611
418f97b9
JK
6122011-06-15 12:45 +0000 [r12244] Jacek Konieczny <jajcus/at/pld-linux.org>
613
b30f8040
AM
614 * init/rcS.conf, init/udev.conf (added), init/rc.conf,
615 rc.d/rc.sysinit: - some more 'emits' and a dummy Upstart job
616 added so the new 'initctl check-config' won't complain.
418f97b9
JK
617
6182011-06-15 10:51 +0000 [r12243] Jacek Konieczny <jajcus/at/pld-linux.org>
619
620 * doc/upstart.txt: - upstart usage docs updates
621
6222011-04-18 09:50 +0000 [r12230] Elan Ruusamäe <glen/at/pld-linux.org>
623
624 * service: remove debug
625
6262011-04-14 09:42 +0000 [r12228] Jacek Konieczny <jajcus/at/pld-linux.org>
627
628 * sysconfig/network-scripts/functions.network: - make sure the
629 default ip rules are preserved over network restart even if 'ip
630 rule show' displays them using numeric table values. I have a
631 system where 'from all lookup 255' is returned instead of 'from
632 all lookup local' for unknown reason, but it could also happen if
633 /etc/iproute2/rt_tables file is missing or corrupted. And bad
634 things happen (IPv4 not working) if the 'lookup local' rule is
635 missing.
636
6372011-04-08 19:15 +0000 [r12223] Elan Ruusamäe <glen/at/pld-linux.org>
638
639 * service: move status all to function
640
6412011-03-29 13:26 +0000 [r12219] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
642
643 * sysconfig/network-scripts/functions.network: Revert disabling
644 IPv6. Unfortunately it disables only IPv6 addresses while
645 socket(AF_INET6,...) still succeeds creating ill efect.
646
6472011-03-25 16:55 +0000 [r12215] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
648
649 * sysconfig/network-scripts/functions.network: Set sysctl value
650 quietly.
651
6522011-03-23 21:45 +0000 [r12214] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
653
654 * sysconfig/network-scripts/functions.network: One more fix.
655
6562011-03-23 20:42 +0000 [r12213] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
657
658 * sysconfig/network-scripts/functions.network: Really disable IPv6.
659
6602011-03-23 20:35 +0000 [r12212] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
661
662 * sysconfig/network-scripts/functions.network: Disable IPv6 if it
663 is not enabled in config.
664
6652011-03-21 22:15 +0000 [r12211] Jan Rękorajski <baggins/at/pld-linux.org>
666
4ca37ca2 667 * doc/sysconfig.txt, sysconfig/Makefile.am, doc/sysconfig.docb,
a2ee7529 668 sysconfig/network-scripts/functions.network,
4ca37ca2
JR
669 sysconfig/network-scripts/ifup-routes: - add static-routes6
670 support (IPv6-only ip routes and rules)
418f97b9
JK
671
6722011-03-21 20:30 +0000 [r12210] Jan Rękorajski <baggins/at/pld-linux.org>
673
674 * sysconfig/static-routes6 (added): - IPv6 specific rules and
675 routes, rationale: some rules (and even routes) are addressless
676 (e.g. fwmark or 'default' route), because of this simple ip
677 <rule> won't handle IPv6, we have to use ip -6 <rule>
678
fc8618c0
JR
6792011-03-20 01:00 +0000 [r12206-12207] Jan Rękorajski <baggins/at/pld-linux.org>
680
681 * configure.ac: - 0.4.4.1, fixes typo in set_up_loopback
682
683 * sysconfig/network-scripts/functions.network: - use proper device
684
4893a37b
JR
6852011-03-20 00:09 +0000 [r12203] Jan Rękorajski <baggins/at/pld-linux.org>
686
687 * configure.ac: - 0.4.4.0
688
6892011-03-19 23:57 +0000 [r12202] Jan Rękorajski <baggins/at/pld-linux.org>
690
691 * src/Makefile.am, configure.ac: - fix glib2 static linking
692
6932011-03-18 18:19 +0000 [r12201] Jan Rękorajski <baggins/at/pld-linux.org>
694
695 * sysconfig/network-scripts/functions.network: - setup static
696 routes for loopback, see
697 http://wiki.squid-cache.org/Features/Tproxy4 why this is needed
698
6992011-03-08 20:49 +0000 [r12198] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
700
701 * sysconfig/network-scripts/functions.network,
702 rc.d/init.d/functions: Revert previous commit. Fix is_module
703 instead to do not match partial module names.
704
7052011-03-08 20:34 +0000 [r12197] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
706
707 * sysconfig/network-scripts/functions.network: Load ipv6 and ipx
708 only when not built into kernel.
709
7102011-03-04 13:37 +0000 [r12188] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
711
712 * sysconfig/network-scripts/ifup-vlan: GVRP default on on vlans
713
7142011-02-19 16:03 +0000 [r12170] Elan Ruusamäe <glen/at/pld-linux.org>
715
716 * service: - tabs
717
7182011-02-10 16:37 +0000 [r12138] Jan Rękorajski <baggins/at/pld-linux.org>
719
720 * rc.d/init.d/cpusets: - added missing slash
721
7222011-02-10 12:46 +0000 [r12136] Jan Rękorajski <baggins/at/pld-linux.org>
723
724 * rc.d/init.d/cpusets: - don't try to find out the subsystem type
725 if none is mounted
726
7272011-02-10 12:26 +0000 [r12135] Jan Rękorajski <baggins/at/pld-linux.org>
728
729 * rc.d/init.d/cpusets: - silence mkdir
730
7312011-02-10 12:21 +0000 [r12134] Jan Rękorajski <baggins/at/pld-linux.org>
732
733 * rc.d/init.d/cpusets: - always mount on /dev/cpuset (only cpuset
734 is supported by this script) - check if mount point is proper
735 cpuset/cgroup(cpuset) subsys
736
7372011-02-10 12:12 +0000 [r12133] Jan Rękorajski <baggins/at/pld-linux.org>
738
739 * rc.d/init.d/cpusets: - mount only cpuset subsys cgroup - no need
740 to parse and check fstab as this script is run after rc.sysinit
741 mounts all filessystems listed there
742
7432011-02-10 11:04 +0000 [r12128-12130] Jan Rękorajski <baggins/at/pld-linux.org>
744
745 * rc.d/init.d/cpusets: - put cpuset/cgroup mounts in mtab
746
747 * rc.d/init.d/cpusets: - exit from script if no cpuset/cgroup
748 support in kernel
749
b30f8040 750 * rc.d/rc.sysinit, rc.d/init.d/cpusets: - moved cpuset/cgroup
4893a37b
JR
751 mounting code into cpuset startup script for seamless
752 interoperability with libcgroup
753
7542011-02-09 10:55 +0000 [r12126] Elan Ruusamäe <glen/at/pld-linux.org>
755
756 * rc.d/init.d/functions: add killproc -p alias
757
7582011-01-27 06:04 +0000 [r12089-12090] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
759
760 * sysconfig/Makefile.am: sysconfig/clock is gone
761
b30f8040
AM
762 * sysconfig/clock (removed), doc/sysconfig.docb, doc/sysconfig.txt,
763 rc.d/rc.sysinit: sysconfig/clock and related actions are obsolete
764 now. hwclock knows how to handle these based on adjtime settings.
4893a37b
JR
765
7662011-01-27 05:44 +0000 [r12088] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
767
768 * rc.d/rc.sysinit: Check /dev/rtc or /dev/rtc0 existence.
769
01d2987a
AM
7702011-01-25 18:56 +0000 [r12083-12084] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
771
772 * configure.ac: 0.4.3.8
773
774 * autogen.sh: Disabled --enable-maintainer-mode
775 --enable-compile-warnings (unsupported by current auto*).
776
7772011-01-24 18:19 +0000 [r12082] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
778
779 * sysconfig/network: IPv6 networking on by default.
780
7812010-12-22 10:23 +0000 [r12020] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
782
783 * rc.d/init.d/netfs: Don't mount fs inside of vserver guest.
784
7852010-12-22 05:54 +0000 [r12019] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
786
787 * rc.d/rc.sysinit: cgroup/cpuset can exist in fstab but be
788 commented out. Handle that.
789
7902010-12-20 18:09 +0000 [r12014] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
791
792 * rc.d/init.d/cryptsetup: started instead of busy
793
03ba16fb
ER
7942010-12-12 17:42 +0000 [r11982-11983] Elan Ruusamäe <glen/at/pld-linux.org>
795
796 * configure.ac: - 0.4.3.7
797
798 * rc.d/init.d/functions: add --user support to run_cmd Usage:
799 run_cmd --user stats "Message" command_to_run arg1 arg2...
800
8012010-12-07 14:08 +0000 [r11973] Elan Ruusamäe <glen/at/pld-linux.org>
802
803 * rc.d/init.d/template.init: - pidfile var
804
8052010-12-03 13:10 +0000 [r11940] Elan Ruusamäe <glen/at/pld-linux.org>
806
807 * rc.d/init.d/netfs: - some formatting, respect to use functios
808 (RETVAL variable vs exit calls)
809
8102010-12-03 13:04 +0000 [r11939] Elan Ruusamäe <glen/at/pld-linux.org>
811
812 * rc.d/init.d/netfs: - use functions
813
899ef1b3
AM
8142010-12-03 11:43 +0000 [r11936] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
815
816 * configure.ac: 0.4.3.6
817
8182010-12-03 11:33 +0000 [r11934-11935] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
819
820 * rc.d/init.d/netfs: Bugfix (bring in cryptsetup; cleanups).
821
822 * rc.d/init.d/netfs: Bugfix.
823
8242010-12-03 10:37 +0000 [r11933] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
825
826 * rc.d/init.d/Makefile.am, rc.d/init.d/network: Bring in netfs.
827
8282010-12-03 10:33 +0000 [r11930-11932] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
829
830 * rc.d/init.d/netfs: : not needed.
831
832 * TODO: - better umount on stop
833
834 * rc.d/init.d/netfs: Bugfixes. Seems to be working fine.
835
8362010-12-03 10:25 +0000 [r11929] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
837
838 * rc.d/init.d/functions: __umount_*loop from FC.
839
8402010-12-03 10:15 +0000 [r11928] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
841
842 * rc.d/init.d/netfs: Don't touch nfs if we have separate nfsfs
843 script.
844
8452010-12-03 09:38 +0000 [r11927] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
846
847 * rc.d/init.d/netfs (added): Networked filesystems mount/umount.
848 Unfinished.
849
8502010-12-02 15:30 +0000 [r11922] Elan Ruusamäe <glen/at/pld-linux.org>
851
852 * rc.d/rc.sysinit: - avoid crypto init retries if no crypttab is
853 setup
854
8552010-11-25 23:54 +0000 [r11913] Jan Rękorajski <baggins/at/pld-linux.org>
856
857 * rc.d/rc.sysinit: - don't mount cgroup if it's set up in fstab
858 http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2010-November/152970.html
859 BTW, all this kinda sucks and needs revamp :(
860
8612010-11-07 19:54 +0000 [r11900] Elan Ruusamäe <glen/at/pld-linux.org>
862
863 * rc.d/rc.sysinit: - init crypt mounts also after lvm has been run
864
784a8e4f
AM
8652010-11-06 10:47 +0000 [r11894] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
866
867 * configure.ac: Release 0.4.3.5.
868
8692010-11-06 09:57 +0000 [r11893] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
870
871 * rc.d/init.d/network, sysconfig/system, rc.d/init.d/functions:
872 Detect isolation only vserver networking. New variable -
873 VSERVER_ISOLATION_NET.
874
8752010-11-06 09:12 +0000 [r11892] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
876
877 * rc.d/rc.sysinit: Silent modprobe.
878
48637c0c
AM
8792010-11-06 08:43 +0000 [r11889] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
880
881 * configure.ac: Release 0.4.3.4.
882
8832010-11-06 00:33 +0000 [r11888] Jan Rękorajski <baggins/at/pld-linux.org>
884
885 * rc.d/rc.sysinit: - create /dev/cgroup (see comment)
886
8872010-11-06 00:26 +0000 [r11887] Jan Rękorajski <baggins/at/pld-linux.org>
888
889 * rc.d/init.d/cpusets: - use full blown cgroup subsystem if
890 available
891
8922010-11-06 00:11 +0000 [r11886] Jan Rękorajski <baggins/at/pld-linux.org>
893
894 * rc.d/rc.sysinit: - if cgroup is available use all its subsystems
895 instead of just cpusets
896
8972010-11-06 00:07 +0000 [r11885] Jan Rękorajski <baggins/at/pld-linux.org>
898
899 * rc.d/rc.sysinit: - commit at rev 10523 was completely bogus,
900 preventing mounting cpuset at all, as default fstab contains
901 cpuset line with noauto option
902
9032010-10-09 21:21 +0000 [r11840] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
904
905 * src/initlog.c: Update initlog from initscripts.
906
9072010-10-06 08:03 +0000 [r11831] Elan Ruusamäe <glen/at/pld-linux.org>
908
909 * rc.d/init.d/template.init: - procname
910
9112010-10-06 07:58 +0000 [r11830] Elan Ruusamäe <glen/at/pld-linux.org>
912
913 * rc.d/init.d/template.init: - killproc wants procname mostly
914
9152010-09-30 04:26 +0000 [r11823] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
916
917 * rc.d/rc: Fix 'local: można używać tylko w funkcji' on bash.
918
9192010-09-19 18:38 +0000 [r11812] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
920
921 * rc.d/rc.sysinit: Make sysctl quiet.
922
2d615fcd 9232010-09-03 09:07 +0000 [r11801] shadzik <shadzik/at/pld-linux.org>
48637c0c
AM
924
925 * rc.d/rc.sysinit: - don't check the fs on aufs and squashfs
926 systems
927
9282010-08-26 10:30 +0000 [r11789] Elan Ruusamäe <glen/at/pld-linux.org>
929
930 * rc.d/rc.sysinit: - use /var/log/boot.log, to match with plymouth
931 path
932
9332010-08-21 18:00 +0000 [r11788] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
934
935 * rc.d/rc.sysinit: Set firmware-loader also when udev is off.
936
9372010-08-01 16:32 +0000 [r11741] Elan Ruusamäe <glen/at/pld-linux.org>
938
939 * sysconfig/i18n: - plain en with utf8
940
9412010-08-01 16:13 +0000 [r11739] Elan Ruusamäe <glen/at/pld-linux.org>
942
943 * rc.d/rc.sysinit: - skip lock when making nodes on boot
944
9452010-08-01 16:08 +0000 [r11738] Elan Ruusamäe <glen/at/pld-linux.org>
946
947 * rc.d/rc.sysinit: - check_root_fs to function for readability
948
9492010-08-01 15:58 +0000 [r11735-11737] Elan Ruusamäe <glen/at/pld-linux.org>
950
951 * rc.d/rc.sysinit: - remove locale setup where it is pointless
952 (grep for fixed strings, and cat)
953
954 * rc.d/init.d/template.init: - sample for status with pidfile
955
956 * rc.d/rc.sysinit: - skip unneccesary subshell
957
9582010-07-26 13:31 +0000 [r11715] Jacek Konieczny <jajcus/at/pld-linux.org>
959
960 * sysconfig/network-scripts/ifup: - typo
961
9622010-07-26 13:20 +0000 [r11714] Jacek Konieczny <jajcus/at/pld-linux.org>
963
964 * sysconfig/network-scripts/ifup: - allow per-interface
965 configuration files for dhclient.conf – single config file with
966 'interface' directive(s) conflicts with interface name given on
967 the command line.
968
9692010-07-21 08:23 +0000 [r11688] Elan Ruusamäe <glen/at/pld-linux.org>
970
971 * rc.d/init.d/allowlogin: - functions, exit early if disabled
972
9732010-07-20 08:42 +0000 [r11684] Elan Ruusamäe <glen/at/pld-linux.org>
974
975 * rc.d/rc.shutdown: - ugly hack to still do killall as pgrep is on
976 /usr, or rather drop pgrep as it never returns empty nowadays due
977 kernel threads?
978
9792010-07-08 10:47 +0000 [r11638-11639] Elan Ruusamäe <glen/at/pld-linux.org>
980
b30f8040
AM
981 * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/local,
982 rc.d/init.d/random, rc.d/init.d/single: - ignore /var/lock/subsys
a2ee7529 983 remove readonly fs errors (after fsck wants to reboot system)
48637c0c 984
b30f8040
AM
985 * rc.d/init.d/cpusets, rc.d/init.d/allowlogin, rc.d/init.d/network,
986 rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/killall: -
987 executable initscripts
48637c0c 988
418f97b9 9892010-06-18 06:40 +0000 [r11565] Bartłomiej Zimoń <cactus/at/pld-linux.org>
48637c0c
AM
990
991 * rc.d/rc.shutdown: - fix shutdown/restart on kernels with devtmpfs
992
9932010-06-15 11:37 +0000 [r11562] Jacek Konieczny <jajcus/at/pld-linux.org>
994
995 * changelog.sh: - changelog.sh script improved and ChangeLog
996 updated
997
2165e21a
JK
9982010-06-15 11:33 +0000 [r11561] Jacek Konieczny <jajcus/at/pld-linux.org>
999
1000 * configure.ac: - firmwaredir was wrong
1001
10022010-06-15 11:17 +0000 [r11558-11559] Jacek Konieczny <jajcus/at/pld-linux.org>
1003
1004 * configure.ac: - Version: 0.4.3.3
1005
b30f8040 1006 * Makefile.am, configure.ac: - firmwaredir relative to
2165e21a
JK
1007 ${exec_prefix} to fix 'make distcheck'
1008
e3728239
JK
10092010-06-15 10:13 +0000 [r11557] Jacek Konieczny <jajcus/at/pld-linux.org>
1010
b30f8040 1011 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
e3728239
JK
1012 - allow multiple dhclient instances running on one machine
1013
10142010-06-14 17:25 +0000 [r11555-11556] Elan Ruusamäe <glen/at/pld-linux.org>
1015
1016 * rc.d/init.d/random: - reorganize into functions
1017
1018 * rc.d/init.d/random: - do not touch host random inside vserver
1019 (discussed with baggins and arekm long time ago)
1020
10212010-06-08 09:01 +0000 [r11552] Jacek Konieczny <jajcus/at/pld-linux.org>
1022
1023 * rc.d/init.d/functions: - /proc/cmdline may be unavailable (like
1024 in a VServer) make cat quiet in such case
1025
10262010-05-18 12:13 +0000 [r11476] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1027
1028 * sysconfig/network-scripts/ifup: No need for wait loop.
1029 check_link_down sleeps for specified time in 0.5s intervals.
1030
10312010-05-17 20:26 +0000 [r11475] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1032
1033 * sysconfig/network-scripts/ifup,
1034 sysconfig/interfaces/ifcfg-description: Wait for wpa_supplicant
1035 to actually connect to network before trying dhcp.
1036
10372010-05-17 20:20 +0000 [r11474] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1038
1039 * sysconfig/network-scripts/functions.network: Support for max
1040 timeout as parameter.
1041
10422010-05-17 20:16 +0000 [r11473] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1043
1044 * sysconfig/network-scripts/functions.network: Don't rely on ip
1045 link UP checking. Always to mii-tool/ethtool test.
1046
10472010-05-17 19:08 +0000 [r11472] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1048
1049 * sysconfig/network-scripts/ifup: Respect ZEROCONF variable for
1050 dhcpcd.
1051
10522010-05-17 18:08 +0000 [r11471] Elan Ruusamäe <glen/at/pld-linux.org>
1053
1054 * rc.d/init.d/functions: - ok to exit silently in ssd mode of
1055 killproc, no need to noise about missing pidfile
1056
10572010-05-13 07:17 +0000 [r11462] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1058
1059 * Makefile.am: Include/install firmware-loader.sh brought by commit
1060 r10422.
1061
10622010-05-12 07:11 +0000 [r11460] Jacek Konieczny <jajcus/at/pld-linux.org>
1063
1064 * doc/Makefile.am: - include upstart.txt in the package
1065
10662010-05-12 07:08 +0000 [r11459] Jacek Konieczny <jajcus/at/pld-linux.org>
1067
1068 * doc/upstart.txt: - notes about job debuging
1069
10702010-05-11 17:21 +0000 [r11458] Jacek Konieczny <jajcus/at/pld-linux.org>
1071
1072 * configure.ac: - Version: 0.4.3.2
1073
10742010-05-11 10:10 +0000 [r11449] Jacek Konieczny <jajcus/at/pld-linux.org>
1075
1076 * init/Makefile.am: - new listed in Makefile.am
1077
10782010-05-11 08:54 +0000 [r11447] Jacek Konieczny <jajcus/at/pld-linux.org>
1079
1080 * init/rc.conf (added), init/rcS-sulogin.conf (added),
1081 init/rcS.conf (added): - init job descriptions moved from
1082 upstart-SysVinit
1083
10842010-05-10 17:24 +0000 [r11427] Elan Ruusamäe <glen/at/pld-linux.org>
1085
1086 * rc.d/init.d/functions: - note about two modes in daemon
1087
c1dec7e0
JK
10882010-05-10 14:35 +0000 [r11424] Jacek Konieczny <jajcus/at/pld-linux.org>
1089
1090 * configure.ac: - Version: 0.4.3.1
1091
10922010-05-10 14:31 +0000 [r11423] Jacek Konieczny <jajcus/at/pld-linux.org>
1093
b30f8040
AM
1094 * src/start-stop-daemon.c, src/Makefile.am,
1095 man/start-stop-daemon.8, configure.ac, rc.d/init.d/functions: -
1096 'dropcaps' and 'start-stop-daemon-pid-check' patches from
1097 packages/rc-scripts applied
c1dec7e0
JK
1098
10992010-05-10 12:59 +0000 [r11422] Jacek Konieczny <jajcus/at/pld-linux.org>
1100
1101 * rc.d/init.d/functions: - properly quote is_yes() argument
1102
11032010-05-10 11:50 +0000 [r11420] Jacek Konieczny <jajcus/at/pld-linux.org>
1104
1105 * configure.ac: - Version: 0.4.3.0
1106
81597dc1
JK
11072010-05-10 11:23 +0000 [r11419] Jacek Konieczny <jajcus/at/pld-linux.org>
1108
b30f8040
AM
1109 * man/es, sysconfig/network-scripts, sysconfig/interfaces,
1110 sysconfig/interfaces/down.d/all, sysconfig/cpusets, isapnp,
4ca37ca2 1111 sysconfig/interfaces/up.d/tnl, rc.d/rc.sysinit,
b30f8040
AM
1112 rc.d/init.d/random, sysconfig/interfaces/up.d/ppp,
1113 sysconfig/interfaces/up.d/ipx, service, /, configure.ac, man/sv,
1114 man/de, sysconfig, man/ja, Makefile.am, rc.d/init.d,
1115 sysconfig/interfaces/down.d/tnl, po,
1116 sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx,
1117 man/fr, rc.d/init.d/functions, doc/make-html, doc/upstart.txt
1118 (added), sysconfig/hwprofiles, rc.d, src,
1119 sysconfig/interfaces/down.d/ip, src/setuidgid.c (added), rc.d/rc,
1120 sysconfig/interfaces/up.d, ppp, sysconfig/interfaces/data,
1121 src/Makefile.am, man/ru, init (added), t/backtick-test.sh,
1122 rc.d/init.d/network, rc.d/rc.shutdown,
1123 sysconfig/interfaces/up.d/ip, sysconfig/interfaces/up.d/all, doc,
1124 init/random.conf, man, init/Makefile.am,
1125 sysconfig/interfaces/down.d: - upstart_native branch merged
81597dc1
JK
1126
11272010-05-02 12:16 +0000 [r11364] Jacek Konieczny <jajcus/at/pld-linux.org>
1128
4ca37ca2
JR
1129 * sysconfig/network-scripts/ifup-routes,
1130 sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
1131 sysconfig/network, doc/net-scripts.txt,
1132 sysconfig/network-scripts/functions.network: - support for
1133 zeroconf networking (based on information from
81597dc1
JK
1134 http://avahi.org/wiki/AvahiAutoipd#Routes)
1135
11362010-04-21 20:24 +0000 [r11340] Elan Ruusamäe <glen/at/pld-linux.org>
1137
1138 * service: - grab $ACTION variable
1139
11402010-04-21 18:26 +0000 [r11339] Elan Ruusamäe <glen/at/pld-linux.org>
1141
1142 * service: - nicer output (brief) for --status-all ported from
1143 ubuntu
1144
11452010-04-21 18:21 +0000 [r11338] Elan Ruusamäe <glen/at/pld-linux.org>
1146
1147 * service: - identify as pld
1148
11492010-04-07 07:02 +0000 [r11312-11313] Elan Ruusamäe <glen/at/pld-linux.org>
1150
1151 * configure.ac: - release 0.4.2.8
3615ecad
ER
1152
1153 * rc.d/init.d/functions: - add --redirfds similar to --closefds
1154
11552010-04-05 19:18 +0000 [r11309] Elan Ruusamäe <glen/at/pld-linux.org>
1156
1157 * rc.d/init.d/template.init: - tabs
1158
11592010-04-05 19:13 +0000 [r11308] Elan Ruusamäe <glen/at/pld-linux.org>
1160
1161 * rc.d/init.d/template.init: - no need to load service config to
1162 check network state
1163
11642010-02-08 17:34 +0000 [r11137] Jakub Bogusz <qboosh/at/pld-linux.org>
1165
1166 * sysconfig/network-scripts/ifup,
1167 sysconfig/interfaces/ifcfg-description: - WLAN_WPA_DRIVER should
1168 default to wext
1169
11702010-02-08 17:11 +0000 [r11136] Elan Ruusamäe <glen/at/pld-linux.org>
1171
1172 * rc.d/init.d/functions: - skip dead pids in status() with
1173 --pidfile, or is filter_chroot() broken by design?
1174
11752010-02-08 17:06 +0000 [r11135] Elan Ruusamäe <glen/at/pld-linux.org>
1176
1177 * t/status-pidfile.sh (added): - test for status() --pidfile
1178
11792010-02-08 16:51 +0000 [r11134] Elan Ruusamäe <glen/at/pld-linux.org>
1180
a2ee7529 1181 * backtick-test.sh (removed), t (added), t/backtick-test.sh
3615ecad
ER
1182 (added): - move tests to t/
1183
11842010-01-15 13:56 +0000 [r11113] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1185
1186 * rc.d/init.d/functions: Use two separate tests instead of single
1187 double test since bash yells about wrong integer if variable is
1188 empty (and bash can source functions file).
1189
11902010-01-11 10:52 +0000 [r11099] Elan Ruusamäe <glen/at/pld-linux.org>
1191
1192 * changelog.sh: - C locale for consistent changelog
1193
a66d398f
ER
11942010-01-11 09:07 +0000 [r11098] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1195
1196 * sysconfig/system: Drop EVMS_MD since it's not used.
1197
11982010-01-10 22:05 +0000 [r11096] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1199
1200 * configure.ac: Prepare for 0.4.2.7.
1201
95461837
AM
12022009-12-02 19:13 +0000 [r11004] Elan Ruusamäe <glen/at/pld-linux.org>
1203
1204 * rc.d/rc.sysinit: - more reverting baggins buzybox branch changes
1205 regarding hwclock
1206
12072009-11-24 11:07 +0000 [r11001] Tomasz Pala <gotar/at/pld-linux.org>
1208
b30f8040 1209 * rc.d/rc.sysinit, rc.d/rc.shutdown: - having EVMS_LVM=yes without
95461837
AM
1210 the tools doesn't make them work - having EVMS_LVM=no mustn't
1211 prevent plain LVM from bringing up - conclusion: these parts of
1212 code are EVMS_LVM independant
1213
12142009-11-22 23:24 +0000 [r10999] Elan Ruusamäe <glen/at/pld-linux.org>
1215
1216 * rc.d/Makefile.am: - add rc.init back
1217
12182009-11-22 23:14 +0000 [r10998] Elan Ruusamäe <glen/at/pld-linux.org>
1219
1220 * rc.d/rc.init (added): - restore, but this time with some doc too
1221
12222009-11-22 20:39 +0000 [r10996] Elan Ruusamäe <glen/at/pld-linux.org>
1223
1224 * rc.d/rc.sysinit: - hwclock doesn't recognize -l (patch from
1225 devel-en)
1226
12272009-11-22 13:54 +0000 [r10995] Elan Ruusamäe <glen/at/pld-linux.org>
1228
1229 * sysconfig/network-scripts/functions.network: - formatting
1230
12312009-11-22 13:51 +0000 [r10993-10994] Elan Ruusamäe <glen/at/pld-linux.org>
1232
1233 * sysconfig/network-scripts/functions.network: - nwid already set
1234 earlier
1235
1236 * rc.d/init.d/network: - typo, dots
1237
12382009-11-22 09:19 +0000 [r10990-10992] Elan Ruusamäe <glen/at/pld-linux.org>
1239
1240 * rc.d/rc.init (removed), rc.d/Makefile.am: - rc.init does not seem
1241 to be used anywhere; remove it
1242
1243 * sysconfig/network: - mention HOTPLUG
1244
1245 * sysconfig/interfaces/ifcfg-description: - cleanup
1246
12472009-11-20 12:58 +0000 [r10989] Elan Ruusamäe <glen/at/pld-linux.org>
1248
1249 * rc.d/rc.shutdown: - cleanup trailing whitespace
1250
12512009-11-20 12:54 +0000 [r10988] Elan Ruusamäe <glen/at/pld-linux.org>
1252
1253 * rc.d/init.d/sys-chroots: - back to /bin/sh
1254
12552009-11-20 12:35 +0000 [r10985-10987] Elan Ruusamäe <glen/at/pld-linux.org>
1256
1257 * modules: - apply rc-scripts-modules.patch
1258
1259 * configure.ac: - prepare for 0.4.2.6 release
1260
6d41fac6
ER
12612009-11-19 21:21 +0000 [r10984] Elan Ruusamäe <glen/at/pld-linux.org>
1262
1263 * rc.d/init.d/functions: - with --pidfile set in status(), don't
1264 make wrong assumptions by finding process by name
1265
12662009-11-19 21:07 +0000 [r10983] Elan Ruusamäe <glen/at/pld-linux.org>
1267
1268 * rc.d/init.d/functions: - fix weird typo
1269
12702009-11-19 20:41 +0000 [r10982] Elan Ruusamäe <glen/at/pld-linux.org>
1271
1272 * rc.d/init.d/functions: - if pidfile specified, pid must be there,
1273 don't fallback for pidof(1)
1274
12752009-11-19 13:31 +0000 [r10981] Elan Ruusamäe <glen/at/pld-linux.org>
1276
1277 * rc.d/rc.local: - rc.local is sourced, not executed
1278
12792009-11-17 07:10 +0000 [r10976] Elan Ruusamäe <glen/at/pld-linux.org>
1280
b30f8040
AM
1281 * rc.d/init.d/functions, rc.d/init.d/sys-chroots, rc.d/rc,
1282 rc.d/rc.sysinit, rc.d/init.d/cryptsetup: - partial merge of
1283 baggin's busybox branch changes
6d41fac6
ER
1284
12852009-11-17 06:22 +0000 [r10975] Elan Ruusamäe <glen/at/pld-linux.org>
1286
1287 * rc.d/init.d/functions: - status -p shortopt for --pidfile
1288
12892009-11-16 14:49 +0000 [r10971] Tomasz Pala <gotar/at/pld-linux.org>
1290
1291 * sysconfig/network-scripts/functions.network: -
1292 unknown/unsupported: return 2 if no tools found or all the
1293 methods failed
1294
12952009-11-16 14:07 +0000 [r10970] Tomasz Pala <gotar/at/pld-linux.org>
1296
1297 * sysconfig/network-scripts/functions.network: - don't call
1298 check_mii_tool if ethtool or iwconfig reported success
1299
13002009-11-16 14:03 +0000 [r10969] Tomasz Pala <gotar/at/pld-linux.org>
1301
1302 * sysconfig/network-scripts/functions.network: - check rfkill
1303 before iwconfig (more common and doesn't require binary) - note
1304 /sys/class/net/${1}/operstate file on some systems
1305
13062009-11-16 14:00 +0000 [r10968] Tomasz Pala <gotar/at/pld-linux.org>
1307
1308 * sysconfig/network-scripts/functions.network: - it's common for
1309 WiFi that all the methods of link state determinaion fail, don't
1310 abort dhclient in such case
1311
13122009-11-04 08:03 +0000 [r10945] Tomasz Pala <gotar/at/pld-linux.org>
1313
1314 * sysconfig/network-scripts/ifup-br: - don't disable bridged device
1315 just before bridge starts! - this interrupts every subdevice
1316 currently active (like VLAN interfaces in another bridges)
1317
13182009-11-04 07:58 +0000 [r10944] Tomasz Pala <gotar/at/pld-linux.org>
1319
1320 * sysconfig/network-scripts/ifdown-br: - dont't set bridged device
1321 down! some subdevice can still be used (e.g. VLAN interface in
1322 another bridge), - NOTE: addresses from underlying device are
1323 flushed on ifup-br so there should not exist anyone anyway
1324
13252009-11-03 15:47 +0000 [r10933] Tomasz Pala <gotar/at/pld-linux.org>
1326
1327 * sysconfig/network-scripts/ifup-br: - bridge forward delay is used
1328 regardless of STP, - NB hello timer runs always too, it's just
1329 not used without STP
1330
13312009-10-25 18:33 +0000 [r10854] Elan Ruusamäe <glen/at/pld-linux.org>
1332
1333 * rc.d/init.d/network: - fix devs detect
1334
13352009-10-16 08:50 +0000 [r10792] Elan Ruusamäe <glen/at/pld-linux.org>
1336
1337 * rc.d/init.d/template.init: - stderr redirected anyway, nothing
1338 special needed in configtest()
1339
418f97b9 13402009-10-15 10:03 +0000 [r10789] Paweł Zuzelski <pawelz/at/pld-linux.org>
6d41fac6
ER
1341
1342 * sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile: - do not reduce
1343 MTU by default. It kills ipsec.
1344
418f97b9 13452009-10-15 09:32 +0000 [r10788] Paweł Zuzelski <pawelz/at/pld-linux.org>
6d41fac6 1346
a2ee7529
JR
1347 * sysconfig/interfaces/data/chat-ppp0.gprs-playmobile (added),
1348 sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile (added): - ppp
1349 configuration for PLAY MOBILE (tested on HUAWEI E169 and E220
6d41fac6
ER
1350 modems)
1351
13522009-10-14 07:35 +0000 [r10784] Elan Ruusamäe <glen/at/pld-linux.org>
1353
1354 * rc.d/rc.sysinit: - local args in /etc/modules processing
1355
13562009-09-14 23:31 +0000 [r10603] Tomasz Pala <gotar/at/pld-linux.org>
1357
1358 * rc.d/rc.sysinit: - there's no point in trying to run
1359 vg{scan,change} if they're not present; so made them sufficient
1360 unless is_no "$EVMS_LVM"
1361
13622009-09-02 19:58 +0000 [r10524] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1363
1364 * rc.d/rc.sysinit: Set rc to 0 for mdadm rc=2 case.
1365
13662009-09-01 18:59 +0000 [r10523] Paweł Gołaszewski <blues/at/pld-linux.org>
1367
1368 * rc.d/rc.sysinit: - cpuset shouldn't be mounted unconditionally -
1369 it has few options
1370
13712009-08-30 20:14 +0000 [r10518] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1372
1373 * rc.d/rc.sysinit: mdadm status codes 0 and 2 (new in mdadm 3.0)
1374 are success
1375
13762009-08-25 10:25 +0000 [r10493] Elan Ruusamäe <glen/at/pld-linux.org>
1377
1378 * rc.d/rc.sysinit: - use shell construct
1379
13802009-08-25 09:26 +0000 [r10492] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1381
1382 * rc.d/rc.sysinit: Skip comments in args.
1383
13842009-08-24 06:16 +0000 [r10491] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1385
1386 * rc.d/rc.sysinit: Restore extra check.
1387
13882009-08-17 20:34 +0000 [r10490] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1389
4ca37ca2 1390 * rc.d/rc.sysinit, src/getkey.c: New getkey handling (from fc).
6d41fac6 1391
5537df6b
AM
13922009-08-16 20:53 +0000 [r10487] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1393
1394 * configure.ac: Release 0.4.2.4.
1395
13962009-08-11 14:06 +0000 [r10473] Elan Ruusamäe <glen/at/pld-linux.org>
1397
1398 * rc.d/rc.sysinit: - no subshell needed and unify modprobe -c
1399 callout
1400
14012009-08-11 07:08 +0000 [r10469] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1402
1403 * rc.d/rc.sysinit: Don't use modprobe.conf file. Use /sbin/modprobe
1404 -c output instead.
1405
14062009-08-07 17:42 +0000 [r10460] Marcin Król <hawk/at/pld-linux.org>
1407
b30f8040
AM
1408 * sysconfig/network-scripts/ifup-sl,
1409 sysconfig/network-scripts/functions.network,
5537df6b 1410 sysconfig/network-scripts/ifup-ppp,
a2ee7529
JR
1411 sysconfig/network-scripts/ifup-vlan,
1412 sysconfig/network-scripts/tnlup,
b30f8040
AM
1413 sysconfig/network-scripts/ifup-br, rc.d/rc.sysinit: - '-k' is no
1414 longer valid modprobe switch
5537df6b
AM
1415
14162009-07-25 19:44 +0000 [r10427] Elan Ruusamäe <glen/at/pld-linux.org>
1417
1418 * rc.d/init.d/template.init: - configtest alias - allow output of
1419 configtest success
1420
14212009-07-25 19:29 +0000 [r10426] Elan Ruusamäe <glen/at/pld-linux.org>
1422
1423 * rc.d/init.d/template.init: - improved configtest output sequence
1424
14252009-07-25 19:24 +0000 [r10425] Elan Ruusamäe <glen/at/pld-linux.org>
1426
1427 * rc.d/init.d/template.init: - add checkconfig action sample
1428
14292009-07-25 19:19 +0000 [r10424] Elan Ruusamäe <glen/at/pld-linux.org>
1430
1431 * rc.d/init.d/template.init: - use <service_name> for msg as it
1432 usualy differs
1433
14342009-07-21 18:25 +0000 [r10422] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
1435
b30f8040 1436 * firmware-loader.sh (added), rc.d/rc.sysinit: - added
5537df6b
AM
1437 firmware-loader.sh for autoload firmware on systems w/o udev
1438
2d615fcd 14392009-07-17 07:40 +0000 [r10421] shadzik <shadzik/at/pld-linux.org>
5537df6b
AM
1440
1441 * sysconfig/i18n: - add en_US.UTF-8/UTF-8 de_DE.UTF-8/UTF-8
1442 en_GB.UTF-8/UTF-8 to supported langs
1443
14442009-07-16 18:09 +0000 [r10420] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1445
1446 * rc.d/init.d/functions: Update LINES correctly.
1447
14482009-07-16 17:07 +0000 [r10419] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1449
1450 * rc.d/init.d/functions: On IPMI serial console COLUMNS ends up
1451 with negative value like -13. Protect agains such thing. Also
1452 protect LINES.
1453
14542009-07-01 04:39 +0000 [r10409] Elan Ruusamäe <glen/at/pld-linux.org>
1455
1456 * acinclude.m4: - fix underquoted definition warning
1457
14582009-07-01 04:35 +0000 [r10408] Elan Ruusamäe <glen/at/pld-linux.org>
1459
1460 * configure.ac: - 0.4.2.3
1461
1bc05f56
ER
14622009-06-29 00:13 +0000 [r10399] Elan Ruusamäe <glen/at/pld-linux.org>
1463
1464 * rc.d/rc.shutdown: - nice message about kexec being used
1465
14662009-06-28 22:17 +0000 [r10398] Elan Ruusamäe <glen/at/pld-linux.org>
1467
1468 * rc.d/rc.shutdown: - invoke kexec only if image loaded
1469
14702009-06-05 18:30 +0000 [r10372] Elan Ruusamäe <glen/at/pld-linux.org>
1471
1472 * sysconfig/network: - update udev path
1473
14742009-06-03 06:29 +0000 [r10367-10369] Elan Ruusamäe <glen/at/pld-linux.org>
1475
1476 * sysconfig/network-scripts/functions.network: - one local should
1477 be enough
1478
1479 * rc.d/init.d/functions: - update path
1480
1481 * sysconfig/network-scripts/functions.network: - i don't think cat
1482 output is localized
1483
14842009-06-02 20:34 +0000 [r10366] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1485
1486 * sysconfig/network-scripts/functions.network: Add rfkill support.
1487
14882009-05-26 19:51 +0000 [r10361] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
1489
1490 * rc.d/init.d/functions: - don't kill -KILL (in start-stop-daemon),
1491 try TERM first
1492
227ac2e7
AM
14932009-05-22 18:30 +0000 [r10358] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1494
1495 * DEVELOPMENT, configure.ac: Prepare for 0.4.2.2.
1496
14972009-04-23 20:59 +0000 [r10333] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1498
1499 * sysconfig/network-scripts/functions.network: Don't rely on mii
1500 check (it's unreliable). 'radio off' clarifications. Less
1501 iterations in loop.
1502
15032009-04-07 09:28 +0000 [r10321-10322] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1504
1505 * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using
1506 udev it doesn't exist usually.
1507
1508 * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using
1509 udev it doesn't exist usually.
1510
15112009-03-26 15:11 +0000 [r10264] Jan Rękorajski <baggins/at/pld-linux.org>
1512
1513 * sysconfig/network-scripts/ifup-aliases: - more readable
1514
15152009-03-26 13:33 +0000 [r10253] Jan Rękorajski <baggins/at/pld-linux.org>
1516
1517 * sysconfig/network-scripts/ifup-aliases: - set addrlabel only if
1518 specified
1519
7c40ed1f
JR
15202009-03-23 16:07 +0000 [r10235] Jan Rękorajski <baggins/at/pld-linux.org>
1521
1522 * configure.ac: - 0.4.2.1
1523
15242009-03-21 21:30 +0000 [r10225-10226] Elan Ruusamäe <glen/at/pld-linux.org>
1525
1526 * rc.d/init.d/sys-chroots: - correct
1527
1528 * rc.d/init.d/sys-chroots: - invert condition to bring down one
1529 level of indent
1530
15312009-03-21 21:24 +0000 [r10223-10224] Elan Ruusamäe <glen/at/pld-linux.org>
1532
1533 * rc.d/init.d/local: - proper order of commands
1534
1535 * rc.d/init.d/killall: - correction
1536
15372009-03-21 21:17 +0000 [r10222] Elan Ruusamäe <glen/at/pld-linux.org>
1538
1539 * rc.d/init.d/allowlogin: - why the space?
1540
15412009-03-20 16:03 +0000 [r10221] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1542
1543 * sysconfig/network-scripts/functions.network: Set nickname only
1544 when specified in config since many wifi adapters don't support
1545 this setting.
1546
15472009-03-19 00:15 +0000 [r10218] Elan Ruusamäe <glen/at/pld-linux.org>
1548
b30f8040
AM
1549 * DEVELOPMENT, sysconfig/network-scripts/functions.network,
1550 rc.d/init.d/functions, rc.d/rc, rc.d/rc.sysinit: - use "local"
1551 not "typeset" (compatible with: pdksh/bash/dash)
7c40ed1f
JR
1552
15532009-03-16 11:34 +0000 [r10214] Elan Ruusamäe <glen/at/pld-linux.org>
1554
b30f8040 1555 * rc.d/rc.sysinit, rc.d/rc.shutdown: - shorter lvm version detect
7c40ed1f
JR
1556
15572009-03-16 11:27 +0000 [r10213] Elan Ruusamäe <glen/at/pld-linux.org>
1558
1559 * rc.d/rc.shutdown: - remove unneeded subshells
1560
15612009-03-16 11:23 +0000 [r10212] Elan Ruusamäe <glen/at/pld-linux.org>
1562
1563 * sysconfig/system: - typo
1564
15652009-03-15 23:09 +0000 [r10210-10211] Jan Rękorajski <baggins/at/pld-linux.org>
1566
1567 * rc.d/rc.shutdown, sysconfig/system: - added UMOUNT_IGNORE option
1568
1569 * rc.d/rc.shutdown: - refactor awk invocation in fs unmounting code
1570
15712009-03-12 15:32 +0000 [r10208] Elan Ruusamäe <glen/at/pld-linux.org>
1572
1573 * inittab: - sX prefix ofr serial lines
1574
ff450d58
JR
15752009-03-11 12:41 +0000 [r10203] Jan Rękorajski <baggins/at/pld-linux.org>
1576
1577 * configure.ac: - 0.4.2.0, well deserved version bump after few
1578 years of development
1579
c89f4fc8
JR
15802009-03-10 11:39 +0000 [r10197-10198] Jan Rękorajski <baggins/at/pld-linux.org>
1581
a2ee7529
JR
1582 * sysconfig/network-scripts/functions.network,
1583 sysconfig/network-scripts/ifup: - addlabel is IPv6 only
c89f4fc8
JR
1584
1585 * sysconfig/network-scripts/ifup-aliases: - added addrlabel support
1586
15872009-03-10 11:33 +0000 [r10196] Jan Rękorajski <baggins/at/pld-linux.org>
1588
1589 * sysconfig/network-scripts/ifup-aliases: - removed dead code
1590
15912009-03-10 11:20 +0000 [r10195] Jan Rękorajski <baggins/at/pld-linux.org>
1592
1593 * sysconfig/network-scripts/ifup: - add IP_LABEL support
1594
15952009-03-10 11:16 +0000 [r10194] Jan Rękorajski <baggins/at/pld-linux.org>
1596
1597 * sysconfig/network-scripts/functions.network: - allow addrlabel
1598 setting for ipv4 adresses
1599
16002009-03-10 11:11 +0000 [r10192-10193] Jan Rękorajski <baggins/at/pld-linux.org>
1601
1602 * sysconfig/network-scripts/functions.network: - remove IP6_SRC_IF
1603 dead code - started adding IP_LABEL
1604
1605 * doc/net-scripts.txt: - remove IP6_SRC_IF, add IP_ALABEL
1606
16072009-03-10 11:02 +0000 [r10191] Jan Rękorajski <baggins/at/pld-linux.org>
1608
1609 * sysconfig/interfaces/ifcfg-description: - just remove IP6_SRC_IF
1610 to avoid confusion
1611
16122009-03-10 10:56 +0000 [r10190] Jan Rękorajski <baggins/at/pld-linux.org>
1613
1614 * sysconfig/interfaces/ifcfg-description: - add IP_LABEL setting
1615 for ip addrlabel (see RFC 3484) - added comment about uselessness
1616 of IP6_SRC_IF setting
1617
16182009-03-09 21:21 +0000 [r10186] Jan Rękorajski <baggins/at/pld-linux.org>
1619
1620 * rc.d/init.d/functions: - use exntended regexp functionality
1621
16222009-03-09 21:12 +0000 [r10185] Jan Rękorajski <baggins/at/pld-linux.org>
1623
b30f8040 1624 * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases,
c89f4fc8
JR
1625 sysconfig/network-scripts/ifup-routes,
1626 sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
b30f8040
AM
1627 sysconfig/network-scripts/tnldown, rc.d/rc.sysinit,
1628 rc.d/init.d/cryptsetup, sysconfig/network-scripts/ifup-neigh,
1629 sysconfig/network-scripts/functions.network,
1630 rc.d/init.d/functions, sysconfig/network-scripts/ifup-vlan: - man
1631 grep, "Direct invocation as either egrep or fgrep is deprecated",
1632 use grep -F or grep -E
c89f4fc8
JR
1633
16342009-03-09 21:04 +0000 [r10183-10184] Jan Rękorajski <baggins/at/pld-linux.org>
1635
1636 * rc.d/rc.sysinit: - fix syntax
1637
1638 * rc.d/init.d/functions: - man grep, glen. "Direct invocation as
1639 either egrep or fgrep is deprecated" - and better safe than
1640 sorry, use grep -E with proper regexp
1641
16422009-03-09 18:50 +0000 [r10181-10182] Elan Ruusamäe <glen/at/pld-linux.org>
1643
1644 * sysconfig/network-scripts/ifdown-vlan: - ip link help might be
1645 localized, remove unneeded subshell
1646
1647 * rc.d/init.d/functions: - /proc/mounts isn't localized and it has
1648 fixed format (use fgrep)
1649
16502009-03-09 18:03 +0000 [r10180] Jan Rękorajski <baggins/at/pld-linux.org>
1651
1652 * rc.d/rc.sysinit: - use is_fsmounted for checking mount points -
1653 fix mtab entry for /dev/cpuset
1654
16552009-03-09 17:47 +0000 [r10179] Jan Rękorajski <baggins/at/pld-linux.org>
1656
1657 * rc.d/init.d/functions: - use /proc/mounts if available for
1658 checking mounted fs
1659
16602009-03-09 16:07 +0000 [r10178] Jan Rękorajski <baggins/at/pld-linux.org>
1661
1662 * rc.d/rc.sysinit: - check if /proc and /sys are mounted before
1663 trying to mount them
1664
16652009-03-09 15:54 +0000 [r10177] Jan Rękorajski <baggins/at/pld-linux.org>
1666
1667 * rc.d/init.d/functions: - added is_fsmounted function to check if
1668 a given filesystem is mounted, requires /bin/stat (i.e. coreutils
1669 >= 7.1-2)
1670
16712009-03-08 15:48 +0000 [r10176] Tomasz Pala <gotar/at/pld-linux.org>
1672
1673 * sysconfig/network-scripts/ifup: - rc.d/init.d/network calls
1674 "/sbin/ifup tnlcfg-$i boot" causing awk: cannot open tnlcfg-tun0
1675 (No such file or directory) from ifup-post tnlcfg-tun0 (calling
1676 ifup-aliases without full $CONFIG path) This fixes long lasting
1677 bug:
1678 http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg18413.html
1679 http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg11198.html
1680
16812009-03-06 12:56 +0000 [r10174] Elan Ruusamäe <glen/at/pld-linux.org>
1682
1683 * rc.d/init.d/functions: - daemon() startup errors dump to stderr
1684
16852009-03-02 12:39 +0000 [r10159] Elan Ruusamäe <glen/at/pld-linux.org>
1686
1687 * rc.d/rc.sysinit: - no bashism, typo
1688
16892009-03-02 12:28 +0000 [r10158] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
1690
1691 * rc.d/rc.sysinit: - remount rootfs rw only if no option 'ro' in
1692 fstab - hide remove errors on /etc/*mtab~* /fastboot etc
1693
16942009-02-27 16:36 +0000 [r10150] Tomasz Pala <gotar/at/pld-linux.org>
1695
1696 * sysconfig/network-scripts/ifup-vlan: - fixed exit status when no
1697 appropriate tools found
1698
16992009-02-27 16:33 +0000 [r10149] Tomasz Pala <gotar/at/pld-linux.org>
1700
1701 * sysconfig/network-scripts/ifdown-vlan: - restored vconfig support
1702 for older iproute2 users
1703
17042009-02-25 07:43 +0000 [r10146] Elan Ruusamäe <glen/at/pld-linux.org>
1705
1706 * rc.d/init.d/template.init: - less indent by using return in
1707 functions
1708
17092009-02-21 12:43 +0000 [r10135] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1710
4ca37ca2 1711 * rc.d/rc, sysconfig/network-scripts/functions.network: Comparsion
c89f4fc8
JR
1712 correction.
1713
17142009-02-20 09:05 +0000 [r10133] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1715
1716 * configure.ac: Preparations for 0.4.1.27.
1717
e19d587c
AM
17182009-02-19 20:03 +0000 [r10132] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1719
1720 * rc.d/init.d/functions: - 15 seems to be normal color on 16 and
1721 256 color consoles
1722
17232009-02-19 10:15 +0000 [r10130] Elan Ruusamäe <glen/at/pld-linux.org>
1724
1725 * rc.d/init.d/functions: - typo
1726
17272009-02-17 17:23 +0000 [r10127] Tomasz Pala <gotar/at/pld-linux.org>
1728
1729 * rc.d/init.d/functions: - added {waitname:+--name $waitname} to
1730 ssd, otherwise there's no way to start qpopperd and qpoppersd
1731 both at the same time /usr/sbin/qpoppersd already running. - use
1732 long options names
1733
17342009-02-16 01:07 +0000 [r10123-10124] Tomasz Pala <gotar/at/pld-linux.org>
1735
1736 * rc.d/init.d/functions: - keep one style of spacing, do not
1737 pollute sh with C-style comparision == operator
1738
1739 * rc.d/init.d/functions: - expand relative --pidfile to absolute
1740 /var/run path; ssd in killproc has broken plenty of daemons
1741 including amavisd-new, apache and clamav - dropped ancient
1742 /usr/X11R6/bin from $PATH
1743
17442009-02-12 11:29 +0000 [r10122] Elan Ruusamäe <glen/at/pld-linux.org>
1745
1746 * rc.d/init.d/functions: - calculate default INIT_COL from terminal
1747 size
1748
17492009-02-12 11:26 +0000 [r10121] Elan Ruusamäe <glen/at/pld-linux.org>
1750
1751 * sysconfig/system: - no hardcoded default in config for INIT_COL
1752
17532009-02-09 19:59 +0000 [r10115] Elan Ruusamäe <glen/at/pld-linux.org>
1754
1755 * rc.d/init.d/functions: - typo
1756
17572009-02-04 20:28 +0000 [r10099] Paweł Gołaszewski <blues/at/pld-linux.org>
1758
1759 * rc.d/init.d/functions: - makepid functionality to daemon function
1760
17612009-01-25 14:58 +0000 [r10096] Elan Ruusamäe <glen/at/pld-linux.org>
1762
1763 * rc.d/init.d/cryptsetup: - LC_ALL=C for greps
1764
17652009-01-23 15:03 +0000 [r10095] Elan Ruusamäe <glen/at/pld-linux.org>
1766
1767 * sysconfig/network-scripts/functions.network: - local output for
1768 func internal vars
1769
17702009-01-23 13:54 +0000 [r10094] Elan Ruusamäe <glen/at/pld-linux.org>
1771
1772 * sysconfig/network-scripts/ifdown: - grepping pid from ps ax could
1773 be ambigous, use kill -0 for running-pid-check
1774
17752009-01-23 13:45 +0000 [r10093] Elan Ruusamäe <glen/at/pld-linux.org>
1776
1777 * rc.d/init.d/cryptsetup: - revert unwanted commit
1778
17792009-01-23 13:39 +0000 [r10092] Elan Ruusamäe <glen/at/pld-linux.org>
1780
b30f8040
AM
1781 * sysconfig/network-scripts/ifup-vlan,
1782 sysconfig/network-scripts/ifup-ipx,
1783 sysconfig/network-scripts/tnlup,
1784 sysconfig/network-scripts/ifdown-sl,
1785 sysconfig/network-scripts/ifup,
1786 sysconfig/network-scripts/ifdown-irda,
1787 sysconfig/network-scripts/ifup-br,
1788 sysconfig/network-scripts/ifup-plip, sysconfig/system,
a2ee7529
JR
1789 sysconfig/network-scripts/ifup-iucv, rc.d/rc,
1790 sysconfig/network-scripts/ifdown-post, rc.d/rc.init, lang.csh,
1791 hwprofile, service, sysconfig/network-scripts/ifup-sl,
1792 sysconfig/network-scripts/ifup-irda,
1793 sysconfig/network-scripts/ifup-routes, rc.d/rc.shutdown,
e19d587c
AM
1794 sysconfig/network-scripts/ifup-aliases,
1795 sysconfig/network-scripts/ifdown-ppp,
1796 sysconfig/network-scripts/tnldown,
1797 sysconfig/network-scripts/ifup-post,
1798 sysconfig/network-scripts/ifup-plusb,
1799 sysconfig/network-scripts/ifdown,
1800 sysconfig/network-scripts/ifdown-br,
1801 sysconfig/network-scripts/ifup-neigh,
b30f8040 1802 sysconfig/network-scripts/ifup-ppp: - cleanup vi:syntax, not
e19d587c
AM
1803 needed and doesn't work anyway (should be vim:ft if any)
1804
18052009-01-23 13:34 +0000 [r10091] Elan Ruusamäe <glen/at/pld-linux.org>
1806
b30f8040
AM
1807 * Makefile.am, sysconfig/network-scripts/ifdown-br,
1808 rc.d/init.d/cryptsetup,
a2ee7529
JR
1809 sysconfig/network-scripts/functions.network, configure.ac,
1810 sysconfig/network-scripts/ifup-vlan,
1811 sysconfig/network-scripts/ifup-aliases,
e19d587c
AM
1812 sysconfig/network-scripts/tnlup,
1813 sysconfig/network-scripts/ifdown-vlan,
1814 sysconfig/network-scripts/ifup-br,
1815 sysconfig/network-scripts/tnldown,
b30f8040
AM
1816 sysconfig/network-scripts/ifdown: - force LC_ALL=C when grepping
1817 data from possibly localized program outputs
e19d587c
AM
1818
18192009-01-22 09:06 +0000 [r10090] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1820
1821 * sysconfig/interfaces/ifcfg-description: Mention GVRP option.
1822
18232009-01-22 09:02 +0000 [r10089] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1824
1825 * po/pl.po: Update
1826
18272009-01-22 08:56 +0000 [r10087-10088] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1828
1829 * sysconfig/network-scripts/functions.network,
1830 sysconfig/network-scripts/ifup-vlan: Prefer vlan creation using
1831 iproute2, fallback to vconfig.
1832
1833 * sysconfig/network-scripts/ifdown: No need for special handling
1834 for vlans when downing master device.
1835
18362009-01-22 08:41 +0000 [r10086] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1837
1838 * sysconfig/network-scripts/ifdown-vlan: vconfig no longer needed
1839 here.
1840
18412009-01-22 07:43 +0000 [r10085] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1842
b30f8040
AM
1843 * sysconfig/network-scripts/ifdown,
1844 sysconfig/network-scripts/ifdown-vlan: Delete devices using
1845 iproute2.
e19d587c
AM
1846
18472009-01-05 19:08 +0000 [r10050] Jan Rękorajski <baggins/at/pld-linux.org>
1848
1849 * rc.d/rc.sysinit, rc.d/init.d/cpusets: - use noprefix mount option
1850 for cgroup cpuset
1851
18522009-01-02 19:01 +0000 [r10047-10048] Jan Rękorajski <baggins/at/pld-linux.org>
1853
1854 * sysconfig/cpusets/cpuset-test: - removed reference to cpuset
1855 virtualization (feature long dead, and no signs of resurrection)
1856
1857 * rc.d/init.d/cpusets: - fix for /dev/cpuset mounted as cgroup
1858 -ocpuset
1859
48d12e51
JR
18602008-12-31 19:25 +0000 [r10044] Jan Rękorajski <baggins/at/pld-linux.org>
1861
1862 * configure.ac: 0.4.1.26
1863
18642008-12-25 07:08 +0000 [r10040] Jakub Bogusz <qboosh/at/pld-linux.org>
1865
1866 * rc.d/init.d/functions: - optional argument in square brackets
1867
18682008-12-16 19:00 +0000 [r10038] Elan Ruusamäe <glen/at/pld-linux.org>
1869
1870 * rc.d/init.d/functions: - add usage for killproc - shift 2 is
1871 better than shift shift
1872
18732008-12-16 18:55 +0000 [r10037] Elan Ruusamäe <glen/at/pld-linux.org>
1874
1875 * rc.d/init.d/functions: - try ssd for killproc. needs pidfile to
1876 work reliably - what values to use for --retry?
1877
18782008-12-11 17:04 +0000 [r10034] Elan Ruusamäe <glen/at/pld-linux.org>
1879
1880 * rc.d/rc.sysinit: - display LVM VG stats after LVM has been
1881 initialized
1882
18832008-12-09 14:35 +0000 [r10030] Jan Rękorajski <baggins/at/pld-linux.org>
1884
a2ee7529
JR
1885 * sysconfig/network-scripts/ifup-ppp, rc.d/rc.shutdown, po/pl.po,
1886 sysconfig/system, rc.d/rc.sysinit: - removed DevFS support
48d12e51
JR
1887
18882008-12-09 14:31 +0000 [r10029] Jan Rękorajski <baggins/at/pld-linux.org>
1889
1890 * rc.d/rc.sysinit: - udev-135-2 finally creates /dev/cpuset
1891 directory - use cgroup fs in newer kernels
1892
18932008-12-04 19:49 +0000 [r10022] Paweł Sikora <pluto/at/pld-linux.org>
1894
1895 * rc.d/rc.sysinit: - allow usb group to operate on /proc/bus/usb.
1896
18972008-12-02 07:14 +0000 [r10020] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1898
1899 * sysctl.conf: Leave default for kernel.
1900
19012008-12-02 00:08 +0000 [r10019] Paweł Sikora <pluto/at/pld-linux.org>
1902
1903 * sysctl.conf: - describe kernel.randomize_va_space feature.
1904
19052008-11-30 19:27 +0000 [r10016] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1906
1907 * sysconfig/network-scripts/ifup-vlan: Load 8021q module.
1908
19092008-11-30 15:15 +0000 [r10014] Elan Ruusamäe <glen/at/pld-linux.org>
1910
1911 * rc.d/init.d/functions: - add --pidfile to status()
1912
19132008-11-28 16:09 +0000 [r10010] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
1914
a2ee7529
JR
1915 * sysconfig/interfaces/ifcfg-eth0.1,
1916 sysconfig/network-scripts/ifup,
1917 sysconfig/interfaces/ifcfg-description: macvlan support.
48d12e51
JR
1918
19192008-11-27 14:47 +0000 [r10007] Jan Rękorajski <baggins/at/pld-linux.org>
1920
1921 * rc.d/rc.sysinit: - load dm-mod before using dmsetup in multipath
1922 case
1923
19242008-11-18 13:40 +0000 [r9998] Elan Ruusamäe <glen/at/pld-linux.org>
1925
1926 * rc.d/init.d/cryptsetup: - catch missing device errors
1927
19282008-11-18 13:26 +0000 [r9996-9997] Elan Ruusamäe <glen/at/pld-linux.org>
1929
1930 * sysconfig/interfaces/data/chat-ppp0.kou: - it starts pppd right
1931 after connection - with kernel or fixed firmware there's OK said
1932 after ATZ
1933
1934 * sysconfig/interfaces/ifcfg-ppp0.kou: - add debug line (disabled)
1935
19362008-11-14 01:23 +0000 [r9991] Elan Ruusamäe <glen/at/pld-linux.org>
1937
1938 * rc.d/init.d/cryptsetup: - use nls
1939
19402008-11-12 23:27 +0000 [r9985] Elan Ruusamäe <glen/at/pld-linux.org>
1941
1942 * rc.d/init.d/cryptsetup: - dmsetup mknodes so the startup doesn't
1943 complain on missing nodes
1944
19452008-11-10 00:46 +0000 [r9974] Elan Ruusamäe <glen/at/pld-linux.org>
1946
1947 * rc.d/init.d/cryptsetup: - output formatting cosmetics
1948
19492008-11-10 00:15 +0000 [r9973] Elan Ruusamäe <glen/at/pld-linux.org>
1950
1951 * rc.d/init.d/cryptsetup: - no bashism
1952
19532008-11-05 22:48 +0000 [r9970] Elan Ruusamäe <glen/at/pld-linux.org>
1954
1955 * rc.d/init.d/functions: - add --chdir to daemon()
1956
19572008-11-05 22:39 +0000 [r9969] Elan Ruusamäe <glen/at/pld-linux.org>
1958
1959 * rc.d/init.d/functions: - -u is for stopping in ssd
1960
a9ebb51e
ER
19612008-11-04 20:04 +0000 [r9963] Elan Ruusamäe <glen/at/pld-linux.org>
1962
1963 * configure.ac: - wtf 0.4.1.24 was already there? bump to 0.4.1.25
1964 then
1965
19662008-11-04 19:57 +0000 [r9962] Elan Ruusamäe <glen/at/pld-linux.org>
1967
1968 * DEVELOPMENT: - somewhy have to svn up again after configure.ac
1969 commit
1970
fba1005e
ER
19712008-11-04 19:45 +0000 [r9959] Elan Ruusamäe <glen/at/pld-linux.org>
1972
1973 * configure.ac: - 0.4.1.24 release
1974
b33d4f1e
ER
19752008-11-04 18:07 +0000 [r9958] Elan Ruusamäe <glen/at/pld-linux.org>
1976
1977 * lang.sh: - LC_ALL was still overwritten with i18n value even if
1978 one had from ssh session
1979
19802008-10-29 08:54 +0000 [r9927] Elan Ruusamäe <glen/at/pld-linux.org>
1981
1982 * run-parts: - rip out -u <runas_user> -- it's bad concept and
1983 nothing should be using it anyway
1984
19852008-10-28 00:09 +0000 [r9926] Elan Ruusamäe <glen/at/pld-linux.org>
1986
1987 * run-parts: - add --test and -- to behave like debian run-parts(1)
1988
19892008-10-26 13:43 +0000 [r9922] Tomasz Pala <gotar/at/pld-linux.org>
1990
b30f8040 1991 * sysconfig/system, rc.d/rc.sysinit: - introduce START_UDEV
b33d4f1e
ER
1992 variable
1993
19942008-10-25 22:53 +0000 [r9921] Andrzej Dopierała <undefine/at/pld-linux.org>
1995
b30f8040 1996 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
b33d4f1e
ER
1997 - wpa is also usefull with not wireless devices - eg with 8021x.
1998 - patch by Pawel Nogas <pnogas(AT)amu(DOT)edu(DOT)pl>
1999
20002008-10-25 18:35 +0000 [r9920] Radosław Zieliński <radek/at/pld-linux.org>
2001
2002 * sysconfig/network-scripts/ifup: - removed sed dependency
2003
20042008-10-25 18:16 +0000 [r9918-9919] Radosław Zieliński <radek/at/pld-linux.org>
2005
2006 * sysconfig/interfaces/ifcfg-eth0.1: - typo
2007
b30f8040
AM
2008 * sysconfig/network-scripts/ifdown, doc/net-scripts.txt,
2009 sysconfig/interfaces/ifcfg-eth0, sysconfig/network-scripts/ifup:
4ca37ca2 2010 - support for automatic 6to4 tunnels
b33d4f1e
ER
2011
20122008-10-13 13:21 +0000 [r9909] Tomasz Pala <gotar/at/pld-linux.org>
2013
a2ee7529 2014 * backtick-test.sh (added), rc.d/init.d/network: - restored some
b33d4f1e
ER
2015 backticks - pdksh has broken $(...) closing paren detection, -
2016 added backtick-test.sh to test whenever this would be valid some
2017 day
2018
20192008-10-13 01:04 +0000 [r9908] Tomasz Pala <gotar/at/pld-linux.org>
2020
a2ee7529 2021 * rc.d/init.d/cpusets, rc.d/init.d/functions, rc.d/init.d/network:
b33d4f1e
ER
2022 - unified function definitions (line-saving way), - use
2023 unambiguous $(...) instead of backticks.
2024
20252008-10-12 18:08 +0000 [r9907] Tomasz Pala <gotar/at/pld-linux.org>
2026
2027 * rc.d/init.d/functions: - start-stop-daemon uses -c not -u to
2028 change UID
2029
20302008-09-16 20:39 +0000 [r9869] Elan Ruusamäe <glen/at/pld-linux.org>
2031
2032 * inittab: - full set of samples for default terminals (default
2033 keymap doesn't allow you switch over 12)
2034
20352008-09-15 08:23 +0000 [r9868] Elan Ruusamäe <glen/at/pld-linux.org>
2036
2037 * inittab: - you don't likely need so many terminals
2038
fc378959
ER
20392008-08-07 20:39 +0000 [r9860] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2040
2041 * rc.d/rc.sysinit: Actually don't use -s option since dmesg uses
2042 klogctl() to retrieve real ring buffer size.
2043
20442008-08-07 20:36 +0000 [r9859] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2045
2046 * rc.d/rc.sysinit: dump 524288 of dmesg data
2047
20482008-07-24 10:10 +0000 [r9851] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2049
2050 * sysctl.conf: Don't set net.ipv4.ip_local_port_range; use kernel
2051 default
2052
20532008-07-24 10:06 +0000 [r9850] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2054
2055 * sysctl.conf: Disable tcp syncookies by default (these disable
2056 SACK which according to DaveM 'sets TCP stack back by 10 years')
2057
20582008-07-22 17:39 +0000 [r9849] Jakub Bogusz <qboosh/at/pld-linux.org>
2059
2060 * sysconfig/i18n: - proper encoding for de_DE
2061
2d615fcd 20622008-07-17 20:42 +0000 [r9846] shadzik <shadzik/at/pld-linux.org>
fc378959
ER
2063
2064 * sysconfig/network-scripts/ifup: - wpa_supplicant 0.6.3 doesn't
2065 have a "-w" option!!
2066
20672008-06-10 21:00 +0000 [r9801] Paweł Gołaszewski <blues/at/pld-linux.org>
2068
2069 * sysconfig/network-scripts/ifup-ppp: - try last resort in setting
2070 MODEMPORT - compatibility change.
2071
20722008-06-01 11:28 +0000 [r9785] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2073
2074 * rc.d/init.d/functions: Export ISATTY. Calling this test from
2075 inside of initlog() return true even if output still goes into
2076 terminal. By exporting we make sure that initial test result is
2077 used for entire run of the script. Fixes wrong 'DONE' string
2078 alignment when bringin up dhcp.
2079
20802008-05-22 19:08 +0000 [r9761] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2081
2082 * sysconfig/network-scripts/ifdown: Return can be only from
2083 function. Use exit.
2084
20852008-05-19 06:21 +0000 [r9759-9760] Elan Ruusamäe <glen/at/pld-linux.org>
2086
2087 * rc.d/init.d/functions: - tabs
2088
2089 * rc.d/init.d/functions: - try not to use initlog if $RC_LOGGING is
2090 off (avoits usleeps for each startup)
2091
20922008-05-19 06:05 +0000 [r9756-9757] Elan Ruusamäe <glen/at/pld-linux.org>
2093
2094 * configure.ac: - 0.4.1.23
4a4479ff
ER
2095
2096 * rc.d/init.d/functions: - add --pidfile to daemon()
2097
20982008-04-27 02:00 +0000 [r9733] Elan Ruusamäe <glen/at/pld-linux.org>
2099
2100 * rc.d/init.d/functions: - disable log_success/log_failed when
2101 RC_LOGGING is off
2102
21032008-04-27 01:34 +0000 [r9731-9732] Elan Ruusamäe <glen/at/pld-linux.org>
2104
2105 * sysconfig/interfaces/tnlcfg-description: - utf8
2106
b30f8040 2107 * doc/polski.dsl, doc/sysconfig.docb, doc/rc-scripts.docb: - utf8
4a4479ff
ER
2108
21092008-04-27 01:29 +0000 [r9730] Elan Ruusamäe <glen/at/pld-linux.org>
2110
a2ee7529 2111 * configure.ac, rc-scripts.spec.in (removed), Makefile.am: -
4a4479ff
ER
2112 outdated, use spec from cvs
2113
21142008-04-27 01:24 +0000 [r9729] Elan Ruusamäe <glen/at/pld-linux.org>
2115
b30f8040 2116 * sysconfig/network-scripts/ifdown-irda,
a2ee7529 2117 sysconfig/network-scripts/ifdown-vlan,
4ca37ca2
JR
2118 sysconfig/network-scripts/ifup-br,
2119 sysconfig/network-scripts/tnldown,
b30f8040
AM
2120 sysconfig/network-scripts/ifdown-br, hwprofile,
2121 sysconfig/network-scripts/ifup-irda, rc.d/init.d/functions,
2122 sysconfig/network-scripts/ifup-vlan,
2123 sysconfig/network-scripts/tnlup: - utf8
4a4479ff
ER
2124
21252008-04-27 01:20 +0000 [r9728] Elan Ruusamäe <glen/at/pld-linux.org>
2126
2127 * AUTHORS: - utf8
2128
21292008-04-24 21:23 +0000 [r9724-9725] Elan Ruusamäe <glen/at/pld-linux.org>
2130
2131 * configure.ac: - 0.4.1.22
2132
2133 * rc.d/init.d/functions: - make stripping string suffixes from
2134 EXTRAVER more greedy
2135
48a02724
ER
21362008-04-23 22:35 +0000 [r9720-9722] Elan Ruusamäe <glen/at/pld-linux.org>
2137
2138 * configure.ac: - 0.4.1.21
2139
2140 * rc.d/rc.sysinit: - leave note for future not to fall again
8f8963f3
ER
2141
2142 * rc.d/init.d/functions: - handle also `uname -r` returning
2143 "2.6.25-1"
2144
21452008-04-23 22:27 +0000 [r9718-9719] Elan Ruusamäe <glen/at/pld-linux.org>
2146
2147 * rc.d/rc.sysinit: - second try: /var/run cleanup without find and
2148 without args len exceeded error
2149
2150 * rc.d/init.d/functions: - fix for kernels whose release is
2151 "2.6.25_vanilla-1", found by vip`
2152
21532008-04-16 17:30 +0000 [r9711] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2154
2155 * sysconfig/i18n: Obsolete texts.
2156
c7f7db0b
JR
21572008-04-09 09:02 +0000 [r9703-9704] Jan Rękorajski <baggins/at/pld-linux.org>
2158
2159 * configure.ac: - 0.4.1.20
2160
2161 * rc.d/rc.sysinit: - reverted r9238, /usr may NOT be mounted at
2162 this time, ever heard of NFS?
2163
21642008-03-27 15:42 +0000 [r9688] Patryk Zawadzki <patrys/at/pld-linux.org>
2165
2166 * configure.ac: - bump version to 0.4.1.19
2167
21682008-03-27 15:19 +0000 [r9687] Patryk Zawadzki <patrys/at/pld-linux.org>
2169
2170 * rc.d/rc.shutdown: - force reboot/halt to work with other init
2171 daemons
2172
21732008-03-26 19:43 +0000 [r9685] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
2174
2175 * configure.ac: - forgot to commit; 0.4.1.18
2176
f064ffe8
SP
21772008-03-26 16:20 +0000 [r9682] Elan Ruusamäe <glen/at/pld-linux.org>
2178
2179 * setsysfont: - /usr is not mounted when this is called from
2180 rc.sysinit
2181
21822008-03-26 14:42 +0000 [r9681] Elan Ruusamäe <glen/at/pld-linux.org>
2183
2184 * sysconfig/network: - i always set full hostname here, why "only
2185 hostname" comment?
2186
21872008-03-26 08:46 +0000 [r9680] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
2188
2189 * sysconfig/network-scripts/ifup-ppp: - "sync" option must be used
2190 before "plugin" option - changes made by seba (at) pro-ject.net
2191 (merged from cvs)
2192
21932008-03-26 08:42 +0000 [r9677-9679] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
2194
2195 * sysconfig/interfaces/Makefile.am: - added
2196 ifcfg-ppp0.ueagle4-neostrada
2197
2198 * sysconfig/interfaces/ifcfg-description: - added SYNC option
2199
2200 * sysconfig/interfaces/ifcfg-ppp0.ueagle4-neostrada (added): -
2201 config for neostrada using usb modem Sagem E4
2202
22032008-03-26 08:11 +0000 [r9675] Elan Ruusamäe <glen/at/pld-linux.org>
2204
2205 * configure.ac: - release 0.4.1.17
2206
b214adc3
ER
22072008-03-25 23:41 +0000 [r9674] Elan Ruusamäe <glen/at/pld-linux.org>
2208
2209 * rc.d/init.d/template.init: - more chkconfig vars
2210
22112008-03-25 15:14 +0000 [r9670-9671] Elan Ruusamäe <glen/at/pld-linux.org>
2212
2213 * sysconfig/network-scripts/ifup-ppp: - actually check $MODEMPORT
2214 being chardevice after all *DSL variants
2215
2216 * sysconfig/network-scripts/ifup-ppp: - check $MODEMPORT set from
2217 config (not the value set from this script)
2218
44179b89
ER
22192008-03-24 19:17 +0000 [r9667-9668] Elan Ruusamäe <glen/at/pld-linux.org>
2220
2221 * configure.ac: - release 0.4.1.16
2222
2223 * sysconfig/network-scripts/functions.network: - return val doc for
2224 check_{mii_tool,ethtool,iwconfig} - code readability
2225
22262008-03-22 12:14 +0000 [r9649] Jakub Bogusz <qboosh/at/pld-linux.org>
2227
2228 * sysconfig/interfaces/ifcfg-description: - typo
2229
22302008-03-19 14:21 +0000 [r9646] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2231
2232 * rc.d/rc.shutdown: Use .sh - safer.
2233
22342008-03-19 12:51 +0000 [r9645] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2235
2236 * rc.d/rc.shutdown: Multiple UPS support.
2237
22382008-03-09 12:33 +0000 [r9575] Jakub Bogusz <qboosh/at/pld-linux.org>
2239
2240 * setsysfont: - use "locale charmap" to detect UTF-8 locales
2241 properly - call unicode_stop for non-UTF locales (Linux 2.6.24+
2242 has unicode console by default)
2243
22442008-03-01 18:01 +0000 [r9549] Andrzej Dopierała <undefine/at/pld-linux.org>
2245
2246 * sysconfig/interfaces/ifcfg-eth0: - add commented DHCP_OPTIONS
2247 option to show how to pass parameters to dhcp client
2248
8846e4c1
ER
22492008-02-27 10:35 +0000 [r9533] Elan Ruusamäe <glen/at/pld-linux.org>
2250
2251 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
2252 - fix for network script that it does not enslave eth interfaces
2253 from it during stop phase (Ilja Bobkevič)
2254
c532e0cd
ER
22552008-02-18 20:56 +0000 [r9424] Elan Ruusamäe <glen/at/pld-linux.org>
2256
2257 * sysconfig/network-scripts/ifup-ppp: - require $MODEMPORT being
2258 character device (/dev/modem, /dev/tts/USB0)
2259
22602008-02-14 15:23 +0000 [r9346] Elan Ruusamäe <glen/at/pld-linux.org>
2261
2262 * sysconfig/interfaces/ifcfg-ppp0.pppoe (added): - add config i
2263 used for adsl setup
2264
22652008-02-11 10:16 +0000 [r9303] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2266
2267 * rc.d/rc.shutdown: mdadm stop will yell that it can't stop rootfs
2268 array. Such errors are misleading and useless.
2269
22702008-02-09 20:00 +0000 [r9279] Elan Ruusamäe <glen/at/pld-linux.org>
2271
2272 * sysconfig/network-scripts/ifup-ppp: - fail on required MODEMPORT
2273 (or set it to /dev/modem?)
2274
22752008-02-08 22:58 +0000 [r9254] Elan Ruusamäe <glen/at/pld-linux.org>
2276
2277 * sysconfig/network-scripts/ifup-ppp: - typo
2278
22792008-02-08 22:17 +0000 [r9252-9253] Elan Ruusamäe <glen/at/pld-linux.org>
2280
2281 * sysconfig/interfaces/data/Makefile.am: - kõu disconnect script
2282
2283 * sysconfig/interfaces/data/chat-ppp0.kou-disconnect (added): -
2284 disconnect script (not tested)
2285
22862008-02-08 19:34 +0000 [r9240-9245] Elan Ruusamäe <glen/at/pld-linux.org>
2287
4ca37ca2
JR
2288 * sysconfig/interfaces/Makefile.am,
2289 sysconfig/interfaces/data/Makefile.am: - files for kõu
c532e0cd
ER
2290 (http://www.kou.ee/)
2291
2292 * sysconfig/interfaces/ifcfg-ppp0.kou: - renamed chatscript
2293
2294 * sysconfig/interfaces/data/chat-ppp0.kou (added),
2295 sysconfig/interfaces/data/chat-kou (removed): - renamed
2296
2297 * sysconfig/interfaces/ifcfg-ppp0.kou (added),
2298 sysconfig/interfaces/ifcfg-kou (removed): - renamed
2299
2300 * sysconfig/interfaces/data/chat-kou (added): - chat script for kõu
2301 (http://www.kou.ee/)
2302
2303 * sysconfig/interfaces/ifcfg-kou (added): - config for kõu
2304 (http://www.kou.ee/)
2305
23062008-02-08 17:34 +0000 [r9238] Elan Ruusamäe <glen/at/pld-linux.org>
2307
2308 * rc.d/rc.sysinit: - use find to overcome arguments length exceeded
2309 when descending to php sessions dir (and yes, /usr is already
2310 mounted when this code is ran)
2311
23122008-02-08 15:39 +0000 [r9237] Elan Ruusamäe <glen/at/pld-linux.org>
2313
2314 * sysconfig/network-scripts/ifup-ppp: - give hint on missing
2315 chatscript error
2316
23172008-02-08 14:54 +0000 [r9236] Elan Ruusamäe <glen/at/pld-linux.org>
2318
2319 * sysconfig/interfaces/ifcfg-description: - placeholder for
2320 WVDIALSECT
2321
23222008-01-29 12:10 +0000 [r9209] Elan Ruusamäe <glen/at/pld-linux.org>
2323
2324 * modules: - mention that /etc/modules.X.Y and /etc/modules.X.Y.Z
2325 are readed too - mention that module options are processed too
2326
23272008-01-15 09:40 +0000 [r9174] Elan Ruusamäe <glen/at/pld-linux.org>
2328
2329 * rc.d/rc.local: - leave EOF clean ;)
2330
22101dbe
ER
23312007-12-30 13:31 +0000 [r9170] Elan Ruusamäe <glen/at/pld-linux.org>
2332
2333 * configure.ac: - prepare 0.4.1.15
2334
23352007-12-27 00:52 +0000 [r9162] Elan Ruusamäe <glen/at/pld-linux.org>
2336
2337 * rc.d/init.d/functions: - handle when there's no terminal attached
2338 (f.e gui tools like smart)
2339
23402007-12-17 17:39 +0000 [r9145] Elan Ruusamäe <glen/at/pld-linux.org>
2341
2342 * rc.d/init.d/local: - implement status
2343
23442007-12-17 17:35 +0000 [r9144] Elan Ruusamäe <glen/at/pld-linux.org>
2345
2346 * rc.d/init.d/allowlogin: - implement status
2347
23482007-12-11 12:29 +0000 [r9137-9140] Elan Ruusamäe <glen/at/pld-linux.org>
2349
2350 * configure.ac: - prepare 0.4.1.14
d1437047
ER
2351
2352 * rc.d/rc.sysinit: - load dm-multipath module before multipath
2353 activating for setups when rootfs was not also on multipath
2354
246266cd
ER
23552007-12-10 22:25 +0000 [r9135] Elan Ruusamäe <glen/at/pld-linux.org>
2356
2357 * lang.sh: - cosmetics
2358
23592007-12-10 22:20 +0000 [r9134] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2360
2361 * lang.sh: Don't overwrite session settings (that can be comming
2362 from ssh).
2363
23642007-12-08 13:05 +0000 [r9132] Elan Ruusamäe <glen/at/pld-linux.org>
2365
2366 * rc.d/init.d/network: - cleanups
2367
23682007-12-08 13:02 +0000 [r9130-9131] Elan Ruusamäe <glen/at/pld-linux.org>
2369
2370 * rc.d/init.d/network: - added reload target (will ask DHCP client
2371 to renew lease), only dhcpcd supported for now
2372
2373 * sysconfig/network-scripts/functions.network: - minor cosetics
2374
23752007-12-05 13:15 +0000 [r9128] Elan Ruusamäe <glen/at/pld-linux.org>
2376
2377 * rc.d/Makefile.am, rc.d/rc.modules (removed): - rc.modules
2378 functionality integrated to rc.sysinit
2379
23802007-12-05 13:02 +0000 [r9127] Elan Ruusamäe <glen/at/pld-linux.org>
2381
2382 * rc.d/rc.sysinit: - formatting
2383
23842007-12-01 20:49 +0000 [r9125] Adam Gołębiowski <adamg/at/pld-linux.org>
2385
2386 * rc.d/rc.sysinit: - skip fsck on / if device node doesn't exist
2387 yet, e.g.: rootfs-on-lvm and udev is used (perhaps we should try
2388 to fsck / once more later on?)
2389
23902007-11-28 20:28 +0000 [r9117] Jakub Bogusz <qboosh/at/pld-linux.org>
2391
2392 * rc.d/init.d/template.init: - simplicity and verboseness wins: let
2393 try-restart inform if service is not running
2394
23952007-11-26 20:37 +0000 [r9102] Elan Ruusamäe <glen/at/pld-linux.org>
2396
b30f8040
AM
2397 * sysconfig/network-scripts/ifdown,
2398 sysconfig/network-scripts/functions.network,
2399 sysconfig/network-scripts/ifup: - apply
2400 SOURCES/rc-scripts-dev_alias.patch (if it is buggy then the bugs
2401 should be fixed -- it's been applied in pld ac for ages)
246266cd
ER
2402
24032007-11-26 20:32 +0000 [r9101] Elan Ruusamäe <glen/at/pld-linux.org>
2404
2405 * rc.d/rc.sysinit: - /etc/rc.d/rc.modules moved to internal
2406 functions - module paramters also accepted from modules file
2407
24082007-11-26 20:15 +0000 [r9100] Elan Ruusamäe <glen/at/pld-linux.org>
2409
2410 * rc.d/rc.sysinit: - make $RUN_DEPMOD=ifmissing really behave so as
2411 described (depmod -A stats every module file in modules dir)
2412
24132007-11-26 20:08 +0000 [r9096-9099] Elan Ruusamäe <glen/at/pld-linux.org>
2414
2415 * rc.d/rc.modules: - plain modprobe the module - skip loading
2416 rc-scripts functions if they appear to be loaded already
2417
2418 * rc.d/rc.shutdown: - apply SOURCES/rc-scripts-fuser.patch
2419
2420 * rc.d/init.d/functions: - tab-safe is_empty_file() now (from
2421 rc.modules)
2422
2423 * sysconfig/system: - add $RC_BOOTLOG=yes
2424
24252007-11-26 17:46 +0000 [r9092] Elan Ruusamäe <glen/at/pld-linux.org>
2426
2427 * configure.ac: - prepare 0.4.1.13
2428
7d128417
ER
24292007-11-25 11:18 +0000 [r9091] Jakub Bogusz <qboosh/at/pld-linux.org>
2430
2431 * rc.d/init.d/template.init: - force-reload is not supposed to
2432 start service if it is not running - new try-restart action (as
2433 specified by LSB 3.1.0, formerly "condrestart" in some distros)
2434 it should restart service if running and just exit sucessfully
2435 otherwise
2436
24372007-11-25 08:46 +0000 [r9090] Jakub Bogusz <qboosh/at/pld-linux.org>
2438
2439 * rc.d/init.d/template.init: - simplified
2440
24412007-11-21 23:24 +0000 [r9076-9077] Elan Ruusamäe <glen/at/pld-linux.org>
2442
2443 * rc.d/init.d/template.init: - better this way
2444
2445 * rc.d/init.d/template.init: - this should be restart, who put
2446 reload there?
2447
24482007-11-21 23:18 +0000 [r9074-9075] Elan Ruusamäe <glen/at/pld-linux.org>
2449
2450 * rc.d/init.d/template.init: - reload also could use pidfile
2451
2452 * rc.d/init.d/template.init: - one more killproc sample
2453
24542007-11-13 18:57 +0000 [r9043] Elan Ruusamäe <glen/at/pld-linux.org>
2455
2456 * rc.d/rc.sysinit: - suffix dm-multipath partitions with pN
2457
24582007-11-09 01:54 +0000 [r9033] Elan Ruusamäe <glen/at/pld-linux.org>
2459
2460 * rc.d/rc.shutdown: - blogd might be already down and it might had
2461 been started manually
2462
24632007-11-09 01:47 +0000 [r9032] Elan Ruusamäe <glen/at/pld-linux.org>
2464
2465 * sysconfig/hwprofiles/Makefile.am: - if the file is not packaged
2466 in spec, don't install it either
2467
24682007-11-09 01:37 +0000 [r9030-9031] Elan Ruusamäe <glen/at/pld-linux.org>
2469
b30f8040 2470 * rc.d/rc.sysinit, rc.d/rc.shutdown: - /etc/crypttab shouldn't be
7d128417
ER
2471 empty when using it
2472
2473 * rc.d/init.d/functions: - add is_empty_file() function
2474
24752007-11-09 01:20 +0000 [r9028-9029] Elan Ruusamäe <glen/at/pld-linux.org>
2476
2477 * crypttab (added), Makefile.am: - add sample /etc/crypttab
2478
2479 * TODO: - cleanup
2480
24812007-11-09 01:10 +0000 [r9027] Elan Ruusamäe <glen/at/pld-linux.org>
2482
b30f8040 2483 * rc.d/rc.sysinit, rc.d/rc.shutdown: - bugfixes for crypttab
7d128417
ER
2484
24852007-11-09 00:49 +0000 [r9025-9026] Elan Ruusamäe <glen/at/pld-linux.org>
2486
2487 * rc.d/rc.shutdown: - add /etc/crypttab processing
2488
2489 * rc.d/init.d/cryptsetup: - add halt_crypto() from fc
2490 initscripts-8.54 - add standalone mode for start/stop
2491
24922007-11-09 00:37 +0000 [r9024] Elan Ruusamäe <glen/at/pld-linux.org>
2493
2494 * rc.d/rc.sysinit: - initial /etc/crypttab processing
2495
24962007-11-09 00:33 +0000 [r9021-9023] Elan Ruusamäe <glen/at/pld-linux.org>
2497
2498 * rc.d/init.d/Makefile.am: - add cryptsetup
2499
2500 * rc.d/init.d/cryptsetup (added): - based on code from rc.sysinit
2501 of fc initscripts-8.54
2502
2503 * man/Makefile.am, man/crypttab.5 (added): - add crypttab.5 from fc
2504 initscripts-8.54
2505
25062007-11-09 00:21 +0000 [r9020] Elan Ruusamäe <glen/at/pld-linux.org>
2507
2508 * rc.d/init.d/random: - use subsys lock files
2509
25102007-11-09 00:00 +0000 [r9019] Elan Ruusamäe <glen/at/pld-linux.org>
2511
b30f8040 2512 * rc.d/rc.shutdown, rc.d/rc.sysinit: - blogd updates
7d128417
ER
2513
25142007-11-08 00:42 +0000 [r9016] Elan Ruusamäe <glen/at/pld-linux.org>
2515
b30f8040 2516 * src/usleep.c, man/usleep.1, src/Makefile.am: - update with suse
7d128417
ER
2517 variant from killproc-2.12 (and who's oot?
2518 http://lists.rpath.com/pipermail/initscripts-commits/2006-December/000573.html)
2519
25202007-11-08 00:29 +0000 [r9013-9015] Elan Ruusamäe <glen/at/pld-linux.org>
2521
2522 * src/initlog.c: - update from initscripts-8.54, except killing
2523 startDaemon() and adding deprecation message
2524
2525 * src/initlog.conf: - update from initscripts-8.54
2526
2527 * src/minilogd.c: - update from initscripts-8.54
2528
e49f84a3
ER
25292007-11-06 18:55 +0000 [r9004-9005] Elan Ruusamäe <glen/at/pld-linux.org>
2530
2531 * configure.ac: - release 0.4.1.12
2532
2533 * rc.d/init.d/functions: - missing shift for nice level parsing in
2534 daemon(). fixes some (broken) initscripts
2535
25362007-11-05 18:09 +0000 [r8991] Elan Ruusamäe <glen/at/pld-linux.org>
2537
2538 * sysconfig/clock: - UTC clock by default. See:
2539 http://glen.alkohol.ee/pld/clock-utc.html
2540
25412007-11-02 02:29 +0000 [r8957-8959] Elan Ruusamäe <glen/at/pld-linux.org>
2542
2543 * configure.ac: - release 0.4.1.11
2544
2545 * rc.d/init.d/functions: - ksh doesn't like $2 in # modifier
2546
54c89f1d
ER
25472007-11-01 13:23 +0000 [r8947-8948] Elan Ruusamäe <glen/at/pld-linux.org>
2548
2549 * man/fstab-decode.8 (added): - add from fc
2550
2551 * src/fstab-decode.c (added): - add from fc
2552
25532007-11-01 13:20 +0000 [r8946] Elan Ruusamäe <glen/at/pld-linux.org>
2554
2555 * configure.ac: - release 0.4.1.10
2556
25572007-11-01 12:20 +0000 [r8944] Elan Ruusamäe <glen/at/pld-linux.org>
2558
2559 * rc.d/rc.sysinit: - /dev (with devfs) could be mounted by kernel
2560 (arekm note)
2561
25622007-11-01 03:00 +0000 [r8941-8942] Elan Ruusamäe <glen/at/pld-linux.org>
2563
b30f8040 2564 * man/Makefile.am, src/Makefile.am: - add fstab-decode from rh
54c89f1d
ER
2565
2566 * rc.d/rc.sysinit: - don't get tempted to kill blogd
2567
25682007-11-01 02:53 +0000 [r8940] Elan Ruusamäe <glen/at/pld-linux.org>
2569
2570 * rc.d/rc.sysinit: - read /proc/cmdline after /proc mount
2571
25722007-11-01 02:36 +0000 [r8937-8939] Elan Ruusamäe <glen/at/pld-linux.org>
2573
2574 * sysconfig/system: - devfs comment update
2575
2576 * rc.d/rc.sysinit: - devfsd without devfs makes no sense :)
2577
2578 * rc.d/rc.sysinit: - no need to source udev configs here - just
2579 umount /initrd/dev without checking
2580
46fe5da7
ER
25812007-11-01 02:10 +0000 [r8935] Elan Ruusamäe <glen/at/pld-linux.org>
2582
2583 * rc.d/rc.sysinit: - $PATH is set from init.d/functions - improve
2584 dm-multipath setup - attempt harder to create all LVM nodes, even
2585 the ones initialized from initrd - kill blogd at the end of
2586 script
2587
25882007-11-01 02:06 +0000 [r8934] Elan Ruusamäe <glen/at/pld-linux.org>
2589
2590 * rc.d/rc.sysinit: - umount /initrd earlier, right after udev
2591 startup
2592
25932007-11-01 01:34 +0000 [r8932-8933] Elan Ruusamäe <glen/at/pld-linux.org>
2594
2595 * rc.d/init.d/functions: - strstr() from fedora initscripts
2596
2597 * rc.d/rc.sysinit: - read /proc/cmdline just once (idea stolen from
2598 fedora)
2599
26002007-11-01 01:23 +0000 [r8930-8931] Elan Ruusamäe <glen/at/pld-linux.org>
2601
b30f8040 2602 * rc.d/init.d/functions, rc.d/rc.sysinit: - disable_selinux(),
46fe5da7
ER
2603 relabel_selinux(), clean_vserver_mtab() used only in rc.sysinit,
2604 moved there
2605
2606 * rc.d/init.d/functions: - local vars
2607
26082007-11-01 01:13 +0000 [r8929] Elan Ruusamäe <glen/at/pld-linux.org>
2609
2610 * rc.d/init.d/functions: - drop redhat/mandrake compat - simple if
2611 should be lighter than function call
2612
26132007-11-01 01:05 +0000 [r8927-8928] Elan Ruusamäe <glen/at/pld-linux.org>
2614
2615 * rc.d/init.d/functions: - drop unneeded subshell
2616
2617 * rc.d/init.d/functions: - use shell construct to test is pathname
2618 full path
2619
26202007-11-01 00:59 +0000 [r8926] Elan Ruusamäe <glen/at/pld-linux.org>
2621
2622 * rc.d/init.d/functions: - use shell constructs for basename()
2623
26242007-11-01 00:54 +0000 [r8925] Elan Ruusamäe <glen/at/pld-linux.org>
2625
2626 * rc.d/init.d/functions: - avoid endless loop when one puts --user
2627 after daemon name - some small optimizations - update daemon()
2628 usage
2629
26302007-11-01 00:48 +0000 [r8924] Elan Ruusamäe <glen/at/pld-linux.org>
2631
2632 * sysconfig/system: - add DEFAULT_SERVICE_UMASK=022
2633
26342007-11-01 00:35 +0000 [r8922-8923] Elan Ruusamäe <glen/at/pld-linux.org>
2635
2636 * rc.d/init.d/functions: - shell version
2637
2638 * rc.d/init.d/functions: - set ulimits with one awk call in
2639 daemon()
2640
26412007-10-31 23:31 +0000 [r8920-8921] Elan Ruusamäe <glen/at/pld-linux.org>
2642
2643 * dumb.sh: - usable
2644
2645 * rc.d/init.d/functions: - typo?
2646
26472007-10-31 20:48 +0000 [r8919] Elan Ruusamäe <glen/at/pld-linux.org>
2648
2649 * rc.d/rc.sysinit: - small cleanups and fixes
2650
26512007-10-30 19:42 +0000 [r8904] Elan Ruusamäe <glen/at/pld-linux.org>
2652
2653 * rc.d/rc.sysinit: - move $MODULES_CONF closer where it is used
2654
26552007-10-30 16:23 +0000 [r8903] Elan Ruusamäe <glen/at/pld-linux.org>
2656
2657 * rc.d/rc.sysinit: - fix obvious typo (perhaps drop it as it never
2658 worked?)
2659
26602007-10-30 16:10 +0000 [r8901-8902] Elan Ruusamäe <glen/at/pld-linux.org>
2661
2662 * rc.d/rc.sysinit: - activate dm-multipath
2663
2664 * rc.d/rc.sysinit: - small optimize to use only awk
2665
26662007-10-29 11:29 +0000 [r8897] Elan Ruusamäe <glen/at/pld-linux.org>
2667
2668 * sysconfig/network-scripts/ifup: - assume default
2669 WLAN_WPA_CONFIG=/etc/wpa_supplicant.conf
2670
26712007-10-28 17:58 +0000 [r8891-8893] Elan Ruusamäe <glen/at/pld-linux.org>
2672
2673 * sysconfig/interfaces/ifcfg-description: - $HOTPLUG is processed
2674 by udev (udev_net_helper)
2675
2676 * sysconfig/network-scripts/functions.network: - allow
2677 WLAN_MODE=managed in lowercase (as it's in doc)
2678
2679 * sysconfig/network-scripts/functions.network: - key index and
2680 value should be different arguments
2681
26822007-10-28 17:36 +0000 [r8890] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2683
2684 * rc.d/rc.shutdown: Revert ntfsfix. Please use something like
2685 init.d/ntfsfix for that.
2686
26872007-10-28 16:59 +0000 [r8887-8889] Elan Ruusamäe <glen/at/pld-linux.org>
2688
2689 * sysconfig/network-scripts/functions.network: - [ -n "" ] and [ ""
2690 ] are the same, save some bytes/readability ;)
2691
2692 * sysconfig/network-scripts/functions.network: - handle wlan
2693 different four keys
2694
2695 * sysconfig/interfaces/ifcfg-description: - new WLAN options
2696
26972007-10-28 16:43 +0000 [r8885-8886] Elan Ruusamäe <glen/at/pld-linux.org>
2698
2699 * sysconfig/network-scripts/functions.network: - reuse
2700 WLAN_ENCRYPTION
2701
2702 * sysconfig/network-scripts/functions.network: - optimize
2703 wireless_param() by calling eval once
2704
27052007-10-28 16:13 +0000 [r8884] Elan Ruusamäe <glen/at/pld-linux.org>
2706
2707 * sysconfig/network-scripts/functions.network: - no need for
2708 LC_ALL=C to grep fixed string
2709
27102007-10-28 13:06 +0000 [r8883] Paweł Gołaszewski <blues/at/pld-linux.org>
2711
2712 * rc.d/rc.shutdown: - run ntfsfix if there are some ntfs
2713 filesystems mounted and if proper app is installed
2714
27152007-10-26 12:48 +0000 [r8878] Elan Ruusamäe <glen/at/pld-linux.org>
2716
2717 * sysconfig/system: - use default nice "+0" to avoid confusion as
2718 "0" is not valid in service setup
2719
27202007-10-04 20:22 +0000 [r8778] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2721
2722 * rc.d/rc.sysinit: Activate ATARAID devices.
2723
27242007-10-03 13:10 +0000 [r8771] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2725
2726 * sysconfig/network-scripts/functions.network: Do sanity check only
2727 when configuration file exists.
2728
27292007-10-03 06:55 +0000 [r8770] Elan Ruusamäe <glen/at/pld-linux.org>
2730
2731 * sysconfig/network-scripts/ifup: - trim network length from
2732 $IP4ADDR when doing arping
2733
27342007-10-02 22:32 +0000 [r8769] Jan Rękorajski <baggins/at/pld-linux.org>
2735
2736 * rc.d/rc.sysinit: - don't try to update mtab when mounting usbfs
2737 (root is ro yet)
2738
27392007-10-01 08:45 +0000 [r8768] Elan Ruusamäe <glen/at/pld-linux.org>
2740
2741 * sysconfig/network-scripts/functions.network: - support $IPADDR +
2742 $NETMASK combination if no prefix in $IPADDR present
2743
96cdeeff
ER
27442007-09-26 12:17 +0000 [r8753-8754] Elan Ruusamäe <glen/at/pld-linux.org>
2745
2746 * configure.ac: - 0.4.1.9
2747
2748 * sysconfig/network-scripts/ifup: - typo in arping line
2749
27502007-09-25 15:59 +0000 [r8751] Jan Rękorajski <baggins/at/pld-linux.org>
2751
2752 * rc.d/rc.shutdown: - typo
2753
27542007-09-25 15:54 +0000 [r8749-8750] Jan Rękorajski <baggins/at/pld-linux.org>
2755
2756 * rc.d/init.d/network: - no need to play with NFS, it screws up /
2757 over NFS and we have nfsfs for it
2758
2759 * rc.d/init.d/local: - source functions library (for msg_usage), no
2760 need to set PATH
2761
27622007-09-25 11:34 +0000 [r8745-8746] Elan Ruusamäe <glen/at/pld-linux.org>
2763
2764 * configure.ac: - 0.4.1.8
2765
2766 * sysconfig/network: - more info about AUTOMATIC_IFCFG
2767
c25bdcb1
ER
27682007-09-11 18:47 +0000 [r8720] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2769
2770 * sysconfig/network-scripts/ifup: PLDize ARP cache updating
2771 procedure.
2772
27732007-09-11 18:33 +0000 [r8719] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2774
2775 * sysconfig/network-scripts/ifup: Update ARP cache of neighbours
2776 (from fedora).
2777
27782007-07-14 20:33 +0000 [r8676] Radosław Zieliński <radek/at/pld-linux.org>
2779
2780 * sysconfig/network: - AUTOMATIC_IFCFG=no
2781
27822007-07-03 11:51 +0000 [r8656-8658] Elan Ruusamäe <glen/at/pld-linux.org>
2783
2784 * configure.ac: - release 0.4.1.7
2785
2786 * rc.d/init.d/functions: - do not depend on which command to find
2787 rpcinfo
2788
34f8ae99
ER
27892007-06-14 18:42 +0000 [r8640] Elan Ruusamäe <glen/at/pld-linux.org>
2790
b30f8040 2791 * sysconfig/network-scripts/bondup (removed),
34f8ae99 2792 sysconfig/network-scripts/Makefile.am,
b30f8040
AM
2793 sysconfig/network-scripts/bonddown (removed),
2794 sysconfig/interfaces/Makefile.am, rc.d/init.d/network,
2795 sysconfig/interfaces/ifcfg-bond0 (removed): - revert bonding
4ca37ca2 2796 support (unfinished and broken)
34f8ae99
ER
2797
27982007-06-05 10:45 +0000 [r8637-8638] Elan Ruusamäe <glen/at/pld-linux.org>
2799
2800 * sysconfig/interfaces/Makefile.am: - add ifcfg-bond0
2801
2802 * sysconfig/interfaces/ifcfg-bond0 (added): - sample config
2803
28042007-06-05 10:39 +0000 [r8636] Elan Ruusamäe <glen/at/pld-linux.org>
2805
b30f8040
AM
2806 * sysconfig/network-scripts/Makefile.am,
2807 sysconfig/network-scripts/bonddown (added), rc.d/init.d/network,
2808 sysconfig/network-scripts/bondup (added): - bonding support by
4ca37ca2 2809 Justas Vilimas
34f8ae99
ER
2810
28112007-06-05 10:27 +0000 [r8635] Elan Ruusamäe <glen/at/pld-linux.org>
2812
2813 * TODO: - save
2814
28152007-05-30 11:51 +0000 [r8631] Elan Ruusamäe <glen/at/pld-linux.org>
2816
b30f8040 2817 * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/single: -
34f8ae99
ER
2818 see ChangeLog for Changes
2819
28202007-05-09 20:40 +0000 [r8500] Elan Ruusamäe <glen/at/pld-linux.org>
2821
2822 * rc.d/init.d/functions: - keep /etc/mtab permissions (whatever
2823 they are) inside vserver - which outputs to stderr if it can't
2824 find the program
2825
28262007-05-01 01:10 +0000 [r8489] Jan Rękorajski <baggins/at/pld-linux.org>
2827
2828 * configure.ac: - 0.4.1.6
2829
1c5214fd
JR
28302007-05-01 01:02 +0000 [r8488] Jan Rękorajski <baggins/at/pld-linux.org>
2831
2832 * DEVELOPMENT: - added warning about parenthesis in command
2833 substitution
2834
28352007-05-01 00:53 +0000 [r8487] Jan Rękorajski <baggins/at/pld-linux.org>
2836
a2ee7529 2837 * rc.d/rc.sysinit, rc.d/init.d/network: - reverted some command
1c5214fd
JR
2838 substitution changes due to conflicting parenthesis
2839
28402007-04-28 18:34 +0000 [r8484-8485] Jakub Bogusz <qboosh/at/pld-linux.org>
2841
2842 * sysconfig/network-scripts/ifdown-ppp: - kill ugly warning if pppd
2843 was nicely killed
2844
b30f8040 2845 * ppp/ip-down, ppp/ip-up: - proper CONFIG sources (needed to
1c5214fd
JR
2846 override DEVICE from pppd and get ppp/ip-{up,down} scripts work
2847 again
2848
28492007-04-27 20:45 +0000 [r8483] Jan Rękorajski <baggins/at/pld-linux.org>
2850
2851 * rc.d/init.d/functions: - restore stderr redirection
2852
28532007-04-27 20:21 +0000 [r8482] Jan Rękorajski <baggins/at/pld-linux.org>
2854
2855 * rc.d/init.d/functions: - replace awk usage with shell constructs
2856
28572007-04-27 14:02 +0000 [r8481] Jan Rękorajski <baggins/at/pld-linux.org>
2858
2859 * rc.d/rc.modules: - replace awk usage with shell constructs
2860
28612007-04-27 13:32 +0000 [r8480] Jan Rękorajski <baggins/at/pld-linux.org>
2862
2863 * rc.d/rc: - replace awk usage with shell constructs
2864
28652007-04-26 22:03 +0000 [r8479] Jan Rękorajski <baggins/at/pld-linux.org>
2866
2867 * rc.d/init.d/functions: - removed unneeded termput hpa
2868
28692007-04-26 21:38 +0000 [r8478] Jan Rękorajski <baggins/at/pld-linux.org>
2870
2871 * rc.d/init.d/functions: - shell magic fixing screwed dots in
2872 show() on serial console
2873
28742007-04-26 16:51 +0000 [r8475] Jan Rękorajski <baggins/at/pld-linux.org>
2875
2876 * configure.ac: - Release 0.4.1.5
2877
248786a8
JR
28782007-04-26 16:45 +0000 [r8474] Jan Rękorajski <baggins/at/pld-linux.org>
2879
2880 * setsysfont: - replaced sed with awk
2881
28822007-04-26 15:56 +0000 [r8473] Jan Rękorajski <baggins/at/pld-linux.org>
2883
b30f8040
AM
2884 * sysconfig/network-scripts/ifdown, ppp/ip-up.d/logger,
2885 rc.d/rc.sysinit, run-parts, sysconfig/interfaces/up.d/ppp/logger,
2886 ppp/ip-down.d/logger, sysconfig/interfaces/down.d/ppp/logger,
2887 sysconfig/hwprofiles/Makefile.am, service, rc.d/init.d/cpusets,
2888 sysconfig/network-scripts/functions.network,
a2ee7529 2889 sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network,
b30f8040
AM
2890 sysconfig/network-scripts/ifup: - use $() for command
2891 substitution
248786a8
JR
2892
28932007-04-26 15:30 +0000 [r8472] Jan Rękorajski <baggins/at/pld-linux.org>
2894
2895 * rc.d/init.d/functions: - unify command substitution (`` -> $())
2896
28972007-04-26 15:24 +0000 [r8471] Jan Rękorajski <baggins/at/pld-linux.org>
2898
2899 * rc.d/init.d/functions: - typeset local in check_portmapper
2900
29012007-04-26 14:55 +0000 [r8470] Jan Rękorajski <baggins/at/pld-linux.org>
2902
2903 * rc.d/init.d/functions: - generic check_portmapper function
2904
29052007-04-16 17:26 +0000 [r8460] Jan Rękorajski <baggins/at/pld-linux.org>
2906
2907 * sysconfig/network-scripts/functions.network: - use shell
2908 construct instead of grep in calcnetmask
2909
29102007-04-16 16:21 +0000 [r8459] Jan Rękorajski <baggins/at/pld-linux.org>
2911
2912 * sysconfig/network-scripts/functions.network: - calcprefix without
2913 need of awk
2914
29152007-04-14 21:55 +0000 [r8458] Paweł Gołaszewski <blues/at/pld-linux.org>
2916
2917 * rc.d/init.d/functions: - allow to have more than one line in
2918 pidfile
2919
29202007-03-20 12:09 +0000 [r8389] Jan Rękorajski <baggins/at/pld-linux.org>
2921
2922 * rc.d/init.d/network: - simpler way to umount nfs4
2923
29242007-03-20 11:53 +0000 [r8388] Jan Rękorajski <baggins/at/pld-linux.org>
2925
2926 * rc.d/init.d/network: - unmount NFSv4 filesystems
2927
29282007-03-20 11:48 +0000 [r8387] Jan Rękorajski <baggins/at/pld-linux.org>
2929
2930 * rc.d/rc.sysinit: - cleaner solution for empty hostname
2931
29322007-03-19 18:58 +0000 [r8384] Jan Rękorajski <baggins/at/pld-linux.org>
2933
2934 * rc.d/rc.sysinit: - nfs4 is also non-local fs
2935
29362007-03-19 17:27 +0000 [r8383] Jan Rękorajski <baggins/at/pld-linux.org>
2937
2938 * rc.d/rc.sysinit: - in case of empty HOSTNAME set it to what the
2939 kernel thinks it is (for example workstation with kernel level IP
2940 config and / over NFS)
2941
29422007-03-15 17:19 +0000 [r8379] Elan Ruusamäe <glen/at/pld-linux.org>
2943
2944 * rc.d/rc.sysinit: - can start blogd rather earlier
2945
29462007-03-14 18:51 +0000 [r8378] Jan Rękorajski <baggins/at/pld-linux.org>
2947
2948 * rc.d/init.d/cpusets: - fixed glen's misoptimization
2949
29502007-03-13 17:11 +0000 [r8372-8373] Elan Ruusamäe <glen/at/pld-linux.org>
2951
2952 * rc.d/init.d/template.init: - avoid doing something silly if plain
2953 template is used
2954
2955 * rc.d/init.d/template.init: - start does not have exit code
2956
29572007-03-09 21:10 +0000 [r8371] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2958
2959 * sysconfig/interfaces/ifcfg-eth0: Add sfq as default qdisc.
2960
29612007-03-07 10:24 +0000 [r8367] Elan Ruusamäe <glen/at/pld-linux.org>
2962
2963 * changelog.sh: - correct comment
2964
29652007-03-02 15:37 +0000 [r8323] Elan Ruusamäe <glen/at/pld-linux.org>
2966
2967 * changelog.sh: - detect users file charset
2968
29692007-02-27 21:10 +0000 [r8311-8313] Elan Ruusamäe <glen/at/pld-linux.org>
2970
2971 * rc.d/init.d/random: - comment says do not, so won't!
2972
b30f8040
AM
2973 * rc.d/init.d/random, rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
2974 rc.d/init.d/network, rc.d/init.d/local: - well, PLDIZE!
248786a8 2975
b30f8040 2976 * rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
a2ee7529 2977 rc.d/init.d/functions, rc.d/init.d/Makefile.am,
4ca37ca2 2978 rc.d/init.d/network, rc.d/init.d/local, rc.d/init.d/sys-chroots,
b30f8040
AM
2979 rc.d/init.d/template.init, rc.d/init.d/random,
2980 rc.d/init.d/single, rc.d/init.d/killall: - vim autodetects syntax
2981 from shebang
248786a8 2982
ab308027
ER
29832007-02-25 00:59 +0000 [r8290-8293] Elan Ruusamäe <glen/at/pld-linux.org>
2984
2985 * configure.ac: - Release 0.4.1.4
2986
b30f8040
AM
2987 * sysconfig/Makefile.am, sysconfig/timezone (removed),
2988 rc.d/init.d/Makefile.am, rc.d/init.d/timezone (removed): -
2989 timezone moved to tzdata.spec
ab308027
ER
2990
2991 * DEVELOPMENT: - sync order
2992
2993 * DEVELOPMENT: - how to make release
2994
91ba1769
ER
29952007-02-08 15:42 +0000 [r8239] Elan Ruusamäe <glen/at/pld-linux.org>
2996
2997 * sysconfig/network-scripts/functions.network: - allow tnlcfg-
2998 prefix in interface CONFIGs
2999
30002007-02-05 18:54 +0000 [r8223] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3001
3002 * rc.d/rc.sysinit: Delay (or even skip) clock setting if /dev/rtc
3003 doesn't exist.
3004
30052007-02-04 21:39 +0000 [r8222] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3006
3007 * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm: Update from
3008 Mateusz Korniak.
3009
30102007-01-28 14:25 +0000 [r8209-8210] Elan Ruusamäe <glen/at/pld-linux.org>
3011
4ca37ca2 3012 * rc.d/rc.sysinit, rc.d/init.d/functions: - $CONSOLETYPE used only
91ba1769
ER
3013 in rc.sysinit
3014
3015 * rc.d/init.d/functions: - termput() cannot cache in shell vars as
3016 it's always called from subshell
3017
30182007-01-28 14:08 +0000 [r8207-8208] Elan Ruusamäe <glen/at/pld-linux.org>
3019
3020 * sysconfig/init-colors, sysconfig/init-colors.gentoo: Typo.
3021
3022 * sysconfig/system: Add VSERVER option here.
3023
30242007-01-22 19:15 +0000 [r8194] Elan Ruusamäe <glen/at/pld-linux.org>
3025
3026 * sysconfig/network-scripts/ifdown: - do sleep 1 only when bringing
3027 down with dhcpcd
3028
30292007-01-22 19:12 +0000 [r8192-8193] Elan Ruusamäe <glen/at/pld-linux.org>
3030
3031 * sysconfig/network-scripts/ifdown: - reuase $DHCP_CLIENT
3032
b30f8040
AM
3033 * sysconfig/network-scripts/ifdown,
3034 sysconfig/network-scripts/functions.network,
3035 sysconfig/network-scripts/ifup: - be sure that dhcp client
3036 detection is same for ifup and ifdown
91ba1769
ER
3037
30382007-01-22 18:47 +0000 [r8189-8191] Elan Ruusamäe <glen/at/pld-linux.org>
3039
3040 * sysconfig/network-scripts/ifup-routes: - kill subshell
3041
3042 * sysconfig/network-scripts/ifup-neigh: - IPV4_NETWORKING does not
3043 change it's value in a loop.
3044
3045 * sysconfig/network-scripts/ifup-aliases,
3046 sysconfig/network-scripts/ifup-routes,
3047 sysconfig/network-scripts/ifup-neigh: - updated comments
3048
30492007-01-22 18:41 +0000 [r8188] Elan Ruusamäe <glen/at/pld-linux.org>
3050
b30f8040
AM
3051 * sysconfig/network-scripts/ifup-neigh,
3052 sysconfig/network-scripts/ifup-aliases,
91ba1769 3053 sysconfig/network-scripts/ifup-routes,
b30f8040 3054 sysconfig/network-scripts/ifup-post: ifup-{aliases,routes,neigh}
91ba1769
ER
3055 are now sourced instead of executed
3056
30572007-01-22 18:37 +0000 [r8187] Elan Ruusamäe <glen/at/pld-linux.org>
3058
3059 * sysconfig/network-scripts/ifup-aliases: Die debug
3060
30612007-01-22 18:16 +0000 [r8186] Elan Ruusamäe <glen/at/pld-linux.org>
3062
3063 * sysconfig/network-scripts/functions.network: Cache hostname
3064 output to call it less times
3065
30662007-01-22 18:09 +0000 [r8185] Elan Ruusamäe <glen/at/pld-linux.org>
3067
3068 * sysconfig/network-scripts/functions.network: Less subshells in
3069 source_config().
3070
30712007-01-18 20:20 +0000 [r8173] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3072
3073 * sysconfig/network-scripts/ifup-aliases: Find out number of
3074 aliases from ifcfg-xyz file.
3075
30762007-01-16 23:00 +0000 [r8171] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3077
3078 * sysconfig/network-scripts/ifup-br: multicast/arp should be set on
3079 slave devices (patch by Szymon Siwek).
3080
30812007-01-11 14:29 +0000 [r8152-8153] Elan Ruusamäe <glen/at/pld-linux.org>
3082
3083 * configure.ac: Release 0.4.1.3
3084
3085 * make-tag.sh (added): Nifty script to make releases in svn tagged.
3086
b65a681c
ER
30872007-01-11 14:19 +0000 [r8149] Elan Ruusamäe <glen/at/pld-linux.org>
3088
3089 * changelog.sh: Autodetect svn path.
3090
30912007-01-11 14:15 +0000 [r8147-8148] Elan Ruusamäe <glen/at/pld-linux.org>
3092
3093 * autogen.sh: Changelog generation moved to separate script.
3094
3095 * changelog.sh (added): Based on geninitrd/changelog.sh
3096
30972007-01-11 14:11 +0000 [r8145] Elan Ruusamäe <glen/at/pld-linux.org>
3098
3099 * Makefile.am: Fix for make distcheck.
3100
9806f136
ER
31012006-12-18 21:28 +0000 [r8111] Elan Ruusamäe <glen/at/pld-linux.org>
3102
3103 * sysctl.conf: Add kernel.core_uses_pid
3104
31052006-12-14 08:08 +0000 [r8100-8101] Elan Ruusamäe <glen/at/pld-linux.org>
3106
3107 * sysconfig/system: Typo.
3108
3109 * sysconfig/system: Spelling
3110
31112006-12-08 12:17 +0000 [r8088] Elan Ruusamäe <glen/at/pld-linux.org>
3112
3113 * Makefile.am: Create /var/cache/rc-scripts/msg.cache on install.
3114
31152006-12-08 12:07 +0000 [r8087] Elan Ruusamäe <glen/at/pld-linux.org>
3116
3117 * sysconfig/network: Add $NETWORKING back, as it's used by a lot of
3118 initscripts
3119
31202006-12-07 22:24 +0000 [r8086] Elan Ruusamäe <glen/at/pld-linux.org>
3121
3122 * rc.d/init.d/cpusets: Error exit code
3123
31242006-12-07 21:52 +0000 [r8085] Elan Ruusamäe <glen/at/pld-linux.org>
3125
3126 * rc.d/init.d/network: Small cosmetics.
3127
31282006-12-07 21:47 +0000 [r8083-8084] Elan Ruusamäe <glen/at/pld-linux.org>
3129
3130 * rc.d/init.d/network: Reindent.
3131
3132 * rc.d/init.d/network: Small reorganizing.
3133
31342006-12-07 21:42 +0000 [r8080-8082] Elan Ruusamäe <glen/at/pld-linux.org>
3135
3136 * sysconfig/network: $NETWORKING was supposed to be obsoleted.
3137
3138 * rc.d/init.d/network: $NETWORKING was supposed to be obsoleted.
3139
3140 * rc.d/init.d/sys-chroots: Optimize for faster exit if not
3141 configured.
3142
31432006-12-07 21:32 +0000 [r8077-8079] Elan Ruusamäe <glen/at/pld-linux.org>
3144
3145 * rc.d/init.d/killall: As we don't source functions, we must set
3146 sane PATH to ensure security
3147
3148 * rc.d/init.d/local: As we don't source functions, we must set sane
3149 PATH to ensure security
3150
3151 * rc.d/init.d/killall: Probability that there exists init.d/$subsys
3152 is bigger than init.d/$subsys.init.
3153
31542006-12-07 21:18 +0000 [r8076] Elan Ruusamäe <glen/at/pld-linux.org>
3155
3156 * rc.d/init.d/cpusets: Exit early if cpusets not enabled in
3157 sysconfig/system.
3158
31592006-12-05 17:39 +0000 [r8073] Elan Ruusamäe <glen/at/pld-linux.org>
3160
3161 * rc.d/rc.shutdown: Fixes for /usr on separate parition (not
3162 tested!).
3163
31642006-12-05 17:32 +0000 [r8072] Elan Ruusamäe <glen/at/pld-linux.org>
3165
3166 * rc.d/init.d/functions: Store cachefile in /var, read/write errors
3167 are ignored anyway.
3168
31692006-12-05 17:07 +0000 [r8070] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3170
3171 * configure.ac: Release 0.4.0.2.
3172
fdfbea57
AM
31732006-11-27 12:36 +0000 [r8006] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3174
3175 * rc.d/rc.sysinit: Revert remounting based on /proc/mounts entries
3176 (current rootfs state is not reflected there).
3177
31782006-11-26 14:35 +0000 [r7999] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3179
3180 * AUTHORS: Readd timezone setup & resolvesymlink to Paweł Wilk.
3181
31822006-11-26 10:05 +0000 [r7998] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3183
b30f8040 3184 * AUTHORS, src/Makefile.am: Fix resolvesymlink_SOURCE typo. Updated
fdfbea57
AM
3185 Paweł Wilk email address.
3186
31872006-11-26 10:02 +0000 [r7997] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3188
b30f8040
AM
3189 * rc.d/init.d/functions, rc.d/rc.shutdown, AUTHORS, po/pl.po,
3190 src/pci-config.c (removed), rc-scripts.spec.in, src/Makefile.am:
3191 Revert nVidia madness. rc-scripts is not a place for such
3192 workaround.
fdfbea57
AM
3193
31942006-11-26 08:06 +0000 [r7993] Paweł Wilk <siefca/at/pld-linux.org>
3195
3196 * rc.d/init.d/functions: - small improvement in
3197 forcedeth_wourkaround()
3198
31992006-11-25 20:36 +0000 [r7992] Paweł Wilk <siefca/at/pld-linux.org>
3200
3201 * rc.d/init.d/functions: - added important check in
3202 forcedeth_workaround() which detects co-working drivers
3203
32042006-11-25 16:01 +0000 [r7991] Paweł Wilk <siefca/at/pld-linux.org>
3205
3206 * po/pl.po: - added translation for WOL work-around message
3207
32082006-11-25 12:09 +0000 [r7989] Paweł Wilk <siefca/at/pld-linux.org>
3209
b30f8040
AM
3210 * src/Makefile.am, rc.d/init.d/functions, rc.d/rc.shutdown,
3211 AUTHORS, src/pci-config.c (added), rc-scripts.spec.in: - added
3212 Wake-On-Lan work-around for nForce ethernet drivers - added
fdfbea57
AM
3213 pci-config utility which allows power state manipulation and
3214 devices listing
3215
32162006-11-19 15:45 +0000 [r7986] Elan Ruusamäe <glen/at/pld-linux.org>
3217
3218 * sysctl.conf: Add dev.rtc.max-user-freq.
3219
32202006-11-01 22:53 +0000 [r7938] Elan Ruusamäe <glen/at/pld-linux.org>
3221
3222 * rc.d/init.d/functions: Ignore errors if msg cachefile can not be
3223 written (functions sourced by non-root user of readonly
3224 filesystem).
3225
32262006-11-01 13:23 +0000 [r7931] Elan Ruusamäe <glen/at/pld-linux.org>
3227
3228 * sysconfig/network-scripts/functions.network: Avoid "RTNETLINK
3229 answers: File exists" message and say possible cause instead.
3230
32312006-11-01 13:09 +0000 [r7930] Elan Ruusamäe <glen/at/pld-linux.org>
3232
3233 * sysconfig/network-scripts/ifup: Pointless subshell dropped
3234
32352006-11-01 00:35 +0000 [r7926] Paweł Gołaszewski <blues/at/pld-linux.org>
3236
3237 * sysconfig/interfaces/ifcfg-description: - more docs
3238
32392006-10-23 14:11 +0000 [r7894] Marcin Winkler <mwinkler/at/pld-linux.org>
3240
3241 * rc.d/init.d/network: - fix s@usb@usr@
3242
32432006-10-19 14:15 +0000 [r7878] Elan Ruusamäe <glen/at/pld-linux.org>
3244
3245 * rc.d/init.d/functions: Avoid heredoc, pdksh makes tmpfile then.
3246
32472006-10-19 13:06 +0000 [r7875] Elan Ruusamäe <glen/at/pld-linux.org>
3248
3249 * rc.d/rc.sysinit: Fix syntax errors.
3250
32512006-10-19 09:55 +0000 [r7871] Elan Ruusamäe <glen/at/pld-linux.org>
3252
3253 * rc.d/rc.sysinit: Simplify.
3254
32552006-10-18 20:02 +0000 [r7869] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3256
3257 * rc.d/rc.sysinit: Detect more posible cases when rootfs is read
3258 only.
3259
32602006-10-18 12:22 +0000 [r7868] Elan Ruusamäe <glen/at/pld-linux.org>
3261
3262 * sysconfig/network-scripts/functions.network: Avoid bringing down
3263 eth0 in case of bad config.
3264
32652006-10-18 11:55 +0000 [r7867] Elan Ruusamäe <glen/at/pld-linux.org>
3266
3267 * rc.d/init.d/network: Remove ifcfg- prefix from interface names.
3268
32692006-10-15 11:22 +0000 [r7856] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3270
3271 * sysconfig/network-scripts/tnlup: Load sit module for sit tunnels.
3272
32732006-10-13 06:34 +0000 [r7853] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3274
3275 * configure.ac: Prepare for 0.4.1.1 (beta1).
3276
4fd4abaa
AM
32772006-10-13 06:23 +0000 [r7851-7852] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3278
3279 * man/Makefile.am: Add getkey.1
3280
4ca37ca2 3281 * src/getkey.c, man/getkey.1 (added): Updated.
4fd4abaa
AM
3282
32832006-10-12 21:07 +0000 [r7849-7850] Elan Ruusamäe <glen/at/pld-linux.org>
3284
4ca37ca2 3285 * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
4fd4abaa
AM
3286 sysconfig/interfaces/ifcfg-eth0.1,
3287 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
4ca37ca2
JR
3288 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada,
3289 sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Propset Id
4fd4abaa 3290
b30f8040 3291 * sysconfig/interfaces/ifcfg-ppp0.callback,
4ca37ca2
JR
3292 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
3293 sysconfig/interfaces/ifcfg-br0,
3294 sysconfig/interfaces/ifcfg-description,
3295 sysconfig/interfaces/ifcfg-irlan0,
3296 sysconfig/interfaces/ifcfg-ppp0.tpsa,
3297 sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
3298 sysconfig/interfaces/ifcfg-ppp0.leased1,
b30f8040
AM
3299 sysconfig/interfaces/ifcfg-ppp0.leased2,
3300 sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
3301 sysconfig/interfaces/ifcfg-sl0,
3302 sysconfig/interfaces/ifcfg-eth0.1,
3303 sysconfig/interfaces/ifcfg-irda0,
3304 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
3305 sysconfig/interfaces/ifcfg-eth0,
3306 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Unify file
3307 header.
4fd4abaa
AM
3308
33092006-10-12 19:49 +0000 [r7848] Elan Ruusamäe <glen/at/pld-linux.org>
3310
3311 * sysconfig/static-routes: Add sample of single host routing
3312
33132006-10-05 20:39 +0000 [r7842] Elan Ruusamäe <glen/at/pld-linux.org>
3314
3315 * rc.d/rc.sysinit: Use simple if.
3316
33172006-10-05 17:22 +0000 [r7840-7841] Elan Ruusamäe <glen/at/pld-linux.org>
3318
3319 * rc.d/rc.sysinit: There are no comments in /proc/mounts.
3320
3321 * rc.d/rc.sysinit: There could be multiple entries for root dir.
3322
248786a8 33232006-10-02 22:03 +0000 [r7839] Paweł Sikora <pluto/at/pld-linux.org>
4fd4abaa
AM
3324
3325 * sysconfig/network-scripts/functions.network: - wireless-tools >=
3326 29 uses `nick' command.
3327
33282006-09-30 10:50 +0000 [r7827] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3329
3330 * sysconfig/network-scripts/ifup-br: Update brctl parameters to
3331 mach new version of bridge-utils (should be backward compatible).
3332 By Szymon Siwek.
3333
33342006-09-28 23:38 +0000 [r7826] Elan Ruusamäe <glen/at/pld-linux.org>
3335
3336 * sysctl.conf: Default local port range is too evil. can't even
3337 start mysqld!
3338
33392006-09-28 14:35 +0000 [r7823] Elan Ruusamäe <glen/at/pld-linux.org>
3340
3341 * rc.d/rc.sysinit: Remount rootfs only if it's not already rw (or
3342 it's better to ignore remount errors?)
3343
33442006-09-27 22:30 +0000 [r7820] Elan Ruusamäe <glen/at/pld-linux.org>
3345
3346 * rc.d/rc.sysinit: Relax fstab format when finding rootfs passno
3347 (allow comments at the end of line).
3348
33492006-09-27 13:35 +0000 [r7819] Elan Ruusamäe <glen/at/pld-linux.org>
3350
3351 * rc.d/rc.sysinit: Optimize less uname -r calls.
3352
33532006-09-26 23:59 +0000 [r7818] Elan Ruusamäe <glen/at/pld-linux.org>
3354
3355 * rc.d/rc.sysinit: Reflect init_gettext function rename.
3356
33572006-09-26 23:48 +0000 [r7817] Elan Ruusamäe <glen/at/pld-linux.org>
3358
3359 * rc.d/init.d/functions: Add checking of msg cache validity. $TPUT
3360 and $GETTEXT need to be set before msg cache can be generated.
3361
33622006-09-24 09:35 +0000 [r7806] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3363
3364 * rc-scripts.spec.in: rc.local is now run from init.d/local script.
3365
33662006-09-24 09:29 +0000 [r7805] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3367
3368 * configure.ac: Prepare for 0.4.1.0 release (consider it beta).
3369
715860cc
AM
33702006-09-18 23:09 +0000 [r7794] Elan Ruusamäe <glen/at/pld-linux.org>
3371
4ca37ca2 3372 * rc.d/init.d/functions, rc.d/rc.sysinit: Allow /usr being mounted
715860cc
AM
3373 afterwards.
3374
33752006-09-18 19:06 +0000 [r7793] Elan Ruusamäe <glen/at/pld-linux.org>
3376
3377 * rc.d/init.d/allowlogin: Drop superfluous default setting.
3378
33792006-09-18 19:02 +0000 [r7792] Elan Ruusamäe <glen/at/pld-linux.org>
3380
3381 * rc.d/init.d/sys-chroots: Don't touch chkconfig symlinks on
3382 chroot, instead play with network subsys lockfile. This allows
3383 you define sys-chroots from livecd without corrupting that
3384 chroot.
3385
33862006-09-18 18:58 +0000 [r7791] Elan Ruusamäe <glen/at/pld-linux.org>
3387
4ca37ca2
JR
3388 * rc.d/init.d/sys-chroots, rc.d/rc, rc.d/rc.sysinit,
3389 rc.d/init.d/allowlogin: /etc/sysconfig/system already loaded by
715860cc
AM
3390 init.d/functions. Adjust defaults if no sysconfig/system is
3391 present (so the checks stay same after these changes).
3392
33932006-09-18 18:50 +0000 [r7790] Elan Ruusamäe <glen/at/pld-linux.org>
3394
3395 * rc.d/rc.sysinit: RUN_LDCONFIG not used here.
3396
33972006-09-18 17:55 +0000 [r7789] Elan Ruusamäe <glen/at/pld-linux.org>
3398
3399 * rc.d/init.d/functions: Corrected tput check.
3400
34012006-09-18 12:41 +0000 [r7788] Elan Ruusamäe <glen/at/pld-linux.org>
3402
3403 * rc.d/init.d/functions: Trap and hide errors when reading msg
3404 cachefile.
3405
34062006-09-17 22:06 +0000 [r7787] Elan Ruusamäe <glen/at/pld-linux.org>
3407
3408 * rc.d/init.d/functions: Punctuation.
3409
34102006-09-17 21:52 +0000 [r7786] Elan Ruusamäe <glen/at/pld-linux.org>
3411
3412 * rc.d/init.d/functions: No need to force any settings for initng.
3413
34142006-09-17 19:05 +0000 [r7785] Elan Ruusamäe <glen/at/pld-linux.org>
3415
3416 * rc.d/init.d/timezone: Use lockfiles.
3417
34182006-09-17 18:34 +0000 [r7784] Elan Ruusamäe <glen/at/pld-linux.org>
3419
3420 * rc.d/init.d/functions: Cache colors in filesystem too.
3421
34222006-09-17 18:21 +0000 [r7783] Elan Ruusamäe <glen/at/pld-linux.org>
3423
3424 * rc.d/init.d/functions: busy(), ok(), started(), are constant so
3425 their values can be cached.
3426
34272006-09-17 18:15 +0000 [r7781-7782] Elan Ruusamäe <glen/at/pld-linux.org>
3428
3429 * rc.d/init.d/functions: Buffer show() function so the display to
3430 be more smooth.
3431
3432 * rc.d/init.d/functions: Correct show() function printf handling.
3433
34342006-09-17 17:53 +0000 [r7779-7780] Elan Ruusamäe <glen/at/pld-linux.org>
3435
3436 * rc.d/init.d/template.init: RETVAL is set by start(); if any.
3437
3438 * rc.d/init.d/sys-chroots: RETVAL is set by start(); if any.
3439
34402006-09-17 17:10 +0000 [r7778] Elan Ruusamäe <glen/at/pld-linux.org>
3441
3442 * rc.d/init.d/template.init: Demonstrate use of functions.
3443
34442006-09-17 17:06 +0000 [r7777] Elan Ruusamäe <glen/at/pld-linux.org>
3445
3446 * rc.d/init.d/network: Shortcuts for vserver.
3447
34482006-09-17 16:59 +0000 [r7776] Elan Ruusamäe <glen/at/pld-linux.org>
3449
3450 * rc.d/init.d/cpusets: Merge optimzations from network script.
3451
34522006-09-17 16:52 +0000 [r7775] Elan Ruusamäe <glen/at/pld-linux.org>
3453
3454 * rc.d/init.d/network: Add bug-5795.patch (assume it's correct).
3455
34562006-09-17 16:47 +0000 [r7774] Elan Ruusamäe <glen/at/pld-linux.org>
3457
b30f8040
AM
3458 * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/timezone,
3459 rc.d/init.d/sys-chroots: Use functions to avoid reexec for
3460 restart.
715860cc
AM
3461
34622006-09-17 16:27 +0000 [r7771-7773] Elan Ruusamäe <glen/at/pld-linux.org>
3463
3464 * rc.d/init.d/local, rc.d/init.d/sys-chroots: Propset Id
3465
3466 * rc.d/init.d/local: Update chkconfig description.
3467
a2ee7529 3468 * rc.d/init.d/cpusets, rc.d/init.d/local: LSB compliance.
715860cc
AM
3469
34702006-09-17 15:57 +0000 [r7770] Elan Ruusamäe <glen/at/pld-linux.org>
3471
3472 * rc.d/init.d/functions: Cache termput calls within same script.
3473
34742006-09-17 15:42 +0000 [r7769] Elan Ruusamäe <glen/at/pld-linux.org>
3475
3476 * rc.d/init.d/functions: Kill bogus +arg checks.
3477
34782006-09-17 15:29 +0000 [r7768] Elan Ruusamäe <glen/at/pld-linux.org>
3479
3480 * rc.d/init.d/functions: Always use cached in show() function
3481 (There's no benefit of doing otherwise).
3482
34832006-09-17 15:18 +0000 [r7765-7767] Elan Ruusamäe <glen/at/pld-linux.org>
3484
3485 * rc.d/init.d/functions: Cleanup nls() function.
3486
3487 * rc.d/init.d/functions: Avoid overwriting global NLS_DOMAIN if can
3488 do without.
3489
3490 * rc.d/init.d/functions: Keep state of have gettext and have tput
3491 per whole initscript.
3492
34932006-09-17 15:01 +0000 [r7764] Elan Ruusamäe <glen/at/pld-linux.org>
3494
3495 * rc.d/init.d/functions: Use buggy awk-printf wrapper only if
3496 /bin/printf is not available.
3497
34982006-09-17 13:49 +0000 [r7763] Elan Ruusamäe <glen/at/pld-linux.org>
3499
3500 * rc.d/init.d/Makefile.am, rc.d/init.d/local (added): Use locking
3501 for rc.local , so that it's no longer invoked between runlevel
3502 changes.
3503
35042006-09-17 13:36 +0000 [r7761-7762] Elan Ruusamäe <glen/at/pld-linux.org>
3505
3506 * rc.d/init.d/cpusets: Cosmetics for vim
3507
a2ee7529
JR
3508 * rc.d/init.d/allowlogin, rc.d/init.d/network,
3509 rc.d/init.d/timezone, rc.d/init.d/random: LSB compliance
715860cc
AM
3510
35112006-09-17 13:26 +0000 [r7758-7760] Elan Ruusamäe <glen/at/pld-linux.org>
3512
3513 * rc.d/init.d/single: Adjust indent.
3514
b30f8040 3515 * rc.d/init.d/single, rc.d/init.d/cpusets, rc.d/init.d/network:
715860cc
AM
3516 Sane $PATH is initialized in init.d/functions.
3517
b30f8040
AM
3518 * rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/cpusets,
3519 rc.d/init.d/allowlogin, rc.d/init.d/network,
3520 rc.d/init.d/timezone: NLS_DOMAIN="rc-scripts" is the default
3521 setting, remove.
715860cc
AM
3522
35232006-09-09 19:13 +0000 [r7745] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3524
3525 * sysconfig/network-scripts/ifdown: Allow to kill
3526 dhcp/wpa_supplicant daemon even if device disappears/is down due
3527 to some reasons.
3528
35292006-09-08 18:35 +0000 [r7739] Radosław Zieliński <radek/at/pld-linux.org>
3530
3531 * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
3532 sysconfig/network-scripts/ifup-ppp: - speedtouch-neostrada fixes:
3533 - use modem_run in kernel mode only if PPPOA_FIRMWARE is not
3534 empty; comment out PPPOA_FIRMWARE in default ifcfg-ppp0 - comment
3535 out MTU=1452; doesn't work (for me) if it's defined
3536
35372006-08-31 11:58 +0000 [r7694] Elan Ruusamäe <glen/at/pld-linux.org>
3538
3539 * sysconfig/interfaces/ifcfg-description: Correct english
3540 description.
3541
35422006-08-31 09:51 +0000 [r7693] Elan Ruusamäe <glen/at/pld-linux.org>
3543
3544 * sysconfig/network-scripts/ifup: Restore basename change.
3545
35462006-08-31 07:26 +0000 [r7692] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3547
a2ee7529
JR
3548 * sysconfig/network-scripts/functions.network,
3549 sysconfig/network-scripts/ifup: Detect if wireless interface is
3550 turned on.
715860cc
AM
3551
35522006-08-10 12:14 +0000 [r7656] Jan Rękorajski <baggins/at/pld-linux.org>
3553
3554 * rc.d/init.d/network: - check for /usb/bin/wc existence (in case
3555 of /usr over NFS)
3556
35572006-07-24 14:02 +0000 [r7546] Elan Ruusamäe <glen/at/pld-linux.org>
3558
3559 * sysconfig/interfaces/ifcfg-irlan0, doc/net-scripts.txt:
3560 s/BOOTMETHOD/BOOTPROTO/g once more.
3561
35622006-07-24 13:59 +0000 [r7544-7545] Elan Ruusamäe <glen/at/pld-linux.org>
3563
3564 * sysconfig/network-scripts/ifup: Default $DHCP_HOSTNAME to
3565 $HOSTNAME.
3566
3567 * sysconfig/network-scripts/ifup: Optimize: remove three basename
3568 calls
3569
35702006-07-20 14:13 +0000 [r7537] Elan Ruusamäe <glen/at/pld-linux.org>
3571
3572 * TODO: - killproc() s%!&*ks
3573
35742006-07-19 16:38 +0000 [r7535] Jan Rękorajski <baggins/at/pld-linux.org>
3575
3576 * sysconfig/hwprofiles/files: - added xorg.conf
3577
35782006-07-09 08:06 +0000 [r7499] Adam Gołębiowski <adamg/at/pld-linux.org>
3579
3580 * sysconfig/network-scripts/functions.network: - typo; noticed by
3581 Szymon Siwek (sls (at) poczta wp pl)
3582
35832006-07-04 14:59 +0000 [r7491] Elan Ruusamäe <glen/at/pld-linux.org>
3584
3585 * TODO: Add LVM on dmraid problem
3586
d5bbf29e
ER
35872006-05-28 19:05 +0000 [r7454] Elan Ruusamäe <glen/at/pld-linux.org>
3588
3589 * autogen.sh: Always run changelog generation when asked. Obfuscate
3590 email addreses here. Use mktemp if available. Allow various
3591 locations for CVSROOT/users file.
3592
35932006-05-23 15:38 +0000 [r7436] Elan Ruusamäe <glen/at/pld-linux.org>
3594
3595 * sysconfig/network-scripts/functions.network: Try harder to get
3596 value for WLAN_NICKNAME.
3597
35982006-05-15 23:18 +0000 [r7408] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
3599
3600 * sysctl.conf: - grsecurity options updated
3601
36022006-05-07 17:33 +0000 [r7394] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3603
3604 * configure.ac: Release 0.4.0.27.
3605
49073859
AM
36062006-05-07 17:27 +0000 [r7391-7393] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3607
3608 * rc-scripts.spec.in: Add sysconfig/hwprofiles dir.
3609
3610 * rc.d/rc.shutdown: Speedup shutdown (glen).
3611
b30f8040
AM
3612 * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
3613 sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
3614 sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.gprs-idea to
3615 makefiles. Add proper initstring to ifcfg-ppp0.gprs-plusgsm.
3616 Another PHONE for gprs-idea (this one works for me with ipaq over
3617 BT).
49073859
AM
3618
36192006-05-07 17:18 +0000 [r7390] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3620
4ca37ca2
JR
3621 * sysconfig/Makefile.am, doc/Makefile.am,
3622 sysconfig/interfaces/up.d/all/Makefile.am,
49073859
AM
3623 sysconfig/hwprofiles/Makefile.am,
3624 sysconfig/interfaces/Makefile.am,
4ca37ca2
JR
3625 sysconfig/interfaces/down.d/all/Makefile.am,
3626 sysconfig/interfaces/data/Makefile.am: Avoid installing files
3627 that aren't packaged (glen).
49073859
AM
3628
36292006-05-07 11:09 +0000 [r7389] Elan Ruusamäe <glen/at/pld-linux.org>
3630
3631 * rc.d/init.d/network: Fix missing $bootprio.
3632
36332006-05-07 10:46 +0000 [r7388] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3634
3635 * rc.d/init.d/network: Fix interfaces_boot detection (Adam Ryba).
3636
36372006-04-25 07:20 +0000 [r7370] Elan Ruusamäe <glen/at/pld-linux.org>
3638
3639 * rc.d/rc: Tabs.
3640
36412006-03-23 09:22 +0000 [r7293] Tomasz Pala <gotar/at/pld-linux.org>
3642
3643 * sysconfig/network: - hostname -h [...] Unless you are using bind
3644 or NIS for host lookups you can change the FQDN (Fully Qualified
3645 Domain Name) and the DNS domain name (which is part of the FQDN)
3646 in the /etc/hosts file.
3647
36482006-03-22 19:54 +0000 [r7279] Elan Ruusamäe <glen/at/pld-linux.org>
3649
3650 * rc.d/rc.sysinit: Vserver speedup (skips extra 5 second delay in
3651 some cases)
3652
36532006-03-20 17:22 +0000 [r7253] Radosław Zieliński <radek/at/pld-linux.org>
3654
3655 * rc.d/rc.sysinit: - allow \t in "alias usb-controller" (from
3656 Lukasz Masko, nov 2005)
3657
36582006-03-11 14:54 +0000 [r7144] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3659
3660 * sysconfig/network-scripts/ifup-ppp: Typo bugfix.
3661
36622006-03-09 17:54 +0000 [r7132] Elan Ruusamäe <glen/at/pld-linux.org>
3663
3664 * rc.d/init.d/network: Tabs.
3665
36662006-03-09 17:47 +0000 [r7131] Elan Ruusamäe <glen/at/pld-linux.org>
3667
3668 * rc.d/init.d/network: Rewritten configuration parsing portion
3669 (solves ~ and .rpmnew files ignorance). execve() calls reduced
3670 from 25 to 4. Tested with ash and ksh. There could be bugs!
3671
36722006-03-09 16:20 +0000 [r7127] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3673
3674 * configure.ac: Prepare for 0.4.0.26.
3675
7341fab3
AM
36762006-03-09 14:58 +0000 [r7126] Jan Rękorajski <baggins/at/pld-linux.org>
3677
3678 * rc.d/init.d/template.init: - no, please don't remove vim modeline
3679
36802006-03-09 11:21 +0000 [r7125] Elan Ruusamäe <glen/at/pld-linux.org>
3681
3682 * rc.d/init.d/template.init: vim modeline is unneccessary here.
3683
36842006-03-08 15:07 +0000 [r7121] Jan Rękorajski <baggins/at/pld-linux.org>
3685
3686 * rc.d/rc.sysinit: - human readable cleaning of /var/lock - and
3687 don't remove /var/lock/cvs
3688
36892006-03-05 13:41 +0000 [r7096] Adam Gołębiowski <adamg/at/pld-linux.org>
3690
3691 * sysconfig/system: - typos
3692
36932006-03-03 21:54 +0000 [r7083] Elan Ruusamäe <glen/at/pld-linux.org>
3694
3695 * rc.d/rc.sysinit: The is_no() function comes from functions, don't
3696 use it before it's defined
3697
36982006-02-27 18:09 +0000 [r7036] Elan Ruusamäe <glen/at/pld-linux.org>
3699
3700 * setsysfont: Revert hardcoded part. Fix your config instead.
3701
37022006-02-27 17:49 +0000 [r7035] Elan Ruusamäe <glen/at/pld-linux.org>
3703
3704 * rc.d/init.d/cpusets: - expand Id keyword
3705
37062006-02-27 13:47 +0000 [r7034] Elan Ruusamäe <glen/at/pld-linux.org>
3707
3708 * rc.d/init.d/network: In vserver /sbin/ip is not required.
3709
37102006-02-26 11:05 +0000 [r7020] Elan Ruusamäe <glen/at/pld-linux.org>
3711
3712 * rc.d/init.d/functions: Disable colors and enable FASTRC for
3713 initng.
3714
37152006-02-26 10:45 +0000 [r7019] Elan Ruusamäe <glen/at/pld-linux.org>
3716
3717 * setsysfont: Unicode fixes.
3718
37192006-02-24 11:04 +0000 [r7006] Elan Ruusamäe <glen/at/pld-linux.org>
3720
3721 * rc.d/rc.sysinit: Boot logging possibility with showconsole.
3722
37232006-02-23 14:43 +0000 [r7005] Elan Ruusamäe <glen/at/pld-linux.org>
3724
3725 * rc.d/rc.sysinit: Respect fs_passno for rootfs when doing rootfs
3726 fsck. Enable paralell fsck for other filesystems.
3727
37282006-02-23 14:23 +0000 [r7004] Elan Ruusamäe <glen/at/pld-linux.org>
3729
3730 * rc.d/rc.sysinit: Ignore "rootfs" when setting _ROOTFS_TYPE.
3731
37322006-02-23 13:57 +0000 [r7003] Elan Ruusamäe <glen/at/pld-linux.org>
3733
3734 * rc.d/rc.sysinit: Make /dev/cpuset dir for udev. Check
3735 /proc/mounts instead of /proc/filesystems when filling /etc/mtab.
3736
37372006-02-23 10:38 +0000 [r7002] Elan Ruusamäe <glen/at/pld-linux.org>
3738
b30f8040
AM
3739 * doc/net-scripts.txt, doc/sysvinitfiles, rc.d/init.d/functions,
3740 rc-scripts.spec.in, inittab, rc.d/rc.sysinit, run-parts: We are
3741 PLD Linux (not just PLD).
7341fab3
AM
3742
37432006-02-23 10:35 +0000 [r6999-7001] Elan Ruusamäe <glen/at/pld-linux.org>
3744
3745 * sysconfig/init-colors: We are PLD Linux (not just PLD), fix
3746 init-colors.gentoo path.
3747
3748 * sysconfig/i18n: Have here also listed en_US.UTF-8
3749
3750 * sysconfig/interfaces/ifcfg-eth0: By default boot eth0 with dhcp.
3751 If you have static IP configuration, you need to edit this file
3752 anyway
3753
37542006-02-14 00:24 +0000 [r6972] Jan Rękorajski <baggins/at/pld-linux.org>
3755
4ca37ca2 3756 * sysconfig/cpusets/cpuset-test, rc.d/init.d/cpusets: - cpuset
7341fab3
AM
3757 virtualization support
3758
37592006-02-10 22:21 +0000 [r6965] Elan Ruusamäe <glen/at/pld-linux.org>
3760
3761 * rc.d/rc.sysinit: Reverted last change
3762
37632006-02-10 19:47 +0000 [r6964] Elan Ruusamäe <glen/at/pld-linux.org>
3764
3765 * rc.d/rc.sysinit: Disable DELAY_LOGIN for vserver, suggested by
3766 Patrys
3767
37682006-02-10 19:40 +0000 [r6960-6963] Elan Ruusamäe <glen/at/pld-linux.org>
3769
3770 * rc.d/rc.sysinit: Remove stupid sleep 1
3771
3772 * rc.d/rc.sysinit: No SELinux labels for vserver
3773
3774 * rc.d/rc.sysinit: Fixing indent
3775
3776 * rc.d/rc.sysinit: setsysfont and selinux make no sense inside
3777 vserver (no devices attached)
3778
37792006-02-10 19:31 +0000 [r6959] Elan Ruusamäe <glen/at/pld-linux.org>
3780
3781 * rc.d/rc.sysinit: Do not mount /proc in vserver
3782
37832006-02-10 19:17 +0000 [r6958] Elan Ruusamäe <glen/at/pld-linux.org>
3784
3785 * rc.d/init.d/network: One can't (u)mount anything inside vserver,
3786 not even network mounts
3787
37882006-02-08 17:41 +0000 [r6952] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3789
3790 * rc.d/rc.sysinit: Redirect errors from mounts grepping to
3791 /dev/null.
3792
37932006-02-05 15:32 +0000 [r6922] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3794
b30f8040 3795 * rc.d/rc.sysinit, sysconfig/system: Rename PROMPT to RC_PROMPT
7341fab3
AM
3796 (PROMPT is internal zsh variable). Fixed RC_PROMPT testing to
3797 work as described in sysconfig/system.
3798
37992006-01-21 13:49 +0000 [r6875-6876] Elan Ruusamäe <glen/at/pld-linux.org>
3800
3801 * rc.d/init.d/template.init: Allow some actions when network is
3802 down (by ankry /at/ 2003-07-03).
3803
3804 * rc.d/init.d/template.init: - remove old syntax
3805
38062006-01-21 12:32 +0000 [r6874] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3807
3808 * sysconfig/interfaces/ifcfg-description: Describe current
3809 PPPoE/PPPoA config.
3810
38112006-01-21 12:18 +0000 [r6873] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3812
3813 * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
3814 sysconfig/network-scripts/ifup-ppp: Generic PPP over ATM support.
3815
38162006-01-20 18:02 +0000 [r6871] Jan Rękorajski <baggins/at/pld-linux.org>
3817
3818 * rc.d/rc.sysinit: - give getkey a timeout of 5s, better safe than
3819 hung init process
3820
38212006-01-20 15:40 +0000 [r6869] Jan Rękorajski <baggins/at/pld-linux.org>
3822
3823 * rc.d/init.d/functions: - skip filter_chroot() in vserver fixes
3824 running %pre/%post scripts for packages installed in vserver
3825
38262006-01-19 08:52 +0000 [r6864] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3827
4ca37ca2
JR
3828 * sysconfig/interfaces/Makefile.am,
3829 sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada (added): Add
3830 ueagle example (abram).
7341fab3
AM
3831
38322006-01-18 08:18 +0000 [r6844] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3833
3834 * configure.ac: Prepare for 0.4.0.25.
3835
94ee9fab
AM
38362006-01-15 12:01 +0000 [r6809] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3837
4ca37ca2 3838 * rc.d/init.d/sys-chroots, rc.d/rc.sysinit: Use correct chown
94ee9fab
AM
3839 user:group notation.
3840
38412006-01-13 18:07 +0000 [r6803] Jan Rękorajski <baggins/at/pld-linux.org>
3842
3843 * rc.d/rc.sysinit: - more non-vserver stuff ifed
3844
38452006-01-12 16:21 +0000 [r6798-6800] Jan Rękorajski <baggins/at/pld-linux.org>
3846
3847 * rc.d/rc.sysinit: - cleanup if vserver logic
3848
3849 * rc.d/rc.sysinit: - merge more vserver ifs
3850
3851 * rc.d/rc.sysinit: - typo
3852
38532006-01-12 16:10 +0000 [r6797] Jan Rękorajski <baggins/at/pld-linux.org>
3854
3855 * rc.d/rc.sysinit: - more non-vserver things if'ed - kill psdevtab
3856 removal (file is obsolete since 1998)
3857
38582006-01-12 16:01 +0000 [r6796] Jan Rękorajski <baggins/at/pld-linux.org>
3859
3860 * rc.d/rc.shutdown: - cleanup
3861
38622006-01-12 15:29 +0000 [r6795] Jan Rękorajski <baggins/at/pld-linux.org>
3863
b30f8040 3864 * rc.d/rc.shutdown, rc.d/rc.sysinit: - skip swap/quota/acct in
94ee9fab
AM
3865 vserver
3866
38672006-01-10 20:59 +0000 [r6788] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3868
3869 * rc.d/rc.sysinit: mdadm now creates missing nodes when assembling
3870 an array.
3871
38722006-01-09 17:23 +0000 [r6781] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3873
3874 * sysconfig/network-scripts/functions.network: Typos fixed.
3875
38762006-01-08 21:53 +0000 [r6777] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3877
3878 * configure.ac: Prepare for 0.4.0.24.
3879
1d967f19
AM
38802006-01-07 15:57 +0000 [r6762] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3881
3882 * sysconfig/network-scripts/functions.network: ESSID setting is
3883 done only once, at the end just before commit.
3884
38852006-01-06 15:57 +0000 [r6750] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3886
3887 * rc.d/rc.sysinit: Don't use run_cmd for starting udev since
3888 start_udev can handle messages itself.
3889
38902006-01-05 22:52 +0000 [r6747] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3891
b30f8040 3892 * setsysfont, rc.d/rc.sysinit: Fix console detection by not running
1d967f19
AM
3893 setsysfont trough run_cmd (fixes utf8 font handling, too).
3894
38952006-01-04 12:16 +0000 [r6734] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3896
3897 * rc.d/rc.sysinit: No longer set hotplug stuff. Put that into
3898 sysctl.conf.
3899
39002006-01-01 20:16 +0000 [r6727] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3901
3902 * lang.sh: Process more locale variables (havner).
3903
39042006-01-01 20:12 +0000 [r6726] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3905
3906 * setsysfont: Include /etc/rc.d/init.d/functions.
3907
39082005-12-26 10:35 +0000 [r6709] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3909
3910 * sysconfig/network-scripts/functions.network: Fix WLAN power,
3911 txpower, retry settings. Patch by Łukasz Maśko.
3912
39132005-12-15 18:59 +0000 [r6651-6652] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3914
3915 * configure.ac: Preparations for 0.4.0.23.
447c6413
AM
3916
3917 * rc.d/rc.sysinit: modprobe with -s option so messages go to
3918 syslog.
3919
39202005-12-09 15:26 +0000 [r6627] Jan Rękorajski <baggins/at/pld-linux.org>
3921
3922 * rc.d/rc.shutdown: - change reboot/halt message for vserver
3923 (request by glen)
3924
39252005-12-05 00:33 +0000 [r6598] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3926
3927 * sysconfig/network-scripts/ifup,
3928 sysconfig/interfaces/ifcfg-description: Up wireless device before
3929 setting any WLAN parameters support.
3930
39312005-12-05 00:29 +0000 [r6597] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3932
3933 * rc.d/rc.sysinit: udev loads core usb modules itself so
3934 /proc/bus/usb was never mounted here. Now we are checking for
3935 exact mount instead of just checking whether usb modules are
3936 loaded.
3937
39382005-11-24 15:25 +0000 [r6563] Jan Rękorajski <baggins/at/pld-linux.org>
3939
b30f8040 3940 * rc.d/rc.sysinit, rc.d/init.d/functions: - remove duplicate
447c6413
AM
3941 entries in vserver guest /etc/mtab
3942
39432005-11-23 20:49 +0000 [r6561] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3944
3945 * setsysfont: Don't yell when there is no kbd installed.
3946
39472005-11-18 23:44 +0000 [r6541] Jan Rękorajski <baggins/at/pld-linux.org>
3948
3949 * rc.d/rc.sysinit: - don't clear mtab on vserver guest
3950
39512005-11-17 22:54 +0000 [r6540] Jan Rękorajski <baggins/at/pld-linux.org>
3952
3953 * rc.d/init.d/functions: - fixed vserver detection with legacy
3954 vserver code turned off
3955
39562005-11-16 18:45 +0000 [r6534] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3957
3958 * configure.ac: Update for 0.4.0.22.
3959
3b5ecec3
AM
39602005-11-05 01:34 +0000 [r6520] Elan Ruusamäe <glen/at/pld-linux.org>
3961
3962 * rc.d/rc.sysinit: - remove useless rm -f /var/run/hwprofile, which
3963 will never work as all filesystems are readonly at that point
3964
39652005-11-01 18:34 +0000 [r6510-6511] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3966
3967 * src/process.c: Updated from FC.
3968
b30f8040 3969 * src/shvar.c, src/shvar.h: Be more precise about condition.
3b5ecec3
AM
3970
39712005-10-30 22:14 +0000 [r6504] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3972
b30f8040 3973 * rc.d/rc.shutdown, rc.d/rc.sysinit: Mount securityfs filesystem on
3b5ecec3
AM
3974 kernel >= 2.6.14.
3975
39762005-10-30 00:03 +0000 [r6503] Jan Rękorajski <baggins/at/pld-linux.org>
3977
3978 * rc.d/rc: - corrected order of conditions
3979
39802005-10-28 14:54 +0000 [r6501] Jan Rękorajski <baggins/at/pld-linux.org>
3981
3982 * rc.d/init.d/network: - ignore non-empty but commented /etc/mactab
3983 (patch by glen)
3984
39852005-10-26 16:57 +0000 [r6492] Jan Rękorajski <baggins/at/pld-linux.org>
3986
3987 * lang.sh, run-parts, lang.csh, hwprofile, service, setsysfont: -
3988 more white space and formatting cleanup
3989
39902005-10-26 16:33 +0000 [r6491] Jan Rękorajski <baggins/at/pld-linux.org>
3991
b30f8040
AM
3992 * rc.d/rc.modules, sysconfig/network-scripts/ifup-sl,
3993 sysconfig/network-scripts/ifup-irda,
3994 sysconfig/network-scripts/ifup-aliases, rc.d/init.d/network,
3995 sysconfig/network-scripts/ifdown-ppp,
a2ee7529
JR
3996 sysconfig/network-scripts/ifdown-vlan,
3997 sysconfig/network-scripts/tnldown,
a2ee7529 3998 sysconfig/network-scripts/ifdown-br,
b30f8040
AM
3999 sysconfig/interfaces/tnlcfg-icm, sysconfig/static-nat,
4000 ppp/ipx-up, sysconfig/network-scripts/functions.network,
4001 ppp/auth-up, rc.d/init.d/allowlogin,
4ca37ca2
JR
4002 sysconfig/network-scripts/ifup-vlan,
4003 sysconfig/interfaces/tnlcfg-description,
b30f8040 4004 sysconfig/network-scripts/ifup,
4ca37ca2 4005 sysconfig/network-scripts/ifup-br,
b30f8040
AM
4006 sysconfig/network-scripts/ifup-plip, rc.d/init.d/template.init,
4007 ppp/ip-up, rc.d/rc.sysinit,
4008 sysconfig/network-scripts/ifdown-post, sysconfig/clock,
4009 rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes,
4010 rc.d/rc.shutdown, ppp/ipx-down, rc.d/init.d/timezone,
4011 ppp/auth-down, sysconfig/network-scripts/ifdown,
4012 sysconfig/network-scripts/ifup-plusb, rc.d/init.d/sys-chroots,
4013 sysconfig/network-scripts/ifup-post, sysconfig/static-routes,
4014 ppp/ip-down, sysconfig/network-scripts/ifup-neigh,
4015 sysconfig/network-scripts/ifup-ppp,
4016 sysconfig/network-scripts/ifup-ipx, rc.d/rc.local,
4017 rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl,
4018 sysconfig/network-scripts/tnlup,
4019 sysconfig/network-scripts/ifdown-irda, sysconfig/system,
4020 sysconfig/network-scripts/ifup-iucv, rc.d/rc, rc.d/init.d/random,
4021 rc.d/init.d/single, rc.d/rc.init, sysconfig/network,
4022 sysconfig/timezone, rc.d/init.d/killall: - more vim setting
4023 removed (don't convert tabs to spaces) - white space cleanup -
4024 convert spaces to tabs - unify formatting for all scripts
3b5ecec3
AM
4025
40262005-10-25 18:22 +0000 [r6489] Jan Rękorajski <baggins/at/pld-linux.org>
4027
4028 * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit: - add support for
4029 running inside vservers, the diff may seem huge but it's mostly
4030 white space change
4031
40322005-10-25 18:15 +0000 [r6488] Jan Rękorajski <baggins/at/pld-linux.org>
4033
4034 * rc.d/init.d/functions: - typo
4035
40362005-10-25 17:11 +0000 [r6487] Jan Rękorajski <baggins/at/pld-linux.org>
4037
b30f8040 4038 * rc.d/rc, rc.d/rc.sysinit: - source configs before functions
3b5ecec3
AM
4039
40402005-10-25 16:56 +0000 [r6485] Jan Rękorajski <baggins/at/pld-linux.org>
4041
4042 * rc.d/init.d/network: - don't start interfaces inside vserver
4043
40442005-10-25 16:46 +0000 [r6484] Jan Rękorajski <baggins/at/pld-linux.org>
4045
4046 * rc.d/rc: - all stty's stderr belongs to /dev/null
4047
40482005-10-25 16:21 +0000 [r6482] Jan Rękorajski <baggins/at/pld-linux.org>
4049
4050 * rc.d/init.d/functions: - detect if run inside vserver and ignore
4051 rc_splash if so
4052
40532005-10-25 16:04 +0000 [r6480] Jan Rękorajski <baggins/at/pld-linux.org>
4054
4055 * rc.d/rc.sysinit: - we need /proc mounted before everything
4056
40572005-10-25 14:17 +0000 [r6479] Jan Rękorajski <baggins/at/pld-linux.org>
4058
a2ee7529 4059 * rc.d/rc.modules, rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit: -
3b5ecec3
AM
4060 grep: all your stderr are belong to /dev/null
4061
40622005-10-25 11:58 +0000 [r6477] Jan Rękorajski <baggins/at/pld-linux.org>
4063
4064 * rc.d/init.d/functions: - better detection of tput functionality
4065
40662005-10-19 19:06 +0000 [r6468] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4067
4068 * configure.ac: Update for new release.
4069
03e40ed6
AM
40702005-10-19 18:08 +0000 [r6467] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4071
4072 * sysconfig/network-scripts/functions.network: Working version of
4073 calcprefix().
4074
40752005-10-19 11:01 +0000 [r6462] Jan Rękorajski <baggins/at/pld-linux.org>
4076
4077 * rc.d/rc: - check for proper first argument in correct place
4078
40792005-10-17 15:04 +0000 [r6453] Jan Rękorajski <baggins/at/pld-linux.org>
4080
4081 * rc.d/init.d/functions: - RC_LOGGING should be checked against
4082 "no"
4083
40842005-10-17 14:52 +0000 [r6452] Jan Rękorajski <baggins/at/pld-linux.org>
4085
b30f8040 4086 * sysconfig/system, rc.d/init.d/functions, rc.d/rc.shutdown: -
03e40ed6
AM
4087 clean solution for initlog/minilogd: RC_LOGGING setting, and
4088 don't log while shutting down
4089
40902005-10-17 13:49 +0000 [r6451] Jan Rękorajski <baggins/at/pld-linux.org>
4091
4ca37ca2 4092 * src/minilogd.c (added), src/initlog.c, src/Makefile.am: -
03e40ed6
AM
4093 reverted last commit
4094
40952005-10-17 13:20 +0000 [r6450] Jan Rękorajski <baggins/at/pld-linux.org>
4096
b30f8040 4097 * src/Makefile.am, src/minilogd.c (removed), src/initlog.c: -
03e40ed6
AM
4098 removed minilogd and its calls (more pain than gain)
4099
41002005-10-16 19:26 +0000 [r6447] Jan Rękorajski <baggins/at/pld-linux.org>
4101
b30f8040
AM
4102 * rc.d/rc.init, rc.d/init.d/single, sysconfig/timezone, hwprofile,
4103 rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes,
4ca37ca2
JR
4104 sysconfig/network-scripts/ifup-aliases,
4105 sysconfig/network-scripts/ifdown-ppp,
4106 sysconfig/network-scripts/ifup-post, rc.d/init.d/allowlogin,
4107 rc.d/rc.local, sysconfig/network-scripts/ifdown-sl,
4108 sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
4109 sysconfig/network-scripts/ifdown-irda,
4110 sysconfig/network-scripts/ifup-iucv, rc.d/rc, sysconfig/network,
4111 rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl,
4112 sysconfig/network-scripts/ifup-irda, rc.d/init.d/network,
a2ee7529 4113 rc.d/rc.shutdown, rc.d/init.d/timezone,
4ca37ca2
JR
4114 sysconfig/network-scripts/ifdown-vlan,
4115 sysconfig/network-scripts/tnldown,
03e40ed6
AM
4116 sysconfig/network-scripts/ifup-plusb,
4117 sysconfig/network-scripts/ifdown,
4ca37ca2 4118 sysconfig/network-scripts/ifdown-br,
03e40ed6 4119 sysconfig/network-scripts/ifup-neigh,
a2ee7529 4120 sysconfig/network-scripts/functions.network,
4ca37ca2
JR
4121 sysconfig/network-scripts/ifup-ppp,
4122 sysconfig/network-scripts/ifup-ipx,
95461837 4123 sysconfig/network-scripts/ifup-vlan,
03e40ed6 4124 sysconfig/network-scripts/ifup-br,
4ca37ca2
JR
4125 sysconfig/network-scripts/ifup-plip, sysconfig/system,
4126 rc.d/init.d/template.init, rc.d/rc.sysinit, rc.d/init.d/random,
b30f8040
AM
4127 sysconfig/network-scripts/ifdown-post: - removed dumb tw=78 vim
4128 setting
03e40ed6
AM
4129
41302005-10-06 16:08 +0000 [r6429] Artur Frysiak <wiget/at/pld-linux.org>
4131
4132 * rc.d/init.d/network: - fixed CIFS unmounting
4133
41342005-10-04 18:09 +0000 [r6425] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4135
4ca37ca2 4136 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
03e40ed6
AM
4137 Use pidfile for wpa_supplicant.
4138
41392005-10-02 17:13 +0000 [r6420] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4140
4ca37ca2
JR
4141 * sysconfig/network-scripts/ifup,
4142 sysconfig/interfaces/ifcfg-description,
4143 sysconfig/network-scripts/ifdown: Simple support for WPA. Note
4144 that killing wpa_supplicant daemon is supported only for single
4145 daemon/interface (TODO: multiple daemons support).
03e40ed6
AM
4146
41472005-09-05 17:12 +0000 [r6352] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4148
4149 * rc.d/init.d/functions: Add support for whole path in pidfile.
4150
41512005-08-24 22:08 +0000 [r6333] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4152
4153 * rc.d/init.d/cpusets, rc.d/init.d/functions: Fix is_yes in cpuset
4154 stuff. Quote file paths when doing echo > something.
4155
41562005-08-23 16:32 +0000 [r6330] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4157
4158 * configure.ac: Update for 0.4.0.20.
4159
41602005-08-23 16:29 +0000 [r6327-6329] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
982fd48f 4161
4ca37ca2
JR
4162 * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm,
4163 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: Fixed PlusGSM
03e40ed6 4164 examples. (Patch by Paweł Gołaszewski)
982fd48f
AM
4165
4166 * inittab: Example for agetty on serial port.
4167
4168 * rc.d/init.d/network: [a-z] doesn't always mean whole alphabet
4169 (for example et_EE locale). Use C locale when searching. (Patch
03e40ed6 4170 by Elan Ruusamäe)
982fd48f 4171
03e40ed6 41722005-08-15 22:45 +0000 [r6315] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4173
4174 * rc.d/init.d/cpusets: - don't spew errors on stdout - inform about
4175 failurse
4176
41772005-08-14 18:32 +0000 [r6311] Tomasz Wittner <twittner/at/pld-linux.org>
4178
4179 * DEVELOPMENT: - typo in enumeration
4180
03e40ed6 41812005-08-13 23:06 +0000 [r6307-6310] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4182
4183 * rc.d/init.d/cpusets: - added echo for better status readability
4184
4185 * rc.d/init.d/cpusets: - properly test cpuset dir for status
4186 display
4187
4188 * rc.d/init.d/cpusets: - properly escape message
4189
4190 * rc.d/init.d/cpusets: - use show() when creating/removing cpusets
4191
03e40ed6 41922005-08-13 22:58 +0000 [r6306] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4193
4194 * rc.d/init.d/cpusets: - typo
4195
03e40ed6 41962005-08-13 22:34 +0000 [r6305] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4197
4198 * rc.d/init.d/functions: - take CPUSETS setting into account
4199
03e40ed6 42002005-08-13 22:00 +0000 [r6304] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4201
4202 * rc.d/rc.sysinit: - mount cpuset filesystem if kernel capable
4203
03e40ed6 42042005-08-11 17:43 +0000 [r6300] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f 4205
b30f8040 4206 * doc/sysconfig.txt, doc/sysconfig.docb: - added description for
982fd48f
AM
4207 available per-service settings
4208
03e40ed6 42092005-08-11 17:11 +0000 [r6299] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4210
4211 * rc-scripts.spec.in: - cpusets added
4212
03e40ed6 42132005-08-11 17:04 +0000 [r6297-6298] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4214
4215 * rc.d/init.d/Makefile.am: - cpusets script added
4216
4217 * configure.ac: - sysconfig/cpusets/Makefile added
4218
03e40ed6 42192005-08-11 16:58 +0000 [r6294-6296] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4220
4221 * po/pl.po: - final touch
4222
4223 * po/pl.po: - updated
4224
4225 * rc.d/init.d/functions: - added some code for completness
4226
03e40ed6 42272005-08-11 16:36 +0000 [r6293] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4228
4229 * rc.d/init.d/cpusets: - defile cpuset settings as local in
4230 function
4231
03e40ed6 42322005-08-11 16:35 +0000 [r6292] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
982fd48f
AM
4233
4234 * rc.d/init.d/functions: filter_chroot(): Do not filter pids for
4235 processes that no longer exists. We don't know whether these were
4236 from current (ch)root so we assume that they were.
4237
03e40ed6 42382005-08-11 16:23 +0000 [r6291] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4239
4240 * rc.d/init.d/functions: - added cpuset support to daemon and
4241 status functions
4242
03e40ed6 42432005-08-10 20:10 +0000 [r6290] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f 4244
b30f8040
AM
4245 * sysconfig/Makefile.am, rc.d/init.d/cpusets (added),
4246 sysconfig/cpusets/Makefile.am (added), sysconfig/system,
4247 sysconfig/cpusets/cpuset-test (added): - CPUSETS support (work in
4248 progress)
982fd48f 4249
03e40ed6 42502005-08-10 19:49 +0000 [r6289] Jan Rękorajski <baggins/at/pld-linux.org>
982fd48f
AM
4251
4252 * sysconfig/cpusets (added): - a place for cpusets config files
4253
03e40ed6 42542005-08-08 21:53 +0000 [r6288] Andrzej Dopierała <undefine/at/pld-linux.org>
982fd48f
AM
4255
4256 * rc.d/init.d/network: - get only tnlcfg-name, not tnlcfg-name~
4257
03e40ed6 42582005-07-27 09:09 +0000 [r6229] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
982fd48f
AM
4259
4260 * sysconfig/network-scripts/ifup: ifup: Handle special
4261 pcmcia-hotplug case.
4262
03e40ed6 42632005-07-21 22:35 +0000 [r6226] Andrzej Dopierała <undefine/at/pld-linux.org>
982fd48f
AM
4264
4265 * rc.d/init.d/network: - first up bridge, next tunnels (tunnels can
4266 be on bridges) - first down tunnels, next bridge ;)
4267
03e40ed6 42682005-05-30 18:54 +0000 [r6028] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
982fd48f
AM
4269
4270 * configure.ac: Release 0.4.0.19.
4271
03e40ed6 42722005-05-30 18:47 +0000 [r6027] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cb0c01df
AM
4273
4274 * sysconfig/network-scripts/ifup: Understand BOOTPROTO=static
03e40ed6 4275 properly (Elan Ruusamäe <glen/at/pld-linux.org>).
cb0c01df 4276
03e40ed6 42772005-05-30 18:42 +0000 [r6026] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cb0c01df
AM
4278
4279 * sysconfig/network-scripts/ifdown-post: When stopping delete root
4280 queueing discipline instead of trying to add it.
4281
03e40ed6 42822005-05-25 08:26 +0000 [r6013] Elan Ruusamäe <glen/at/pld-linux.org>
cb0c01df
AM
4283
4284 * sysctl.conf: grsec is available for 2.6 kernels too.
4285
03e40ed6 42862005-05-03 17:50 +0000 [r5915] Elan Ruusamäe <glen/at/pld-linux.org>
cb0c01df
AM
4287
4288 * rc.d/init.d/sys-chroots: Typo.
4289
03e40ed6 42902005-04-30 20:53 +0000 [r5896] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cb0c01df
AM
4291
4292 * rc.d/init.d/functions: killproc(): fill base and pid variables
4293 based on waitname.
4294
03e40ed6 42952005-04-25 16:01 +0000 [r5884] Adam Gołębiowski <adamg/at/pld-linux.org>
cb0c01df
AM
4296
4297 * rc.d/init.d/network: - when using BOOTPRIO, cd to /etc/sysconfig
4298 to get list of interfaces
4299
03e40ed6 43002005-04-15 21:48 +0000 [r5770] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cb0c01df
AM
4301
4302 * sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Add BT example.
4303
03e40ed6 43042005-04-08 17:34 +0000 [r5744] Paweł Sakowski <saq/at/pld-linux.org>
cb0c01df
AM
4305
4306 * sysconfig/system: - typo
4307
03e40ed6 43082005-03-25 19:00 +0000 [r5631] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
d23f8bf7
AM
4309
4310 * rc-scripts.spec.in: Updated to match needs.
4311
03e40ed6 43122005-03-25 18:50 +0000 [r5629-5630] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
d23f8bf7
AM
4313
4314 * rc.d/rc.sysinit: Fix sound dmabuf handling in rc.sysinit. Use
4315 different modules config file for 2.4/2.6 kernel.
cb0c01df 4316 (havner/at/pld-linux.org)
d23f8bf7
AM
4317
4318 * rc.d/init.d/functions: Fix displaing show() function when $CHARS
cb0c01df 4319 variable is set. (tommat/at/pld-linux.org).
d23f8bf7 4320
03e40ed6 43212005-03-25 18:37 +0000 [r5625] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
d23f8bf7
AM
4322
4323 * configure.ac: Prepare for 0.4.0.18.
4324
03e40ed6 43252005-03-22 16:54 +0000 [r5615] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
d23f8bf7
AM
4326
4327 * rc.d/init.d/functions: Increment counter when waiting specified
4328 time for daemon to start/terminate.
4329
03e40ed6 43302005-03-06 00:11 +0000 [r5570] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
d23f8bf7
AM
4331
4332 * src/Makefile.am: Place minilogd in sbin.
4333
03e40ed6 43342005-03-05 23:46 +0000 [r5569] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7 4335
b30f8040 4336 * man/ru/Makefile.am (added), man/es/Makefile.am (added),
a2ee7529 4337 man/fr/Makefile.am (added), man/de/Makefile.am (added),
b30f8040
AM
4338 man/sv/Makefile.am (added), man/ja/Makefile.am (added),
4339 configure.ac, man/Makefile.am: - Finished manuals to subdirs.
a2ee7529 4340 (Thanks arekm).
d23f8bf7 4341
03e40ed6 43422005-01-24 14:15 +0000 [r5479] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7
AM
4343
4344 * configure.ac: Use AM_CONFIG_HEADER, rather AC_CONFIG_HEADER for
4345 autogen.sh to call autoheader.
4346
03e40ed6 43472005-01-24 14:05 +0000 [r5478] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7
AM
4348
4349 * src/config.h.in (removed): removed
4350
03e40ed6 43512005-01-24 13:47 +0000 [r5477] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7 4352
b30f8040
AM
4353 * src/Makefile.am, configure.ac, acinclude.m4 (added),
4354 src/config.h.in (added), src/start-stop-daemon.c (added): added
4355 start-stop-daemon from dpkg-1.10.23 includes config.h support now
4356 (as such conditional defines impossible on commandline) and m4
4357 macros needed for start-stop-daemon.c
d23f8bf7 4358
03e40ed6 43592005-01-24 13:38 +0000 [r5476] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7 4360
4ca37ca2
JR
4361 * doc/netreport.1 (removed), doc/genhostid.1 (removed),
4362 man/netreport.1 (added), man/genhostid.1 (added), doc/ipcalc.1
4363 (removed), doc/usleep.1 (removed), doc/usernetctl.8 (removed),
4364 man/ipcalc.1 (added), man/usleep.1 (added), doc/consoletype.1
95461837 4365 (removed), man/usernetctl.8 (added), Makefile.am, doc/initlog.1
d23f8bf7
AM
4366 (removed), doc/doexec.1 (removed), doc/Makefile.am,
4367 doc/ppp-watch.8 (removed), man/consoletype.1 (added),
95461837 4368 man/initlog.1 (added), man/doexec.1 (added), man/ppp-watch.8
4ca37ca2 4369 (added), man/Makefile.am: - moved manuals to man/ subdir
d23f8bf7 4370
03e40ed6 43712005-01-24 13:32 +0000 [r5475] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7 4372
b30f8040
AM
4373 * man/ja (added), man/ru/start-stop-daemon.8 (added),
4374 man/es/start-stop-daemon.8 (added), man/fr/start-stop-daemon.8
4ca37ca2
JR
4375 (added), man/de/start-stop-daemon.8 (added),
4376 man/sv/start-stop-daemon.8 (added), man (added),
4377 man/ja/start-stop-daemon.8 (added), man/ru (added), man/es
a2ee7529 4378 (added), man/fr (added), man/start-stop-daemon.8 (added), man/de
b30f8040
AM
4379 (added), man/sv (added), man/Makefile.am (added): - created tree
4380 for manuals - imported start-stop-daemon manuals from
4381 dpkg-1.10.23
d23f8bf7 4382
03e40ed6 43832005-01-24 00:33 +0000 [r5474] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7
AM
4384
4385 * doc/Makefile.am: - fix typo which prevented packaging rest of the
4386 manuals to distrib
4387
03e40ed6 43882005-01-23 23:56 +0000 [r5473] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7
AM
4389
4390 * rc.d/init.d/functions: - typo, english
4391
03e40ed6 43922005-01-23 19:11 +0000 [r5472] Paweł Sakowski <saq/at/pld-linux.org>
d23f8bf7
AM
4393
4394 * rc.d/init.d/sys-chroots: - mount usbfs if available
4395
03e40ed6 43962005-01-17 21:15 +0000 [r5461] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7
AM
4397
4398 * rc.d/init.d/functions: - indent to same level
4399
03e40ed6 44002005-01-02 22:53 +0000 [r5418] Radosław Zieliński <radek/at/pld-linux.org>
d23f8bf7 4401
b30f8040
AM
4402 * sysconfig/network-scripts/ifup-ppp,
4403 sysconfig/network-scripts/functions.network,
4404 sysconfig/network-scripts/ifup-vlan,
4ca37ca2
JR
4405 sysconfig/network-scripts/ifup-ipx,
4406 sysconfig/network-scripts/tnlup,
4407 sysconfig/network-scripts/ifdown-sl,
4408 sysconfig/network-scripts/ifup,
a2ee7529
JR
4409 sysconfig/network-scripts/ifdown-irda,
4410 sysconfig/network-scripts/ifup-br,
4411 sysconfig/network-scripts/ifup-plip,
4412 sysconfig/network-scripts/ifup-iucv,
4413 sysconfig/network-scripts/ifup-sl,
4414 sysconfig/network-scripts/ifup-irda,
4415 sysconfig/network-scripts/ifup-routes,
95461837 4416 sysconfig/network-scripts/ifup-aliases,
d23f8bf7
AM
4417 sysconfig/network-scripts/ifdown-ppp,
4418 sysconfig/network-scripts/ifdown-vlan,
4419 sysconfig/network-scripts/tnldown,
d23f8bf7 4420 sysconfig/network-scripts/ifup-post,
95461837
AM
4421 sysconfig/network-scripts/ifdown,
4422 sysconfig/network-scripts/ifup-plusb,
d23f8bf7 4423 sysconfig/network-scripts/ifdown-br,
b30f8040
AM
4424 sysconfig/network-scripts/ifup-neigh: - unified indentation (ts=8
4425 sw=4, as vi modeline says)
d23f8bf7 4426
03e40ed6 44272005-01-02 21:49 +0000 [r5417] Radosław Zieliński <radek/at/pld-linux.org>
d23f8bf7
AM
4428
4429 * sysctl.conf: - added net.ipv4.conf.default.rp_filter=1 -- *.all.*
4430 has no real effect: when sysctl -p is run, interfaces are not up
4431 yet
4432
03e40ed6 44332004-12-13 22:31 +0000 [r5382-5383] Paweł Sakowski <saq/at/pld-linux.org>
d23f8bf7 4434
a2ee7529 4435 * po/de.po, po/pl.po: - updated for current source tree
d23f8bf7
AM
4436
4437 * rc.d/init.d/network: - missed one
4438
03e40ed6 44392004-12-13 22:01 +0000 [r5379-5380] Paweł Sakowski <saq/at/pld-linux.org>
d23f8bf7 4440
a2ee7529
JR
4441 * sysconfig/network-scripts/ifup-sl, rc.d/init.d/network,
4442 sysconfig/network-scripts/ifup: - make nls invocations actually
4443 translatable
d23f8bf7
AM
4444
4445 * po/de.po: - fixed remaining fuzzy entries
4446
03e40ed6 44472004-12-13 20:16 +0000 [r5378] Paweł Sakowski <saq/at/pld-linux.org>
d23f8bf7
AM
4448
4449 * po/de.po: - updated my email address - fixed some fuzzy entries
4450 (the easiest ones)
4451
03e40ed6 44522004-12-08 22:46 +0000 [r5368] Elan Ruusamäe <glen/at/pld-linux.org>
d23f8bf7
AM
4453
4454 * rc.d/rc.sysinit: - typo
4455
cb0c01df 44562004-12-02 17:43 +0000 [r5362] Jarek Koszuk <heretyk/at/pld-linux.org>
d23f8bf7
AM
4457
4458 * rc.d/init.d/functions: Support for per service umask settings.
4459 This solves the problem with possibly different umask settings
4460 when starting services at boot time, and by hand.
4461
03e40ed6 44622004-11-29 20:10 +0000 [r5357] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
d23f8bf7 4463
b30f8040
AM
4464 * sysconfig/interfaces/ifcfg-ppp0.gprs-idea (added),
4465 sysconfig/interfaces/data/chat-ppp0.gprs-idea (added): Add IDEA
4466 GPRS examples.
d23f8bf7 4467
03e40ed6 44682004-11-26 22:49 +0000 [r5351] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7e8da059
AM
4469
4470 * configure.ac: Version 0.4.0.17.
4471
03e40ed6 44722004-11-13 21:43 +0000 [r5320] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7e8da059
AM
4473
4474 * sysconfig/network-scripts/ifup: Drop condition when checking
4475 cable - not needed.
4476
cb0c01df 44772004-11-13 21:37 +0000 [r5319] Bartosz Taudul <wolf/at/pld-linux.org>
7e8da059
AM
4478
4479 * sysconfig/network-scripts/ifup: - fix typo
4480
03e40ed6 44812004-11-13 21:31 +0000 [r5318] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7e8da059 4482
a2ee7529
JR
4483 * sysconfig/network-scripts/functions.network,
4484 sysconfig/network-scripts/ifup: Link status checking for ifup
4485 dhcp iface (from FC3).
7e8da059 4486
03e40ed6 44872004-11-13 20:31 +0000 [r5315] Adam Gołębiowski <adamg/at/pld-linux.org>
7e8da059
AM
4488
4489 * sysconfig/system: - s/outsite/outside/
4490
03e40ed6 44912004-11-13 11:36 +0000 [r5312-5313] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7e8da059
AM
4492
4493 * rc.d/init.d/functions: Drop obsolete msg_() functions.
4494
b30f8040 4495 * rc.d/rc.sysinit, rc.d/init.d/functions: More SELinux support from
7e8da059
AM
4496 FC initscripts.
4497
03e40ed6 44982004-10-25 19:27 +0000 [r4863] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7e8da059
AM
4499
4500 * rc.d/rc.sysinit: Use usbfs as USB filesystem name (not sure about
4501 2.4?).
4502
03e40ed6 45032004-10-01 21:28 +0000 [r4677] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7e8da059
AM
4504
4505 * sysconfig/network-scripts/ifup-ppp: Modprobe ppp modules when
4506 /dev/ppp doesn't exists (udev and devfs case).
4507
03e40ed6 45082004-09-25 22:22 +0000 [r4656] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983
AM
4509
4510 * rc.d/rc.sysinit: Move .ICE-unix creation a bit lower in case of
4511 CLEAN_TMP usage.
4512
03e40ed6 45132004-09-25 13:22 +0000 [r4649] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983
AM
4514
4515 * rc.d/rc.sysinit: Added udev support.
4516
03e40ed6 45172004-09-25 12:30 +0000 [r4647] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983
AM
4518
4519 * sysconfig/interfaces/ifcfg-description: Fix typo (numer->number).
4520
03e40ed6 45212004-09-24 21:04 +0000 [r4639] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983
AM
4522
4523 * configure.ac: Version 0.4.0.16.
4524
03e40ed6 45252004-09-22 16:32 +0000 [r4636] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983 4526
4ca37ca2 4527 * rc.d/init.d/network, sysconfig/interfaces/ifcfg-description:
91625983
AM
4528 BOOTPRIO for changing interfaces starting order.
4529
03e40ed6 45302004-09-22 15:38 +0000 [r4635] Witek Kręcicki <adasi/at/pld-linux.org>
91625983
AM
4531
4532 * rc.d/init.d/network: - Start VLAN's after all physical interfaces
4533
03e40ed6 45342004-09-19 13:32 +0000 [r4615] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983
AM
4535
4536 * rc.d/rc.sysinit: Create /tmp/.ICE-unix directory for X11.
4537
03e40ed6 45382004-08-25 20:58 +0000 [r4436] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983 4539
b30f8040 4540 * sysconfig/Makefile.am, sysconfig/ip-rules (removed): Drop
91625983
AM
4541 sysconfig/ip-rules, it's not used.
4542
03e40ed6 45432004-08-25 20:36 +0000 [r4434] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
91625983
AM
4544
4545 * configure.ac: Release 0.4.0.15.
4546
03e40ed6 45472004-08-25 20:33 +0000 [r4433] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4548
4549 * rc.d/init.d/Makefile.am: Add sys-chroots.
4550
03e40ed6 45512004-08-25 20:15 +0000 [r4432] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4552
4553 * sysconfig/network-scripts/tnlup,
4554 sysconfig/network-scripts/tnldown: Don't display ls errors when
4555 there is no tunnel configs.
4556
03e40ed6 45572004-08-25 17:30 +0000 [r4431] Jan Rękorajski <baggins/at/pld-linux.org>
bbbc0441
AM
4558
4559 * sysconfig/i18n: - it's much too early for unicode by default, so
4560 add some comments
4561
03e40ed6 45622004-08-22 18:06 +0000 [r4430] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4563
4564 * rc.d/rc.shutdown: When shutting down try to stop LVM devices,
4565 too.
4566
03e40ed6 45672004-08-20 10:16 +0000 [r4429] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441 4568
4ca37ca2 4569 * rc.d/init.d/network, rc.d/rc.sysinit: Set sysctl parameters
bbbc0441
AM
4570 quietly (needed to avoid bunch of errors when grsec_lock is
4571 turned on).
4572
03e40ed6 45732004-08-14 23:16 +0000 [r4428] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4574
4575 * rc.d/init.d/functions: Add support for waiting for process to
4576 finish to daemon() and killproc(). Example usage: daemon
4577 --waitforname httpd.${HTTPD_MPM} --waitfortime 60
4578 httpd.${HTTPD_MPM} -f /etc/httpd/httpd.conf -k stop where
4579 --waitforname is name of process to wait and --waitfortime is how
4580 many seconds to wait at max.
4581
03e40ed6 45822004-08-09 00:31 +0000 [r4424] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4583
4584 * rc.d/rc.sysinit: Pass complete path to sulogin (/sbin/sulogin).
4585
03e40ed6 45862004-07-23 23:08 +0000 [r4389] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4587
4588 * rc.d/init.d/sys-chroots: chroot: umount /proc, /selinux and /sys
4589 at stopping.
4590
03e40ed6 45912004-07-23 23:04 +0000 [r4387-4388] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4592
4593 * rc.d/init.d/sys-chroots: chroot: umount all when stopping.
4594
4ca37ca2 4595 * rc.d/init.d/sys-chroots, rc.d/rc: chroot: Process stopping
bbbc0441
AM
4596 properly.
4597
03e40ed6 45982004-07-23 22:56 +0000 [r4386] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4599
4600 * rc.d/init.d/sys-chroots: chroot: Do not run network but lock
4601 subsys to pretend that network was run.
4602
03e40ed6 46032004-07-23 22:27 +0000 [r4385] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4604
4605 * rc.d/init.d/sys-chroots, rc.d/rc: rc: When shutting down to not
4606 call rc.shutdown when in chroot. sys-chroots: Run some commands
4607 really in chroot.
4608
03e40ed6 46092004-07-23 21:58 +0000 [r4384] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4610
4611 * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
4612 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Set MTU to
4613 1452 for neostrada (from neostrada.info FAQ).
4614
03e40ed6 46152004-07-23 21:24 +0000 [r4383] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4616
4617 * rc.d/init.d/sys-chroots: chroot: clean up mtabs, mount proc,
4618 sysfs and selinuxfs.
4619
03e40ed6 46202004-07-23 21:14 +0000 [r4382] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4621
4622 * rc.d/init.d/sys-chroots (added): Started implementing multiple
4623 systems in chroots idea.
4624
03e40ed6 46252004-07-04 17:50 +0000 [r4316] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4626
4627 * configure.ac: s/path/name/
4628
03e40ed6 46292004-07-04 17:46 +0000 [r4315] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
bbbc0441
AM
4630
4631 * configure.ac: Avoid backup files when searching for shell
4632 scripts, too.
4633
03e40ed6 46342004-07-04 16:23 +0000 [r4312] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746 4635
4ca37ca2 4636 * po/de.po, po/pl.po: Make update-po + few manual fixes to pl.po.
31008746 4637
03e40ed6 46382004-07-04 16:14 +0000 [r4311] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4639
4640 * sysconfig/network-scripts/functions.network,
4641 rc.d/init.d/functions: Add #!/bin/sh to fool file(1).
4642
03e40ed6 46432004-07-04 15:57 +0000 [r4310] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4644
4645 * configure.ac: Don't search for shell scripts in directories with
4646 names starting with dot.
4647
03e40ed6 46482004-07-04 15:45 +0000 [r4309] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4649
4650 * rc.d/rc.shutdown: Turn off RAID devices using mdadm first,
4651 fallback to raidutils. Make raidutils stopping gettext friendly.
4652
03e40ed6 46532004-07-04 15:35 +0000 [r4308] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4654
4655 * makepot.pl: Put empty CHARSET instead of iso8859-2 in .pot file.
4656
03e40ed6 46572004-07-04 15:26 +0000 [r4307] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4658
4659 * configure.ac: - 0.4.0.14
4660
03e40ed6 46612004-07-04 14:41 +0000 [r4306] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4662
4663 * rc.d/rc.sysinit: Last one sysctl called with -e option to avoid
4664 errors on unknown keys.
4665
03e40ed6 46662004-07-04 14:34 +0000 [r4305] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4667
4668 * rc.d/rc.sysinit: Run LVM tools for RAID case only if some RAID
4669 volume was there.
4670
03e40ed6 46712004-07-04 14:11 +0000 [r4304] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4672
4673 * TODO: Some are done.
4674
03e40ed6 46752004-07-04 09:40 +0000 [r4303] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4676
4677 * sysconfig/network-scripts/ifup-ppp: Quote whole message passed to
4678 logger.
4679
03e40ed6 46802004-07-03 12:03 +0000 [r4302] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4681
4682 * sysconfig/network-scripts/ifup-ppp: s/speedtouch/speedtch/. Drop
4683 quoting from nls call.
4684
03e40ed6 46852004-07-03 11:27 +0000 [r4301] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4686
4687 * sysconfig/interfaces/Makefile.am,
4688 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada (added),
4689 sysconfig/network-scripts/ifup-ppp: Speedtouch modem support
4690 (arekm && qboosh).
4691
03e40ed6 46922004-07-02 21:56 +0000 [r4299] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4693
4694 * sysconfig/network-scripts/ifdown-ppp: Set interface used by EAGLE
4695 driver to down when downing ppp interface.
4696
03e40ed6 46972004-07-02 21:51 +0000 [r4298] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4698
4699 * sysconfig/network-scripts/ifdown-ppp: Always call ifdwon-post
4700 even if pppd was killed using -KILL.
4701
03e40ed6 47022004-07-02 21:42 +0000 [r4297] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4703
4704 * sysconfig/network-scripts/ifup-ppp,
4705 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Use PAPNAME
4706 for neo example. Fix ifcfg-password.so plugin usage.
4707
03e40ed6 47082004-07-02 20:45 +0000 [r4296] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4709
4710 * hwprofile: Nicer profile number choose message.
4711
03e40ed6 47122004-07-02 15:30 +0000 [r4290-4291] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746 4713
b30f8040
AM
4714 * sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada (added),
4715 sysconfig/interfaces/Makefile.am: Add TPSA Neostrada example
4716 (Sagem Fast 700 using eagle-usb driver).
31008746
AM
4717
4718 * sysconfig/interfaces/data/chat-ppp0.tpsa,
4719 sysconfig/network-scripts/ifup-ppp: Fix chat-ppp0.tepsa (they no
4720 longer send ppp string). ifcfg-password.so is choosen only if
4721 PLUGIN_IFCFG_PASSWORD is set to yes.
4722
03e40ed6 47232004-06-29 22:06 +0000 [r4273] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
31008746
AM
4724
4725 * sysconfig/i18n: UTF-8 pl_PL is pl_PL.UTF-8/UTF-8 in
4726 SUPPORTED_LOCALES (qboosh).
4727
03e40ed6 47282004-06-29 19:43 +0000 [r4269] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4729
4730 * configure.ac: Relase 0.4.0.13.
4731
03e40ed6 47322004-06-29 19:33 +0000 [r4268] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4733
4734 * rc.d/rc.sysinit: Run rc.live for PLD LiveCD.
4735
03e40ed6 47362004-06-29 19:28 +0000 [r4267] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4737
4738 * rc.d/rc.sysinit: Use fastboot also for encrypted FS.
4739
03e40ed6 47402004-06-29 19:08 +0000 [r4266] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4741
4742 * rc.d/rc.shutdown: Sync remaining variable in fs umounting. Add
4743 squashfs there.
4744
03e40ed6 47452004-06-28 21:23 +0000 [r4264] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45 4746
a2ee7529 4747 * po/de.po, po/pl.po, po/Makefile.am: Fix fields spoted by msgfmt
7a603e45
AM
4748 -c and print translation statistics.
4749
03e40ed6 47502004-06-28 21:19 +0000 [r4263] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4751
4752 * po/Makefile.am: msgfmt now does po file validation.
4753
03e40ed6 47542004-06-28 19:22 +0000 [r4258] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4755
4756 * setsysfont: Minimalize code to support SYSFONT, fix UTF-8
4757 handling.
4758
03e40ed6 47592004-06-27 14:54 +0000 [r4253] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4760
4761 * setsysfont: Drop debugging stuff.
4762
03e40ed6 47632004-06-27 14:43 +0000 [r4252] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4764
4765 * setsysfont: Enhance font setting (use CONSOLEMAP and
4766 CONSOLEFONTMAP options).
4767
03e40ed6 47682004-06-27 14:30 +0000 [r4251] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4769
4770 * sysconfig/i18n: Promote unicode settings.
4771
03e40ed6 47722004-06-24 01:51 +0000 [r4236] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4773
4774 * rc.d/rc.sysinit: Always try to sync /dev entries for LVM2.
4775
03e40ed6 47762004-06-23 23:10 +0000 [r4235] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4777
4778 * rc.d/rc.sysinit: Synchronize LVM2 devices.
4779
03e40ed6 47802004-06-20 12:19 +0000 [r4225] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
7a603e45
AM
4781
4782 * configure.ac: Version 0.4.0.12.
4783
03e40ed6 47842004-06-20 11:33 +0000 [r4224] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1 4785
b30f8040 4786 * rc.d/rc.sysinit, rc.d/init.d/network: (sysctl): Ignore unknown
4c25d1e1
AM
4787 keys in sysctl.conf since kernels can have too different
4788 settings.
4789
03e40ed6 47902004-06-18 23:40 +0000 [r4215] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1
AM
4791
4792 * rc.d/init.d/functions: killproc(): Add --pidfile <file> support.
4793
03e40ed6 47942004-06-16 20:31 +0000 [r4211] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1
AM
4795
4796 * rc.d/init.d/functions: daemon(), run_cmd(): cd / before running
4797 any program
4798
03e40ed6 47992004-06-04 12:49 +0000 [r4140] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1
AM
4800
4801 * sysctl.conf: Added exec-shield example.
4802
03e40ed6 48032004-05-24 00:49 +0000 [r4121] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1
AM
4804
4805 * rc.d/rc.sysinit: 2.4.x kernel EVMS modules are loaded only when
4806 really running on 2.4 kernels.
4807
03e40ed6 48082004-05-24 00:44 +0000 [r4120] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1
AM
4809
4810 * sysconfig/network-scripts/ifup-ppp: Default route is forced only
03e40ed6 4811 if DEFROUTE=yes (Witek Kręcicki <adasi/at/pld-linux.org).
4c25d1e1 4812
03e40ed6 48132004-05-23 19:19 +0000 [r4119] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1 4814
03e40ed6 4815 * po/pl.po: More Polish characters used (Robert 'dzeus' Graużenis
4c25d1e1
AM
4816 <dzeus/at/zatorze.slupsk.pl>)
4817
cb0c01df 48182004-05-19 22:43 +0000 [r4099] Marcin Chojnowski <martii/at/pld-linux.org>
4c25d1e1
AM
4819
4820 * po/pl.po: all strings are with Polish chars now
4821
03e40ed6 48222004-05-18 22:58 +0000 [r4086] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1 4823
b30f8040
AM
4824 * src/ipcalc.c, src/usleep.c, src/process.c, src/minilogd.c,
4825 src/testd.c, src/initlog.c, src/doexec.c, src/usernetctl.c:
4826 Update helpers from Fedora initscripts.
4c25d1e1 4827
03e40ed6 48282004-05-18 22:46 +0000 [r4084] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
4c25d1e1
AM
4829
4830 * configure.ac: Prepare for 0.4.0.11.
4831
03e40ed6 48322004-05-18 22:27 +0000 [r4083] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
537d7646
AM
4833
4834 * setsysfont: Don't depend on bin paths.
4835
03e40ed6 48362004-05-18 22:24 +0000 [r4082] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
537d7646 4837
b30f8040 4838 * rc.d/init.d/functions, rc.d/rc.sysinit: Set system font as soon
537d7646
AM
4839 as possible.
4840
03e40ed6 48412004-05-18 21:29 +0000 [r4081] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
537d7646
AM
4842
4843 * setsysfont: Run unicode_start for UTF-8 console.
4844
03e40ed6 48452004-05-18 21:16 +0000 [r4080] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
537d7646
AM
4846
4847 * rc.d/rc.sysinit: Always delete some /tmp files on boot.
4848
03e40ed6 48492004-05-18 10:33 +0000 [r4074] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
537d7646
AM
4850
4851 * rc.d/rc.sysinit: Load hid, keybdev and mousedev only for kernels
4852 older than 2.6. For newer kernels use hotplug.
4853
03e40ed6 48542004-05-18 10:13 +0000 [r4073] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
537d7646
AM
4855
4856 * rc.d/rc.sysinit: Support for unmounting /initrd.
4857
03e40ed6 48582004-05-16 16:14 +0000 [r4065] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
537d7646
AM
4859
4860 * rc.d/rc.sysinit: (lvm detection): Remove head command usage - do
4861 it with awk only.
4862
03e40ed6 48632004-05-15 02:29 +0000 [r4055] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
e990e73e
AM
4864
4865 * sysconfig/Makefile.am: Example gentoo colors configuration
4866 included.
4867
03e40ed6 48682004-05-15 02:23 +0000 [r4053-4054] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
e990e73e
AM
4869
4870 * configure.ac: Release 0.4.0.10.
4871
b30f8040
AM
4872 * rc.d/init.d/functions, sysconfig/init-colors (added), rc.d/rc,
4873 rc.d/rc.sysinit, sysconfig/Makefile.am,
4874 sysconfig/init-colors.gentoo (added): Merge color customization
4ca37ca2 4875 support created by Łukasz Pawelczyk <havner/at/pld-linux.org>.
e990e73e 4876
cb0c01df 48772004-04-06 12:11 +0000 [r3903] Artur Frysiak <wiget/at/pld-linux.org>
e990e73e
AM
4878
4879 * rc.d/init.d/network: - umount CIFS on network stop
4880
03e40ed6 48812004-04-03 21:39 +0000 [r3881] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
e990e73e
AM
4882
4883 * rc.d/rc.sysinit: Fix LVM1 tools detection.
4884
03e40ed6 48852004-04-02 14:39 +0000 [r3855] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
e990e73e
AM
4886
4887 * sysconfig/interfaces/Makefile.am,
4888 sysconfig/interfaces/ifcfg-eth0.1 (added): VLAN example
4889 configuration.
4890
03e40ed6 48912004-03-29 20:42 +0000 [r3843] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
e990e73e
AM
4892
4893 * rc.d/init.d/functions: --fork support in daemon() by Aredridel
cb0c01df 4894 <aredridel/at/nbtsc.org>.
e990e73e 4895
cb0c01df 48962004-03-08 14:04 +0000 [r3424] Artur Frysiak <wiget/at/pld-linux.org>
e990e73e
AM
4897
4898 * rc.d/rc.sysinit: - check for LVM tools version and load only
4899 needed modules - fix case when /var is RO and LVM2 is activated
4900
cb0c01df 49012004-03-08 13:37 +0000 [r3423] Artur Frysiak <wiget/at/pld-linux.org>
e990e73e
AM
4902
4903 * rc.d/rc.sysinit: - cifs is networked fs
4904
03e40ed6 49052004-02-26 22:14 +0000 [r3384] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
e990e73e
AM
4906
4907 * rc.d/init.d/Makefile.am: Create $(sysconfdir)/init.d ->
4908 $(sysconfdir)/rc.d/init.d symlink for compatiblity.
4909
03e40ed6 49102004-02-07 21:37 +0000 [r3312] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
e990e73e
AM
4911
4912 * po/Makefile.am: Use $(mkinstalldirs) as suggested by Artur
4913 Frysiak.
4914
03e40ed6 49152004-02-06 22:33 +0000 [r3306] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4916
4917 * po/Makefile.am: Use install_sh instead of mkinstalldirs.
4918
03e40ed6 49192004-02-06 22:24 +0000 [r3305] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4920
4921 * configure.ac: Preparation for 0.4.0.9.
4922
03e40ed6 49232004-02-03 21:55 +0000 [r3271] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4924
4925 * rc.d/rc.sysinit: Set bafile earlier.
4926
03e40ed6 49272004-02-03 21:37 +0000 [r3269] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4928
4929 * rc.d/rc.sysinit: Do not delete hwprofile configuration (Tomasz
cb0c01df 4930 Witek <tiwek/at/tiwek.com>).
cec04ba9 4931
03e40ed6 49322004-01-27 11:55 +0000 [r3222] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4933
4934 * rc.d/init.d/functions: daemon(): when using --user run su with -s
4935 /bin/sh option.
4936
03e40ed6 49372004-01-25 12:27 +0000 [r3221] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4938
4939 * rc.d/rc.shutdown: Run kexec before rebooting (kexec support).
4940
03e40ed6 49412004-01-24 01:06 +0000 [r3220] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4942
4943 * sysconfig/network-scripts/ifdown: Wait for second after shutting
4944 down dhcp daemon/interface (for example dhcpcd needs some time).
4945
03e40ed6 49462004-01-16 23:12 +0000 [r3195] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4947
4948 * rc.d/init.d/functions: filter_chroot(): Return unfiltered pids
4949 when /proc is not mounted.
4950
03e40ed6 49512004-01-16 15:43 +0000 [r3194] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4952
4953 * src/Makefile.am, src/usernetctl.c: Use proper path when executing
4954 ifup/ifdown scripts in sernetctl.
4955
03e40ed6 49562004-01-15 22:12 +0000 [r3193] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4957
4958 * src/Makefile.am, configure.ac: Use --cflags-only-I from glib or
4959 glib-2.0 configuration when building ppp-watch.
4960
03e40ed6 49612004-01-10 16:13 +0000 [r3156] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
cec04ba9
AM
4962
4963 * sysconfig/network-scripts/functions.network: Set wireless nick to
4964 $WLAN_NICKNAME (variable) not WLAN_NICKNAME (string).
4965
03e40ed6 49662004-01-10 15:57 +0000 [r3153] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
4967
4968 * configure.ac: - 0.4.0.8 release
4969
03e40ed6 49702004-01-10 15:27 +0000 [r3152] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
4971
4972 * rc.d/init.d/functions: Outside chroot always add all possible
4973 pids unless some has /proc/XXX/root inside of known chroot.
4974
03e40ed6 49752004-01-10 14:07 +0000 [r3151] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
4976
4977 * rc.d/init.d/functions: filter_chroot(): add pid only once.
4978
03e40ed6 49792004-01-10 13:58 +0000 [r3150] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
4980
4981 * rc.d/init.d/functions: Fix ulimits in one more case (ssh vs squid
4982 case).
4983
03e40ed6 49842004-01-10 13:42 +0000 [r3149] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b 4985
a2ee7529 4986 * rc.d/init.d/functions, sysconfig/system: Support for handling
a77d930b
AM
4987 processes inside and outside of chrooted systems based on
4988 rc-scripts-chroot_safe.patch.
4989
03e40ed6 49902004-01-09 21:59 +0000 [r3148] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
4991
4992 * rc.d/init.d/functions: Rework ulimit support so it works again.
4993
03e40ed6 49942004-01-09 01:40 +0000 [r3141] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
4995
4996 * sysconfig/network-scripts/functions.network: Sencond part of ppp
4997 DEVNAME fixes.
4998
03e40ed6 49992004-01-09 01:24 +0000 [r3140] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
5000
5001 * sysconfig/network-scripts/ifdown-ppp: ifup-ppp instructs pppd to
5002 create pppd-$DEVNAME.pid file, so in ifdown-ppp we also use
5003 $DEVNAME.
5004
03e40ed6 50052004-01-09 00:39 +0000 [r3139] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
5006
5007 * run-parts: If in -u mode and user cannot be found then skip that
5008 file and display warning.
5009
03e40ed6 50102004-01-09 00:29 +0000 [r3138] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
5011
5012 * run-parts: Added -u option which means: run as owner of file not
5013 as current user (usable mainly from root).
5014
03e40ed6 50152004-01-08 22:42 +0000 [r3137] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
a77d930b
AM
5016
5017 * src/Makefile.am, configure.ac: Try to find glib-2.0, glib in that
5018 order - link with first found.
5019
03e40ed6 50202004-01-08 22:01 +0000 [r3134] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5021
5022 * configure.ac: - 0.4.0.7 release
5023
03e40ed6 50242004-01-08 02:43 +0000 [r3133] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5025
5026 * sysconfig/network-scripts/functions.network: When shutting down
5027 ip rule and ip route, clear rules using current kernel tables
5028 configuration not data stored in configuration files so we always
cb0c01df 5029 end in clean state (by Arkadiusz Chomicki <duch/at/wla.pl>).
ef70bcff 5030
03e40ed6 50312004-01-07 08:37 +0000 [r3132] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5032
5033 * rc.d/rc: Typo fixed (revious->previous) in bootsplash code.
cb0c01df 5034 Arkadiusz Chomicki <duch/at/wla.pl>
ef70bcff 5035
03e40ed6 50362004-01-02 16:44 +0000 [r3109-3110] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5037
5038 * autogen.sh: Second option when doing changelog is directory name
5039 like rc-scripts.
5040
5041 * rc.d/rc.sysinit: Zero /etc/cryptomtab if such file exists.
5042
03e40ed6 50432003-12-28 19:23 +0000 [r3090] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5044
5045 * rc.d/rc.sysinit: Don't mount selinuxfs if it's already mounted
5046 (by init for example).
5047
03e40ed6 50482003-12-27 14:43 +0000 [r3081] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5049
5050 * sysconfig/network-scripts/functions.network: Fix static routes
cb0c01df 5051 conf parsing. (Arkadiusz Chomicki <chomar/at/wla.pl>)
ef70bcff 5052
03e40ed6 50532003-12-25 18:43 +0000 [r3076] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5054
5055 * autogen.sh: changelog generation part can be now used in other
5056 modules.
5057
03e40ed6 50582003-12-25 13:20 +0000 [r3073] Łukasz Jernaś <deejay1/at/pld-linux.org>
ef70bcff
AM
5059
5060 * rc.d/init.d/template.init: - typo
5061
03e40ed6 50622003-12-23 17:15 +0000 [r3065] Paweł Żurowski <pzurowski/at/pld-linux.org>
ef70bcff
AM
5063
5064 * rc.d/init.d/functions: - fixed bug when $limits is empty
5065
03e40ed6 50662003-12-23 00:37 +0000 [r3064] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5067
5068 * rc.d/init.d/network: When starting execute rc_splash 'bootnetwork
5069 start'.
5070
03e40ed6 50712003-12-23 00:31 +0000 [r3063] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5072
5073 * rc.d/init.d/functions: Read sysconfig/bootsplash, too.
5074
03e40ed6 50752003-12-22 17:43 +0000 [r3062] Paweł Żurowski <pzurowski/at/pld-linux.org>
ef70bcff
AM
5076
5077 * rc.d/init.d/functions: - removed sed (I'm sorry I done buggy
5078 change last time, now it is good one - tested and working)
5079
03e40ed6 50802003-12-22 00:59 +0000 [r3061] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5081
5082 * rc.d/rc: Much more accurate calculations of start/stop scripts
5083 required in new runlevel.
5084
03e40ed6 50852003-12-21 22:55 +0000 [r3060] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff
AM
5086
5087 * rc.d/init.d/functions: Revert few pzurowski changes since they
5088 are broken even after fixing syntax.
5089
03e40ed6 50902003-12-21 22:31 +0000 [r3059] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ef70bcff 5091
03e40ed6 5092 * rc.d/init.d/functions: Paweł Żurowski optimizations were broken
ef70bcff
AM
5093 (missing quotation marks). Fixed now.
5094
03e40ed6 50952003-12-21 21:25 +0000 [r3056] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5096
5097 * rc-scripts.spec.in: Add pkgconfig to BuildRequires.
5098
03e40ed6 50992003-12-21 21:11 +0000 [r3055] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5100
5101 * src/Makefile.am, configure.ac: Find libglib.a location using
cb0c01df 5102 pkg-config and use it (Artur Frysiak <wiget/at/pld-linux.org>).
f30533af 5103
03e40ed6 51042003-12-21 17:30 +0000 [r3054] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af 5105
a2ee7529 5106 * configure.ac, sysconfig/network-scripts/Makefile.am: Don't set
f30533af
AM
5107 libdir - use value from configure script.
5108
03e40ed6 51092003-12-21 17:05 +0000 [r3053] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5110
5111 * configure.ac: - release 0.4.0.6 is comming
5112
03e40ed6 51132003-12-21 16:43 +0000 [r3052] Łukasz Jernaś <deejay1/at/pld-linux.org>
f30533af
AM
5114
5115 * po/pl.po: - typo
5116
cb0c01df 51172003-12-21 14:33 +0000 [r3051] Adam Gorzkiewicz <adgor/at/pld-linux.org>
f30533af
AM
5118
5119 * rc.d/rc.modules: - Typo
5120
03e40ed6 51212003-12-21 13:43 +0000 [r3050] Marcin Krzyżanowski <krzak/at/pld-linux.org>
f30533af
AM
5122
5123 * sysconfig/network-scripts/ifup-ppp: - fix ${PPPOA_EAGLE} check if
5124 there isn't executable adictrl try use eaglectrl
5125
03e40ed6 51262003-12-21 13:28 +0000 [r3049] Paweł Żurowski <pzurowski/at/pld-linux.org>
f30533af
AM
5127
5128 * rc.d/init.d/functions: - small revert: we do not use sed in
5129 rc-scripts - other sed -> awk changes
5130
03e40ed6 51312003-12-21 13:08 +0000 [r3048] Marcin Krzyżanowski <krzak/at/pld-linux.org>
f30533af
AM
5132
5133 * sysconfig/network-scripts/ifup-ppp: - corrected nls message when
5134 pppd does not exist - support for PPPOA_EAGLE start with kernel
5135 2.6 and 2.4
5136
03e40ed6 51372003-12-21 12:14 +0000 [r3047] Paweł Żurowski <pzurowski/at/pld-linux.org>
f30533af
AM
5138
5139 * rc.d/rc.sysinit, rc.d/rc.modules, rc.d/init.d/functions: -
5140 simplified (use less tools, one-time file reading)
5141
03e40ed6 51422003-12-21 10:46 +0000 [r3046] Paweł Żurowski <pzurowski/at/pld-linux.org>
f30533af
AM
5143
5144 * rc.d/rc.modules: - simplified (double awk->single one)
5145
03e40ed6 51462003-12-21 10:18 +0000 [r3045] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5147
5148 * rc.d/rc.modules: Added support for /etc/modules file exactly for
5149 one kernel (like /etc/modules.2.6.0).
5150
03e40ed6 51512003-12-21 10:14 +0000 [r3044] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5152
5153 * rc.d/rc.modules: Do not require existence of /etc/modules (Marcin
cb0c01df 5154 Krzyzanowski <krzak/at/linux.net.pl>).
f30533af 5155
03e40ed6 51562003-12-21 00:58 +0000 [r3043] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af 5157
b30f8040
AM
5158 * rc.d/init.d/functions, rc.d/rc.shutdown, rc.d/rc,
5159 rc.d/rc.sysinit: More progress bar support (bootsplash): it moves
5160 now!
f30533af 5161
03e40ed6 51622003-12-20 21:21 +0000 [r3042] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5163
5164 * hwprofile: Reindented whole script. checkprofdir(): New. Use it
5165 when required (now help is shown when needed). When executed
5166 without arguments show help.
5167
03e40ed6 51682003-12-19 14:40 +0000 [r3039] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5169
5170 * rc-scripts.spec.in: bdflush is not required.
5171
03e40ed6 51722003-12-19 13:59 +0000 [r3038] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af 5173
d5bbf29e 5174 * src/Makefile.am: Use @libdir@ instead of hardcoded /usr/lib path
f30533af
AM
5175 when linking ppp-watch with glib.
5176
03e40ed6 51772003-12-15 13:29 +0000 [r1739] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5178
5179 * rc.d/init.d/functions: Set action variable to proper value in
cb0c01df 5180 rc_splash(). Found by Michal Moskal <malekith/at/pld-linux.org>.
f30533af 5181
03e40ed6 51822003-12-14 21:20 +0000 [r1733] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5183
5184 * rc.d/rc.sysinit: Fix mounting sysfs - be consistent with mounting
5185 proc + do not require entry in fstab (qboosh). Add support for
5186 mounting selinuxfs (me).
5187
03e40ed6 51882003-12-14 18:23 +0000 [r1732] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5189
5190 * src/usernetctl.c: - fix path to ifcfg- files (wrobell)
5191
03e40ed6 51922003-12-12 16:43 +0000 [r1731] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af 5193
b30f8040 5194 * rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/functions: - initial
f30533af
AM
5195 support for bootsplash.org
5196
03e40ed6 51972003-12-07 15:54 +0000 [r1723] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
f30533af
AM
5198
5199 * configure.ac: - release 0.4.0.5
5200
03e40ed6 52012003-12-05 20:41 +0000 [r1722] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ba49087 5202
ac244935 5203 * rc.d/init.d/network: Fix interfaces_boot for bridge devices.
03e40ed6 5204 (found by Radosław Kintzi <radek/at/pop.e-wro.pl>)
6ba49087 5205
03e40ed6 52062003-12-05 20:30 +0000 [r1721] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3659f61a 5207
4ca37ca2
JR
5208 * sysconfig/network-scripts/functions.network,
5209 sysconfig/network-scripts/ifup,
5210 sysconfig/network-scripts/ifup-br: Move setting wireless specific
a2ee7529
JR
5211 settings into separate wireless_param() function and use it in
5212 ifup. Set wireless parameters for each wireless device being part
5213 of bridge. (patch by Radosław Kintzi <radek/at/pop.e-wro.pl>)
fe794189 5214
03e40ed6 52152003-11-15 14:38 +0000 [r1698] Marcin Krzyżanowski <krzak/at/pld-linux.org>
fe794189 5216
ac244935
AM
5217 * sysconfig/i18n: - add #SUPPORTED_LOCALES="pl_PL/ISO-8859-2
5218 de_DE/ISO-8859-2 en_GB/ISO-8859-1 en_US/ISO-8859-1"
3659f61a 5219
03e40ed6 52202003-11-14 14:05 +0000 [r1697] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
3659f61a 5221
ac244935
AM
5222 * rc.d/rc.modules: Also load modules from
5223 /etc/modules.${kernel_major}.${kernel_minior} if exists. Allows
5224 for example to specify modules only to be loaded on 2.6 kernels.
5225 (idea by cieciwa)
6ee59ed2 5226
03e40ed6 52272003-11-01 20:18 +0000 [r1484] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5228
ac244935
AM
5229 * rc.d/rc.sysinit: Redirect grep stderr output when checking for
5230 HID to /dev/null.
6ee59ed2 5231
03e40ed6 52322003-11-01 19:34 +0000 [r1483] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5233
ac244935
AM
5234 * rc.d/rc.sysinit: Delete rpm locks when starting
5235 (/var/lib/rpm/__db*).
6ee59ed2 5236
03e40ed6 52372003-11-01 19:31 +0000 [r1480-1482] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5238
ac244935 5239 * rc.d/rc.sysinit: Explicitly turn on user and group quota.
6ee59ed2 5240
ac244935
AM
5241 * rc.d/rc.sysinit: Mount local filesystems with -O no_netdev option
5242 (rh).
6ee59ed2 5243
ac244935
AM
5244 * rc.d/rc.sysinit: Rescan for LVM devices again after turning on
5245 RAID devices in lvm-on-top-of-raid case.
6ee59ed2 5246
03e40ed6 52472003-11-01 19:20 +0000 [r1479] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5248
ac244935
AM
5249 * rc.d/rc.sysinit: quotacheck could in some cases if quota files
5250 were corrupted ask for user input - avoid this.
6ee59ed2 5251
03e40ed6 52522003-11-01 19:16 +0000 [r1478] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5253
ac244935
AM
5254 * rc.d/rc.sysinit: Initialize USB as fast as it's possible.
5255 Properly mount usb filesystem even if it is not specified in
5256 /etc/fstab.
6ee59ed2 5257
03e40ed6 52582003-11-01 14:54 +0000 [r1477] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5259
ac244935
AM
5260 * autogen.sh: Generate nice ChangeLog if requested and if needed
5261 utilities are available.
6ee59ed2 5262
03e40ed6 52632003-10-31 17:49 +0000 [r1476] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5264
ac244935
AM
5265 * rc.d/rc.sysinit: Revert part which was pretending that /dev/pts
5266 is always mounted (havner).
6ee59ed2 5267
03e40ed6 52682003-10-31 09:00 +0000 [r1475] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5269
ac244935 5270 * sysconfig/network-scripts/ifdown: Fix double link down (qboosh).
6ee59ed2 5271
03e40ed6 52722003-10-31 01:12 +0000 [r1474] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6ee59ed2 5273
ac244935
AM
5274 * rc.d/rc.sysinit: Check for nofirewire in /proc/cmdline not in
5275 stdin.
52bb6847 5276
03e40ed6 52772003-10-31 00:49 +0000 [r1469-1471] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
52bb6847 5278
ac244935 5279 * configure.ac: Prepare release 0.4.0.4.
52bb6847 5280
ac244935 5281 * rc-scripts.spec.in: Include genhostid in rpm package.
52bb6847 5282
ac244935
AM
5283 * po/Makefile.am: Fix handling custom builddir (until now objects
5284 were created in $(srcdir) not in builddir).
6d250d3d 5285
03e40ed6 52862003-10-31 00:24 +0000 [r1468] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5287
ac244935
AM
5288 * configure.ac: Fix finding shell scripts procedure when building
5289 with builddir different than place where configure file resides.
6d250d3d 5290
03e40ed6 52912003-10-31 00:08 +0000 [r1466-1467] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5292
4ca37ca2
JR
5293 * doc/ppp-watch.8, doc/ipcalc.1, doc/netreport.1,
5294 doc/consoletype.1, doc/initlog.1: Update manual pages for each
ac244935 5295 updated utility.
6d250d3d 5296
4ca37ca2 5297 * doc/Makefile.am, doc/genhostid.1 (added): Include genhostid man
ac244935 5298 page.
6d250d3d 5299
03e40ed6 53002003-10-31 00:03 +0000 [r1464-1465] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5301
ac244935 5302 * adjtime: - One more zero to reflect real format of this file.
6d250d3d 5303
ac244935
AM
5304 * service: Set default PATH and use it along with TERM when
5305 starting services.
6d250d3d 5306
03e40ed6 53072003-10-30 23:58 +0000 [r1463] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5308
b30f8040
AM
5309 * src/Makefile.am, src/getkey.c, src/usernetctl.c, src/ipcalc.c,
5310 src/process.c, src/netreport.c, src/ppp-watch.c,
5311 src/consoletype.c, src/genhostid.c (added), src/initlog.c: Update
5312 bunch of utils in src/. New getnhostid utility. ipcalc has
ac244935
AM
5313 enhanced PREFIX support. getkey has been rewrited to use popt
5314 (rh).
6d250d3d 5315
03e40ed6 53162003-10-30 23:43 +0000 [r1462] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5317
ac244935
AM
5318 * rc.d/rc.sysinit: Try to query 131072 bytes kernel buffer for
5319 dmesg and keep dmesg file from last five runs.
6d250d3d 5320
03e40ed6 53212003-10-30 23:33 +0000 [r1461] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5322
ac244935
AM
5323 * rc.d/rc.sysinit: Plase usbdevfs and devfs filesystems into
5324 /etc/mtab, too.
6d250d3d 5325
03e40ed6 53262003-10-30 23:30 +0000 [r1459-1460] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5327
ac244935
AM
5328 * rc.d/rc.sysinit: Handle situation where multiple usb-controller
5329 aliases were defined and some of them were "off".
6d250d3d 5330
ac244935
AM
5331 * rc.d/rc.sysinit: Firewire modules are now loaded if proper
5332 modprobe aliases were found (from mdk).
6d250d3d 5333
03e40ed6 53342003-10-30 23:21 +0000 [r1458] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5335
ac244935
AM
5336 * rc.d/rc.sysinit: Use -e option for first swapon call. Now swapon
5337 will silently skip swap devices it they are not available at this
5338 time (like for example swap files on some partitions).
6d250d3d 5339
03e40ed6 53402003-10-30 21:41 +0000 [r1456] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5341
ac244935
AM
5342 * sysconfig/network-scripts/ifdown,
5343 sysconfig/network-scripts/ifdown-br: - first flush addresses and
5344 then down interface. Previously things were done in reversed
5345 order and that caused problems on 2.6 kernels (ip flush was
5346 hanging). Additionaly things are now done in sync with how it's
5347 done in set_down_loopback().
6d250d3d 5348
03e40ed6 53492003-10-28 01:09 +0000 [r1455] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5350
ac244935
AM
5351 * rc.d/rc.sysinit: - fix /sys mount and simplify check if usbfs is
5352 already mounted
6d250d3d 5353
03e40ed6 53542003-10-25 23:32 +0000 [r1451] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5355
ac244935 5356 * configure.ac: - 0.4.0.3 release
6d250d3d 5357
03e40ed6 53582003-10-18 22:26 +0000 [r1445] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5359
ac244935 5360 * rc.d/rc.sysinit: - fix typo in accounting script path (qboosh)
6d250d3d 5361
03e40ed6 53622003-10-17 18:55 +0000 [r1444] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5363
ac244935
AM
5364 * rc.d/init.d/timezone: - copy timezone file instead of symlinking
5365 it (idea by ankry)
6d250d3d 5366
03e40ed6 53672003-10-13 07:41 +0000 [r1437] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5368
ac244935 5369 * sysconfig/network-scripts/ifup-ppp: - don't ignore data specified
cb0c01df 5370 at DATAFORCHAT option (Szymon Siwek <sls/at/poczta.wp.pl>)
6d250d3d 5371
03e40ed6 53722003-10-12 19:12 +0000 [r1434-1436] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5373
b30f8040 5374 * sysconfig/system, rc.d/init.d/functions: - support for per
ac244935 5375 service ulimits configuration (qboosh)
6d250d3d 5376
ac244935
AM
5377 * sysconfig/network-scripts/functions.network: - kill gnu in PLD
5378 name (qboosh)
6d250d3d 5379
b30f8040 5380 * po/de.po, rc.d/rc.shutdown, po/pl.po, rc.d/rc.sysinit: - use
ac244935
AM
5381 /etc/rc.d/rc.acct for accouting; updated accouting related parts
5382 of translations (qboosh)
6d250d3d 5383
cb0c01df 53842003-10-11 11:03 +0000 [r1433] Artur Frysiak <wiget/at/pld-linux.org>
6d250d3d 5385
ac244935 5386 * sysconfig/interfaces/ifcfg-description: - describe HOTPLUG
6d250d3d 5387
cb0c01df 53882003-10-11 10:59 +0000 [r1432] Artur Frysiak <wiget/at/pld-linux.org>
6d250d3d 5389
ac244935
AM
5390 * sysconfig/network-scripts/ifup: - if invoced from hotplug bring
5391 up only interface with HOTPLUG=yes
6d250d3d 5392
cb0c01df 53932003-10-11 09:15 +0000 [r1431] Artur Frysiak <wiget/at/pld-linux.org>
6d250d3d 5394
ac244935
AM
5395 * sysconfig/network-scripts/ifup: - ifup exit if invoked from
5396 hotplug and ONBOOT=yes
6d250d3d 5397
03e40ed6 53982003-10-08 15:03 +0000 [r1430] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5399
ac244935
AM
5400 * rc.d/rc.shutdown: - sysfs added to remaining list in rc.shutdown
5401 (by havner)
6d250d3d 5402
03e40ed6 54032003-10-07 15:44 +0000 [r1425] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5404
ac244935
AM
5405 * sysconfig/network-scripts/ifup-ppp: - bring PPPOA_IFACE up before
5406 starting pppoa; small fix in logged message (both by adasi)
6d250d3d 5407
03e40ed6 54082003-10-07 09:41 +0000 [r1424] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5409
ac244935 5410 * sysconfig/network-scripts/ifup-ppp: - initial eagle (pppoa)
cb0c01df 5411 support by Witold Krecicki <adasi/at/grubno.da.ru>)
6d250d3d 5412
03e40ed6 54132003-10-06 09:19 +0000 [r1413] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5414
ac244935 5415 * hwprofile: - fix typo in available word (qboosh)
6d250d3d 5416
03e40ed6 54172003-10-04 13:02 +0000 [r1412] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5418
ac244935 5419 * rc.d/init.d/functions: - return with some retval
6d250d3d 5420
03e40ed6 54212003-10-04 12:06 +0000 [r1411] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5422
ac244935
AM
5423 * rc.d/init.d/functions: - allow unknown options to be passed to
5424 initlog()
6d250d3d 5425
03e40ed6 54262003-10-04 11:57 +0000 [r1410] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5427
ac244935 5428 * rc.d/init.d/functions: - move is_yes and is_not at beginning
6d250d3d 5429
03e40ed6 54302003-10-04 11:41 +0000 [r1409] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5431
ac244935
AM
5432 * Makefile.am: - use rpm or rpmbuild depending on which rpm version
5433 is installed
6d250d3d 5434
03e40ed6 54352003-10-04 11:30 +0000 [r1408] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5436
ac244935 5437 * rc-scripts.spec.in: - include hwprofiles/files
6d250d3d 5438
03e40ed6 54392003-10-04 11:08 +0000 [r1407] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5440
a2ee7529 5441 * rc.d/init.d/functions, sysconfig/system: Fast boot support
ac244935
AM
5442 (disables NLS, fancy logging and thus is much faster). Useful on
5443 workstations. Based on idea and patch by Wojtek Kaniewski
cb0c01df 5444 <wojtekka/at/bydg.pdi.net>.
6d250d3d 5445
03e40ed6 54462003-10-04 09:55 +0000 [r1405-1406] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5447
ac244935 5448 * setsysfont: - use CONSOLEFONT when SYSFONT is empty (Wojtek
cb0c01df 5449 Kaniewski <wojtekka/at/bydg.pdi.net>)
6d250d3d 5450
ac244935
AM
5451 * sysconfig/network-scripts/ifup-ppp: Support for
5452 ppp-plugin-ifcfg-password.spec by Wojtek Kaniewski
cb0c01df 5453 <wojtekka/at/bydg.pdi.net>.
6d250d3d 5454
03e40ed6 54552003-10-04 09:46 +0000 [r1404] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5456
b30f8040
AM
5457 * sysconfig/hwprofiles/files (added), sysconfig/hwprof, hwprofile,
5458 sysconfig/hwprofiles/Makefile.am: Merged patch by Tomasz Witek
5459 <tiwek/at/manta.univ.gda.pl>: - ignore Latency in /proc/pci -
5460 ability to choose profile while booting - example profile file -
5461 misc fixes and cleanups
6d250d3d 5462
03e40ed6 54632003-10-02 18:43 +0000 [r1399-1400] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5464
ac244935 5465 * configure.ac: - 0.4.0.2 release
6d250d3d 5466
ac244935 5467 * rc.d/init.d/functions: - check own pid, not parents one
6d250d3d 5468
03e40ed6 54692003-10-02 18:33 +0000 [r1398] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5470
ac244935
AM
5471 * rc.d/rc.sysinit: - sleep 5 is not needed when starting usb; more
5472 protection again double mounting usbfs
6d250d3d 5473
03e40ed6 54742003-10-02 18:23 +0000 [r1397] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5475
ac244935 5476 * rc.d/init.d/functions: - do even try to kill itself
6d250d3d 5477
03e40ed6 54782003-09-30 09:44 +0000 [r1393] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5479
ac244935 5480 * rc.d/rc.sysinit: - load lvm and dm modules with "autoclean"
6d250d3d 5481
03e40ed6 54822003-09-30 09:40 +0000 [r1392] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5483
ac244935
AM
5484 * rc.d/rc.sysinit: - usb-storage must be loaded before LVM
5485 detection (disks on USB are real)
6d250d3d 5486
cb0c01df 54872003-09-28 16:33 +0000 [r1383] Artur Frysiak <wiget/at/pld-linux.org>
6d250d3d 5488
ac244935 5489 * sysconfig/network-scripts/ifup-ppp: - fix error message
6d250d3d 5490
cb0c01df 54912003-09-28 16:03 +0000 [r1382] Artur Frysiak <wiget/at/pld-linux.org>
6d250d3d 5492
ac244935 5493 * sysconfig/network-scripts/ifup-irda: - fix setting arp for irdaX
6d250d3d 5494
03e40ed6 54952003-09-28 14:53 +0000 [r1381] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5496
ac244935
AM
5497 * sysconfig/network-scripts/ifup: - fix power/txpower/retry wlan
5498 parameters handling
6d250d3d 5499
cb0c01df 55002003-09-22 19:55 +0000 [r1371] Artur Frysiak <wiget/at/pld-linux.org>
6d250d3d 5501
ac244935 5502 * run-parts: - use syntax described in SUSv2
6d250d3d 5503
03e40ed6 55042003-09-22 17:46 +0000 [r1370] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5505
ac244935 5506 * run-parts: - oh, use RUNPARTS_DIR
6d250d3d 5507
03e40ed6 55082003-09-22 17:20 +0000 [r1369] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5509
ac244935
AM
5510 * run-parts: - run mainly safe named scripts and protect against
5511 some bad files
6d250d3d 5512
03e40ed6 55132003-09-22 01:35 +0000 [r1365] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5514
ac244935 5515 * rc-scripts.spec.in: - include more docs
6d250d3d 5516
03e40ed6 55172003-09-22 01:28 +0000 [r1364] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ac244935 5518
b30f8040
AM
5519 * sysconfig/network-scripts/functions.network, sysconfig/i18n,
5520 po/de.po, sysconfig/network-scripts/ifup-br,
5521 sysconfig/network-scripts/ifup-plip,
5522 sysconfig/interfaces/ifcfg-irlan0, ppp/ip-up.d/logger,
5523 sysconfig/network-scripts/ifdown-post, README,
4ca37ca2
JR
5524 sysconfig/hwprofiles/Makefile.am, ppp/auth-down,
5525 rc.d/init.d/timezone, sysconfig/network-scripts/ifup-post,
5526 sysconfig/interfaces/data/chat-ppp0.leased1, makepot.pl,
5527 sysconfig/network-scripts/ifup-neigh,
5528 sysconfig/network-scripts/ifup-ppp, DEVELOPMENT, rc.d/rc.local,
5529 AUTHORS, sysconfig/network-scripts/ifdown-irda,
5530 isapnp/isapnp-kernel.conf, rc.d/init.d/random, run-parts,
5531 rc.d/init.d/single, rc.d/rc.init, doc/ipcalc.1,
5532 rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl,
5533 sysconfig/network-scripts/ifup-irda, isapnp/Makefile.am,
5534 configure.ac, sysconfig/network-scripts/ifup-aliases,
5535 sysconfig/network-scripts/ifdown-ppp,
5536 sysconfig/network-scripts/ifdown-vlan, po/pl.po,
ac244935 5537 sysconfig/network-scripts/tnldown,
4ca37ca2
JR
5538 sysconfig/network-scripts/ifdown-br, doc/sysvinitfiles,
5539 ppp/ipx-up, rc.d/init.d/allowlogin, ppp/auth-up,
ac244935
AM
5540 sysconfig/network-scripts/ifup-vlan,
5541 sysconfig/interfaces/tnlcfg-description,
4ca37ca2
JR
5542 sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0,
5543 doc/sysconfig.txt, sysconfig/interfaces/data/chat-ppp0.callback,
5544 rc.d/init.d/template.init, ppp/ip-up, rc.d/rc.sysinit,
5545 doc/net-scripts.txt, sysconfig/interfaces/down.d/ppp/logger,
5546 sysconfig/clock, hwprofile, sysconfig/interfaces/ifcfg-sl0,
5547 src/ipcalc.c, ppp/ipx-down, rc.d/rc.shutdown,
5548 sysconfig/network-scripts/ifup-routes,
5549 sysconfig/network-scripts/ifup-plusb,
5550 sysconfig/network-scripts/ifdown,
5551 sysconfig/interfaces/up.d/ppp/logger, ppp/ip-down,
5552 sysconfig/interfaces/ifcfg-ppp0.callback,
5553 sysconfig/network-scripts/ifup-ipx, rc.d/init.d/functions,
ac244935 5554 sysconfig/network-scripts/ifdown-sl,
4ca37ca2
JR
5555 sysconfig/network-scripts/tnlup, rc-scripts.spec.in,
5556 sysconfig/system, sysconfig/network-scripts/ifup-iucv, rc.d/rc,
5557 sysconfig/network, sysconfig/interfaces/ifcfg-ppp0.leased1,
a2ee7529 5558 sysconfig/interfaces/ifcfg-ppp0.leased2, rc.d/rc.modules,
4ca37ca2
JR
5559 sysconfig/interfaces/data/chat-ppp0.tpsa,
5560 sysconfig/interfaces/ifcfg-irda0, rc.d/init.d/network,
b30f8040
AM
5561 ppp/ip-down.d/logger: - preparation for upcoming 0.4.0.1 release
5562 - updated all email addresses to current domain (pld-linux.org) -
5563 added missing files (networking scripts mainly) - updated spec
5564 file - updated changelog
ac244935 5565
03e40ed6 55662003-09-22 00:55 +0000 [r1363] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ac244935 5567
4ca37ca2
JR
5568 * sysconfig/network-scripts/Makefile.am,
5569 sysconfig/interfaces/Makefile.am: - added missing files
ac244935 5570
03e40ed6 55712003-09-19 20:29 +0000 [r1361] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ac244935
AM
5572
5573 * sysconfig/interfaces/ifcfg-description: - description of
5574 DIRECT_CONNECT for ppp, too
5575
03e40ed6 55762003-09-14 11:47 +0000 [r1331] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ac244935 5577
b30f8040 5578 * sysconfig/interfaces/up.d/tnl/.cvsignore,
4ca37ca2
JR
5579 sysconfig/interfaces/up.d/ppp/.cvsignore,
5580 sysconfig/interfaces/data/Makefile.am, autogen.sh,
5581 sysconfig/static-nat, ppp/.cvsignore, doc/.cvsignore,
5582 sysconfig/interfaces/up.d/all/.cvsignore, sysconfig/i18n,
5583 po/de.po, src/process.c, sysconfig/network-scripts/ifup-br,
5584 sysconfig/interfaces/ifcfg-irlan0,
5585 sysconfig/interfaces/ifcfg-ppp0.tpsa,
5586 sysconfig/interfaces/down.d/Makefile.am, src/process.h,
5587 sysconfig/network-scripts/ifdown-post, lang.csh,
5588 sysconfig/interfaces/down.d/ipx/.cvsignore, src/resolvesymlink.c,
5589 sysconfig/hwprofiles/Makefile.am, dumb.sh,
5590 sysconfig/interfaces/up.d/tnl/Makefile.am, ppp/auth-down, TODO,
5591 sysconfig/interfaces/up.d/ipx/Makefile.am,
a2ee7529 5592 sysconfig/interfaces/data/chat-ppp0.leased1,
4ca37ca2
JR
5593 sysconfig/interfaces/down.d/all/thetouch, sysconfig/Makefile.am,
5594 sysconfig/interfaces/data/.cvsignore,
5595 sysconfig/network-scripts/ifup-neigh, doc/ppp-watch.8,
5596 rc.d/rc.local, sysconfig/network-scripts/ifdown-irda, AUTHORS,
5597 sysconfig/interfaces/ifcfg-description,
5598 isapnp/isapnp-kernel.conf, doc/polski.dsl,
5599 sysconfig/interfaces/down.d/ppp/Makefile.am,
5600 ppp/ip-up.d/.cvsignore, po/.cvsignore, run-parts, rc.d/rc.init,
5601 sysconfig/interfaces/down.d/.cvsignore,
5602 sysconfig/network-scripts/.cvsignore, doc/ipcalc.1,
5603 sysconfig/network-scripts/ifup-sl, configure.ac,
5604 sysconfig/interfaces/ifcfg-eth0, sysconfig/interfaces/.cvsignore,
5605 sysconfig/network-scripts/ifup-aliases, sysctl.conf,
5606 sysconfig/network-scripts/ifdown-vlan, ppp/ip-down.d/Makefile.am,
5607 COPYING, sysconfig/interfaces/up.d/.cvsignore, src/minilogd.c,
5608 doc/doexec.1, ppp/auth-up,
5609 sysconfig/interfaces/tnlcfg-description,
5610 sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0,
5611 rc.d/init.d/template.init, ppp/ip-up, src/netreport.c,
5612 sysconfig/network-scripts/Makefile.am, rc.d/rc.sysinit,
5613 src/testd.c, src/shvar.c,
5614 sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm,
5615 doc/net-scripts.txt, service, src/shvar.h,
5616 sysconfig/interfaces/down.d/ip/Makefile.am, doc/usleep.1,
a2ee7529 5617 sysconfig/interfaces/down.d/all/Makefile.am,
4ca37ca2
JR
5618 sysconfig/network-scripts/ifup-routes, ppp/ipx-down,
5619 rc.d/rc.shutdown, sysconfig/interfaces/up.d/ppp/Makefile.am,
5620 sysconfig/network-scripts/ifup-plusb, sysconfig/static-routes,
5621 sysconfig/interfaces/ifcfg-ppp0.callback,
5622 sysconfig/interfaces/up.d/ip/.cvsignore,
a2ee7529 5623 sysconfig/network-scripts/tnlup, ppp/ip-up.d/Makefile.am,
a2ee7529 5624 rc-scripts.spec.in, sysconfig/interfaces/up.d/all/thetouch,
4ca37ca2
JR
5625 rc.d/init.d/.cvsignore, sysconfig/network-scripts/ifup-iucv,
5626 sysconfig/interfaces/down.d/tnl/.cvsignore, rc.d/rc,
5627 sysconfig/interfaces/down.d/ppp/.cvsignore, src/testdinit,
5628 src/getkey.c, src/usernetctl.c, rc.d/rc.modules,
5629 sysconfig/interfaces/data/chat-ppp0.tpsa,
5630 sysconfig/interfaces/ifcfg-irda0,
5631 sysconfig/hwprofiles/.cvsignore,
5632 sysconfig/interfaces/down.d/all/.cvsignore,
5633 sysconfig/interfaces/down.d/ip/.cvsignore, INSTALL,
5634 sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c,
5635 src/consoletype.c, ppp/ip-down.d/logger, doc/Makefile.am,
b30f8040
AM
5636 sysconfig/interfaces/up.d/all/Makefile.am, setsysfont,
5637 sysconfig/network-scripts/functions.network,
5638 sysconfig/network-scripts/ifup-plip, ppp/ip-up.d/logger, README,
5639 rc.d/Makefile.am, rc.d/init.d/timezone, isapnp/.cvsignore,
5640 doc/consoletype.1, sysconfig/network-scripts/ifup-post,
5641 Makefile.am, sysconfig/hwprof,
5642 sysconfig/interfaces/up.d/ipx/.cvsignore,
5643 ppp/ip-down.d/.cvsignore, adjtime, src/initlog.c,
5644 doc/sysconfig.docb, src/initlog.conf, src/loglevel.c,
5645 DEVELOPMENT, sysconfig/network-scripts/ifup-ppp, src/initlog.h,
5646 rc.d/init.d/Makefile.am, doc/make-html, inittab,
5647 rc.d/init.d/random, rc.d/init.d/single, sysconfig/timezone,
5648 rc.d/init.d/killall, src/Makefile.am,
5649 sysconfig/network-scripts/ifup-irda, isapnp/Makefile.am,
5650 sysconfig/network-scripts/ifdown-ppp, po/pl.po,
5651 sysconfig/interfaces/up.d/Makefile.am,
5652 sysconfig/network-scripts/tnldown, modules, ppp/Makefile.am,
5653 doc/initlog.1, sysconfig/network-scripts/ifdown-br, NEWS,
5654 .cvsignore, doc/sysvinitfiles, sysconfig/.cvsignore, ppp/ipx-up,
5655 rc.d/init.d/allowlogin, sysconfig/network-scripts/ifup-vlan,
5656 sysconfig/interfaces/data/chat-ppp0.callback, doc/sysconfig.txt,
5657 po/Makefile.am, sysconfig/interfaces/down.d/ppp/logger,
5658 hwprofile, sysconfig/clock, sysconfig/interfaces/ifcfg-sl0,
5659 doc/usernetctl.8, src/ipcalc.c, doc/rc-scripts.docb,
5660 sysconfig/ip-rules, sysconfig/network-scripts/ifdown,
5661 sysconfig/interfaces/up.d/ppp/logger, sysconfig/static-arp,
5662 ppp/ip-down, sysconfig/interfaces/up.d/ip/Makefile.am,
5663 src/doexec.c, sysconfig/network-scripts/ifup-ipx,
5664 rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl,
5665 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
5666 sysconfig/interfaces/down.d/tnl/Makefile.am, doc/netreport.1,
5667 sysconfig/system, sysconfig/interfaces/down.d/ipx/Makefile.am,
5668 lang.sh, sysconfig/network,
5669 sysconfig/interfaces/ifcfg-ppp0.leased1,
5670 sysconfig/interfaces/Makefile.am,
5671 sysconfig/interfaces/ifcfg-ppp0.leased2, rc.d/.cvsignore,
5672 src/.cvsignore, rc.d/init.d/network, src/usleep.c: - propset Id
ac244935
AM
5673 everywhere
5674
03e40ed6 56752003-09-14 10:48 +0000 [r1328] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ac244935
AM
5676
5677 * makepot.pl: - propset test
5678
03e40ed6 56792003-09-09 22:45 +0000 [r1128] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
ac244935
AM
5680
5681 * rc.d/init.d/functions: - also be able to find 2.6 modules (.ko)
5682
03e40ed6 56832003-09-09 22:05 +0000 [r1126] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5684
ac244935 5685 * rc.d/init.d/functions: - fixed is_module - modules may be gzipped
6d250d3d 5686
03e40ed6 56872003-09-09 16:14 +0000 [r1124] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5688
ac244935 5689 * rc.d/rc.sysinit: - add sysfs to mtab
6d250d3d 5690
03e40ed6 56912003-09-08 09:29 +0000 [r1122] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5692
ac244935 5693 * rc.d/rc.sysinit: - mount sysfs in the same way as proc is
6d250d3d 5694
03e40ed6 56952003-09-05 14:53 +0000 [r1120] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5696
ac244935
AM
5697 * rc.d/init.d/functions: - if there is no process then it already
5698 died
6d250d3d 5699
cb0c01df 57002003-08-19 14:07 +0000 [r1118] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5701
ac244935 5702 * dumb.sh: - for nessusd.init
6d250d3d 5703
03e40ed6 57042003-08-10 20:54 +0000 [r1116] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5705
ac244935 5706 * rc.d/rc.sysinit: - simplified mdadm support
6d250d3d 5707
03e40ed6 57082003-08-10 20:49 +0000 [r1115] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5709
ac244935 5710 * rc.d/init.d/functions: - functions for kernel version checking
6d250d3d 5711
03e40ed6 57122003-08-07 10:20 +0000 [r1113] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5713
ac244935
AM
5714 * rc.d/rc.sysinit: - add support for mdadm when trying to start
5715 RAID devices
6d250d3d 5716
cb0c01df 57172003-08-06 19:23 +0000 [r1111] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5718
ac244935 5719 * dumb.sh: - from athcool.init
6d250d3d 5720
03e40ed6 57212003-07-28 12:16 +0000 [r1109] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 5722
ac244935 5723 * sysctl.conf: - added gc_thresh entries
6d250d3d 5724
03e40ed6 57252003-07-28 12:11 +0000 [r1108] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 5726
ac244935 5727 * sysconfig/network: - oops - these were my experiments...
6d250d3d 5728
03e40ed6 57292003-07-28 12:02 +0000 [r1106] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 5730
ac244935 5731 * sysconfig/network: - typo
6d250d3d 5732
03e40ed6 57332003-07-28 11:33 +0000 [r1105] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 5734
ac244935 5735 * sysconfig/network: - GATEWAY setup is back - with comment
6d250d3d 5736
03e40ed6 57372003-07-11 23:08 +0000 [r1103] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5738
ac244935 5739 * rc.d/init.d/network: - added nameif support
6d250d3d 5740
03e40ed6 57412003-07-10 18:39 +0000 [r1100-1101] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5742
ac244935
AM
5743 * sysconfig/interfaces/ifcfg-description: - description for
5744 VLAN_REORDER_HDR
6d250d3d 5745
ac244935
AM
5746 * sysconfig/network-scripts/ifup-vlan: - seems like API changed,
5747 allow REORDER_HDR on VLANs
6d250d3d 5748
03e40ed6 57492003-07-10 12:30 +0000 [r1098] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5750
ac244935
AM
5751 * rc.d/init.d/network: - we should stop bridges first if we are
5752 staring them last
6d250d3d 5753
03e40ed6 57542003-07-10 12:26 +0000 [r1097] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5755
ac244935
AM
5756 * rc.d/init.d/network: - special case bridge interfaces (br*), they
5757 *must* be handled last as we are not able to know what will be
5758 bridged
6d250d3d 5759
03e40ed6 57602003-07-05 11:59 +0000 [r1095] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5761
ac244935 5762 * rc.d/rc.sysinit: - mount devpts, too
6d250d3d 5763
03e40ed6 57642003-06-30 15:36 +0000 [r1094] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5765
ac244935 5766 * rc.d/rc.sysinit: - keep old dmesg, too
6d250d3d 5767
cb0c01df 57682003-06-24 10:34 +0000 [r1092-1093] Jakub Bogusz <qboosh/at/pld-linux.org>
6d250d3d 5769
ac244935
AM
5770 * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: - added note about
5771 bluez
6d250d3d 5772
b30f8040
AM
5773 * sysconfig/interfaces/Makefile.am,
5774 sysconfig/interfaces/data/Makefile.am: - added
5775 *-ppp0.gprs-plusgsm
6d250d3d 5776
cb0c01df 57772003-06-24 10:26 +0000 [r1091] Jakub Bogusz <qboosh/at/pld-linux.org>
6d250d3d 5778
ac244935
AM
5779 * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm (added),
5780 sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm (added): - ppp
5781 examples for GPRS/PlusGSM taken from BTS#694
6d250d3d 5782
03e40ed6 57832003-06-20 15:32 +0000 [r1090] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 5784
ac244935 5785 * rc.d/rc.sysinit: - stupid missing thing
6d250d3d 5786
03e40ed6 57872003-06-19 15:57 +0000 [r1089] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5788
ac244935
AM
5789 * sysconfig/static-routes, sysconfig/network,
5790 sysconfig/network-scripts/functions.network: - use static-routes
5791 for ip rule configuration; drop GATRWAY from network
5792 configuration
6d250d3d 5793
cb0c01df 57942003-06-17 14:02 +0000 [r1088] Jakub Bogusz <qboosh/at/pld-linux.org>
6d250d3d 5795
ac244935
AM
5796 * rc.d/init.d/timezone: - posix zoneinfo files are in top level,
5797 not "posix" subdir now
6d250d3d 5798
03e40ed6 57992003-06-16 21:28 +0000 [r1087] Witek Kręcicki <adasi/at/pld-linux.org>
6d250d3d 5800
ac244935 5801 * rc.d/rc.sysinit: - future is now...
6d250d3d 5802
03e40ed6 58032003-06-16 20:20 +0000 [r1086] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 5804
ac244935
AM
5805 * rc-scripts.spec.in, rc.d/rc.sysinit: - early mounting of sysfs
5806 under kernel 2.5
6d250d3d 5807
03e40ed6 58082003-06-16 18:05 +0000 [r1085] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5809
ac244935 5810 * rc.d/rc.sysinit: - usbdevfs is usbfs in 2.5
6d250d3d 5811
03e40ed6 58122003-06-06 09:02 +0000 [r1083] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 5813
ac244935
AM
5814 * sysconfig/interfaces/ifcfg-description: - fixed typo in
5815 description
6d250d3d 5816
03e40ed6 58172003-05-31 11:59 +0000 [r1082] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6d250d3d 5818
ac244935 5819 * inittab: - calling update is obsolete starting from 2.2.9 kernel
6d250d3d 5820
cb0c01df 58212003-05-22 14:11 +0000 [r1080] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5822
ac244935 5823 * dumb.sh: - updated
6d250d3d 5824
cb0c01df 58252003-05-15 22:39 +0000 [r1078-1079] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5826
ac244935
AM
5827 * rc.d/init.d/functions: - formatting - fixed second argument of
5828 "status"
6d250d3d 5829
ac244935 5830 * dumb.sh: - updated
6d250d3d 5831
cb0c01df 58322003-05-15 21:37 +0000 [r1077] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5833
a2ee7529 5834 * rc.d/init.d/functions, rc.d/init.d/template.init: - LSB
ac244935 5835 conformance changes
6d250d3d 5836
cb0c01df 58372003-05-11 21:09 +0000 [r1076] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5838
ac244935 5839 * dumb.sh: - updated
6d250d3d 5840
cb0c01df 58412003-05-11 15:26 +0000 [r1075] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5842
ac244935 5843 * dumb.sh: removed duplicates; %s fixes
6d250d3d 5844
cb0c01df 58452003-05-11 15:13 +0000 [r1074] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5846
ac244935 5847 * dumb.sh: updated
6d250d3d 5848
cb0c01df 58492003-05-11 12:42 +0000 [r1073] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5850
ac244935 5851 * dumb.sh: updated
6d250d3d 5852
cb0c01df 58532003-05-09 21:08 +0000 [r1072] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5854
ac244935 5855 * dumb.sh: - updated
6d250d3d 5856
cb0c01df 58572003-05-08 17:18 +0000 [r1071] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5858
ac244935 5859 * rc.d/init.d/template.init: - reversed bogus change
6d250d3d 5860
cb0c01df 58612003-05-07 23:35 +0000 [r1070] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5862
ac244935 5863 * dumb.sh: - updated
6d250d3d 5864
cb0c01df 58652003-05-06 21:54 +0000 [r1069] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5866
ac244935 5867 * dumb.sh: updated
6d250d3d 5868
cb0c01df 58692003-05-05 00:07 +0000 [r1068] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5870
b30f8040 5871 * dumb.sh, rc.d/init.d/template.init: updated
6d250d3d 5872
cb0c01df 58732003-05-04 19:48 +0000 [r1067] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5874
ac244935 5875 * dumb.sh: updated
6d250d3d 5876
cb0c01df 58772003-05-03 23:16 +0000 [r1066] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5878
ac244935 5879 * dumb.sh: updated
6d250d3d 5880
cb0c01df 58812003-05-02 23:41 +0000 [r1064-1065] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5882
ac244935 5883 * dumb.sh (added): - dump script with various messages
6d250d3d 5884
ac244935 5885 * rc-scripts.spec.in: - fix improper use of %%{_sysconfigdir}
6d250d3d 5886
d23f8bf7 58872003-05-02 20:27 +0000 [r1063] kloczek <kloczek/at/pld-linux.org>
6d250d3d 5888
ac244935 5889 * po/de.po: - corrected charset s/iso8850-1/iso-8850-1/.
6d250d3d 5890
03e40ed6 58912003-04-17 18:21 +0000 [r1062] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5892
ac244935 5893 * rc.d/rc.sysinit: - added support for device-mapper
6d250d3d 5894
03e40ed6 58952003-04-10 07:37 +0000 [r1061] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 5896
ac244935
AM
5897 * rc.d/rc.sysinit: - use new evms_activate utility; drop support
5898 for evms < 2.0.0
6d250d3d 5899
03e40ed6 59002003-04-07 19:59 +0000 [r1060] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 5901
ac244935 5902 * rc.d/rc.sysinit: - split sysctl call into two pieces
6d250d3d 5903
03e40ed6 59042003-04-07 19:54 +0000 [r1059] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 5905
ac244935 5906 * sysconfig/network-scripts/ifup: - fix Andrzej's proxy arp support
6d250d3d 5907
03e40ed6 59082003-03-06 13:31 +0000 [r1058] Wojciech Cięciwa <cieciwa/at/pld-linux.org>
6d250d3d 5909
ac244935 5910 * sysctl.conf: - corecting URL of grsecurity.
6d250d3d 5911
03e40ed6 59122003-01-25 00:37 +0000 [r1057] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 5913
ac244935
AM
5914 * rc.d/rc.shutdown: - more generic ups support via
5915 /sbin/poweroff-ups
6d250d3d 5916
cb0c01df 59172003-01-15 22:34 +0000 [r1056] Andrzej M. Krzysztofowicz <ankry/at/pld-linux.org>
6d250d3d 5918
ac244935
AM
5919 * TODO, sysconfig/network-scripts/ifup,
5920 sysconfig/interfaces/ifcfg-description: - support for proxy ARP
5921 per interface - fix sysctl for IPV6_DISABLE_AUTOCONF - typos,
5922 formatting - MTU for ethernet already supported [ remove from
5923 TODO ]
6d250d3d 5924
d23f8bf7 59252003-01-07 14:45 +0000 [r1055] kloczek <kloczek/at/pld-linux.org>
6d250d3d 5926
ac244935
AM
5927 * rc.d/init.d/functions: s/broke/break/ (fixed
5928 http://bugs.pld.org.pl/?bug=520).
6d250d3d 5929
03e40ed6 59302002-12-30 23:39 +0000 [r1054] Paweł Wilk <siefca/at/pld-linux.org>
6d250d3d 5931
ac244935
AM
5932 * run-parts: - run-parts: current directory now in an environment
5933 variable - run-parts: args shifted - run-parts: cosmetics
6d250d3d 5934
03e40ed6 59352002-12-17 14:01 +0000 [r1053] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5936
b30f8040
AM
5937 * rc.d/init.d/network, po/pl.po, doc/sysconfig.txt,
5938 doc/sysconfig.docb, sysconfig/network-scripts/functions.network:
5939 - removed references to IPV*_FORWARDING
6d250d3d 5940
03e40ed6 59412002-12-17 13:54 +0000 [r1052] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5942
ac244935 5943 * sysconfig/network: - better solution to IPV*_FORWARDING
6d250d3d 5944
03e40ed6 59452002-12-17 13:43 +0000 [r1051] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5946
ac244935
AM
5947 * sysconfig/network: - removed IPV*_FORWARDING - use
5948 /etc/sysctl.conf to set this
6d250d3d 5949
d23f8bf7 59502002-12-01 23:59 +0000 [r1050] alchemyx <alchemyx/at/pld-linux.org>
6d250d3d 5951
ac244935 5952 * rc.d/rc.sysinit: - typo
6d250d3d 5953
d23f8bf7 59542002-12-01 21:31 +0000 [r1049] alchemyx <alchemyx/at/pld-linux.org>
6d250d3d 5955
ac244935
AM
5956 * rc.d/rc.sysinit: - system will reboot if is instructed by fsck to
5957 do so
6d250d3d 5958
03e40ed6 59592002-11-27 23:41 +0000 [r1048] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 5960
ac244935 5961 * rc.d/rc.shutdown: - support for UPS powerdown before halt
6d250d3d 5962
d23f8bf7 59632002-11-12 15:54 +0000 [r1047] kloczek <kloczek/at/pld-linux.org>
6d250d3d 5964
ac244935
AM
5965 * sysconfig/interfaces/ifcfg-description: typo in comment
5966 (s/dhlc/dhcp/).
6d250d3d 5967
d23f8bf7 59682002-11-08 23:45 +0000 [r1046] alchemyx <alchemyx/at/pld-linux.org>
6d250d3d 5969
ac244935
AM
5970 * sysconfig/static-nat,
5971 sysconfig/network-scripts/functions.network: - updated static-nat
5972 (reversed parameters) so it works now as intended (as described
5973 in docs)
6d250d3d 5974
03e40ed6 59752002-10-10 15:07 +0000 [r1045] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 5976
b30f8040 5977 * rc.d/rc.sysinit, sysconfig/system: - better support fo EVMS
6d250d3d 5978
cb0c01df 59792002-09-28 23:05 +0000 [r1044] Arkadiusz Patyk <areq/at/pld-linux.org>
6d250d3d 5980
ac244935 5981 * rc.d/rc.shutdown: - don't force umount iso9660 ramfs tmpfs
6d250d3d 5982
cb0c01df 59832002-09-14 19:54 +0000 [r1043] Tomasz Orzechowski <orzech/at/pld-linux.org>
6d250d3d 5984
ac244935
AM
5985 * sysconfig/system, rc.d/rc, rc.d/rc.sysinit: - LOAD_SOUND is
5986 obsolete
6d250d3d 5987
03e40ed6 59882002-08-24 17:04 +0000 [r1042] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 5989
ac244935
AM
5990 * sysconfig/network-scripts/ifup-ppp: - fix wvdial support; chat
5991 support still broken
6d250d3d 5992
03e40ed6 59932002-08-24 16:05 +0000 [r1041] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 5994
b30f8040
AM
5995 * sysconfig/interfaces/ifcfg-description, README,
5996 sysconfig/network-scripts/functions.network,
5997 sysconfig/network-scripts/ifup-ppp: - added userspace and
5998 kernelspace PPPoE support - pass unit option to pppd (so now
ac244935
AM
5999 ifcfg-ppp5 with DEVICE=ppp5 will _always_ create ppp5 interface
6000 when it's not used yet)
6d250d3d 6001
cb0c01df 60022002-08-23 22:13 +0000 [r1040] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6003
ac244935
AM
6004 * rc.d/init.d/network: - check ONBOOT by evaluating ifcfg-* file,
6005 not by egrep
6d250d3d 6006
03e40ed6 60072002-08-22 13:21 +0000 [r1039] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6008
ac244935
AM
6009 * sysconfig/interfaces/ifcfg-description,
6010 sysconfig/network-scripts/ifup-post,
6011 sysconfig/network-scripts/ifdown-post: - support for limiting
6012 downstream and upstream traffic on whole interface (cbq, htb,
6013 tbf)
6d250d3d 6014
03e40ed6 60152002-08-21 21:30 +0000 [r1038] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6016
ac244935
AM
6017 * sysconfig/network-scripts/functions.network: - fix support for
6018 src addresses option
6d250d3d 6019
cb0c01df 60202002-08-13 20:31 +0000 [r1037] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6021
ac244935
AM
6022 * rc.d/rc.sysinit: - /proc/bus/usb should be described in fstab -
6023 mounting manually bogus device "usbdevfs" causes mount -a to fail
6024 when fstab contains something like "none /proc/bus/usb usbdevfs
6025 ..."
6d250d3d 6026
03e40ed6 60272002-08-11 17:05 +0000 [r1036] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6028
b30f8040
AM
6029 * sysconfig/network-scripts/ifup-routes,
6030 sysconfig/network-scripts/ifup-post,
537d7646 6031 sysconfig/network-scripts/Makefile.am, sysconfig/static-arp
4ca37ca2 6032 (added), sysconfig/Makefile.am,
b30f8040
AM
6033 sysconfig/network-scripts/ifup-neigh (added): - static arp per
6034 interface support - any device support is back
6d250d3d 6035
cb0c01df 60362002-08-09 06:30 +0000 [r1035] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6037
ac244935
AM
6038 * rc.d/rc.sysinit: - fix for checking encrypted filesystems - if
6039 all have "noauto" in options, don't try to mount or fsck anything
6d250d3d 6040
03e40ed6 60412002-07-14 21:11 +0000 [r1034] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6042
ac244935
AM
6043 * service, rc.d/init.d/functions: - some code from RH (nicer than
6044 old code)
6d250d3d 6045
03e40ed6 60462002-07-13 23:04 +0000 [r1033] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6047
ac244935 6048 * sysconfig/network-scripts/ifup: - fix WLAN encryption setting
6d250d3d 6049
03e40ed6 60502002-07-13 16:25 +0000 [r1032] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6051
b30f8040
AM
6052 * rc.d/rc.modules, sysconfig/interfaces/ifcfg-irda0 (added),
6053 sysconfig/network-scripts/ifup-irda (added),
a2ee7529
JR
6054 sysconfig/network-scripts/ifdown-ppp,
6055 sysconfig/network-scripts/ifdown-vlan (added),
6056 sysconfig/network-scripts/ifup-plusb (added),
6057 sysconfig/network-scripts/functions.network,
6058 sysconfig/network-scripts/ifup-ppp,
4ca37ca2
JR
6059 sysconfig/network-scripts/ifup-vlan (added),
6060 sysconfig/network-scripts/ifdown-irda (added),
b30f8040
AM
6061 sysconfig/network-scripts/ifup,
6062 sysconfig/interfaces/ifcfg-description,
6063 sysconfig/interfaces/ifcfg-irlan0 (added),
6064 sysconfig/network-scripts/ifup-iucv (added), rc.d/rc.sysinit,
6065 service: - more TOTALNEW merge (ppp, irda, other vlan, wireless).
6066 ALPHA
6d250d3d 6067
cb0c01df 60682002-07-06 12:22 +0000 [r1031] Olgierd Pieczul <wojrus/at/pld-linux.org>
6d250d3d 6069
ac244935
AM
6070 * rc.d/rc.sysinit: - fixed: removing directories in /var/run/app/ -
6071 fixed: unneeded lines (deleting not-existing files) removed
6d250d3d 6072
03e40ed6 60732002-06-19 18:13 +0000 [r1030] Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6d250d3d 6074
ac244935 6075 * doc/sysconfig.txt: - forgotten
6d250d3d 6076
03e40ed6 60772002-06-19 18:04 +0000 [r1029] Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6d250d3d 6078
ac244935 6079 * sysconfig/network: - hopefully fixed explanation about NISDOMAIN
6d250d3d 6080
03e40ed6 60812002-06-18 22:06 +0000 [r1028] Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6d250d3d 6082
4ca37ca2 6083 * doc/sysconfig.txt, sysconfig/network: - more clear explanation of
ac244935 6084 HOSTNAME and NISDOMAIN
6d250d3d 6085
cb0c01df 60862002-06-13 13:06 +0000 [r1027] Robert Grabowski <grabba/at/pld-linux.org>
6d250d3d 6087
ac244935
AM
6088 * rc.d/init.d/functions: daemon function: dont't use su when user
6089 is root
6d250d3d 6090
cb0c01df 60912002-05-21 12:23 +0000 [r1026] Olgierd Pieczul <wojrus/at/pld-linux.org>
6d250d3d 6092
ac244935 6093 * sysconfig/ip-rules: - typo
6d250d3d 6094
03e40ed6 60952002-05-11 21:51 +0000 [r1025] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6096
ac244935
AM
6097 * rc.d/rc.sysinit: - process functions a bit earlier - don't mount
6098 proc twice
6d250d3d 6099
03e40ed6 61002002-05-11 10:26 +0000 [r1024] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6101
ac244935 6102 * rc-scripts.spec.in: - updated spec file
6d250d3d 6103
03e40ed6 61042002-05-11 09:50 +0000 [r1023] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6105
b30f8040 6106 * sysconfig/network-scripts/ifdown-br,
ac244935 6107 rc.d/init.d/functions.network (removed),
ac244935 6108 sysconfig/network-scripts/ifup-ppp,
bbbc0441 6109 sysconfig/network-scripts/functions.network (added),
ac244935 6110 sysconfig/network-scripts/ifup-ipx,
bbbc0441
AM
6111 sysconfig/network-scripts/tnlup, rc.d/init.d/Makefile.am,
6112 sysconfig/network-scripts/ifdown-sl,
4ca37ca2
JR
6113 sysconfig/network-scripts/ifup,
6114 sysconfig/network-scripts/ifup-br,
6115 sysconfig/network-scripts/ifup-plip, rc-scripts.spec.in,
6116 sysconfig/network-scripts/ifdown-post,
6117 sysconfig/network-scripts/Makefile.am,
6118 sysconfig/network-scripts/ifup-sl,
6119 sysconfig/network-scripts/ifup-routes, rc.d/init.d/network,
6120 sysconfig/network-scripts/ifup-aliases,
b30f8040
AM
6121 sysconfig/network-scripts/ifdown-ppp,
6122 sysconfig/network-scripts/tnldown,
6123 sysconfig/network-scripts/ifup-post,
6124 sysconfig/network-scripts/ifdown: - functions.network back in old
6125 place
6d250d3d 6126
03e40ed6 61272002-05-11 09:44 +0000 [r1022] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6128
ac244935 6129 * ppp/Makefile.am: - force symlink
6d250d3d 6130
03e40ed6 61312002-05-11 09:36 +0000 [r1020-1021] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6132
ac244935 6133 * autogen.sh: - configure.in -> configure.ac
6d250d3d 6134
a2ee7529 6135 * configure.ac, po/pl.po: - fix iso charset name - add de to
ac244935 6136 supported languages
6d250d3d 6137
03e40ed6 61382002-05-11 09:30 +0000 [r1019] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6139
a2ee7529 6140 * configure.ac (added), configure.in (removed): - renamed + updated
6d250d3d 6141
03e40ed6 61422002-05-11 08:48 +0000 [r1018] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6143
ac244935
AM
6144 * rc.d/init.d/functions.network: - removed via (it shouldn't be
6145 here)
6d250d3d 6146
03e40ed6 61472002-05-11 08:41 +0000 [r1017] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6148
ac244935
AM
6149 * rc.d/init.d/functions.network: - use onlink option when adding
6150 default routing (in case when gw isn't in our subnetwork) -
6151 TNLOPTS removed
6d250d3d 6152
d23f8bf7 61532002-04-21 12:22 +0000 [r1016] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6154
ac244935
AM
6155 * sysconfig/interfaces/data/chat-ppp0.tpsa: - Update for current
6156 TPSA login screen.
6d250d3d 6157
03e40ed6 61582002-04-20 13:57 +0000 [r1015] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6159
ac244935
AM
6160 * rc.d/rc.sysinit: - don't mount usbdevfs again if it's already
6161 mounted (for example by modules.conf post-install directive).
cb0c01df 6162 Patch by Wojtek Kaniewski <wojtekka/at/bydg.pdi.net>.
6d250d3d 6163
03e40ed6 61642002-04-10 19:02 +0000 [r1014] Witek Kręcicki <adasi/at/pld-linux.org>
6d250d3d 6165
ac244935
AM
6166 * sysconfig/network-scripts/ifup-ppp: - added USER... dunno why it
6167 wasn't included, but it is in sample files and it should be added
6168 to pppd cmdline (user ${USER}). If it's wrong, roll it back
6d250d3d 6169
cb0c01df 61702002-04-09 11:10 +0000 [r1009-1013] Jacek Konieczny <jajcus/at/pld-linux.org>
6d250d3d 6171
b30f8040 6172 * sysconfig/network, rc.d/init.d/network, AUTHORS: - more LDAP
ac244935 6173 garbage removed
6d250d3d 6174
ac244935 6175 * po/pl.po: - LDAP strings removed
6d250d3d 6176
ac244935 6177 * rc.d/init.d/network: - "LDAP support" removed
6d250d3d 6178
ac244935
AM
6179 * rc.d/init.d/functions.network: - "LDAP support" removed. It was
6180 not supported anyway
6d250d3d 6181
ac244935
AM
6182 * rc.d/init.d/functions.network: - delete '}' left after some
6183 function removal
6d250d3d 6184
03e40ed6 61852002-03-29 17:18 +0000 [r1008] Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6d250d3d 6186
ac244935 6187 * rc.d/rc.sysinit: - added deleting lock files
6d250d3d 6188
cb0c01df 61892002-03-29 08:52 +0000 [r1007] Olgierd Pieczul <wojrus/at/pld-linux.org>
6d250d3d 6190
ac244935 6191 * rc-scripts.spec.in: - added removed by mistake 'timezone'
6d250d3d 6192
cb0c01df 61932002-03-29 08:46 +0000 [r1005-1006] Olgierd Pieczul <wojrus/at/pld-linux.org>
6d250d3d 6194
ac244935 6195 * sysconfig/ip-rules (added): - example config file
6d250d3d 6196
b30f8040
AM
6197 * rc.d/init.d/network, rc-scripts.spec.in,
6198 rc.d/init.d/functions.network, sysconfig/Makefile.am: - policy
6199 routing support
6d250d3d 6200
03e40ed6 62012002-03-24 03:59 +0000 [r1004] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 6202
b30f8040 6203 * README, po/pl.po, autogen.sh, rc.d/rc.sysinit: - GNU/Linux is
ac244935 6204 gone.
6d250d3d 6205
03e40ed6 62062002-03-19 18:35 +0000 [r1003] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6207
b30f8040 6208 * rc.d/rc.sysinit, sysconfig/system: - user and kernelspace PNP
6d250d3d 6209
03e40ed6 62102002-03-19 18:19 +0000 [r1002] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6211
b30f8040
AM
6212 * sysconfig/hwprofiles (added), configure.in,
6213 isapnp/isapnp-kernel.conf (added), ppp/ip-up, isapnp (added),
6214 README, hwprofile (added), sysconfig/hwprofiles/Makefile.am
6215 (added), service (added), isapnp/Makefile.am (added),
6216 sysconfig/hwprofiles/.cvsignore (added), ppp/ipx-down (added),
6217 ppp/auth-down (added), isapnp/.cvsignore (added),
6218 ppp/Makefile.am, sysconfig/hwprof (added), Makefile.am,
6219 autogen.sh, ppp/ip-down, sysconfig/Makefile.am, ppp/ipx-up
6220 (added), ppp/auth-up (added): - started merging TOTALNEW
6d250d3d 6221
03e40ed6 62222002-03-19 17:46 +0000 [r1001] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6223
ac244935 6224 * rc.d/rc.sysinit: - support for EVMS volumes
6d250d3d 6225
03e40ed6 62262002-03-19 17:42 +0000 [r1000] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6227
ac244935
AM
6228 * sysconfig/system, rc.d/rc.sysinit: - if devfs is mounted and
6229 devfsd is available then start is unconditionally
6d250d3d 6230
03e40ed6 62312002-03-07 11:16 +0000 [r999] Paweł Gołaszewski <blues/at/pld-linux.org>
6d250d3d 6232
b30f8040 6233 * rc.d/init.d/network, sysconfig/network-scripts/ifup-ipx: - ipx
ac244935 6234 paths fixed (ipx is usable now...)
6d250d3d 6235
03e40ed6 62362002-03-07 09:48 +0000 [r998] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6237
ac244935 6238 * rc.d/rc.sysinit: - protect dmesg
6d250d3d 6239
cb0c01df 62402002-02-21 00:31 +0000 [r997] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6241
ac244935 6242 * po/pl.po: - more typos
6d250d3d 6243
cb0c01df 62442002-02-21 00:08 +0000 [r996] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6245
4ca37ca2 6246 * po/pl.po, rc.d/rc.sysinit: - typos
6d250d3d 6247
cb0c01df 62482002-02-20 23:43 +0000 [r995] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6249
4ca37ca2 6250 * sysconfig/network-scripts/ifup-sl, po/pl.po, rc.d/rc.sysinit: -
ac244935 6251 updated.
6d250d3d 6252
cb0c01df 62532002-02-18 13:24 +0000 [r994] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6254
4ca37ca2 6255 * doc/sysconfig.txt, doc/sysconfig.docb: - hostname != FQDN
6d250d3d 6256
03e40ed6 62572002-02-03 16:40 +0000 [r993] Witek Kręcicki <adasi/at/pld-linux.org>
6d250d3d 6258
ac244935 6259 * rc-scripts-sysconfig_masq.patch (removed): - moved away
6d250d3d 6260
03e40ed6 62612002-02-03 16:22 +0000 [r992] Witek Kręcicki <adasi/at/pld-linux.org>
6d250d3d 6262
ac244935
AM
6263 * rc-scripts-sysconfig_masq.patch (added): - sysconfig/masquerade
6264 support patch - not for use in official rc-scripts releases
6d250d3d 6265
03e40ed6 62662002-02-03 16:17 +0000 [r991] Witek Kręcicki <adasi/at/pld-linux.org>
6d250d3d 6267
b30f8040
AM
6268 * rc.d/init.d/functions.network, doc/sysconfig.docb,
6269 rc.d/init.d/network, doc/sysconfig.txt: - reverted last change
6d250d3d 6270
03e40ed6 62712002-02-02 17:30 +0000 [r990] Witek Kręcicki <adasi/at/pld-linux.org>
6d250d3d 6272
ac244935
AM
6273 * doc/sysconfig.txt, doc/sysconfig.docb: - added masquerade
6274 description
6d250d3d 6275
03e40ed6 62762002-02-02 17:13 +0000 [r989] Witek Kręcicki <adasi/at/pld-linux.org>
6d250d3d 6277
b30f8040 6278 * rc.d/init.d/network, rc.d/init.d/functions.network: - added
ac244935 6279 support for sysconfig/masquerade (NEW)
6d250d3d 6280
03e40ed6 62812002-01-27 02:14 +0000 [r986-988] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6282
b30f8040 6283 * src/usernetctl.c, src/ppp-watch.c: - rc-scripts-interfaces.patch:
ac244935
AM
6284 ifcfg-* are in /etc/sysconfig/interfaces, not
6285 /etc/sysconfig/network-scripts. And ifup and ifdown are not there
6286 but in /sbin. (qrczak)
6d250d3d 6287
ac244935 6288 * rc.d/rc.sysinit: - fixed syntax error
6d250d3d 6289
ac244935 6290 * rc.d/rc.shutdown: - don't try to umount devfs - it's pointelss
6d250d3d 6291
cb0c01df 62922002-01-22 23:46 +0000 [r984-985] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6293
ac244935 6294 * po/pl.po: - more fixes
6d250d3d 6295
b30f8040 6296 * TODO, DEVELOPMENT: - typos
6d250d3d 6297
cb0c01df 62982002-01-17 21:14 +0000 [r983] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6299
ac244935 6300 * inittab: - added KeyboardSignal entry.
6d250d3d 6301
cb0c01df 63022002-01-17 20:56 +0000 [r982] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6303
ac244935 6304 * po/pl.po: - changed personal forms to impersonal.
6d250d3d 6305
cb0c01df 63062002-01-17 20:47 +0000 [r981] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6307
03e40ed6 6308 * po/pl.po: - iso8859-1 got 'ó' - why don't use it? - other
ac244935 6309 cosmetics.
6d250d3d 6310
03e40ed6 63112002-01-08 17:42 +0000 [r980] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6312
ac244935
AM
6313 * rc.d/init.d/functions: - reverted is_no() behaviour to return
6314 true only on explicit "no"
6d250d3d 6315
03e40ed6 63162002-01-08 17:16 +0000 [r979] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6317
ac244935
AM
6318 * rc.d/rc.sysinit: - reorganized stuff so modprobe is not called
6319 before depmod
6d250d3d 6320
03e40ed6 63212002-01-08 16:48 +0000 [r978] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6322
ac244935 6323 * configure.in: - version 0.3.1
6d250d3d 6324
cb0c01df 63252001-12-24 12:22 +0000 [r977] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6326
ac244935
AM
6327 * rc.d/rc.sysinit: - if RUN_DEPMOD is set to "ifmissing", run
6328 simply "depmod -A"
6d250d3d 6329
cb0c01df 63302001-12-21 15:49 +0000 [r976] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6331
ac244935 6332 * rc.d/rc.sysinit: - fixed depmod problem (s/$mver/`uname -r`/)
6d250d3d 6333
d23f8bf7 63342001-12-14 12:56 +0000 [r975] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6335
ac244935
AM
6336 * rc.d/init.d/functions: - Previous change caused "snow ball
6337 effect" --- some code relied upon that bug. - Added code which
6338 conditionaly encloses arguments in double quotes. This is
6339 required if more than one argument is passed to /bin/su -c.
6d250d3d 6340
d23f8bf7 63412001-12-13 20:35 +0000 [r974] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6342
ac244935
AM
6343 * rc.d/init.d/functions: - Properly escape quotation marks inside
6344 quotation marks.
6d250d3d 6345
cb0c01df 63462001-12-03 17:50 +0000 [r973] Jacek Konieczny <jajcus/at/pld-linux.org>
6d250d3d 6347
ac244935
AM
6348 * sysconfig/network-scripts/ifup-post: - pass $CONFIG instead of
6349 $DEVICE to ifup-post, ifup-aliases (BTS id 20)
6d250d3d 6350
03e40ed6 63512001-11-30 15:11 +0000 [r972] Wojciech Cięciwa <cieciwa/at/pld-linux.org>
6d250d3d 6352
ac244935 6353 * sysctl.conf: - s/getrewted/grsecurity/
6d250d3d 6354
cb0c01df 63552001-11-23 14:33 +0000 [r971] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6356
ac244935
AM
6357 * rc.d/rc.sysinit, src/ppp-watch.c, src/shvar.c, src/shvar.h: -
6358 fixed typos.
6d250d3d 6359
cb0c01df 63602001-11-19 13:00 +0000 [r970] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6361
ac244935
AM
6362 * rc.d/init.d/functions.network: - don't try to detect devicetype
6363 if it's specified
6d250d3d 6364
03e40ed6 63652001-11-12 18:47 +0000 [r969] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6366
ac244935
AM
6367 * sysconfig/network-scripts/ifdown: - RESULT variable can be empty,
6368 check for it
6d250d3d 6369
03e40ed6 63702001-11-09 18:34 +0000 [r968] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6371
ac244935
AM
6372 * rc.d/init.d/network: - run modprobe at the start of
6373 network_init()
6d250d3d 6374
d23f8bf7 63752001-11-05 16:58 +0000 [r967] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6376
ac244935
AM
6377 * sysconfig/network: - chenged comment s/Set domainname here/Set
6378 NIS domain name here/
6d250d3d 6379
cb0c01df 63802001-10-30 17:03 +0000 [r966] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6381
ac244935 6382 * rc.d/rc.sysinit: - last change: perms to 664.
6d250d3d 6383
cb0c01df 63842001-10-30 09:02 +0000 [r965] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6385
ac244935
AM
6386 * rc.d/rc.sysinit: - changed /var/run/utmp(x) and /var/log/wtmp(x)
6387 permissions to 660 in order to assure compatibility with SysVinit
6388 and utempter packages.
6d250d3d 6389
d23f8bf7 63902001-10-25 08:21 +0000 [r963] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6391
ac244935
AM
6392 * sysconfig/network-scripts/ifup-routes: back ..
6393 s/DEVICE/REALDEVICE/
6d250d3d 6394
cb0c01df 63952001-10-24 22:27 +0000 [r962] Tomasz Orzechowski <orzech/at/pld-linux.org>
6d250d3d 6396
ac244935 6397 * rc.d/rc.sysinit: - small fixes
6d250d3d 6398
d23f8bf7 63992001-10-24 22:16 +0000 [r961] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6400
ac244935 6401 * sysconfig/network-scripts/ifup-routes: s/REALDEVICE/DEVICE/
6d250d3d 6402
d23f8bf7 64032001-10-22 16:43 +0000 [r960] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6404
ac244935 6405 * sysconfig/static-routes: added commented example.
6d250d3d 6406
d23f8bf7 64072001-10-14 21:33 +0000 [r958] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6408
ac244935
AM
6409 * sysconfig/network-scripts/ifdown-br: - Do not try to delete
6410 bridge from itself.
6d250d3d 6411
03e40ed6 64122001-10-11 18:49 +0000 [r955] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6413
b30f8040
AM
6414 * rc.d/init.d/functions.network, sysconfig/network-scripts/ifup,
6415 sysconfig/network-scripts/ifup-br: - let kernel maintain if ARP
4ca37ca2 6416 should be turned on/off if not explicitly specified
6d250d3d 6417
03e40ed6 64182001-10-10 02:03 +0000 [r954] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6419
ac244935
AM
6420 * rc.d/init.d/functions.network: - fixed regexp in DEVICETYPE
6421 detection
6d250d3d 6422
03e40ed6 64232001-10-09 22:49 +0000 [r952-953] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6424
ac244935
AM
6425 * rc.d/init.d/functions.network: - HANDLING cannot be 'typeset'
6426 it's mot local (thanks qboosh)
6d250d3d 6427
ac244935 6428 * sysconfig/network-scripts/ifup-ppp: - typo (thanks qboosh)
6d250d3d 6429
03e40ed6 64302001-10-08 11:16 +0000 [r951] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6431
ac244935 6432 * rc.d/rc.sysinit: - fix for modular LVM
6d250d3d 6433
03e40ed6 64342001-10-05 18:21 +0000 [r950] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6435
ac244935 6436 * sysctl.conf: - comment out all IPv6 stuff by default
6d250d3d 6437
03e40ed6 64382001-10-05 18:17 +0000 [r949] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6439
ac244935 6440 * rc.d/init.d/functions: - proper (shell dependant) ulimit use
6d250d3d 6441
cb0c01df 64422001-10-04 07:41 +0000 [r948] Jakub Bogusz <qboosh/at/pld-linux.org>
6d250d3d 6443
ac244935 6444 * po/pl.po: - applied SOURCES/rc-scripts-typo.patch (by aflinta)
6d250d3d 6445
03e40ed6 64462001-10-01 17:10 +0000 [r946-947] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6447
ac244935 6448 * rc.d/init.d/functions.network: - allow ipv6 only interface
6d250d3d 6449
ac244935
AM
6450 * sysctl.conf: - added grsec stuff - really, really disable ipv6
6451 autoconf if one wants it
6d250d3d 6452
cb0c01df 64532001-09-19 08:09 +0000 [r944] Tomasz Orzechowski <orzech/at/pld-linux.org>
6d250d3d 6454
ac244935
AM
6455 * rc.d/init.d/functions: - fixed misleading message after killproc
6456 with specified signal type
6d250d3d 6457
d23f8bf7 64582001-08-16 22:52 +0000 [r943] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6459
ac244935 6460 * po/pl.po: - charset=iso-8859-2.
6d250d3d 6461
cb0c01df 64622001-08-15 20:32 +0000 [r942] Roman Werpachowski <roman/at/pld-linux.org>
6d250d3d 6463
ac244935
AM
6464 * sysconfig/interfaces/ifcfg-ppp0.tpsa: - added AUTH=no ("noauth"
6465 is not a default option of pppd)
6d250d3d 6466
03e40ed6 64672001-07-30 10:29 +0000 [r941] Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6d250d3d 6468
ac244935 6469 * sysconfig/interfaces/ifcfg-eth0: - ONBOOT=no by default
6d250d3d 6470
d23f8bf7 64712001-07-23 11:01 +0000 [r940] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6472
ac244935
AM
6473 * rc.d/init.d/functions: - Added ulimit -p unlimited before
6474 executing daemon. This will make sure daemons will have ability
6475 to fork no matter what limits are set. Limits for users are set
6476 via pam_limit. - Small optimalization (it's smaller now).
6d250d3d 6477
03e40ed6 64782001-07-22 17:28 +0000 [r936-939] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6479
ac244935 6480 * sysconfig/network-scripts/ifdown: - typos
6d250d3d 6481
ac244935 6482 * sysconfig/interfaces/Makefile.am: - added ifcfg-eth0
6d250d3d 6483
ac244935 6484 * rc.d/rc.sysinit: - devfs and RAID fixes
6d250d3d 6485
ac244935 6486 * rc.d/rc.modules: - don't autoclean modules loaded here
6d250d3d 6487
03e40ed6 64882001-07-21 19:26 +0000 [r935] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6489
ac244935
AM
6490 * rc.d/rc.sysinit: - more merging from TOTALNEW - mainly USB and
6491 lvm - fixed thinko with SET_SLINKS
6d250d3d 6492
03e40ed6 64932001-07-21 19:21 +0000 [r933-934] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6494
b30f8040 6495 * sysconfig/interfaces/tnlcfg-icm, sysconfig/interfaces/ifcfg-eth0:
ac244935 6496 - bring it up to date with the stuff ;>
6d250d3d 6497
ac244935
AM
6498 * sysconfig/network-scripts/ifup-aliases,
6499 sysconfig/interfaces/ifcfg-description: -
6500 s/BOOTMETHOD/BOOTPROTO/g
6d250d3d 6501
03e40ed6 65022001-07-19 20:55 +0000 [r932] Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
6d250d3d 6503
ac244935 6504 * sysconfig/interfaces/ifcfg-eth0 (added): - example config
6d250d3d 6505
03e40ed6 65062001-07-17 18:21 +0000 [r931] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6507
b30f8040 6508 * sysconfig/network-scripts/ifup, rc.d/init.d/functions: - merge
ac244935
AM
6509 from TOTALNEW branch: - set MTU - don't use tput if we are not on
6510 a proper terminal
6d250d3d 6511
cb0c01df 65122001-07-13 17:47 +0000 [r930] Marcin Bohosiewicz <marcus/at/pld-linux.org>
6d250d3d 6513
b30f8040 6514 * rc.d/init.d/functions.network, sysconfig/network-scripts/ifdown:
ac244935
AM
6515 - added automatically vlan shutdown before shutdowing interface
6516 (eth)
6d250d3d 6517
cb0c01df 65182001-07-05 22:21 +0000 [r929] Marcin Bohosiewicz <marcus/at/pld-linux.org>
6d250d3d 6519
ac244935
AM
6520 * sysconfig/network-scripts/ifup: - VLAN must be set _before_
6521 initialisation it's IP parameters
6d250d3d 6522
03e40ed6 65232001-07-05 15:56 +0000 [r927] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6524
b30f8040
AM
6525 * sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network,
6526 rc.d/init.d/network, sysconfig/network-scripts/ifup: - cleaned up
6527 accidental mess
6d250d3d 6528
03e40ed6 65292001-07-05 15:47 +0000 [r925-926] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6530
ac244935 6531 * rc.d/rc.sysinit: - don't mount devpts if devfs is already mounted
6d250d3d 6532
ac244935
AM
6533 * rc.d/rc.sysinit: - backed up some obviously wrong changes -
6534 PLEASE do NOT make functional changes along with cosmetic ones
6d250d3d 6535
cb0c01df 65362001-07-04 22:48 +0000 [r924] Tomasz Pala <gotar/at/pld-linux.org>
6d250d3d 6537
ac244935 6538 * rc.d/rc.sysinit: - removed /etc/HOSTNAME, - cosmetics.
6d250d3d 6539
cb0c01df 65402001-06-26 14:53 +0000 [r923] Marcin Bohosiewicz <marcus/at/pld-linux.org>
6d250d3d 6541
ac244935
AM
6542 * sysconfig/network-scripts/ifup: - added vconfig set_flag $DEVICE
6543 1 - for dhcpd
6d250d3d 6544
cb0c01df 65452001-06-25 20:54 +0000 [r922] Marcin Bohosiewicz <marcus/at/pld-linux.org>
6d250d3d 6546
ac244935
AM
6547 * rc.d/init.d/functions.network: - added vlan_setup function
6548 (setting proper 802.1q vlan's parameters)
6d250d3d 6549
cb0c01df 65502001-06-25 20:44 +0000 [r921] Marcin Bohosiewicz <marcus/at/pld-linux.org>
6d250d3d 6551
b30f8040
AM
6552 * rc.d/init.d/network, sysconfig/network-scripts/ifup,
6553 sysconfig/network-scripts/ifdown: - added support to 802.1Q
6554 VLANs. (ifcfg-eth0.<vlan>)
6d250d3d 6555
03e40ed6 65562001-05-25 20:14 +0000 [r912] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6557
ac244935
AM
6558 * sysconfig/network-scripts/ifup: - don't try to add ipv4 address
6559 if there is none
6d250d3d 6560
03e40ed6 65612001-05-25 17:53 +0000 [r911] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6562
ac244935 6563 * rc.d/init.d/functions.network: - typo
6d250d3d 6564
03e40ed6 65652001-05-25 17:48 +0000 [r910] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6566
ac244935 6567 * sysconfig/network-scripts/ifup: - compatibility fixes
6d250d3d 6568
03e40ed6 65692001-05-25 17:34 +0000 [r909] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6570
ac244935 6571 * rc.d/rc.sysinit: - cleanup
6d250d3d 6572
03e40ed6 65732001-05-25 14:33 +0000 [r906-908] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6574
ac244935
AM
6575 * rc.d/init.d/network: - removed shutting down "unconfigured"
6576 interfaces - that was dumb idea misiek
6d250d3d 6577
ac244935 6578 * sysconfig/network-scripts/ifup: - consistency check
6d250d3d 6579
ac244935 6580 * rc.d/init.d/functions.network: - consistency checks
6d250d3d 6581
03e40ed6 65822001-05-24 20:20 +0000 [r903-905] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6583
ac244935 6584 * rc.d/init.d/functions.network: - reverted last change - not neded
6d250d3d 6585
ac244935
AM
6586 * rc.d/init.d/network: - fixing shutting down unconfigured defices
6587 (atm stuff is not)
6d250d3d 6588
ac244935 6589 * rc.d/init.d/functions.network: - compat stuff
6d250d3d 6590
03e40ed6 65912001-05-24 20:14 +0000 [r902] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6592
ac244935 6593 * rc.d/init.d/functions.network: - more bad merge fixes
6d250d3d 6594
03e40ed6 65952001-05-24 20:00 +0000 [r901] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6596
ac244935 6597 * rc.d/init.d/functions.network: - fixed very stupid typo
6d250d3d 6598
03e40ed6 65992001-05-16 13:12 +0000 [r899-900] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6600
ac244935 6601 * po/pl.po: - cleaned up, updated and translated
6d250d3d 6602
4ca37ca2
JR
6603 * sysconfig/network-scripts/ifup-sl,
6604 sysconfig/network-scripts/ifup-ppp,
6605 sysconfig/network-scripts/ifup-ipx,
a2ee7529 6606 sysconfig/network-scripts/ifup-aliases,
537d7646 6607 sysconfig/network-scripts/ifup-routes,
ac244935
AM
6608 sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
6609 sysconfig/network-scripts/tnldown,
4ca37ca2 6610 sysconfig/network-scripts/ifdown: - nls cleanups
6d250d3d 6611
03e40ed6 66122001-05-16 02:14 +0000 [r898] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6613
ac244935
AM
6614 * rc.d/rc.shutdown: - do not 'exec' umount, $() is just fine (yes,
6615 it's yet another ksh93 fix)
6d250d3d 6616
03e40ed6 66172001-05-16 01:54 +0000 [r897] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6618
ac244935
AM
6619 * rc.d/rc: - set TMPDIR=/dev/null before exec rc.shutdown
6620 (workaround for the freaky weird ksh93 which tries to keep pipes
6621 in /tmp, and no, disabling this in source of ksh93 is not an
6622 option)
6d250d3d 6623
03e40ed6 66242001-05-16 01:33 +0000 [r896] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6625
b30f8040 6626 * rc.d/rc, rc.d/rc.shutdown: - do not use locale in rc.shutdwon
ac244935
AM
6627 (there are shells that support them and you end up with
6628 unmountable /usr)
6d250d3d 6629
03e40ed6 66302001-05-15 17:28 +0000 [r895] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6631
ac244935 6632 * makepot.pl: - recognize "nls 'bla'"
6d250d3d 6633
03e40ed6 66342001-05-15 16:54 +0000 [r893-894] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6635
ac244935 6636 * rc.d/init.d/template.init: - typo
6d250d3d 6637
ac244935 6638 * rc.d/rc.sysinit: - typos
6d250d3d 6639
03e40ed6 66402001-05-15 16:44 +0000 [r892] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6641
ac244935 6642 * rc.d/init.d/functions.network: - typos
6d250d3d 6643
cb0c01df 66442001-05-15 16:43 +0000 [r891] Maciej 'Agaran' Pijanka <agaran/at/pld-linux.org>
6d250d3d 6645
ac244935 6646 * po/pl.po: added some translations..may somebody look at that?
6d250d3d 6647
03e40ed6 66482001-05-15 16:41 +0000 [r890] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6649
ac244935 6650 * rc.d/init.d/functions.network: - typo
6d250d3d 6651
03e40ed6 66522001-05-15 16:36 +0000 [r889] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6653
ac244935 6654 * rc.d/init.d/functions.network: - rarp run via run_cmd
6d250d3d 6655
03e40ed6 66562001-05-15 16:05 +0000 [r888] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6657
b30f8040
AM
6658 * sysconfig/network, README, src/Makefile.am, rc.d/rc.shutdown,
6659 sysctl.conf (added), sysconfig/network-scripts/ifdown, modules
6660 (added), COPYING, sysconfig/network-scripts/ifdown-br (added),
6661 makepot.pl, sysconfig/network-scripts/ifup-ppp,
4ca37ca2
JR
6662 sysconfig/interfaces/tnlcfg-description, src/process.c,
6663 sysconfig/interfaces/ifcfg-description,
6664 sysconfig/network-scripts/ifup-br (added), sysconfig/system,
6665 src/netreport.c, rc.d/rc.sysinit, src/shvar.c,
6666 sysconfig/network-scripts/ifdown-post, rc.d/init.d/single,
6667 sysconfig/timezone, doc/net-scripts.txt, sysconfig/clock,
6668 src/getkey.c, src/shvar.h, src/usernetctl.c,
6669 sysconfig/interfaces/Makefile.am,
6670 sysconfig/network-scripts/ifup-aliases, src/minilogd.c,
6671 rc.d/init.d/functions.network, src/initlog.c,
6672 sysconfig/Makefile.am, sysconfig/network-scripts/tnlup,
ac244935 6673 sysconfig/network-scripts/ifdown-sl,
bbbc0441 6674 sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0
4ca37ca2
JR
6675 (added), rc.d/rc, lang.csh,
6676 sysconfig/interfaces/ifcfg-ppp0.leased1, rc.d/Makefile.am,
6677 sysconfig/interfaces/ifcfg-ppp0.leased2,
6678 sysconfig/network-scripts/ifup-sl,
b30f8040
AM
6679 sysconfig/interfaces/ifcfg-sl0, rc.d/rc.modules (added),
6680 rc.d/init.d/network, TODO, sysconfig/network-scripts/tnldown,
6681 doc/initlog.1, sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c,
6682 sysconfig/network-scripts/ifup-ipx, rc-scripts.spec.in,
6683 doc/sysconfig.txt, sysconfig/network-scripts/ifup-plip,
6684 rc.d/init.d/template.init, sysconfig/network-scripts/Makefile.am,
6685 sysconfig/network-scripts/ifup-routes,
6686 sysconfig/network-scripts/ifdown-ppp,
6687 sysconfig/network-scripts/ifup-post, Makefile.am, autogen.sh,
6688 NEWS, setsysfont, DEVELOPMENT (added), rc.d/init.d/functions,
6689 AUTHORS, configure.in, inittab: - merge from TOTALNEW branch (see
6690 NEWS for more info)
6d250d3d 6691
d23f8bf7 66922001-05-13 18:39 +0000 [r886] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6693
ac244935
AM
6694 * rc.d/init.d/network, rc.d/init.d/functions.network,
6695 sysconfig/network: added abilities for setup static RARP table by
6696 /etc/sysconfig/network::STATIC_RARP=yes (like static ARP table)
6697 based on /etc/ethers config file. Before setting up ARRP table is
6698 checked /proc/net/rarp and if file don't exist "modprobe rarp" is
6699 performed before.
6d250d3d 6700
03e40ed6 67012001-05-13 17:47 +0000 [r884] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6702
ac244935 6703 * rc.d/init.d/functions.network: ksh93 support/fixes by Jan
03e40ed6 6704 Rękorajski <baggins/at/pld.org.pl> (from stable series)
6d250d3d 6705
03e40ed6 67062001-05-13 17:10 +0000 [r883] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6707
b30f8040
AM
6708 * rc.d/rc, rc.d/init.d/functions.network, rc.d/rc.sysinit,
6709 rc.d/init.d/functions, rc.d/rc.shutdown, rc.d/init.d/timezone,
6710 sysconfig/network-scripts/ifup, configure.in: - version 0.2.11 -
6711 true ksh support/fixes: - fixed numerous instances of incorrect
4ca37ca2 6712 quoting ("" inside itself) - s/local/typeset/
6d250d3d 6713
cb0c01df 67142001-04-20 23:28 +0000 [r878] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6715
ac244935
AM
6716 * rc.d/rc.sysinit: - few more updates - util-linux 2.10s is
6717 _slightly_ fixed :>>
6d250d3d 6718
cb0c01df 67192001-04-20 21:15 +0000 [r877] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6720
ac244935 6721 * rc.d/rc.sysinit: - patch to allow fsck'ing crypted filesystems
6d250d3d 6722
03e40ed6 67232001-04-19 23:31 +0000 [r876] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6724
ac244935
AM
6725 * sysconfig/network-scripts/ifup: don't use quotation in
6726 DHCPOPTIONS
6d250d3d 6727
cb0c01df 67282001-03-22 21:50 +0000 [r873] Jakub Bogusz <qboosh/at/pld-linux.org>
6d250d3d 6729
ac244935
AM
6730 * sysconfig/network-scripts/ifup-ppp: - check if DATAFORCHAT is not
6731 null before exporting it
6d250d3d 6732
03e40ed6 67332001-03-05 17:35 +0000 [r867-868] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6734
ac244935 6735 * TODO: removed IPX tunnels; these don't need rc-scripts support
6d250d3d 6736
ac244935 6737 * rc-scripts.spec.in: sysconfig/clock was missing
6d250d3d 6738
d23f8bf7 67392001-03-03 11:28 +0000 [r861] laro <laro/at/pld-linux.org>
6d250d3d 6740
ac244935 6741 * rc.d/init.d/timezone: typing error fixed
6d250d3d 6742
03e40ed6 67432001-03-01 16:11 +0000 [r860] Michał Moskal <malekith/at/pld-linux.org>
6d250d3d 6744
ac244935
AM
6745 * rc.d/rc.sysinit: Fixed to pass --localtime option to hwclock.
6746 check hwclock manpage for details (it has changed, since i last
6747 read it)
6d250d3d 6748
03e40ed6 67492001-02-23 18:06 +0000 [r857] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6750
ac244935 6751 * sysconfig/network-scripts/ifup-plip: - bring link up at startup
6d250d3d 6752
cb0c01df 67532001-02-12 20:30 +0000 [r856] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6754
ac244935 6755 * po/pl.po: - uncommented "to enter interactive startup" transl.
6d250d3d 6756
cb0c01df 67572001-02-02 21:18 +0000 [r855] Roman Werpachowski <roman/at/pld-linux.org>
6d250d3d 6758
ac244935
AM
6759 * sysconfig/interfaces/data/chat-ppp0.tpsa: another small fix: atdt
6760 $PHONE -> atdt$PHONE
6d250d3d 6761
cb0c01df 67622001-02-02 18:22 +0000 [r854] Roman Werpachowski <roman/at/pld-linux.org>
6d250d3d 6763
ac244935 6764 * sysconfig/interfaces/data/chat-ppp0.tpsa: - small fix
6d250d3d 6765
03e40ed6 67662001-01-12 13:46 +0000 [r851] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6767
ac244935
AM
6768 * rc.d/init.d/network: - exclude nas* interfaces on boot, they need
6769 to be started by ATM utils
6d250d3d 6770
d23f8bf7 67712000-12-27 13:33 +0000 [r850] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6772
ac244935
AM
6773 * sysconfig/system: - CONSOLE_LOGLEVEL is back. It is duplicated in
6774 klogd.sysconfig, but it has to be here. It is required by
6775 rc.sysinit in order to set logging level before processing
6776 init.d/* scripts.
6d250d3d 6777
d23f8bf7 67782000-12-19 22:33 +0000 [r849] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6779
ac244935
AM
6780 * sysconfig/system: - Removed CONSOLELOG_LEVEL - has been moved to
6781 /etc/sysconfig/klogd.
6d250d3d 6782
cb0c01df 67832000-12-14 09:49 +0000 [r847] Jacek Konieczny <jajcus/at/pld-linux.org>
6d250d3d 6784
ac244935
AM
6785 * rc.d/init.d/functions: - status() improved so it can accept now
6786 two argumens: the subsys name and (optional) the daemon name.
6787 status() checks if daemon is running or the subsys is locked.
6788 This way subsys name can differ from daemon name it is running
6d250d3d 6789
cb0c01df 67902000-12-14 09:32 +0000 [r846] Jacek Konieczny <jajcus/at/pld-linux.org>
6d250d3d 6791
ac244935
AM
6792 * sysconfig/Makefile.am, sysconfig/clock (added): -
6793 /etc/sysconfig/clock added (for hardware clock options)
6d250d3d 6794
d23f8bf7 67952000-12-12 17:38 +0000 [r845] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6796
ac244935 6797 * configure.in: - version 0.2.10.
6d250d3d 6798
d23f8bf7 67992000-12-09 12:02 +0000 [r842-843] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6800
ac244935
AM
6801 * rc.d/init.d/functions: - Added note about some not obvious
6802 behavior of is_not().
6d250d3d 6803
ac244935 6804 * rc.d/rc.sysinit: - Fixed problem with $RUN_DEPMOD="ifmissing".
6d250d3d 6805
cb0c01df 68062000-12-04 12:06 +0000 [r841] Roman Werpachowski <roman/at/pld-linux.org>
6d250d3d 6807
ac244935 6808 * sysconfig/interfaces/ifcfg-ppp0.tpsa: Added PHONE to DATAFORCHAT
6d250d3d 6809
03e40ed6 68102000-11-17 14:47 +0000 [r839] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6811
ac244935 6812 * configure.in: - version 0.2.9
6d250d3d 6813
03e40ed6 68142000-11-17 12:11 +0000 [r838] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6815
ac244935
AM
6816 * sysconfig/interfaces/ifcfg-description: information about
6817 specifing prefix for so called ,,aliases''
6d250d3d 6818
d23f8bf7 68192000-11-17 06:25 +0000 [r837] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6820
ac244935
AM
6821 * rc.d/init.d/network: - replace "$((" by "$( (" to w use bash as
6822 /bin/sh.
6d250d3d 6823
03e40ed6 68242000-11-16 16:04 +0000 [r831-836] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6825
ac244935 6826 * rc.d/init.d/timezone: - cleanup from TOTALNEW
6d250d3d 6827
ac244935
AM
6828 * rc.d/init.d/functions: - backport from TOTALNEW - cleaned up
6829 shell functions - fixed is_yes/is_no - added is_module, log_*
6830 functions
6d250d3d 6831
ac244935
AM
6832 * rc.d/rc.init: - set/unset more (all?) locale variables (backport
6833 from TOTALNEW)
6d250d3d 6834
b30f8040
AM
6835 * rc.d/init.d/template.init, rc.d/rc, rc.d/init.d/random,
6836 rc.d/init.d/single, rc.d/init.d/killall, rc.d/init.d/allowlogin,
6837 rc.d/rc.local, rc.d/rc.shutdown: - added setting for vi ;)
6d250d3d 6838
4ca37ca2
JR
6839 * rc.d/init.d/network, sysconfig/network-scripts/ifup,
6840 po/Makefile.am, sysconfig/network-scripts/ifdown,
6841 sysconfig/network-scripts/ifup-post,
6842 rc.d/init.d/functions.network, rc.d/rc.sysinit,
6843 sysconfig/network-scripts/ifdown-post: - replaced sed with awk
537d7646 6844 (backport from TOTALNEW branch)
6d250d3d 6845
ac244935 6846 * rc-scripts.spec.in: - synced with SPECS version
6d250d3d 6847
03e40ed6 68482000-11-06 19:28 +0000 [r830] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6849
ac244935
AM
6850 * sysconfig/network-scripts/ifup: - `ip -4 addr add` first `ip link
6851 set dev up` next - atm needs it
6d250d3d 6852
03e40ed6 68532000-11-06 18:33 +0000 [r829] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6854
ac244935 6855 * configure.in: - version 0.2.8
6d250d3d 6856
03e40ed6 68572000-11-06 16:24 +0000 [r827] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6858
ac244935
AM
6859 * rc.d/init.d/network: - use awk instead of sed in interface
6860 selection
6d250d3d 6861
03e40ed6 68622000-11-06 15:42 +0000 [r825-826] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6863
ac244935
AM
6864 * rc.d/init.d/network: - skip lec and atm interfaces on start|stop,
6865 they are set using separate script
6d250d3d 6866
ac244935
AM
6867 * sysconfig/network-scripts/ifup: - revert last change because IPv6
6868 is broken and it's not possible to add an adress on DOWN
6869 interface :(
6d250d3d 6870
03e40ed6 68712000-11-05 01:28 +0000 [r823] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6872
ac244935 6873 * sysconfig/network: - added global ipv6 autoconf setting
6d250d3d 6874
03e40ed6 68752000-11-04 04:44 +0000 [r822] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6876
ac244935
AM
6877 * sysconfig/network-scripts/ifup: - bring interface UP _after_
6878 setting up addresses (other way breaks ATM)
6d250d3d 6879
03e40ed6 68802000-11-02 21:40 +0000 [r819] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6881
ac244935 6882 * rc.d/init.d/network: - global setting for autoconf in proc_net()
6d250d3d 6883
03e40ed6 68842000-10-22 20:55 +0000 [r808] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6885
ac244935
AM
6886 * rc.d/init.d/functions: (run_cmd, daemon): set HOME and TMPDIR in
6887 nicer way (backport from totalnew)
6d250d3d 6888
d23f8bf7 68892000-10-22 19:30 +0000 [r807] mkochano <mkochano/at/pld-linux.org>
6d250d3d 6890
ac244935
AM
6891 * rc.d/init.d/functions: - Remove "HOME" from environment. - Set
6892 TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail
6893 beacuse of lack of access permissions to "/root/tmp" or lack of
6894 this directory if these variables are inherited from root's
6895 environment.
6d250d3d 6896
03e40ed6 68972000-10-18 20:10 +0000 [r803] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
6d250d3d 6898
ac244935
AM
6899 * rc.d/init.d/functions.network: merged totalnew 3d patch as new
6900 TOTALNEW branch
6d250d3d 6901
03e40ed6 69022000-10-17 20:42 +0000 [r802] Paweł Sakowski <saq/at/pld-linux.org>
6d250d3d 6903
ac244935
AM
6904 * sysconfig/network-scripts/ifup: - bugfix: avoid loops when a user
6905 calls ifup and usernetctl isn't suid
6d250d3d 6906
03e40ed6 69072000-09-25 13:46 +0000 [r801] Paweł Sakowski <saq/at/pld-linux.org>
6d250d3d 6908
ac244935 6909 * configure.in: - version 0.2.7
6d250d3d 6910
03e40ed6 69112000-09-23 20:43 +0000 [r800] Paweł Sakowski <saq/at/pld-linux.org>
6d250d3d 6912
b30f8040 6913 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
ac244935 6914 - fixed DEVICETYPE determination for aliased devices
6d250d3d 6915
03e40ed6 69162000-09-21 13:53 +0000 [r799] Paweł Sakowski <saq/at/pld-linux.org>
6d250d3d 6917
ac244935 6918 * po/de.po: - minor fixes
6d250d3d 6919
d23f8bf7 69202000-09-20 23:32 +0000 [r798] kloczek <kloczek/at/pld-linux.org>
6d250d3d 6921
ac244935 6922 * sysconfig/static-routes: - commented entry description.
6d250d3d 6923
03e40ed6 69242000-09-19 13:36 +0000 [r796-797] Paweł Sakowski <saq/at/pld-linux.org>
6d250d3d 6925
ac244935 6926 * po/pl.po: - translations for ifup and ifup-sl
6d250d3d 6927
ac244935 6928 * po/de.po: - s/dir/dip/
6d250d3d 6929
03e40ed6 69302000-09-19 12:46 +0000 [r795] Paweł Sakowski <saq/at/pld-linux.org>
6d250d3d 6931
a2ee7529
JR
6932 * sysconfig/network-scripts/ifup-sl, po/de.po,
6933 rc.d/init.d/functions, sysconfig/network-scripts/ifup, po/pl.po:
6934 - merged some %s into nls invocations - German translation
6935 finetuning
6d250d3d 6936
03e40ed6 69372000-09-18 22:32 +0000 [r794] Paweł Sakowski <saq/at/pld-linux.org>
6d250d3d 6938
4ca37ca2
JR
6939 * po/de.po (added), rc.d/init.d/functions, configure.in,
6940 rc-scripts.spec.in: - introducing German translation
6d250d3d 6941
03e40ed6 69422000-09-03 02:29 +0000 [r793] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6943
ac244935
AM
6944 * sysconfig/network-scripts/ifup,
6945 sysconfig/interfaces/ifcfg-description: - added IPV6_AUTOCONF
6946 variable to interface configuration set it to "no" if you don't
6947 want kernel to autoconfigure IPv6 address on interfaces
6948 (prefix:MAC stuff)
6d250d3d 6949
cb0c01df 69502000-08-28 15:43 +0000 [r792] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6951
ac244935 6952 * configure.in: - version = 0.2.6
6d250d3d 6953
cb0c01df 69542000-08-28 15:38 +0000 [r790-791] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6955
ac244935 6956 * rc.d/init.d/network: - substituted awk in place of /usr/bin/tr
6d250d3d 6957
ac244935 6958 * rc.d/init.d/network: - removed all "xargs" calls
6d250d3d 6959
cb0c01df 69602000-08-08 23:06 +0000 [r789] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 6961
ac244935
AM
6962 * rc.d/init.d/functions: - added "termput op" definition -- it
6963 fixes the Blue Screen (tm) problem :) (if you don't know what's
6964 this about, try umounting /usr and running rc.sysinit -- the same
6965 effect was when /usr wasn't on root partition)
6d250d3d 6966
03e40ed6 69672000-08-04 15:25 +0000 [r788] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6968
ac244935
AM
6969 * sysconfig/network-scripts/ifup: - fixed setting up GATEWAY6* -
6970 added setting up global route for IPv6 routers
6d250d3d 6971
03e40ed6 69722000-08-04 15:20 +0000 [r786-787] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6973
ac244935 6974 * sysconfig/network: -added IPV6_GLOBALROUTEDEV
6d250d3d 6975
ac244935 6976 * sysconfig/network: - added IPV6_GLOBALROUTE
6d250d3d 6977
03e40ed6 69782000-08-04 15:06 +0000 [r785] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6979
ac244935
AM
6980 * sysconfig/network-scripts/ifup: - set up GATEWAY6* only if
6981 IPV6_FORWARDING is disabled
6d250d3d 6982
03e40ed6 69832000-08-04 14:08 +0000 [r784] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6984
ac244935
AM
6985 * sysconfig/network-scripts/ifup: - added default route setup for
6986 IPv6
6d250d3d 6987
03e40ed6 69882000-08-04 14:02 +0000 [r783] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 6989
ac244935 6990 * sysconfig/network: - added GATEWAY6* for IPv6 routing
6d250d3d 6991
cb0c01df 69922000-08-04 13:58 +0000 [r782] Marcin Bohosiewicz <marcus/at/pld-linux.org>
6d250d3d 6993
ac244935 6994 * rc.d/rc.sysinit: - cosmetics (in mount /proc command)
6d250d3d 6995
cb0c01df 69962000-08-03 12:51 +0000 [r781] Marcin Bohosiewicz <marcus/at/pld-linux.org>
6d250d3d 6997
ac244935 6998 * rc.d/rc.sysinit: - added -o gid=17 while mounting /proc
6d250d3d 6999
d23f8bf7 70002000-07-31 07:28 +0000 [r780] kloczek <kloczek/at/pld-linux.org>
6d250d3d 7001
ac244935 7002 * configure.in: - new version 0.2.5.
6d250d3d 7003
03e40ed6 70042000-07-28 18:37 +0000 [r779] Jan Rękorajski <baggins/at/pld-linux.org>
6d250d3d 7005
ac244935 7006 * rc.d/init.d/functions: - added _modprobe function
6d250d3d 7007
cb0c01df 70082000-07-28 15:03 +0000 [r778] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
6d250d3d 7009
b30f8040
AM
7010 * sysconfig/network-scripts/tnlup,
7011 sysconfig/network-scripts/tnldown: - added .
ac244935 7012 /etc/rc.d/init.d/functions
ec8b15cb 7013
cb0c01df 70142000-07-21 18:51 +0000 [r777] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7015
ac244935
AM
7016 * rc.d/init.d/functions.network: - ls 2>/dev/null (avoid "ls: no
7017 such file or directory" when directory does not exist)
ec8b15cb 7018
e327b68b 70192000-07-20 10:07 +0000 [r776] Paweł Gajda <mis/at/pld-linux.org>
ec8b15cb 7020
ac244935
AM
7021 * sysconfig/interfaces/ifcfg-description: - one more fix to
7022 IPXFRAMETYPE
ec8b15cb 7023
e327b68b 70242000-07-20 10:03 +0000 [r775] Paweł Gajda <mis/at/pld-linux.org>
ec8b15cb 7025
ac244935 7026 * sysconfig/interfaces/ifcfg-description: - fixed IPXFRAMETYPE
ec8b15cb 7027
cb0c01df 70282000-07-13 17:42 +0000 [r774] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7029
ac244935 7030 * configure.in: - version 0.2.4
ec8b15cb 7031
03e40ed6 70322000-07-13 15:29 +0000 [r773] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7033
ac244935 7034 * rc.d/rc.sysinit: - rm -f utmp? first
ec8b15cb 7035
03e40ed6 70362000-07-13 14:51 +0000 [r772] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7037
ac244935 7038 * sysconfig/system: - added NEED_XFILES=yes (we want utmpx/wtmpx)
ec8b15cb 7039
03e40ed6 70402000-07-13 14:45 +0000 [r770-771] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7041
ac244935 7042 * rc.d/rc.sysinit: - typo
ec8b15cb 7043
ac244935 7044 * rc.d/rc.sysinit: - we _want_ utmpx and wtmpx, not utmp/wtmp
ec8b15cb 7045
cb0c01df 70462000-06-29 08:24 +0000 [r769] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7047
ac244935 7048 * po/pl.po: - typo
ec8b15cb 7049
03e40ed6 70502000-06-27 20:22 +0000 [r768] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7051
ac244935
AM
7052 * rc.d/init.d/functions.network: - modprobe ipip if
7053 IPV6_TUNNELCONFIG == yes
ec8b15cb 7054
cb0c01df 70552000-06-27 09:50 +0000 [r767] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7056
ac244935 7057 * lang.sh: - cleanups
ec8b15cb 7058
cb0c01df 70592000-06-25 14:40 +0000 [r766] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7060
4ca37ca2
JR
7061 * rc.d/rc.shutdown, sysconfig/interfaces/ifcfg-description,
7062 sysconfig/interfaces/ifcfg-ppp0.tpsa, makepot.pl,
7063 rc.d/rc.sysinit: - typos - cleanups
ec8b15cb 7064
cb0c01df 70652000-06-23 09:11 +0000 [r765] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7066
ac244935 7067 * rc.d/rc.shutdown: added shmfs to noprocfs
ec8b15cb 7068
cb0c01df 70692000-06-22 14:52 +0000 [r764] Jacek Konieczny <jajcus/at/pld-linux.org>
ec8b15cb 7070
ac244935
AM
7071 * rc.d/rc.shutdown: - fixed file unmounting again, after kloczek
7072 broke it "borrowing" code from RH
ec8b15cb 7073
cb0c01df 70742000-06-21 15:23 +0000 [r763] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7075
ac244935 7076 * sysconfig/interfaces/ifcfg-description: - IPADDR, not ADDR :)
ec8b15cb 7077
d23f8bf7 70782000-06-18 09:55 +0000 [r762] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7079
ac244935 7080 * configure.in: - release 2.3.
ec8b15cb 7081
d23f8bf7 70822000-06-18 09:52 +0000 [r761] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7083
ac244935
AM
7084 * rc.d/rc.shutdown: - new umounting file systems procedure (borowed
7085 from RH).
ec8b15cb 7086
cb0c01df 70872000-06-12 08:38 +0000 [r760] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7088
b30f8040 7089 * sysconfig/network-scripts/ifup-sl, rc.d/init.d/allowlogin,
4ca37ca2
JR
7090 sysconfig/network-scripts/ifup-ppp, rc.d/init.d/network,
7091 sysconfig/network-scripts/ifdown-sl,
7092 sysconfig/network-scripts/ifup-aliases,
b30f8040
AM
7093 sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
7094 sysconfig/network-scripts/ifup-plip,
7095 sysconfig/network-scripts/tnldown,
7096 sysconfig/network-scripts/ifup-post,
7097 rc.d/init.d/functions.network, rc.d/rc.sysinit, ppp/ip-down: -
7098 is_yes and is_no cleanups - typos
ec8b15cb 7099
d23f8bf7 71002000-06-02 14:47 +0000 [r759] mkochano <mkochano/at/pld-linux.org>
ec8b15cb 7101
ac244935
AM
7102 * rc.d/init.d/functions: - Moves cursor to a new line also after
7103 "WORK" and "FAIL".
ec8b15cb 7104
d23f8bf7 71052000-06-02 14:36 +0000 [r758] mkochano <mkochano/at/pld-linux.org>
ec8b15cb 7106
ac244935
AM
7107 * rc.d/init.d/functions: - Added new function progress(). It shows
7108 color messages in square brackets. Takes two arguments: text to
7109 display and color to use. Second argument is optional (default
7110 color is green). Outputs "op" as last terminal sequence instaed
7111 setting arbitrary color. - busy(), ok(), started(), fail() and
7112 died() modified to use progress().
ec8b15cb 7113
cb0c01df 71142000-06-02 10:00 +0000 [r757] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7115
ac244935
AM
7116 * rc.d/rc.sysinit: - fixed some is_yes calls (argument can be
7117 empty)
ec8b15cb 7118
03e40ed6 71192000-06-01 19:33 +0000 [r756] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7120
ac244935 7121 * rc.d/rc.sysinit: - fixed setting up USEMODULES variable
ec8b15cb 7122
cb0c01df 71232000-05-31 18:01 +0000 [r754-755] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7124
ac244935 7125 * rc.d/rc: - one more typo
ec8b15cb 7126
ac244935 7127 * rc.d/rc: - typo
ec8b15cb 7128
cb0c01df 71292000-05-31 17:55 +0000 [r753] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7130
ac244935 7131 * sysconfig/network-scripts/ifdown: - typo
ec8b15cb 7132
cb0c01df 71332000-05-30 05:55 +0000 [r749-752] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7134
ac244935 7135 * rc.d/init.d/functions: -typo
ec8b15cb 7136
ac244935 7137 * rc.d/rc: - replaced halt -d with halt -d -p
ec8b15cb 7138
ac244935 7139 * rc.d/rc.shutdown: - halt -p -> halt -w
ec8b15cb 7140
ac244935 7141 * rc.d/rc.sysinit: -typo
ec8b15cb 7142
03e40ed6 71432000-05-29 19:37 +0000 [r747-748] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7144
ac244935 7145 * sysconfig/network-scripts/ifup: - pass $DHCPOPTIONS to dhcpcd
ec8b15cb 7146
ac244935 7147 * sysconfig/network-scripts/ifdown: - kill dhcpcd if necessary
ec8b15cb 7148
03e40ed6 71492000-05-29 19:31 +0000 [r746] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7150
ac244935
AM
7151 * sysconfig/interfaces/ifcfg-description: - added DHCPOPTIONS
7152 variable
ec8b15cb 7153
d23f8bf7 71542000-05-29 19:06 +0000 [r745] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7155
ac244935 7156 * configure.in: - start prepare 0.2.2.
ec8b15cb 7157
03e40ed6 71582000-05-29 19:03 +0000 [r744] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7159
ac244935
AM
7160 * rc.d/rc.shutdown: - run quotaoff -a before unmounting filesystems
7161 - minor cosmetics
ec8b15cb 7162
cb0c01df 71632000-05-20 13:34 +0000 [r743] Jacek Konieczny <jajcus/at/pld-linux.org>
ec8b15cb 7164
ac244935
AM
7165 * rc.d/rc.sysinit: - Time setup changed, so it should work even if
7166 /usr is on separate partition
ec8b15cb 7167
cb0c01df 71682000-05-16 15:08 +0000 [r742] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7169
ac244935
AM
7170 * rc.d/rc.sysinit: - changed the way depmod was run - changed all
7171 "!=no" to "is_yes" or "! is_no" (from "functions")
ec8b15cb 7172
cb0c01df 71732000-05-13 07:11 +0000 [r741] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7174
ac244935 7175 * rc.d/init.d/timezone, po/pl.po: - rc.d/init.d/timezone - poprawki
03e40ed6 7176 związane z tłumaczeniem - po/pl.po - serwis -> usluga,
ac244935 7177 startowanie -> uruchamianie i kilka kosmetycznych zmian
ec8b15cb 7178
03e40ed6 71792000-05-09 18:58 +0000 [r740] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7180
b30f8040 7181 * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
ac244935
AM
7182 - pump is b0rken - don't use pump for DHCP - use dhcpcd for DHCP
7183 ;) - and fixed typo
ec8b15cb 7184
d23f8bf7 71852000-05-09 15:46 +0000 [r739] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7186
ac244935 7187 * rc.d/rc.shutdown: - "halt -p" instead "halt -w".
ec8b15cb 7188
03e40ed6 71892000-05-07 19:00 +0000 [r738] Paweł Wilk <siefca/at/pld-linux.org>
ec8b15cb 7190
b30f8040 7191 * sysconfig/interfaces/up.d/tnl/.cvsignore (added),
a2ee7529
JR
7192 ppp/Makefile.am, sysconfig/interfaces/up.d/ppp/.cvsignore
7193 (added), sysconfig/interfaces/up.d/.cvsignore (added),
ac244935 7194 sysconfig/interfaces/up.d/all/Makefile.am (added),
a2ee7529
JR
7195 sysconfig/interfaces/down.d (added),
7196 sysconfig/interfaces/up.d/all/.cvsignore (added), configure.in,
ac244935 7197 sysconfig/interfaces/down.d/all (added),
a2ee7529 7198 sysconfig/interfaces/down.d/ip (added), ppp/ip-up,
ac244935 7199 sysconfig/interfaces/down.d/Makefile.am (added),
ac244935 7200 sysconfig/interfaces/up.d/tnl (added),
ac244935 7201 sysconfig/interfaces/up.d/ppp (added),
ac244935 7202 sysconfig/interfaces/up.d/ipx (added),
a2ee7529
JR
7203 sysconfig/interfaces/down.d/ipx/.cvsignore (added),
7204 sysconfig/interfaces/down.d/ppp/logger (added),
ac244935 7205 sysconfig/interfaces/down.d/all/Makefile.am (added),
a2ee7529 7206 sysconfig/interfaces/down.d/ip/Makefile.am (added),
ac244935 7207 sysconfig/interfaces/up.d/tnl/Makefile.am (added),
ac244935 7208 sysconfig/interfaces/up.d/ppp/Makefile.am (added),
a2ee7529
JR
7209 sysconfig/interfaces/up.d/ip (added),
7210 sysconfig/interfaces/up.d/ipx/Makefile.am (added), Makefile.am,
7211 sysconfig/interfaces/up.d/ipx/.cvsignore (added),
7212 sysconfig/interfaces/down.d/all/thetouch (added),
7213 sysconfig/interfaces/up.d/ppp/logger (added), ppp/ip-down,
ac244935 7214 sysconfig/interfaces/down.d/tnl (added),
a2ee7529 7215 sysconfig/interfaces/up.d/ip/Makefile.am (added),
ac244935 7216 sysconfig/interfaces/down.d/ppp (added),
b30f8040
AM
7217 sysconfig/interfaces/down.d/ipx (added),
7218 sysconfig/interfaces/up.d/ip/.cvsignore (added),
7219 sysconfig/interfaces/down.d/tnl/Makefile.am (added),
7220 rc-scripts.spec.in, sysconfig/interfaces/up.d/all/thetouch
7221 (added), sysconfig/interfaces/down.d/ppp/Makefile.am (added),
7222 sysconfig/interfaces/down.d/ipx/Makefile.am (added),
7223 sysconfig/interfaces/down.d/tnl/.cvsignore (added), run-parts
7224 (added), sysconfig/interfaces/down.d/ppp/.cvsignore (added),
7225 sysconfig/interfaces/down.d/.cvsignore (added),
7226 sysconfig/interfaces/up.d (added),
7227 sysconfig/interfaces/Makefile.am,
7228 sysconfig/interfaces/down.d/all/.cvsignore (added),
7229 sysconfig/interfaces/up.d/all (added),
7230 sysconfig/interfaces/down.d/ip/.cvsignore (added),
7231 sysconfig/interfaces/up.d/Makefile.am (added): - scripts now
7232 ready to exec run-parts for each of interfaces going up/down, -
7233 run-parts is now by rc-scripts provided (as /bin/run-parts).
ec8b15cb 7234
03e40ed6 72352000-05-07 15:43 +0000 [r737] Paweł Wilk <siefca/at/pld-linux.org>
ec8b15cb 7236
ac244935 7237 * rc-scripts.spec.in: run-parts script now belongs here
ec8b15cb 7238
cb0c01df 72392000-05-03 11:55 +0000 [r736] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7240
ac244935
AM
7241 * rc.d/rc.sysinit: - typos - in some places changed [ VARIABLE =
7242 "yes" ] ==> is_yes - devfsd may be used without DEVFS_MOUNT=yes
ec8b15cb 7243
cb0c01df 72442000-05-03 11:49 +0000 [r735] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7245
ac244935 7246 * rc.d/rc, rc.d/rc.sysinit: - typo
ec8b15cb 7247
cb0c01df 72482000-05-01 20:13 +0000 [r734] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7249
ac244935 7250 * rc.d/rc.sysinit: - typo
ec8b15cb 7251
cb0c01df 72522000-05-01 18:57 +0000 [r733] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7253
ac244935
AM
7254 * rc.d/rc: - line lengths are now evaluated properly - it's not
7255 necessary to set and unset af{2,6,7} every time we want to "say
7256 something" :)
ec8b15cb 7257
cb0c01df 72582000-05-01 18:53 +0000 [r732] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7259
ac244935
AM
7260 * rc.d/init.d/functions: - \n after messages passed to nls aren't
7261 necessary (nls uses "echo" after every printf anyway: if you want
7262 to get a message without a trailing "\n", use echo -n "`nls
7263 ...`")
ec8b15cb 7264
cb0c01df 72652000-05-01 18:43 +0000 [r731] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7266
ac244935
AM
7267 * rc.d/init.d/functions: - deltext is not necessary before ok,
7268 fail, others (it's called automatically) - [ $# -gt 0 ] instead
7269 of [ -n "$1" ]: printf_ sometimes has to accept argument lists
7270 like "" "a" (where first one is empty string) - replaced
7271 "\b\b\b..." in deltext by "termput hpa $INIT_COL" - COLOR_INIT=no
7272 doesn't mean that all other termcodes shouldn't work - COLOR_INIT
7273 is now checked only at case "setaf"
ec8b15cb 7274
cb0c01df 72752000-04-27 06:20 +0000 [r730] Jacek Konieczny <jajcus/at/pld-linux.org>
ec8b15cb 7276
ac244935
AM
7277 * sysconfig/network-scripts/ifup: - missing space added (without
7278 this "peer" option was used to "ip addr add" even if no "$REMIP"
7279 was defined)
ec8b15cb 7280
cb0c01df 72812000-04-25 12:01 +0000 [r729] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7282
b30f8040 7283 * sysconfig/system, rc.d/rc.sysinit: - added MOUNT_DEVFS option
ec8b15cb 7284
cb0c01df 72852000-04-24 16:56 +0000 [r728] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7286
ac244935
AM
7287 * rc.d/rc: - removed two unnecessary 0s at every textlen counting -
7288 arguments for nls in "" (necessary, when COLOR_INIT=no)
ec8b15cb 7289
cb0c01df 72902000-04-23 11:46 +0000 [r727] Marcin Bohosiewicz <marcus/at/pld-linux.org>
ec8b15cb 7291
a2ee7529
JR
7292 * sysconfig/network-scripts/ifup-ppp,
7293 sysconfig/network-scripts/ifup: * In ifup file added suppoer for
7294 Point-to-Point IPv4 Ethernet (REMIP variable). * In ifup-ppp
ac244935 7295 deleted some hashed lines.
ec8b15cb 7296
cb0c01df 72972000-04-21 17:47 +0000 [r716-726] Jacek Konieczny <jajcus/at/pld-linux.org>
ec8b15cb 7298
ac244935
AM
7299 * sysconfig/network-scripts/ifup-routes: - get REALDEVICE and use
7300 it for setting up the routes
ec8b15cb 7301
ac244935
AM
7302 * sysconfig/network-scripts/ifup-ppp: - detach pppd by default -
7303 use "linkname" option to make pppd save its pid and interface
7304 name - pass $CONFIG as ipparam - don't set remotename to device
7305 name so authentication will work with peer-given name
ec8b15cb 7306
ac244935
AM
7307 * sysconfig/network-scripts/ifup-post: - use
7308 get_ppp_device_and_pid() to get REALDEVICE - set up queing
7309 discipline if QDISC is given
ec8b15cb 7310
ac244935
AM
7311 * sysconfig/network-scripts/ifdown-ppp: - use
7312 get_ppp_device_and_pid() for getting pppd's pid
ec8b15cb 7313
ac244935
AM
7314 * rc.d/init.d/functions.network: - set REALDEVICE to DEVICE if
7315 nothig else is set
ec8b15cb 7316
ac244935
AM
7317 * sysconfig/interfaces/ifcfg-ppp0.tpsa: - chatscript in
7318 interfaces/data - QDISC set to SFQ (useful on PPP links)
ec8b15cb 7319
b30f8040
AM
7320 * sysconfig/interfaces/ifcfg-ppp0.callback,
7321 sysconfig/interfaces/ifcfg-ppp0.leased1: - chatscript in
ac244935 7322 interfaces/data
ec8b15cb 7323
ac244935
AM
7324 * sysconfig/interfaces/ifcfg-description: - QDISC parameter added
7325 (queuing discipline)
ec8b15cb 7326
ac244935
AM
7327 * rc.d/init.d/functions.network: - function get_ppp_device_and_pid
7328 added. It extracts PID and REALDEVICE from /var/run/ppp-*.pid
ec8b15cb 7329
ac244935
AM
7330 * ppp/ip-up: - real device name is now saved by pppd in
7331 /var/run/ppp-*.pid - ipparam is a config name not a device name -
7332 pass $CONFIG instead of ifcfg-$DEVICE to ifup-post
ec8b15cb 7333
ac244935
AM
7334 * ppp/ip-down: - "compatible location" of basename - ipparam is now
7335 a config name instead of logical device - ifdown-post uses
7336 $CONFIG instead of ifcfg-$DEVICE
ec8b15cb 7337
cb0c01df 73382000-04-19 18:20 +0000 [r715] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7339
ac244935
AM
7340 * sysconfig/network-scripts/ifup-post: - ifup-routes should be run
7341 with $CONFIG as parameter, not $DEVNAME
ec8b15cb 7342
cb0c01df 73432000-04-18 08:30 +0000 [r713-714] Jacek Konieczny <jajcus/at/pld-linux.org>
ec8b15cb 7344
ac244935
AM
7345 * sysconfig/network-scripts/ifup-post: - better hostname detection
7346 (for DHCP clients)
ec8b15cb 7347
ac244935 7348 * rc.d/init.d/functions.network: - "set_hostname" function fixed
ec8b15cb 7349
d23f8bf7 73502000-04-14 11:14 +0000 [r711-712] mkochano <mkochano/at/pld-linux.org>
ec8b15cb 7351
ac244935 7352 * rc.d/init.d/template.init: - s/syslogd/<service>/.
ec8b15cb 7353
ac244935 7354 * sysconfig/system: - Added note about aumix-OSS-preserve-settings.
ec8b15cb 7355
cb0c01df 73562000-04-13 08:25 +0000 [r710] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7357
ac244935 7358 * rc.d/init.d/template.init: - some changes in reload)
ec8b15cb 7359
d23f8bf7 73602000-04-12 23:21 +0000 [r709] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7361
ac244935 7362 * po/pl.po: - typo.
ec8b15cb 7363
cb0c01df 73642000-04-11 14:27 +0000 [r708] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7365
ac244935
AM
7366 * po/pl.po: - typo - missing translation for "to enter interactive
7367 startup"
ec8b15cb 7368
cb0c01df 73692000-04-08 21:41 +0000 [r707] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7370
ac244935
AM
7371 * rc.d/init.d/functions: - added single-letter-values to is_yes and
7372 is_no
ec8b15cb 7373
d23f8bf7 73742000-04-08 13:34 +0000 [r706] mkochano <mkochano/at/pld-linux.org>
ec8b15cb 7375
ac244935
AM
7376 * rc.d/rc.sysinit: - Changed 'modprobe -s midi' to 'modprobe -s
7377 synth0'. There is no module 'midi'. - Changed 'modprobe -s sound'
7378 to 'modprobe -s sound-slot-0'. This causes sound card driver to
7379 be loaded.
ec8b15cb 7380
03e40ed6 73812000-04-07 19:16 +0000 [r705] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7382
ac244935
AM
7383 * sysconfig/network-scripts/ifup-ipx: - don't try start IPX on
7384 unconfigured devices
ec8b15cb 7385
d23f8bf7 73862000-04-06 12:39 +0000 [r704] mkochano <mkochano/at/pld-linux.org>
ec8b15cb 7387
ac244935
AM
7388 * sysconfig/network-scripts/ifup-routes: - s/\$DEVICE/\$DEVNAME/.
7389 "$DEVNAME" is set by source_config() from .functions to the name
7390 of interface for which static routes should be set up.
ec8b15cb 7391
cb0c01df 73922000-04-05 10:33 +0000 [r703] Bartek Szady <bszx/at/pld-linux.org>
ec8b15cb 7393
ac244935 7394 * rc.d/init.d/timezone: - now it works under bash
ec8b15cb 7395
03e40ed6 73962000-04-03 14:50 +0000 [r700-702] Jan Rękorajski <baggins/at/pld-linux.org>
ec8b15cb 7397
b30f8040
AM
7398 * sysconfig/network-scripts/ifup-ppp,
7399 sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network,
a2ee7529 7400 sysconfig/network-scripts/ifup-routes,
ac244935
AM
7401 sysconfig/network-scripts/ifup,
7402 sysconfig/interfaces/ifcfg-description,
b30f8040
AM
7403 sysconfig/network-scripts/ifdown, rc.d/rc.sysinit: - cleaned up
7404 ifup/ifdown mess, /sbin/ifup ethX.something works now - IPX
7405 fixes, works now - run hdparm from rc.sysinit BEFORE anything is
7406 mounted RW - fixed setting VFS_{FILE,INODE}_MAX - updated
7407 ifcfg-description
ec8b15cb 7408
ac244935 7409 * configure.in: - version 0.2.1
ec8b15cb 7410
ac244935 7411 * src/Makefile.am: - added initlog.conf to EXTRA_DIST
ec8b15cb 7412
cb0c01df 74132000-04-01 10:24 +0000 [r699] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7414
ac244935 7415 * rc.d/init.d/functions: - small termput() fixes
ec8b15cb 7416
03e40ed6 74172000-03-31 13:10 +0000 [r698] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7418
a2ee7529
JR
7419 * sysconfig/network-scripts/ifup-ppp,
7420 sysconfig/network-scripts/tnlup,
7421 sysconfig/network-scripts/tnldown: - support for maxfail option
ac244935 7422 in pppd - cleanups in tunnel scripts
ec8b15cb 7423
03e40ed6 74242000-03-27 16:07 +0000 [r697] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7425
4ca37ca2
JR
7426 * INSTALL, po/pl.po, sysconfig/interfaces/ifcfg-description,
7427 rc-scripts.spec.in, sysconfig/network-scripts/ifup-post, rc.d/rc,
ac244935 7428 rc.d/init.d/functions.network, rc.d/rc.sysinit,
4ca37ca2
JR
7429 sysconfig/network-scripts/ifdown-post, NEWS, src/Makefile.am: -
7430 removed "scripts" method of executing external programs after
7431 uping or downing device (almost nobody didn't know about it 8-) -
7432 added new method which is using run_up() and run_down() functions
7433 defined in device configuration file (ifcfg*) - fixed problem
7434 with displaing garbage instead of formated output - removed
7435 execution of random start (this should be started in standard
7436 init.d way) - set ld.so.cache if doesn't exist, too - use new
7437 (rh) style for date variables
ec8b15cb 7438
d23f8bf7 74392000-03-26 06:51 +0000 [r696] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7440
ac244935 7441 * sysconfig/system: - changed RUN_LDCONFIG to no.
ec8b15cb 7442
03e40ed6 74432000-03-24 08:48 +0000 [r695] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7444
4ca37ca2 7445 * po/pl.po, rc.d/rc: - fixed problem with Runlevel messages and
ac244935 7446 INIT_COL variable
ec8b15cb 7447
cb0c01df 74482000-03-24 08:39 +0000 [r694] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7449
ac244935 7450 * rc.d/rc.sysinit: - fixed nfsroot support
ec8b15cb 7451
cb0c01df 74522000-03-22 22:00 +0000 [r693] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7453
ac244935 7454 * rc-scripts.spec.in: use corect name
ec8b15cb 7455
cb0c01df 74562000-03-22 21:55 +0000 [r692] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7457
b30f8040
AM
7458 * rc.d/init.d/<template>.init (removed), rc.d/init.d/Makefile.am,
7459 rc.d/init.d/template.init (added): please don't use stupid names
7460 for files
ec8b15cb 7461
cb0c01df 74622000-03-22 21:44 +0000 [r691] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7463
ac244935 7464 * rc-scripts.spec.in: typo
ec8b15cb 7465
cb0c01df 74662000-03-22 21:41 +0000 [r690] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7467
ac244935 7468 * rc-scripts.spec.in: - added <templete>.init to %doc
ec8b15cb 7469
cb0c01df 74702000-03-22 21:30 +0000 [r689] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7471
ac244935 7472 * po/pl.po: cleanup
ec8b15cb 7473
d23f8bf7 74742000-03-22 21:21 +0000 [r688] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7475
ac244935 7476 * po/pl.po: - removed all fuzzy translations.
ec8b15cb 7477
d23f8bf7 74782000-03-22 21:04 +0000 [r686-687] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7479
ac244935 7480 * po/pl.po: - s/Stopowanie/Zatrzymywanie/
ec8b15cb 7481
ac244935 7482 * po/pl.po: - beter translations for stop/start serwices.
ec8b15cb 7483
d23f8bf7 74842000-03-22 20:51 +0000 [r685] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7485
ac244935
AM
7486 * po/pl.po: - added missing %s in pl translations (stopping,
7487 starting messages).
ec8b15cb 7488
cb0c01df 74892000-03-22 20:43 +0000 [r684] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7490
ac244935 7491 * rc.d/init.d/functions: fixed small typo
ec8b15cb 7492
cb0c01df 74932000-03-22 17:24 +0000 [r683] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7494
b30f8040 7495 * rc.d/rc.sysinit, sysconfig/system: - Allow set
03e40ed6 7496 /proc/sys/fs/file-max & inode-max (patch by Paweł Krawczyk
cb0c01df 7497 <kravietz/at/alfa.ceti.pl>)
ec8b15cb 7498
cb0c01df 74992000-03-22 17:20 +0000 [r682] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7500
ac244935 7501 * rc-scripts.spec.in: Added BuildRequires: gettext-devel
ec8b15cb 7502
d23f8bf7 75032000-03-22 01:17 +0000 [r681] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7504
ac244935 7505 * po/pl.po: - more pl translations.
ec8b15cb 7506
d23f8bf7 75072000-03-22 01:08 +0000 [r680] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7508
ac244935
AM
7509 * rc.d/init.d/functions.network: - added using msg_stopping() in
7510 stop.
ec8b15cb 7511
cb0c01df 75122000-03-21 23:59 +0000 [r678-679] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7513
ac244935 7514 * makepot.pl: use : instead . in file location
ec8b15cb 7515
b30f8040 7516 * po/pl.po, makepot.pl: updated makepot.pl and pl.po, pl.po need
ac244935 7517 fixing
ec8b15cb 7518
cb0c01df 75192000-03-20 06:58 +0000 [r677] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7520
ac244935 7521 * rc.d/rc.sysinit: - hacks for nfsroot, romfs
ec8b15cb 7522
d23f8bf7 75232000-03-17 01:14 +0000 [r676] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7524
ac244935 7525 * rc.d/init.d/functions: - more using msg_Usage().
ec8b15cb 7526
d23f8bf7 75272000-03-16 23:36 +0000 [r675] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7528
ac244935 7529 * configure.in: - VERSION=0.2.0 (prepare to release this version).
ec8b15cb 7530
03e40ed6 75312000-03-15 15:07 +0000 [r674] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7532
ac244935 7533 * README: - added info aboout Routing messages
ec8b15cb 7534
d23f8bf7 75352000-03-10 01:31 +0000 [r673] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7536
ac244935
AM
7537 * rc.d/init.d/<template>.init, rc.d/init.d/functions: -
7538 msg_Usage_noreload() and msg_Usage_reload() replace by
7539 msg_Usage().
ec8b15cb 7540
d23f8bf7 75412000-03-10 01:21 +0000 [r672] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7542
ac244935
AM
7543 * rc.d/init.d/<template>.init: - added return in exit error code
7544 $RETVAL.
ec8b15cb 7545
cb0c01df 75462000-03-09 11:50 +0000 [r671] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7547
ac244935 7548 * rc.d/init.d/functions: - show() now substitutes %s properly
ec8b15cb 7549
cb0c01df 75502000-03-09 11:43 +0000 [r670] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7551
ac244935 7552 * rc.d/init.d/functions: - show instead of nls in some functions
ec8b15cb 7553
cb0c01df 75542000-03-09 11:30 +0000 [r669] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7555
ac244935 7556 * rc.d/init.d/functions: - more function
ec8b15cb 7557
cb0c01df 75582000-03-09 11:11 +0000 [r668] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7559
ac244935 7560 * rc.d/init.d/functions: - default value for INIT_COL
ec8b15cb 7561
cb0c01df 75622000-03-09 10:57 +0000 [r666-667] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7563
ac244935 7564 * sysconfig/system: - added INIT_COL setting
ec8b15cb 7565
ac244935
AM
7566 * rc.d/init.d/functions: - slightly modified show() function -
7567 changed all "67" to "$INIT_COL"
ec8b15cb 7568
03e40ed6 75692000-03-08 16:30 +0000 [r664-665] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7570
b30f8040
AM
7571 * sysconfig/network-scripts/ifup,
7572 sysconfig/network-scripts/ifup-post,
7573 rc.d/init.d/functions.network,
7574 sysconfig/network-scripts/ifdown-post, README: - start some
7575 scripts after interface is upped or downed
ac244935 7576 (/etc/sysconfig/interfaces/scripts/ifname/somename.{up,down}
ec8b15cb 7577
b30f8040
AM
7578 * sysconfig/system, rc.d/rc, rc.d/rc.sysinit,
7579 rc.d/init.d/functions, po/pl.po: - support for interactive
7580 starting
ec8b15cb 7581
cb0c01df 75822000-03-08 15:43 +0000 [r663] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7583
ac244935
AM
7584 * rc.d/init.d/<template>.init, rc.d/init.d/functions: - added
7585 "is_yes" and "is_no" functions
ec8b15cb 7586
cb0c01df 75872000-03-08 15:26 +0000 [r662] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7588
ac244935
AM
7589 * rc.d/init.d/<template>.init: - force-reload returns right status
7590 on exit
ec8b15cb 7591
cb0c01df 75922000-03-08 15:23 +0000 [r661] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7593
ac244935
AM
7594 * rc.d/init.d/<template>.init: - added force-reload option - added
7595 exit code 1 at errors - checking for running service at stop
ec8b15cb 7596
cb0c01df 75972000-03-08 14:59 +0000 [r660] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7598
ac244935
AM
7599 * rc.d/init.d/<template>.init: - was "2&>1" instead of "2>&1" -
7600 fixed
ec8b15cb 7601
cb0c01df 76022000-03-08 14:50 +0000 [r659] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7603
ac244935
AM
7604 * rc.d/init.d/<template>.init: - unified syntax for setting
7605 numerical and nonnumerical variables
ec8b15cb 7606
cb0c01df 76072000-03-08 14:40 +0000 [r658] Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
ec8b15cb 7608
ac244935
AM
7609 * rc.d/init.d/<template>.init: - default configuration support -
7610 typo
ec8b15cb 7611
cb0c01df 76122000-03-08 11:52 +0000 [r657] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7613
ac244935
AM
7614 * rc.d/init.d/<template>.init: - support exit code defined in LSB
7615 spec (http://www.linuxbase.org/)
ec8b15cb 7616
cb0c01df 76172000-03-06 00:34 +0000 [r656] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7618
ac244935 7619 * rc.d/init.d/<template>.init: - nls()ed
ec8b15cb 7620
cb0c01df 76212000-03-06 00:23 +0000 [r655] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7622
ac244935
AM
7623 * rc.d/init.d/<template>.init: rm -f /var/lock/subsys/<service>
7624 >/dev/null 2&>1 1. -r is not needed 2. silent
ec8b15cb 7625
d23f8bf7 76262000-03-06 00:19 +0000 [r654] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7627
ac244935
AM
7628 * rc.d/init.d/<template>.init: - added "rm -rf
7629 /var/lock/subsys/<service>" in stop.
ec8b15cb 7630
d23f8bf7 76312000-03-06 00:10 +0000 [r653] kloczek <kloczek/at/pld-linux.org>
ec8b15cb 7632
ac244935
AM
7633 * rc.d/init.d/<template>.init (added): Template init script. This
7634 script can be used for preparing some unified output messages
7635 translation for other init scripts for all services) Also it
7636 would be good to change all other init scripts for compatybility
7637 with this skeleton script and/or keep this file as template.
ec8b15cb 7638
03e40ed6 76392000-03-04 22:40 +0000 [r652] Paweł Wilk <siefca/at/pld-linux.org>
ec8b15cb 7640
b30f8040
AM
7641 * rc-scripts.spec.in, src/resolvesymlink.c (added),
7642 src/Makefile.am, rc.d/init.d/timezone: Time zone information will
7643 be updated only when needed.
ec8b15cb 7644
03e40ed6 76452000-03-04 13:59 +0000 [r651] Paweł Wilk <siefca/at/pld-linux.org>
ec8b15cb 7646
a2ee7529
JR
7647 * sysconfig/Makefile.am, rc.d/init.d/Makefile.am, configure.in,
7648 rc-scripts.spec.in: added time zone setting
ec8b15cb 7649
03e40ed6 76502000-03-04 13:41 +0000 [r648-650] Paweł Wilk <siefca/at/pld-linux.org>
ec8b15cb 7651
ac244935
AM
7652 * sysconfig/timezone (added): configuration parameters for time
7653 zone setting
ec8b15cb 7654
ac244935 7655 * rc.d/init.d/timezone: chkconfig script for time zone setting
ec8b15cb 7656
ac244935
AM
7657 * rc.d/init.d/timezone (added): configuration profile (variables)
7658 for time zone setting
ec8b15cb 7659
cb0c01df 76602000-03-02 17:22 +0000 [r647] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7661
ac244935 7662 * configure.in: 0.1.5
ec8b15cb 7663
03e40ed6 76642000-02-28 12:50 +0000 [r646] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7665
ac244935
AM
7666 * rc.d/rc.sysinit: - run depmod if modules.dep is older that
7667 modules.conf, too
ec8b15cb 7668
03e40ed6 76692000-02-18 18:07 +0000 [r645] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7670
ac244935
AM
7671 * rc.d/init.d/network: - set ipv6 forwarding only if ipv6 is
7672 enabled
ec8b15cb 7673
03e40ed6 76742000-02-18 17:59 +0000 [r644] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7675
ac244935
AM
7676 * rc.d/init.d/functions: - translations for DONE etc are always
7677 taken from rc-scripts.mo
ec8b15cb 7678
cb0c01df 76792000-02-18 12:37 +0000 [r643] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7680
ac244935 7681 * rc.d/rc.shutdown: - typo
ec8b15cb 7682
cb0c01df 76832000-02-18 10:42 +0000 [r642] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7684
ac244935 7685 * rc.d/rc.shutdown: s/LANG/LC_ALL/ in umount
ec8b15cb 7686
cb0c01df 76872000-02-18 10:37 +0000 [r641] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7688
ac244935
AM
7689 * rc.d/rc.shutdown: - fix ummounting -- locale & /usr problem --
7690 devfs ready
ec8b15cb 7691
cb0c01df 76922000-02-18 09:13 +0000 [r640] Artur Frysiak <wiget/at/pld-linux.org>
ec8b15cb 7693
ac244935 7694 * rc.d/rc.sysinit: - run devfsd before all
ec8b15cb 7695
cb0c01df 76962000-02-18 08:35 +0000 [r639] Bartosz Waszak <waszi/at/pld-linux.org>
ec8b15cb 7697
b30f8040 7698 * sysconfig/system, rc.d/rc.sysinit: - added devfsd support
ec8b15cb 7699
03e40ed6 77002000-02-17 10:59 +0000 [r638] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ec8b15cb 7701
4ca37ca2 7702 * rc.d/rc.sysinit, po/pl.po: - print space as last char in prompt
ec8b15cb 7703
03e40ed6 77042000-02-10 10:31 +0000 [r637] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
7705
7706 * sysconfig/system, rc.d/rc.sysinit: - running depmod is now
7707 configurable
7708
03e40ed6 77092000-02-08 15:49 +0000 [r636] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
7710
7711 * rc-scripts.spec.in: - removed bogus defattr
7712
03e40ed6 77132000-02-03 11:50 +0000 [r632-635] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
7714
7715 * rc.d/init.d/single: - cleanups
7716
b30f8040
AM
7717 * sysconfig/network, rc.d/init.d/network,
7718 rc.d/init.d/functions.network: - router discovery daemon support
ac244935
AM
7719
7720 * rc.d/init.d/functions: - functions run_cmd() and daemon() are
7721 returning proper values now
7722
7723 * rc.d/rc.shutdown: - new (better) unmounting procedure from
7724 initscripts - cleanups
7725
03e40ed6 77262000-01-31 14:30 +0000 [r628-631] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 7727
b30f8040 7728 * rc.d/init.d/functions, rc-scripts.spec.in, autogen.sh: - fixes
ac244935
AM
7729 and updates
7730
7731 * NEWS: - translate to english (update)
7732
4ca37ca2 7733 * po/pl.po, rc.d/rc.sysinit: - nls cant handle special characters
ac244935
AM
7734 such as '\n' - workaround this
7735
7736 * rc.d/init.d/functions.network: - avoid errors when lo interface
7737 is down
7738
d23f8bf7 77392000-01-05 01:18 +0000 [r627] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7740
7741 * rc.d/rc.sysinit: - mout procsf before all.
7742
03e40ed6 77432000-01-04 17:23 +0000 [r626] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
7744
7745 * configure.in, sysconfig/system, rc.d/rc, rc.d/rc.sysinit: -
7746 version 0.1.4 - added RUN_LDCONFIG variable to
7747 /etc/sysconfig/system, now it's possible to turn off/on
7748 ld.so.cache regeneration upon startup
7749
cb0c01df 77501999-12-30 12:11 +0000 [r624-625] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935
AM
7751
7752 * rc.d/rc: - send messages to /dev/console (which can be serial
7753 console) instead of virtual terminal
7754
b30f8040 7755 * rc.d/init.d/network, rc.d/init.d/functions.network: - support for
ac244935
AM
7756 "any/none" routes in /etc/sysconfig/statig routes --- these may
7757 be used for unreachable or blackhole routes
7758
cb0c01df 77591999-12-30 12:01 +0000 [r623] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935
AM
7760
7761 * doc/sysconfig.docb: - updates in static-routes description
7762
cb0c01df 77631999-12-27 23:38 +0000 [r622] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
7764
7765 * sysconfig/network-scripts/tnldown: - fix typos
7766
cb0c01df 77671999-12-20 19:36 +0000 [r621] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935
AM
7768
7769 * sysconfig/network-scripts/ifdown: - ifdown should now work for
7770 user-controled interfaces
7771
d23f8bf7 77721999-12-20 10:28 +0000 [r620] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7773
7774 * rc.d/rc.sysinit: - reformated.
7775
cb0c01df 77761999-12-19 16:07 +0000 [r617-619] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935
AM
7777
7778 * sysconfig/network-scripts/ifup-post: - Use IPv4 address for
7779 setting hostname (or there will be no hostname on DHCP-configured
7780 hosts)
7781
7782 * sysconfig/network-scripts/ifup: - usernetctl is now in /sbin -
7783 OTHERSCRIPT should be started even if no IPv4 address is given
7784 (PPP won't work otherwise) - IPv6 link-local addresses are added
7785 by kernel. We shouldn't do it again
7786
7787 * sysconfig/network-scripts/ifdown: - usernetclt is now in /sbin -
7788 OTHERSCRIPT should be astarted even if no IPv4 address is given
7789
cb0c01df 77901999-12-19 15:58 +0000 [r616] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935
AM
7791
7792 * src/usernetctl.c: - search for ifcfg-* files in
7793 /etc/sysconfig/interfaces - ifup and ifdown are now only in /sbin
7794
cb0c01df 77951999-12-19 15:54 +0000 [r615] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935
AM
7796
7797 * src/.cvsignore: - more ignores
7798
d23f8bf7 77991999-12-18 19:51 +0000 [r613-614] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7800
7801 * configure.in: - release 0.1.3.
7802
7803 * src/Makefile.am: - added missing shvar.h to ppp_watch_SOURCES.
7804
d23f8bf7 78051999-12-18 16:43 +0000 [r612] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7806
7807 * doc/Makefile.am: - updated man_MANS man pages file list.
7808
d23f8bf7 78091999-12-18 16:26 +0000 [r610-611] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7810
7811 * po/pl.po: - s/ZDECHL/ZGINAL/.
7812
7813 * sysconfig/network-scripts/ifup-routes: - replace: grep "^$1 " to:
7814 grep "^$1[[:blank:]]" on finding static routes entries for
7815 specified interface. This allow place also tab character after
7816 interface name.
7817
03e40ed6 78181999-12-15 18:41 +0000 [r608-609] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
7819
7820 * src/consoletype.c (added): - one more source file
7821
b30f8040 7822 * src/usleep.c, sysconfig/network-scripts/tnldown,
4ca37ca2
JR
7823 sysconfig/network-scripts/ifdown, doc/consoletype.1 (added),
7824 src/ppp-watch.c (added), rc.d/init.d/functions.network,
7825 src/initlog.c, doc/ppp-watch.8 (added), src/doexec.c,
7826 src/initlog.conf (added), rc.d/init.d/allowlogin,
537d7646
AM
7827 rc.d/init.d/functions, sysconfig/network-scripts/tnlup,
7828 sysconfig/network-scripts/ifup, src/process.c,
7829 rc-scripts.spec.in, lang.sh, rc.d/rc.sysinit, src/shvar.c
7830 (added), src/testd.c, doc/usernetctl.1 (removed), lang.csh,
7831 src/getkey.c (added), src/Makefile.am, src/shvar.h (added),
b30f8040
AM
7832 src/usernetctl.c, doc/usleep.1, doc/usernetctl.8 (added),
7833 rc.d/init.d/network: - fixed lang.csh - we use -a instead && -
4ca37ca2
JR
7834 updated few programs in src directory - fixed starting network
7835 when none of ifcfg-* file exist - write nice logo at startup -
7836 fixed problem with translated deltext() function
ac244935 7837
03e40ed6 78381999-12-11 12:45 +0000 [r607] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
7839
7840 * AUTHORS: - added Jacek Konieczny
7841
d23f8bf7 78421999-12-09 12:31 +0000 [r606] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7843
7844 * rc.d/rc.sysinit: - added including /etc/rc.d/rc.modules for
7845 loading modules before starting all services and initializing
7846 raid deveces.
7847
d23f8bf7 78481999-12-02 21:44 +0000 [r605] elephant <elephant/at/pld-linux.org>
ac244935
AM
7849
7850 * rc.d/init.d/functions: - corrected e-mail of mine
7851
d23f8bf7 78521999-12-02 10:38 +0000 [r604] kloczek <kloczek/at/pld-linux.org>
ac244935 7853
4ca37ca2 7854 * rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/network: -
ac244935
AM
7855 chkconfig field is back (without this upgrade from initscripts to
7856 rc-scripts fails).
7857
cb0c01df 78581999-11-26 16:31 +0000 [r603] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
7859
7860 * rc.d/init.d/functions: - process /etc/sysconfig/system (fix
7861 BR#110)
7862
cb0c01df 78631999-11-16 14:54 +0000 [r602] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
7864
7865 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
7866 - fixes
7867
d23f8bf7 78681999-11-16 11:28 +0000 [r601] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7869
7870 * sysconfig/network-scripts/ifup-post: - reformated.
7871
d23f8bf7 78721999-11-16 01:34 +0000 [r599-600] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7873
7874 * rc.d/init.d/functions.network: - reformated text.
7875
7876 * po/pl.po: - s/Zapis ziarna losowego/Zapisanie podstawy generatora
7877 losoweg/ - other cleanups.
7878
cb0c01df 78791999-11-15 23:17 +0000 [r598] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
7880
7881 * po/pl.po: - updated
7882
d23f8bf7 78831999-11-15 01:21 +0000 [r597] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7884
7885 * sysconfig/i18n: - s/pl/pl_PL/.
7886
d23f8bf7 78871999-11-14 07:55 +0000 [r595-596] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7888
7889 * configure.in: - new version 1.1.2.
7890
7891 * sysconfig/network-scripts/ifup: - s/DEVICEFULLNAME/
7892
d23f8bf7 78931999-11-09 00:12 +0000 [r594] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7894
7895 * rc.d/rc.sysinit: - removed "chmod 0664 /var/log/wtmpx" (this is
7896 task for SysVinit %post).
7897
d23f8bf7 78981999-11-07 14:00 +0000 [r593] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7899
7900 * rc.d/init.d/functions.network: - fixed BR#103 (s#==#=).
7901
cb0c01df 79021999-11-06 00:25 +0000 [r591-592] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 7903
b30f8040 7904 * sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
ac244935 7905 sysconfig/network-scripts/tnldown,
b30f8040 7906 sysconfig/network-scripts/ifdown: - small fixes
4ca37ca2
JR
7907
7908 * sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
7909 sysconfig/network-scripts/tnldown,
7910 sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network:
7911 - now realy handle ifup <dev>
ac244935 7912
cb0c01df 79131999-10-27 12:09 +0000 [r590] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
7914
7915 * rc.d/init.d/functions: - fix nls() function
7916
d23f8bf7 79171999-10-27 05:46 +0000 [r588-589] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7918
7919 * configure.in: - new bersion 0.1.1.
7920
7921 * rc.d/rc.sysinit: - more fixes for displaing messages on
7922 initializing raid devices.
7923
d23f8bf7 79241999-10-27 03:12 +0000 [r586-587] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7925
7926 * rc-scripts.spec.in: - reorder in %files.
7927
7928 * rc.d/rc.sysinit: - started instead busy on staring initialize
7929 raid dev.
7930
d23f8bf7 79311999-10-27 02:26 +0000 [r585] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7932
7933 * rc-scripts.spec.in: - added Requires: e2fsprogs > = 1.15.
7934
d23f8bf7 79351999-10-27 02:20 +0000 [r584] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7936
7937 * rc.d/rc.sysinit: - added -C to fsck parameters (display progres
7938 bar), - added support for new raidtools 0.90 utilities on
7939 ininitialize raid devices.
7940
cb0c01df 79411999-10-23 08:13 +0000 [r583] Bartosz Waszak <waszi/at/pld-linux.org>
ac244935
AM
7942
7943 * rc.d/init.d/network: /etc/rc.d/init.d/functions.network ->
7944 /etc/sysconfig/network-scripts/.functions
7945
d23f8bf7 79461999-10-22 11:43 +0000 [r582] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
7947
7948 * rc.d/init.d/functions.network: - fix: check and get
7949 /etc/sysconfig/interfaces/ifcfg-$CONFIG instead
7950 /etc/sysconfig/interfaces/$CONFIG in source_config().
7951
03e40ed6 79521999-10-17 09:34 +0000 [r581] Rafał Kleger-Rudomin <klakier/at/pld-linux.org>
ac244935 7953
b30f8040
AM
7954 * doc/polski.dsl (added), doc/sysconfig.docb (added), doc/make-html
7955 (added), doc/rc-scripts.docb (added): Przykład tworzenia
7956 pojedynczego reference entry z użyciem docbooka Właściwym plikiem
7957 jest sysconfig.docb
ac244935 7958
cb0c01df 79591999-10-14 15:59 +0000 [r580] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
7960
7961 * rc-scripts.spec.in: - fixed permision to %%doc
7962
cb0c01df 79631999-10-14 09:00 +0000 [r579] Bartosz Waszak <waszi/at/pld-linux.org>
ac244935
AM
7964
7965 * rc.d/init.d/Makefile.am: - small fixes
7966
d23f8bf7 79671999-10-13 21:28 +0000 [r578] kloczek <kloczek/at/pld-linux.org>
ac244935 7968
b30f8040 7969 * sysconfig/network-scripts/ifdown,
537d7646 7970 sysconfig/network-scripts/ifup-post,
ac244935
AM
7971 sysconfig/network-scripts/ifdown-post,
7972 sysconfig/network-scripts/ifup-sl,
7973 sysconfig/network-scripts/ifup-ppp,
a2ee7529
JR
7974 sysconfig/network-scripts/ifup-ipx, rc.d/init.d/Makefile.am,
7975 sysconfig/network-scripts/ifdown-sl,
7976 sysconfig/network-scripts/ifup-aliases,
b30f8040
AM
7977 sysconfig/network-scripts/tnlup,
7978 sysconfig/network-scripts/ifdown-ppp,
7979 sysconfig/network-scripts/ifup, rc-scripts.spec.in,
7980 sysconfig/network-scripts/ifup-plip,
7981 sysconfig/network-scripts/tnldown: -
ac244935
AM
7982 /etc/rc.d/init.d//network.functions moved to
7983 /etc/sysconfig/network-scripts/.functions.
7984
03e40ed6 79851999-10-13 17:35 +0000 [r577] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
7986
7987 * rc-scripts.spec.in: - added %config(noreplace) %verify(not size
7988 mtime md5) rc.local
7989
03e40ed6 79901999-10-13 16:56 +0000 [r576] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
7991
7992 * rc-scripts.spec.in: - typo
7993
03e40ed6 79941999-10-13 16:51 +0000 [r575] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
7995
7996 * rc.d/init.d/Makefile.am: - removed nfsfs and netfs
7997
03e40ed6 79981999-10-13 16:37 +0000 [r574] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
7999
8000 * rc.d/rc.shutdown (added), rc.d/rc, rc.d/rc.sysinit,
8001 rc.d/Makefile.am: - merged halt,reboot and shutdwn into
8002 rc.shutdown - moved ldconfig to the end of system startup
8003
03e40ed6 80041999-10-13 16:32 +0000 [r573] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
8005
8006 * configure.in: - 0.1.0
8007
03e40ed6 80081999-10-13 16:18 +0000 [r572] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
8009
8010 * rc-scripts.spec.in: - removed use of chkconfig - make rc?.d/{S,K}
8011 links by hand
8012
03e40ed6 80131999-10-13 16:11 +0000 [r571] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935 8014
b30f8040
AM
8015 * rc.d/init.d/single, rc.d/init.d/killall, rc.d/init.d/allowlogin,
8016 rc.d/init.d/halt (removed), rc.d/init.d/Makefile.am,
8017 rc.d/init.d/network, rc.d/init.d/reboot (removed),
8018 rc.d/init.d/shutdwn (removed), rc.d/init.d/random: - removed
8019 usage of chkconfig
ac244935 8020
03e40ed6 80211999-10-13 16:04 +0000 [r570] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
8022
8023 * rc.d/init.d/netfs (removed): - these should be from appropriate
8024 *mount packages (or NFS daemons)
8025
03e40ed6 80261999-10-13 15:56 +0000 [r569] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
8027
8028 * rc.d/init.d/nfsfs (removed): - obsoleted by netfs
8029
cb0c01df 80301999-10-13 09:06 +0000 [r568] Bartosz Waszak <waszi/at/pld-linux.org>
ac244935
AM
8031
8032 * rc.d/rc.sysinit: - conf.modules -> modules.conf needed by new
8033 modutils
8034
03e40ed6 80351999-10-12 14:09 +0000 [r567] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
8036
8037 * configure.in: - version 0.0.12 - halt, reboot and shutwdn merged
8038 into rc.shutdown - moved ldconfig at the end of rc system
8039
d23f8bf7 80401999-10-07 00:49 +0000 [r566] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8041
8042 * doc/net-scripts.txt: - updated partialy documentation.
8043
d23f8bf7 80441999-10-06 16:52 +0000 [r565] kloczek <kloczek/at/pld-linux.org>
ac244935 8045
b30f8040
AM
8046 * rc.d/init.d/network, sysconfig/network-scripts/ifdown-sl,
8047 sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
8048 sysconfig/network-scripts/tnldown,
537d7646
AM
8049 sysconfig/network-scripts/ifdown,
8050 sysconfig/network-scripts/ifup-post, rc.d/rc,
4ca37ca2
JR
8051 rc.d/init.d/functions.network, rc.d/rc.sysinit,
8052 sysconfig/network-scripts/ifup-sl, rc.d/init.d/allowlogin,
b30f8040
AM
8053 rc.d/init.d/functions: - remove bashizm in using test ("="
8054 instead "==").
ac244935 8055
cb0c01df 80561999-09-28 16:17 +0000 [r562-564] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935 8057
b30f8040
AM
8058 * sysconfig/network-scripts/ifup-ppp,
8059 sysconfig/network-scripts/ifup-ipx,
a2ee7529
JR
8060 sysconfig/network-scripts/ifdown-sl,
8061 sysconfig/network-scripts/ifup-aliases,
8062 sysconfig/network-scripts/ifdown-ppp,
4ca37ca2
JR
8063 sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
8064 sysconfig/network-scripts/ifup-post,
b30f8040 8065 sysconfig/network-scripts/ifdown-post: - support for getting
4ca37ca2 8066 interface configuration from LDAP
ac244935
AM
8067
8068 * rc.d/init.d/network: - support for loading interface
8069 configuration from LDAP
8070
8071 * rc.d/init.d/functions.network: - functions for getting interfaces
8072 and aliases lists from LDAP added - fixed getting interface info
8073 from LDAP
8074
d23f8bf7 80751999-09-28 14:43 +0000 [r560-561] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8076
8077 * configure.in: - release version 0.0.11
8078
8079 * po/pl.po: - updated pl translation.
8080
d23f8bf7 80811999-09-28 14:24 +0000 [r558-559] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8082
8083 * rc.d/rc: - fix: print "Entering" instead "Leaving" on entering in
8084 runlevel.
8085
8086 * rc.d/rc.sysinit: - busy() instead started() on bigining
8087 initialize RAID.
8088
d23f8bf7 80891999-09-28 14:04 +0000 [r556-557] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8090
8091 * rc.d/rc.sysinit: - print 'fail' status on on failing initialize
8092 raid and 'done' on corect initialize raid.
8093
8094 * rc.d/init.d/functions.network: - fixes.
8095
d23f8bf7 80961999-09-28 13:17 +0000 [r555] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8097
8098 * rc.d/init.d/shutdwn: - fix raid deintialization: deinitialize
8099 only active devices (removed also using grep in getting active md
8100 devices list).
8101
d23f8bf7 81021999-09-28 12:48 +0000 [r553-554] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8103
8104 * rc.d/init.d/functions.network: - rearanged text.
8105
8106 * rc.d/init.d/functions.network: - fixed bug on checking is file
8107 with interface description exist, - removed getting dummy code
8108 $PARENTCONFIG (this afects net interfaces LDAP description).
8109
cb0c01df 81101999-09-27 20:02 +0000 [r552] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8111
8112 * sysconfig/network-scripts/ifup: - arp on for eth by default
8113
cb0c01df 81141999-09-27 18:31 +0000 [r551] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8115
8116 * rc.d/init.d/functions: - fixed typo
8117
cb0c01df 81181999-09-27 16:03 +0000 [r550] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8119
8120 * configure.in: - version 0.0.10
8121
cb0c01df 81221999-09-27 15:40 +0000 [r549] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8123
8124 * po/pl.po: - fixes
8125
d23f8bf7 81261999-09-27 15:31 +0000 [r547-548] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8127
8128 * po/pl.po: - typo.
8129
8130 * po/pl.po: - more translations.
8131
cb0c01df 81321999-09-27 15:14 +0000 [r545-546] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8133
8134 * po/pl.po: - sync
8135
4ca37ca2 8136 * rc.d/init.d/shutdwn, rc.d/rc.sysinit: - nls fixes
ac244935 8137
cb0c01df 81381999-09-27 15:00 +0000 [r544] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8139
8140 * po/pl.po: - small correction
8141
d23f8bf7 81421999-09-27 14:53 +0000 [r543] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8143
8144 * po/pl.po: - fixed some typos, more translations.
8145
cb0c01df 81461999-09-27 14:24 +0000 [r541-542] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8147
8148 * po/pl.po: - zmiana na formy bezosobowe - dodanie kilku nowych
03e40ed6 8149 tłumaczeń
ac244935
AM
8150
8151 * rc.d/rc.sysinit: - nls fixes
8152
03e40ed6 81531999-09-27 10:02 +0000 [r534-540] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8154
8155 * sysconfig/network: - cleanups
8156
4ca37ca2
JR
8157 * sysconfig/network-scripts/tnlup,
8158 sysconfig/network-scripts/tnldown: - nopmtudisc isn't specified
8159 by default - cleanups
ac244935
AM
8160
8161 * sysconfig/network-scripts/ifup: - checking for interface via
8162 MULTICAST setting instead of ARP setting - we are using
8163 ,,onlink'' option for tunnels
8164
8165 * rc.d/init.d/network: - more /proc/sys/net support (it can be
8166 buggy !!! testers needed) - fixed status reporting
8167
8168 * rc.d/init.d/functions: - termput cleanups - removed unnecesary
8169 pid of process checking - returns ,,died'' instead ,,failed'' in
8170 some cases - fixed nls()
8171
8172 * rc.d/init.d/allowlogin: - cleanups
8173
8174 * rc.d/init.d/functions.network: - fixed setup_nat() when
8175 /etc/sysconfig/static-nat doesn't exist - flushing instead
8176 deleting routing and addresses when down lo interface
8177
cb0c01df 81781999-09-26 14:56 +0000 [r533] Jacek Konieczny <jajcus/at/pld-linux.org>
ac244935 8179
b30f8040 8180 * sysconfig/network, rc.d/init.d/functions.network: - first step to
ac244935
AM
8181 keeping interface information in LDAP
8182
cb0c01df 81831999-09-15 21:43 +0000 [r532] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8184
8185 * rc-scripts.spec.in: - fixed typos
8186
cb0c01df 81871999-09-15 21:20 +0000 [r528-531] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8188
4ca37ca2
JR
8189 * rc.d/init.d/allowlogin, rc.d/init.d/functions, rc.d/rc,
8190 po/.cvsignore, rc.d/rc.sysinit: - fixed nls messages - ignore
ac244935
AM
8191 autogenerated files
8192
8193 * po/rc-scripts.pot (removed): - removed autogenerated file
8194
8195 * configure.in: - added list of shell scripts
8196
8197 * makepot.pl (added): - helper scripts: extract messages from
8198 scripts and make pot file
8199
cb0c01df 82001999-09-15 21:12 +0000 [r527] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8201
8202 * po/pl.po, po/Makefile.am: - fixed `make rc-scripts.pot` - updated
8203 polish translation
8204
03e40ed6 82051999-09-15 10:35 +0000 [r526] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8206
8207 * rc.d/init.d/network: - errors from interfaces and tunnel checking
8208 > /dev/null
8209
03e40ed6 82101999-09-15 10:22 +0000 [r525] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8211
8212 * doc/Makefile.am: - removed ipchains-setup.txt
8213
03e40ed6 82141999-09-15 10:16 +0000 [r522-524] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8215
8216 * sysconfig/network-scripts/ifup: - we are adding fe80::IPv4
8217 addresses to sit interfaces _only_
8218
8219 * sysconfig/interfaces/tnlcfg-description: - added information
8220 about using tnlcfg-xxx instead of ifcfg-xxx
8221
8222 * po/pl.po: - fixed typo
8223
03e40ed6 82241999-09-13 13:37 +0000 [r521] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8225
8226 * rc.d/rc: - added test if /var/run is writable to avoid errors if
8227 it is read-only
8228
03e40ed6 82291999-09-13 13:29 +0000 [r516-520] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8230
8231 * sysconfig/i18n: - added missing cvs keyword
8232
8233 * doc/ipchains-setup.txt (removed): - removed obsolete
8234 documentation
8235
8236 * sysconfig/network-scripts/ifup,
8237 sysconfig/interfaces/ifcfg-description: - another support for
8238 IPv4 aliases via IPADDR_ALIASES variable
8239
8240 * sysconfig/network-scripts/tnlup,
8241 sysconfig/network-scripts/tnldown: - another way to set TTL or
8242 TOS to avoid 'inherit' value - cleanups in var names
8243
8244 * rc.d/init.d/network: - fixed status reporting
8245
cb0c01df 82461999-09-04 19:49 +0000 [r513-515] Bartosz Waszak <waszi/at/pld-linux.org>
ac244935
AM
8247
8248 * rc.d/init.d/shutdwn: umount -a fixed
8249
8250 * rc.d/rc.sysinit: now is rootfs on NFS compatible
8251
8252 * rc.d/Makefile.am: small fixes
8253
cb0c01df 82541999-09-03 07:54 +0000 [r512] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8255
8256 * rc.d/init.d/shutdwn: posible fix for umounting /usr
8257
cb0c01df 82581999-09-03 07:42 +0000 [r511] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8259
8260 * rc.d/init.d/functions: fix in termput()
8261
cb0c01df 82621999-09-03 07:24 +0000 [r510] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8263
8264 * rc.d/init.d/functions: termput() check for /usr/share/terminfo
8265 and tput everytime
8266
03e40ed6 82671999-09-02 12:42 +0000 [r509] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8268
8269 * rc.d/rc.init (added): - added proper rc.init version
8270
03e40ed6 82711999-09-02 12:38 +0000 [r508] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8272
b30f8040
AM
8273 * autogen.sh, NEWS, README, rc.d/initscript (removed),
8274 rc.d/Makefile.am, TODO, rc-scripts.spec.in: - updated
ac244935 8275
cb0c01df 82761999-09-02 12:38 +0000 [r507] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8277
8278 * rc.d/rc.init (removed): removed
8279
03e40ed6 82801999-09-02 12:30 +0000 [r502-506] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8281
8282 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
8283 - another way do check if IPv4/6 is specified on interface -
8284 fixed few typo
8285
b30f8040
AM
8286 * rc.d/init.d/Makefile.am, rc.d/init.d/ipchains (removed),
8287 rc.d/init.d/functions.network, rc.d/init.d/functions: - added
8288 function to setup NAT rules - modprobing ipv6.o is now done in
8289 autoclean mode - removed ipchains (this script should be in
4ca37ca2 8290 ipchains package) - better errors handling in run_cmd()
ac244935
AM
8291
8292 * sysconfig/network-scripts/tnlup: - modprobe modules in autoclean
8293 mode and report errors via syslog - added check for
8294 /lib/modules/`uname -r`/*/module_name.o
8295
8296 * sysconfig/network-scripts/ifup-sl: -load slip.o module if
8297 available (in autoclean mode)
8298
8299 * rc.d/init.d/network: - SIT tunnels are upped at the end
8300
03e40ed6 83011999-09-02 12:16 +0000 [r498-501] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8302
8303 * rc.d/rc.sysinit: - logging errors from depmod and modprobe via
8304 syslog
8305
8306 * rc.d/rc.init (added): - renamed initscript to rc.init
8307
8308 * doc/ipcalc.1: - fixed typos
8309
b30f8040
AM
8310 * src/usernetctl.c, src/ipcalc.c, src/usleep.c, src/process.c,
8311 src/netreport.c, src/initlog.c: - added casts to proper types and
ac244935
AM
8312 started NLSing
8313
cb0c01df 83141999-08-31 23:51 +0000 [r497] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8315
8316 * rc.d/init.d/network: - load /etc/ethers after interface ups.
8317
cb0c01df 83181999-08-31 23:30 +0000 [r496] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8319
8320 * rc-scripts.spec.in: - fix in make symlinks to rc.local
8321
cb0c01df 83221999-08-31 23:12 +0000 [r495] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8323
b30f8040
AM
8324 * rc.d/rc, rc.d/init.d/functions.network, rc.d/rc.sysinit,
8325 rc.d/init.d/functions, configure.in, rc-scripts.spec.in: -
8326 version up to 0.0.9 - added printf_() equwalent to bash built-in
8327 printf() or /usr/bin/printf - changed nls() to work like printf -
8328 tput() -> termput() - changed all show bla bla; to show "bla
8329 bla"; - added symlinks to /etc/rc.d/rc.local
ac244935 8330
03e40ed6 83311999-08-31 13:59 +0000 [r494] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8332
8333 * rc.d/rc.sysinit: - fixed quotacheck calls
8334
03e40ed6 83351999-08-26 11:05 +0000 [r493] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8336
03e40ed6 8337 * TODO: - interfejs sit0 musi być podnoszony na samym końcu
ac244935 8338
d23f8bf7 83391999-08-25 14:15 +0000 [r492] mikrobi <mikrobi/at/pld-linux.org>
ac244935
AM
8340
8341 * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
8342 - added DEFAULTHANDLING variable (mainly for ATM startup scripts)
8343
03e40ed6 83441999-08-20 13:39 +0000 [r490-491] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8345
8346 * rc.d/init.d/functions.network: added two nls calls
8347
8348 * rc.d/init.d/functions.network: - ipv6 addresses arn't deleted
8349 when lo device is downing (some people doesn't use IPv6, yet)
8350
03e40ed6 83511999-08-18 13:28 +0000 [r489] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8352
8353 * rc.d/rc.sysinit: fixed raid starting
8354
03e40ed6 83551999-08-16 09:38 +0000 [r488] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8356
b30f8040 8357 * TODO, rc-scripts.spec.in, rc.d/init.d/killall: killall is now
ac244935
AM
8358 chkconfig ready. updated TODO list.
8359
03e40ed6 83601999-08-14 13:18 +0000 [r485-487] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8361
8362 * sysconfig/network-scripts/ifup-sl: removed unnecesary check (via
8363 fuser)
8364
8365 * rc.d/init.d/network: removed [ -f /etc/sysconfig/interfaces/$i ]
8366 tests
8367
8368 * sysconfig/network-scripts/ifup-sl: typo
8369
03e40ed6 83701999-08-14 12:57 +0000 [r484] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8371
8372 * sysconfig/network-scripts/ifup-sl: increased sleep value after
8373 starting slattach to 2 seconds
8374
03e40ed6 83751999-08-14 12:39 +0000 [r483] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8376
8377 * rc.d/rc.sysinit: "quotaon /" removed. quota is turned on later by
8378 quotaon -a
8379
03e40ed6 83801999-08-14 12:01 +0000 [r482] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8381
4ca37ca2 8382 * sysconfig/network-scripts/tnlup, rc.d/init.d/functions.network:
ac244935
AM
8383 modprobing ipip ip_gre modules moved temporary to tnlup
8384
03e40ed6 83851999-08-14 11:56 +0000 [r481] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8386
8387 * rc-scripts.spec.in: interfaces file names must starting from
8388 "ifcfg-"
8389
03e40ed6 83901999-08-14 11:41 +0000 [r479-480] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8391
8392 * sysconfig/network-scripts/ifup-sl: fixed DIRECT_CONNECT mode (ie.
8393 for using slattach)
8394
8395 * sysconfig/network-scripts/ifup-post: now $FULLDEVNAME is passed
8396 to ifup-routes (fixed problem with duplicate routes)
8397
03e40ed6 83981999-08-14 11:25 +0000 [r478] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8399
8400 * sysconfig/network-scripts/ifup-aliases: changed path to ifup (now
8401 it's /sbin/ifup)
8402
03e40ed6 84031999-08-14 11:01 +0000 [r477] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8404
8405 * rc.d/init.d/functions: - \b\b\b\b... characters also are NLSed
8406 (this is needed when translating "DONE", "BUSY" etc.
8407
03e40ed6 84081999-08-14 10:56 +0000 [r476] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8409
4ca37ca2 8410 * sysconfig/system, rc.d/rc.sysinit: added new variable SET_SLINKS.
ac244935
AM
8411 If it set to "yes" then rc.sysinit is setting symlinks in /boot
8412 dependent on kernel version.
8413
03e40ed6 84141999-08-14 10:53 +0000 [r474-475] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8415
8416 * rc-scripts.spec.in: typo in locale path
8417
8418 * sysconfig/network-scripts/ifup: we are adding IPv4 based
8419 link-local addresses, too.
8420
03e40ed6 84211999-08-12 09:54 +0000 [r473] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8422
8423 * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases: -
8424 aliasing are upped via ifup-aliases after main device is up
8425
cb0c01df 84261999-08-09 21:05 +0000 [r472] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8427
a2ee7529 8428 * rc.d/init.d/functions, rc.d/rc: - changed ptintf to awk
ac244935 8429
cb0c01df 84301999-08-09 20:44 +0000 [r470-471] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8431
8432 * rc-scripts.spec.in: - added Requires: /bin/gettext
8433
8434 * rc.d/init.d/shutdwn: - fix remount to ro
8435
d23f8bf7 84361999-08-09 20:20 +0000 [r468-469] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8437
8438 * sysconfig/Makefile.am: - removed ipchans and addes i18n to
8439 syscinfig files.
8440
8441 * sysconfig/ipchains (removed): - not neccessary (ip chaninc is
8442 handled by firewal-init scripts package).
8443
cb0c01df 84441999-08-09 20:00 +0000 [r467] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8445
b30f8040 8446 * rc.d/init.d/functions, configure.in: - more locale strings - fix
ac244935
AM
8447 locale support in configure.in
8448
d23f8bf7 84491999-08-09 19:58 +0000 [r466] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8450
8451 * rc-scripts.spec.in: - added /etc/sysconfig/i18n as a %config
8452 file.
8453
d23f8bf7 84541999-08-09 19:44 +0000 [r465] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8455
8456 * configure.in: - release 0.0.8.
8457
cb0c01df 84581999-08-07 10:16 +0000 [r464] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8459
b30f8040
AM
8460 * sysconfig/interfaces/Makefile.am, rc.d/init.d/functions,
8461 configure.in, po/Makefile.am (added), rc-scripts.spec.in,
8462 po/rc-scripts.pot, Makefile.am, rc.d/init.d/ipchains,
8463 rc.d/init.d/functions.network: - expr -> $(( )) - wstęp
8464 automake/autoconf do locale
ac244935 8465
03e40ed6 84661999-08-06 13:06 +0000 [r463] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8467
8468 * rc.d/init.d/functions.network: fixed bug with math
8469
03e40ed6 84701999-08-06 13:02 +0000 [r462] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8471
8472 * rc.d/init.d/functions.network: added return 0 to proc_net()
8473 function
8474
03e40ed6 84751999-08-06 10:25 +0000 [r461] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8476
8477 * rc.d/init.d/network: removed last change
8478
03e40ed6 84791999-08-04 16:59 +0000 [r460] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935 8480
03e40ed6
AM
8481 * rc.d/init.d/network: A BUG has been fixed! jak używacie zmiennych
8482 shella misiowie to tam _musi_ być $ na początku!
ac244935 8483
03e40ed6 84841999-08-02 14:51 +0000 [r459] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8485
8486 * rc.d/initscript (added): moved here from SysVinit package
8487
d23f8bf7 84881999-08-02 13:04 +0000 [r458] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8489
8490 * setsysfont: - reformated.
8491
d23f8bf7 84921999-08-02 12:04 +0000 [r457] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8493
8494 * rc.d/rc.sysinit: - changed group to utmp on utmpx (to be
8495 compliant with RH).
8496
03e40ed6 84971999-08-02 10:08 +0000 [r456] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8498
b30f8040
AM
8499 * sysconfig/network-scripts/ifup,
8500 sysconfig/network-scripts/ifup-post,
8501 rc.d/init.d/functions.network, rc.d/rc.sysinit, README: -
8502 poprawiony błąd "Delaying xxxx initialization." mimo poprawnej
8503 konfiguracji - tworzone są poprawne linki do
8504 /boot/System.map-version
ac244935 8505
d23f8bf7 85061999-08-01 19:26 +0000 [r455] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8507
8508 * po/.cvsignore (added): - shut files.
8509
03e40ed6 85101999-07-31 11:26 +0000 [r453-454] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8511
8512 * po/pl.po (added), po/rc-scripts.pot (added), po (added): - pot +
03e40ed6 8513 pl tłumaczenie
ac244935 8514
b30f8040
AM
8515 * rc.d/init.d/ipchains, autogen.sh, NEWS, ppp/ip-down.d/logger,
8516 sysconfig/interfaces/ifcfg-lo (removed), setsysfont,
8517 rc.d/init.d/allowlogin, sysconfig/i18n (added),
8518 sysconfig/network-scripts/ifup, configure.in,
8519 sysconfig/network-scripts/ifup-plip, rc.d/init.d/nfsfs,
8520 ppp/ip-up.d/logger, rc.d/rc.sysinit, doc-devel (removed),
8521 sysconfig/ipchains, TODO, rc.d/init.d/shutdwn,
8522 sysconfig/network-scripts/ifup-post,
8523 sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network,
8524 rc.d/init.d/functions, sysconfig/network-scripts/tnlup, AUTHORS,
8525 rc-scripts.spec.in, sysconfig/system, rc.d/rc, rc.d/init.d/netfs,
8526 inittab, rc.d/init.d/random, rc.d/init.d/single,
8527 sysconfig/network, rc.d/init.d/killall,
8528 sysconfig/network-scripts/ifup-sl, rc.d/init.d/halt,
8529 rc.d/init.d/network, rc.d/init.d/reboot, INSTALL,
8530 sysconfig/network-scripts/tnldown, COPYING: - dodana obsługa
4ca37ca2
JR
8531 statycznej tablicy ARP - interfejs lo nie wymaga pliku
8532 konfiguracyjnego - dodane wsparcie dla innych języków niż
537d7646 8533 angielski (NLS) - rc.sysinit && rc ustawia odpowiednie zmienne
03e40ed6
AM
8534 potrzebne do obsługi NLS - ustawianie fontów, map już w skryptcie
8535 setsysfont - ifup && ifdown: wreszcie poprawnie działają dla
8536 interfejsów IPv6 only - dla deinicjowania sieci interfejsy
8537 sortujemy w porządku odwróconym - wykorzystujemy _wyłącznie_
8538 iproute2 (zmodyfikowane wszelkie odwołania do ifconfig lub route)
8539 - usunięte Requires: net-tools - dodane label ${FULLDEVNAME} przy
8540 deinicjowaniu interfejsów - usunięty baggins z AUTHORS - dodane
8541 COPYING (GPL) oraz standardowy plik INSTALL - dodana możliwość
8542 obsługi tłumaczeń DONE, BUSY itp o dlugości różnej od 4 liter
ac244935 8543
cb0c01df 85441999-07-29 15:09 +0000 [r452] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935
AM
8545
8546 * TODO: Zrobione. (to z ipv6)
8547
03e40ed6 85481999-07-29 13:59 +0000 [r451] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8549
8550 * sysconfig/network-scripts/tnlup, TODO,
8551 sysconfig/network-scripts/tnldown: now running tnlup/tnldown
8552 tunel is possible
8553
d23f8bf7 85541999-07-27 23:47 +0000 [r450] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8555
8556 * rc-scripts.spec.in: - added pasiing LDFLAGS="-s" to ./configure
8557 enviroment (cause stripping binaries).
8558
d23f8bf7 85591999-07-27 12:51 +0000 [r449] kloczek <kloczek/at/pld-linux.org>
ac244935 8560
03e40ed6 8561 * TODO: - dodać możliwość ustawiania statycznej tablicy arp (patrz:
ac244935 8562 man ethers arp opcja -f). Najpawdopodobniej najlepszym miescem
03e40ed6 8563 będzie punkt mię podnoszeniem lo a nastepnych interfejsów.
ac244935 8564
d23f8bf7 85651999-07-27 12:24 +0000 [r448] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8566
8567 * configure.in: - version up to 0.0.7.
8568
d23f8bf7 85691999-07-27 11:50 +0000 [r447] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8570
8571 * rc.d/rc.sysinit: - use raidadd instead raidstart during
8572 initialization RAID deveces, - added raidrun for activate md
8573 devices.
8574
cb0c01df 85751999-07-27 06:32 +0000 [r446] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8576
03e40ed6 8577 * TODO: - rc.sysvinit działa z e2fsprogs 1.15 (testowane z LABEL=,
ac244935
AM
8578 do przetestowania UUID=)
8579
d23f8bf7 85801999-07-27 03:44 +0000 [r445] kloczek <kloczek/at/pld-linux.org>
ac244935 8581
03e40ed6
AM
8582 * TODO: - o ile to możliwe usunąć używanie awk i sed zastępować
8583 użyewaniem sh lub przynajmeniej zastępować awka sedem
ac244935 8584
d23f8bf7 85851999-07-27 03:35 +0000 [r444] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8586
8587 * rc-scripts.spec.in: - added allowlogin to inet.d scripts, - fixed
8588 typo in post, - cosmetics,
8589
d23f8bf7 85901999-07-27 03:25 +0000 [r443] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8591
8592 * rc.d/init.d/Makefile.am: - added allowlogin to init_SCRIPTS.
8593
d23f8bf7 85941999-07-27 03:11 +0000 [r442] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8595
8596 * sysconfig/network-scripts/Makefile.am: - added ifdown-post to
8597 networkscripts_SCRIPTS.
8598
d23f8bf7 85991999-07-27 02:51 +0000 [r441] kloczek <kloczek/at/pld-linux.org>
ac244935 8600
4ca37ca2 8601 * ppp/ip-down, ppp/ip-up: - chnegd "#!/bin/bash" to "#!/bin/sh".
ac244935 8602
cb0c01df 86031999-07-22 21:53 +0000 [r440] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8604
8605 * TODO: e2progs 1.15
8606
cb0c01df 86071999-07-22 21:51 +0000 [r439] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935
AM
8608
8609 * sysconfig/network-scripts/ifup: Maly hack zeby dzialaly iface
8610 tylko na ipv6. Pomijane jest wyliczanie natmaski/prefixu jak
8611 adres ipv4 nie jest zdefiniowany.
8612
d23f8bf7 86131999-07-22 15:13 +0000 [r438] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8614
8615 * configure.in: - version to 0.0.6.
8616
cb0c01df 86171999-07-22 11:11 +0000 [r437] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8618
b30f8040 8619 * rc-scripts.spec.in, sysconfig/interfaces/Makefile.am: cleanup for
ac244935
AM
8620 release
8621
cb0c01df 86221999-07-22 10:44 +0000 [r436] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8623
8624 * TODO: uwaga do tnlup
8625
cb0c01df 86261999-07-22 10:40 +0000 [r435] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8627
8628 * TODO (added): TODO list
8629
cb0c01df 86301999-07-22 10:23 +0000 [r434] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8631
b30f8040
AM
8632 * sysconfig/interfaces/ifcfg-description (added),
8633 sysconfig/interfaces/tnlcfg-icm,
8634 sysconfig/interfaces/ifcfg-eth0.wiget (removed),
8635 sysconfig/interfaces/tnlcfg-description (added): cleanup
ac244935 8636
cb0c01df 86371999-07-22 10:19 +0000 [r433] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8638
8639 * sysconfig/interfaces/ifcfg-lo: - added IPV6_ADDR - fixed PREFIX
8640
cb0c01df 86411999-07-22 09:09 +0000 [r432] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8642
8643 * rc-scripts.spec.in: - cleanup
8644
cb0c01df 86451999-07-22 08:46 +0000 [r431] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8646
8647 * rc.d/init.d/shutdwn: typo
8648
cb0c01df 86491999-07-21 14:30 +0000 [r430] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935
AM
8650
8651 * rc.d/init.d/network: Expresion with /usr/bin/cut replaced by one
8652 with sed ;-) now rc-scripts only need /bin to work properly.
8653
03e40ed6 86541999-07-21 13:52 +0000 [r429] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8655
8656 * rc.d/init.d/functions-ip6 (removed): obsoletes
8657
cb0c01df 86581999-07-20 09:03 +0000 [r428] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8659
8660 * rc-scripts.spec.in: rc.serial moved to setserial
8661
03e40ed6 86621999-07-15 13:43 +0000 [r427] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8663
8664 * rc.d/init.d/functions: - added >/dev/null 2>&1 to kill
8665
03e40ed6 86661999-07-15 13:29 +0000 [r426] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8667
b30f8040
AM
8668 * rc.d/init.d/functions.network, rc.d/rc.sysinit,
8669 rc.d/init.d/functions, rc.d/init.d/network: - we are using better
8670 pidofproc() from RH initscripts - removed unnecesary check in
8671 rc.sysinit - removed all obsolete functions from
ac244935
AM
8672 functions.network - finished proc_net() function (interface to
8673 /proc/sys/net)
8674
03e40ed6 86751999-07-15 13:16 +0000 [r425] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8676
8677 * rc-scripts.spec.in: requires: /bin/awk
8678
d23f8bf7 86791999-07-14 17:49 +0000 [r424] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8680
8681 * rc.d/rc.serial (removed): - moved to setserial.
8682
d23f8bf7 86831999-07-14 17:16 +0000 [r423] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8684
8685 * rc.d/Makefile.am: - removed rc.derial.
8686
03e40ed6 86871999-07-13 13:27 +0000 [r422] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8688
8689 * AUTHORS: authors - based on ChangeLog
8690
03e40ed6 86911999-07-13 12:52 +0000 [r421] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8692
b30f8040 8693 * rc.d/init.d/functions, rc.d/rc.sysinit: - /proc is mounted before
ac244935
AM
8694 starting fsck (needed for working LABEL support is fsck) - fixed
8695 bug in show()
8696
03e40ed6 86971999-07-13 12:49 +0000 [r420] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8698
b30f8040 8699 * sysconfig/network-scripts/ifup-sl,
4ca37ca2 8700 sysconfig/interfaces/data/chat-ppp0.tpsa,
4ca37ca2 8701 sysconfig/network-scripts/ifup-aliases,
b30f8040
AM
8702 sysconfig/network-scripts/ifdown-ppp, INSTALL,
8703 sysconfig/network-scripts/tnldown, rc.d/rc.serial,
8704 sysconfig/interfaces/tnlcfg-icm, NEWS,
8705 sysconfig/interfaces/ifcfg-lo, doc/sysvinitfiles, setsysfont,
8706 sysconfig/interfaces/ifcfg-eth0.wiget,
8707 sysconfig/network-scripts/ifup, doc/sysconfig.txt,
8708 sysconfig/network-scripts/ifup-plip,
8709 sysconfig/interfaces/data/chat-ppp0.callback, ppp/ip-up,
8710 sysconfig/network-scripts/ifdown-post, rc.d/rc.sysinit, README,
8711 lang.csh, doc-devel/ogolnie, doc/net-scripts.txt,
8712 sysconfig/interfaces/ifcfg-sl0,
8713 sysconfig/network-scripts/ifup-routes,
8714 sysconfig/network-scripts/ifup-post,
8715 sysconfig/network-scripts/ifdown, Makefile.am,
bbbc0441 8716 sysconfig/interfaces/data/chat-ppp0.leased1,
b30f8040
AM
8717 rc.d/init.d/functions.network, ppp/ip-down,
8718 sysconfig/interfaces/ifcfg-ppp0.callback, doc/ipchains-setup.txt,
8719 sysconfig/network-scripts/ifup-ppp, rc.d/rc.local,
8720 sysconfig/network-scripts/ifup-ipx, rc.d/init.d/functions,
ac244935 8721 sysconfig/network-scripts/ifdown-sl,
b30f8040
AM
8722 sysconfig/network-scripts/tnlup, AUTHORS, rc-scripts.spec.in,
8723 rc.d/rc, inittab, lang.sh,
8724 sysconfig/interfaces/ifcfg-ppp0.leased1,
8725 sysconfig/interfaces/ifcfg-ppp0.leased2: massive :$
ac244935 8726
cb0c01df 87271999-07-05 10:27 +0000 [r419] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8728
8729 * rc-scripts.spec.in: Requires: procps
8730
03e40ed6 87311999-07-05 10:23 +0000 [r418] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8732
8733 * rc.d/init.d/functions: we are using printf from sh-utils package
8734 instead of cut
8735
cb0c01df 87361999-07-05 09:12 +0000 [r417] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8737
8738 * configure.in, rc-scripts.spec.in: - network-scripts moved to
8739 /etc/sysconfig
8740
cb0c01df 87411999-07-05 08:47 +0000 [r415-416] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8742
8743 * rc-scripts.spec.in: Requires: net-tools, iproute2
8744
8745 * rc-scripts.spec.in: Requires: sed
8746
cb0c01df 87471999-07-05 08:39 +0000 [r414] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8748
8749 * configure.in, rc-scripts.spec.in,
8750 sysconfig/network-scripts/Makefile.am: - skrypty sieciowe w
03e40ed6
AM
8751 network-scripts - ipchains poniechane (jak ktoś chce to niech
8752 wsadzi w oddzielny moduł) - net-scripts i rc-scripts połączone w
ac244935
AM
8753 rc-scripts
8754
03e40ed6 87551999-07-05 08:08 +0000 [r413] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8756
4ca37ca2 8757 * rc.d/rc, rc.d/init.d/functions, sysconfig/network-scripts/ifup: -
03e40ed6 8758 przesunięte inormacje `ok`, `busy` itp w nieco w prawo (więcej
ac244935
AM
8759 miejsca na komunikaty) - dodajemy takze routing IPv6 na okreslone
8760 interfejsy
8761
03e40ed6 87621999-07-03 15:09 +0000 [r410-412] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8763
8764 * sysconfig/network-scripts/ChangeLog (removed): i po tescie
8765
8766 * sysconfig/network-scripts/ifup: ip used to sed MAC address
8767
8768 * sysconfig/network-scripts/ChangeLog (added): test
8769
cb0c01df 87701999-07-02 13:21 +0000 [r409] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8771
8772 * rc-scripts.spec.in: more Requires
8773
cb0c01df 87741999-07-02 11:49 +0000 [r408] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8775
8776 * rc-scripts.spec.in: more Requires
8777
cb0c01df 87781999-07-02 11:31 +0000 [r407] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8779
a2ee7529 8780 * src/Makefile.am, rc-scripts.spec.in: added missing files
ac244935 8781
cb0c01df 87821999-07-02 11:14 +0000 [r404-406] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8783
8784 * doc/ipcalc.1: from src
8785
8786 * doc/Makefile.am: added initlog.1
8787
b30f8040
AM
8788 * src/usernetctl.1 (removed), src/Makefile.am, src/ipcalc.1
8789 (removed), src/usleep.1 (removed), src/netreport.1 (removed),
8790 src/initlog.1 (removed), src/doexec.1 (removed): manuals in doc
ac244935 8791
03e40ed6 87921999-07-02 09:32 +0000 [r402-403] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8793
8794 * rc.d/init.d/Makefile.am, sysconfig/network-scripts/ifup: -
8795 ARPable by default
8796
b30f8040
AM
8797 * rc.d/init.d/allowlogin (added), rc.d/init.d/network-ip6.init
8798 (removed), rc.d/init.d/network, sysconfig/network-scripts/tnlup,
ac244935 8799 sysconfig/network-scripts/ifup,
537d7646
AM
8800 sysconfig/network-scripts/ifup-plip,
8801 sysconfig/network-scripts/tnldown, sysconfig/network-ip6
b30f8040
AM
8802 (removed), rc.d/rc, rc.d/rc.sysinit, sysconfig/network,
8803 sysconfig/network-ip6.conf (removed), doc-devel/ogolnie,
8804 sysconfig/interfaces/ifcfg-eth0.wiget: - obsługa multicast, arp,
8805 src - poprawka w "Delay Login" - poprawki w template
8806 ifcfg-eth0.wiget - tnlup && tnldown uwzględniają konfigurację w
8807 network - ustawianie defaulowo PROTOCOL=
ac244935 8808
cb0c01df 88091999-07-01 21:10 +0000 [r401] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8810
b30f8040
AM
8811 * sysconfig/interfaces/Makefile.am, configure.in,
8812 rc-scripts.spec.in, sysconfig/interfaces/data/Makefile.am: now
8813 rc-scripts compile, install and make rpm correct
ac244935 8814
cb0c01df 88151999-07-01 14:37 +0000 [r400] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 8816
4ca37ca2
JR
8817 * sysconfig/interfaces/data/.cvsignore (added),
8818 sysconfig/interfaces/.cvsignore (added): ignore autogenerated
ac244935 8819
03e40ed6 88201999-06-29 16:38 +0000 [r399] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8821
b30f8040
AM
8822 * sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network,
8823 rc.d/init.d/functions, rc.d/init.d/network,
8824 sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup:
a2ee7529
JR
8825 - poprawki w calcnetmask - net-tools (prawie) > /dev/null.
8826 Używamy iproute - poprawki w obsłudze aliasów (nie testowałem ale
8827 powinno być możliwe używanie aliasów typu eth0:PLD_JEST_SUPER)
ac244935 8828
d23f8bf7 88291999-06-28 20:05 +0000 [r397-398] kloczek <kloczek/at/pld-linux.org>
ac244935 8830
b30f8040
AM
8831 * sysconfig/interfaces/Makefile.am (added),
8832 sysconfig/interfaces/data/Makefile.am (added): - template
8833 Makefile.am.
ac244935
AM
8834
8835 * configure.in: - added missing "\".
8836
cb0c01df 88371999-06-28 15:39 +0000 [r395-396] Artur Frysiak <wiget/at/pld-linux.org>
ac244935
AM
8838
8839 * src/Makefile (removed): Autogenerated
8840
b30f8040
AM
8841 * Makefile.am, sysconfig/network-scripts/Makefile.am,
8842 sysconfig/Makefile.am, rc.d/init.d/Makefile.am, src/Makefile,
8843 configure.in, rc-scripts.spec.in: first try to sync Makefile.am
ac244935 8844
03e40ed6 88451999-06-28 14:30 +0000 [r394] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8846
b30f8040
AM
8847 * sysconfig/interfaces/data (added),
8848 sysconfig/interfaces/data/chat-ppp0.tpsa (added),
8849 sysconfig/network-scripts/chat-ppp0.tpsa (removed),
ac244935
AM
8850 sysconfig/interfaces/data/chat-ppp0.callback (added),
8851 sysconfig/interfaces/data/chat-ppp0.leased1 (added),
8852 sysconfig/network-scripts/chat-ppp0.callback (removed),
b30f8040
AM
8853 sysconfig/network-scripts/chat-ppp0.leased1 (removed): moved
8854 chat*
ac244935 8855
03e40ed6 88561999-06-28 13:12 +0000 [r393] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8857
03e40ed6 8858 * sysconfig/network-scripts/tnlup: wszędzie ${}
ac244935 8859
03e40ed6 88601999-06-28 13:07 +0000 [r392] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8861
b30f8040
AM
8862 * rc.d/init.d/functions.network, sysconfig/static-nat (added),
8863 sysconfig/network-scripts/ifup-tnl (removed),
8864 rc.d/init.d/tunnels-ip6.init (removed), src/ipcalc.c,
8865 sysconfig/network-scripts/ifdown-tnl (removed),
a2ee7529
JR
8866 rc.d/init.d/network, sysconfig/network-scripts/ifup-routes,
8867 sysconfig/network-scripts/tnlup (added),
8868 sysconfig/network-scripts/ifup,
4ca37ca2 8869 sysconfig/network-scripts/ifdhcpc-done (removed),
b30f8040
AM
8870 doc/sysconfig.txt, sysconfig/network-scripts/tnldown (added): -
8871 zmiana syntaxy dla routingu statycznego - if{up,down}-tnl ->
8872 tnl{up,down} - poprawki dotyczące PREFIX - tunnels-ip6.init,
8873 ifdhcpc-done - zbędne (zastąpione przez inne narzędzia)
ac244935 8874
cb0c01df 88751999-06-27 18:48 +0000 [r391] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935
AM
8876
8877 * rc.d/init.d/functions.network: Added function to calculate
8878 netmask from prefix
8879
03e40ed6 88801999-06-27 18:26 +0000 [r390] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8881
8882 * doc-devel/ogolnie: removed 2 config files
8883
03e40ed6 88841999-06-27 18:14 +0000 [r388-389] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8885
8886 * rc.d/init.d/network: tunnels
8887
b30f8040 8888 * sysconfig/interfaces/ifcfg-lo, doc/net-scripts.txt,
ac244935
AM
8889 sysconfig/interfaces/ifcfg-ppp0.leased1,
8890 sysconfig/interfaces/ifcfg-ppp0.leased2,
a2ee7529 8891 sysconfig/interfaces/ifcfg-eth0.wiget,
b30f8040
AM
8892 sysconfig/network-scripts/ifup,
8893 sysconfig/network-scripts/ifup-plip: NETMASK= is obsoletes
8894 (instead we use PREFIX=)
ac244935 8895
03e40ed6 88961999-06-27 17:34 +0000 [r387] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8897
8898 * src/ipcalc.1, src/ipcalc.c: PREFIX instead NETMASK in --prefix
8899 option
8900
03e40ed6 89011999-06-27 17:25 +0000 [r384-386] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8902
8903 * rc.d/init.d/functions.network: poprawki
8904
8905 * rc.d/init.d/functions.network: poprawki
8906
8907 * rc.d/init.d/functions.network: poprawki
8908
03e40ed6 89091999-06-27 17:11 +0000 [r383] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8910
8911 * rc.d/init.d/functions.network: typo
8912
cb0c01df 89131999-06-27 17:00 +0000 [r382] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935
AM
8914
8915 * rc.d/init.d/functions.network: Added function for calulating
8916 network prefix.
8917
03e40ed6 89181999-06-27 16:06 +0000 [r381] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8919
8920 * sysconfig/network-scripts/ifup: small poprawken
8921
03e40ed6 89221999-06-27 15:30 +0000 [r380] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8923
4ca37ca2 8924 * src/ipcalc.c, src/ipcalc.1: - added support for short netmask
ac244935
AM
8925 style (/24 etc)
8926
03e40ed6 89271999-06-27 14:42 +0000 [r379] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8928
8929 * sysconfig/interfaces/ifcfg-eth0.wiget (added): readed
8930
03e40ed6 89311999-06-27 14:27 +0000 [r378] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8932
a2ee7529 8933 * sysconfig/interfaces/tnlcfg-icm, rc.d/rc.sysinit,
ac244935
AM
8934 sysconfig/network-scripts/ifdown-post, sysconfig/tunnels-ip6.conf
8935 (removed), sysconfig/network-scripts/ifup-tnl (added),
8936 sysconfig/network-scripts/ifup-sl,
8937 sysconfig/network-scripts/ifup-ppp,
8938 sysconfig/network-scripts/ifdown-tnl (added),
a2ee7529
JR
8939 sysconfig/network-scripts/ifup-ipx,
8940 sysconfig/network-scripts/ifdown-ppp,
8941 sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
8942 sysconfig/network-scripts/ifup-post: - używamy pumpa do
03e40ed6 8943 bootp/dhcpd - dodano ifup-tnl && ifdown-tnl - obsługa tuneli
ac244935 8944 ipip, sit, gre (ipxip niezrobiona jeszcze) - tunnels-ip6.conf -
03e40ed6 8945 zbędne (tunele są konfigurowane w stylu SySV) - drobne poprawki
ac244935 8946
03e40ed6 89471999-06-23 17:14 +0000 [r377] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8948
8949 * sysconfig/network-scripts/ifcfg-lo (removed): removed
8950
03e40ed6 89511999-06-21 20:36 +0000 [r376] Jan Rękorajski <baggins/at/pld-linux.org>
ac244935
AM
8952
8953 * rc.d/rc.sysinit: usuwanie lockow po pam_console
8954
d23f8bf7 89551999-06-19 11:29 +0000 [r375] kloczek <kloczek/at/pld-linux.org>
ac244935 8956
b30f8040
AM
8957 * rc.d/init.d/killall, rc.d/init.d/functions, inputrc (removed),
8958 rc.d/init.d/shutdwn, Makefile.am, autogen.sh, rc.d/rc.sysinit,
8959 rc.d/init.d/single: - removed inputrc (it must be in readline), -
8960 reformatings, - removed processing doc in Makefile.am and
a2ee7529 8961 autogen.sh.
ac244935 8962
03e40ed6 89631999-06-18 19:23 +0000 [r374] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8964
b30f8040
AM
8965 * doc/initlog.1 (added), sysconfig/interfaces/tnlcfg-icm (added),
8966 src/minilogd.c (added), src/initlog.c (added), src/loglevel.c
8967 (added), src/initlog.h (added), rc.d/init.d/functions,
8968 src/process.c (added), sysconfig/system, rc.d/init.d/netfs
8969 (added), src/initlog.1 (added), rc.d/rc.sysinit, src/process.h
8970 (added), rc.d/init.d/single, doc-devel/ogolnie (added),
a2ee7529
JR
8971 sysconfig/interfaces/ifcfg-sl0 (added), doc-devel (added),
8972 rc.d/init.d/network, src/Makefile (added),
8973 sysconfig/network-scripts/tnlcfg-icm (removed),
b30f8040 8974 rc.d/init.d/shutdwn, rc.d/rc.serial: pare zmian
ac244935 8975
03e40ed6 89761999-06-18 19:14 +0000 [r373] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935 8977
a2ee7529
JR
8978 * sysconfig/network-scripts/ifup-sl,
8979 sysconfig/network-scripts/network-functions (removed),
8980 sysconfig/network-scripts/ifcfg-ppp0.tpsa (removed),
8981 sysconfig/network-scripts/ifdown-sl,
ac244935
AM
8982 sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
8983 sysconfig/network-scripts/ifup-post,
8984 sysconfig/network-scripts/ifcfg-ppp0.callback (removed),
8985 sysconfig/network-scripts/ifcfg-ppp0.leased1 (removed),
8986 sysconfig/network-scripts/ifdown-post,
8987 sysconfig/network-scripts/ifcfg-ppp0.leased2 (removed),
8988 sysconfig/network-scripts/ifcfg-eth0.wiget (removed),
a2ee7529
JR
8989 sysconfig/network-scripts/ifcfg-eth0 (removed): *** empty log
8990 message ***
ac244935 8991
03e40ed6 89921999-06-16 17:29 +0000 [r372] Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
ac244935
AM
8993
8994 * rc.d/rc.sysinit: fixed colors
8995
d23f8bf7 89961999-06-15 18:06 +0000 [r371] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
8997
8998 * rc.d/rc.media (removed): - removed. This was (my) silly idea.
8999
d23f8bf7 90001999-06-15 14:31 +0000 [r370] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
9001
9002 * src/Makefile (removed): - autogenerated.
9003
cb0c01df 90041999-06-14 21:17 +0000 [r369] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935 9005
b30f8040
AM
9006 * rc.d/init.d/shutdwn, rc.d/init.d/functions.network (added),
9007 sysvinitfiles (removed), doc/doexec.1 (added), autogen.sh
9008 (added), NEWS (added), sysconfig/Makefile.am (added), Makefile
9009 (removed), sysconfig.txt (removed), doc/.cvsignore (added),
4ca37ca2
JR
9010 ppp/ip-up.d/Makefile.am (added),
9011 sysconfig/network-scripts/ifdown-sl, doc/netreport.1 (added),
b30f8040
AM
9012 configure.in (added), net-scripts.txt (removed), lang.sh,
9013 rc.d/rc, doc/usernetctl.1 (added), README (added),
4ca37ca2 9014 sysconfig/interfaces/ifcfg-ppp0.leased1 (added),
b30f8040
AM
9015 sysconfig/interfaces/ifcfg-ppp0.leased2 (added), doc/usleep.1
9016 (added), sysconfig/network-scripts/ifup-sl, rc.d/init.d/network,
9017 INSTALL (added), ppp/ip-down.d/Makefile.am (added),
9018 sysconfig/network-scripts/ifdown, ipchains-setup.txt (removed),
9019 sysconfig/interfaces/ifcfg-ppp0.callback (added), doc/Makefile.am
9020 (added), doc/sysvinitfiles (added),
9021 sysconfig/network-scripts/ifup-ppp, doc/sysconfig.txt (added),
9022 sysconfig/network-scripts/ifup-plip, sysconfig/system,
9023 sysconfig/network-scripts/Makefile.am (added),
9024 rc.d/init.d/single, rc.d/init.d/halt,
9025 sysconfig/network-scripts/ifup-aliases, rc.d/rc.serial,
a2ee7529 9026 sysconfig/network-scripts/ifup-post, Makefile.am (added),
b30f8040
AM
9027 .cvsignore, rc-scripts.spec (removed), rc.d/init.d/functions,
9028 rc.d/init.d/Makefile.am (added), sysconfig/network-scripts/ifup,
9029 AUTHORS (added), sysconfig/interfaces/ifcfg-ppp0.tpsa (added),
9030 lang.csh (added), sysconfig/network, rc.d/Makefile.am (added),
9031 src/Makefile.am (added), doc (added), ppp/Makefile.am (added),
9032 COPYING (added), sysconfig/interfaces/ifcfg-lo (added),
9033 doc/ipchains-setup.txt (added), rc-scripts.spec.in (added),
9034 sysconfig/interfaces (added), rc.d/rc.sysinit,
9035 doc/net-scripts.txt (added), doc/ipcalc.1 (added),
9036 rc.d/init.d/reboot, sysconfig/network-scripts/ifdown-ppp: Synced
9037 with latest from old repo
ac244935 9038
cb0c01df 90391999-06-14 21:06 +0000 [r367-368] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935
AM
9040
9041 * ipchains-setup.txt (added): now synced. (one file was missed)
9042
b30f8040
AM
9043 * rc-scripts.spec, sysconfig/ipchains (added),
9044 rc.d/init.d/functions, rc.d/init.d/network, rc.d/rc.media
4ca37ca2 9045 (added), sysconfig/system, net-scripts.txt (added),
a2ee7529
JR
9046 rc.d/init.d/ipchains (added), sysconfig/static-routes (added),
9047 rc.d/rc.sysinit, sysconfig/network-scripts/ifcfg-eth0.wiget
b30f8040 9048 (added), Makefile: synced with 0.0.5
ac244935 9049
cb0c01df 90501999-06-14 20:53 +0000 [r366] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935 9051
b30f8040
AM
9052 * rc-scripts.spec, sysconfig.txt, sysconfig/network-scripts/ifup,
9053 lang.sh, Makefile, sysconfig/network, src/testdinit, setsysfont:
9054 Synced with 0.0.4
ac244935 9055
cb0c01df 90561999-06-14 20:50 +0000 [r365] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935
AM
9057
9058 * sysconfig/network (added), sysconfig/network-scripts/ifcfg-eth0
9059 (added): now is really synced with 0.0.3
9060
cb0c01df 90611999-06-14 20:44 +0000 [r364] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935 9062
b30f8040
AM
9063 * sysconfig/network-scripts/chat-ppp0 (removed),
9064 sysconfig/network-scripts/network-functions, sysconfig.txt,
4ca37ca2
JR
9065 sysconfig/network-scripts/ifup-ppp, rc-scripts.spec,
9066 rc.d/init.d/functions, sysconfig/network-scripts/ifup-ipx,
ac244935
AM
9067 sysconfig/network-scripts/ifdown-sl, inputrc,
9068 sysconfig/network-scripts/ifup, tunnels-ip6.init (removed),
9069 sysconfig/network-scripts/ifup-plip, ppp/ip-up.d/logger,
9070 sysconfig/network-scripts/ifdown-post,
a2ee7529
JR
9071 sysconfig/network-scripts/ifup-sl, radvd.init (removed),
9072 rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases,
9073 sysconfig/network-scripts/ifdhcpc-done,
9074 sysconfig/network-scripts/ifdown-ppp,
9075 sysconfig/network-scripts/ifdown,
4ca37ca2
JR
9076 sysconfig/network-scripts/ifup-post,
9077 sysconfig/network-scripts/ifcfg-ppp0 (removed),
b30f8040 9078 ppp/ip-down.d/logger: Synced with rc-scripts-0.0.3 from old repo.
ac244935 9079
cb0c01df 90801999-06-14 20:12 +0000 [r363] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935 9081
b30f8040
AM
9082 * rc-scripts.spec, rc.d/init.d/functions, rc.d/init.d/network,
9083 src/Makefile, sysconfig/system, ppp/ip-up.d/logger,
9084 rc.d/rc.sysinit, .cvsignore, Makefile, ppp/ip-down.d/logger:
9085 Synced with rc-scripts-0.0.2 from old repo.
ac244935 9086
cb0c01df 90871999-06-14 20:08 +0000 [r362] Grzegorz Stanislawski <stangrze/at/pld-linux.org>
ac244935 9088
b30f8040
AM
9089 * sysconfig/network-scripts/ifup-routes, rc.d/init.d/shutdwn
9090 (added), sysconfig/network-scripts/ifup-post,
a2ee7529
JR
9091 sysconfig/network-scripts/ifdown,
9092 sysconfig/network-scripts/chat-ppp0.callback (added),
4ca37ca2
JR
9093 sysvinitfiles (added), sysconfig/network-scripts/ifup-ppp,
9094 rc-scripts.spec (added), sysconfig.txt,
9095 sysconfig/network-scripts/ifup-ipx,
9096 sysconfig/network-scripts/ifcfg-ppp0.tpsa (added), rc.d/rc.local,
9097 rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl,
9098 sysconfig/network-scripts/ifcfg-ppp0.leased1 (added), rc.d/rc,
9099 inittab, lang.sh, sysconfig/network-scripts/ifcfg-ppp0.leased2
9100 (added), rc.d/init.d/random,
9101 sysconfig/network-scripts/chat-ppp0.leased1 (added),
9102 rc.d/init.d/single, rc.d/init.d/killall, src/usernetctl.c,
9103 sysconfig/network-scripts/ifup-sl, rc.d/init.d/halt,
9104 sysconfig/network-scripts/ifup-aliases, src/Makefile,
9105 rc.d/init.d/network, sysconfig/network-scripts/tnlcfg-icm
9106 (added), sysconfig/network-scripts/ifdown-ppp, rc.d/init.d/reboot
9107 (added), rc.d/rc.serial,
9108 sysconfig/network-scripts/ifcfg-ppp0.callback (added),
9109 sysconfig/tunnels-ip6.conf (added), Makefile,
9110 sysconfig/network-ip6.conf, rc.d/init.d/functions-ip6, inputrc
9111 (added), sysconfig/network-scripts/chat-ppp0.tpsa (added),
9112 sysconfig/network-scripts/ifup,
9113 sysconfig/network-scripts/ifup-plip, sysconfig/network-ip6,
9114 rc.d/init.d/nfsfs, rc.d/rc.sysinit,
9115 sysconfig/network-scripts/ifdown-post,
9116 rc.d/init.d/tunnels-ip6.init (added),
b30f8040 9117 rc.d/init.d/network-ip6.init (added): Synced with
a2ee7529 9118 rc-scripts-0.0.1 from old repo.
ac244935 9119
d23f8bf7 91201999-06-14 19:55 +0000 [r361] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
9121
9122 * sysconfig/system (added): - added initial main system
9123 configuration file with: -- RUN_SULOGIN_ON_ERR=yes --
9124 DEFAULT_SERVICE_RUN_NICE_LEVEL=0 -- RUN_ISAPNP=yes --
9125 PANIC_REBOOT_TIME=0 -- DELAY_LOGIN=yes -- CLEAN_TMP=yes
9126
d23f8bf7 91271999-06-14 19:31 +0000 [r360] kloczek <kloczek/at/pld-linux.org>
ac244935
AM
9128
9129 * rc.d/init.d/functions: - added suporting colors with using tput
9130 instead hardcoded term sequences.
9131
d23f8bf7 91321999-06-14 19:25 +0000 [r359] kloczek <kloczek/at/pld-linux.org>
ac244935 9133
b30f8040 9134 * ppp/ip-down.d/.cvsignore (added), ppp/.cvsignore (added),
a2ee7529
JR
9135 .cvsignore (added), sysconfig/network-scripts/.cvsignore (added),
9136 sysconfig/.cvsignore (added), rc.d/.cvsignore (added),
b30f8040
AM
9137 src/.cvsignore (added), ppp/ip-up.d/.cvsignore (added),
9138 rc.d/init.d/.cvsignore (added): - added template .cvsignore.
ac244935 9139
cb0c01df 91401999-06-14 19:22 +0000 [r357] Artur Frysiak <wiget/at/pld-linux.org>
ac244935 9141
b30f8040
AM
9142 * sysconfig/network-scripts/chat-ppp0 (added), src/usernetctl.1
9143 (added), sysconfig/network-scripts/network-functions (added),
9144 setsysfont (added), sysconfig.txt (added), rc.d/rc.local (added),
9145 src/usleep.1 (added), sysconfig/network-scripts/ifdown-sl
9146 (added), rc.d (added), src (added), rc.d/rc (added), lang.sh
9147 (added), ppp/ip-up.d/logger (added), ppp (added),
9148 sysconfig/network-scripts/ifup-sl (added), src/ipcalc.c (added),
9149 rc.d/init.d/network (added),
4ca37ca2
JR
9150 sysconfig/network-scripts/ifdhcpc-done (added),
9151 sysconfig/network-scripts/ifdown (added),
9152 sysconfig/network-scripts/ifcfg-ppp0 (added), src/doexec.c
b30f8040
AM
9153 (added), rc.d/init.d/functions-ip6 (added),
9154 sysconfig/network-scripts/ifup-ppp (added),
9155 sysconfig/network-scripts/ifup-plip (added), ppp/ip-up (added),
9156 sysconfig/network-ip6 (added), rc.d/init.d/nfsfs (added),
9157 rc.d/init.d/random (added), rc.d/init.d/single (added),
9158 src/usernetctl.c (added), rc.d/init.d/halt (added),
9159 sysconfig/network-scripts/ifup-aliases (added), sysconfig
9160 (added), sysconfig/network-scripts/ifup-routes (added),
9161 src/usleep.c (added), rc.d/rc.serial (added),
9162 sysconfig/network-scripts/ifcfg-lo (added), src/netreport.1
9163 (added), sysconfig/network-scripts/ifup-post (added), ppp/ip-up.d
9164 (added), ppp/ip-down.d/logger (added), adjtime (added),
9165 rc.d/init.d/functions (added), sysconfig/network-scripts/ifup
9166 (added), inittab (added), src/testdinit (added), ppp/ip-down.d
9167 (added), rc.d/init.d/killall (added), radvd.init (added),
9168 src/ipcalc.1 (added), sysconfig/network-scripts (added),
9169 sysconfig/network-scripts/ifup-ipx (added), tunnels-ip6.init
9170 (added), src/netreport.c (added), rc.d/rc.sysinit (added),
4ca37ca2 9171 src/testd.c (added), sysconfig/network-scripts/ifdown-post
b30f8040
AM
9172 (added), src/doexec.1 (added), / (added), src/Makefile (added),
9173 sysconfig/network-scripts/ifdown-ppp (added), rc.d/init.d
9174 (added), ppp/ip-down (added), sysconfig/network-ip6.conf (added),
9175 Makefile (added): Initial revision
ec8b15cb 9176
This page took 1.54535 seconds and 4 git commands to generate.