]> git.pld-linux.org Git - projects/rc-scripts.git/blob - ChangeLog
Updated for release 0.4.0.4.
[projects/rc-scripts.git] / ChangeLog
1 ------------------------------------------------------------------------
2 rev 1471:  arekm | 2003-10-31 01:49:16 +0100 (Fri, 31 Oct 2003) | 1 line
3 Changed paths:
4    M /rc-scripts/trunk/configure.ac
5
6 Prepare release 0.4.0.4.
7 ------------------------------------------------------------------------
8 rev 1470:  arekm | 2003-10-31 01:47:20 +0100 (Fri, 31 Oct 2003) | 1 line
9 Changed paths:
10    M /rc-scripts/trunk/rc-scripts.spec.in
11
12 Include genhostid in rpm package.
13 ------------------------------------------------------------------------
14 rev 1469:  arekm | 2003-10-31 01:46:08 +0100 (Fri, 31 Oct 2003) | 2 lines
15 Changed paths:
16    M /rc-scripts/trunk/po/Makefile.am
17
18 Fix handling custom builddir (until now objects were created in $(srcdir) not in builddir).
19
20 ------------------------------------------------------------------------
21 rev 1468:  arekm | 2003-10-31 01:24:42 +0100 (Fri, 31 Oct 2003) | 2 lines
22 Changed paths:
23    M /rc-scripts/trunk/configure.ac
24
25 Fix finding shell scripts procedure when building with builddir different than place where configure file resides.
26
27 ------------------------------------------------------------------------
28 rev 1467:  arekm | 2003-10-31 01:08:59 +0100 (Fri, 31 Oct 2003) | 1 line
29 Changed paths:
30    M /rc-scripts/trunk/doc/consoletype.1
31    M /rc-scripts/trunk/doc/initlog.1
32    M /rc-scripts/trunk/doc/ipcalc.1
33    M /rc-scripts/trunk/doc/netreport.1
34    M /rc-scripts/trunk/doc/ppp-watch.8
35
36 Update manual pages for each updated utility.
37 ------------------------------------------------------------------------
38 rev 1466:  arekm | 2003-10-31 01:07:54 +0100 (Fri, 31 Oct 2003) | 1 line
39 Changed paths:
40    M /rc-scripts/trunk/doc/Makefile.am
41    A /rc-scripts/trunk/doc/genhostid.1
42
43 Include genhostid man page.
44 ------------------------------------------------------------------------
45 rev 1465:  arekm | 2003-10-31 01:03:24 +0100 (Fri, 31 Oct 2003) | 1 line
46 Changed paths:
47    M /rc-scripts/trunk/adjtime
48
49 - One more zero to reflect real format of this file.
50 ------------------------------------------------------------------------
51 rev 1464:  arekm | 2003-10-31 01:02:02 +0100 (Fri, 31 Oct 2003) | 1 line
52 Changed paths:
53    M /rc-scripts/trunk/service
54
55 Set default PATH and use it along with TERM when starting services.
56 ------------------------------------------------------------------------
57 rev 1463:  arekm | 2003-10-31 00:58:03 +0100 (Fri, 31 Oct 2003) | 2 lines
58 Changed paths:
59    M /rc-scripts/trunk/src/Makefile.am
60    M /rc-scripts/trunk/src/consoletype.c
61    A /rc-scripts/trunk/src/genhostid.c
62    M /rc-scripts/trunk/src/getkey.c
63    M /rc-scripts/trunk/src/initlog.c
64    M /rc-scripts/trunk/src/ipcalc.c
65    M /rc-scripts/trunk/src/netreport.c
66    M /rc-scripts/trunk/src/ppp-watch.c
67    M /rc-scripts/trunk/src/process.c
68    M /rc-scripts/trunk/src/usernetctl.c
69
70 Update bunch of utils in src/. New getnhostid utility. ipcalc has enhanced PREFIX support. getkey has been rewrited to use popt (rh).
71
72 ------------------------------------------------------------------------
73 rev 1462:  arekm | 2003-10-31 00:43:55 +0100 (Fri, 31 Oct 2003) | 2 lines
74 Changed paths:
75    M /rc-scripts/trunk/rc.d/rc.sysinit
76
77 Try to query 131072 bytes kernel buffer for dmesg and keep dmesg file from last five runs.
78
79 ------------------------------------------------------------------------
80 rev 1461:  arekm | 2003-10-31 00:33:48 +0100 (Fri, 31 Oct 2003) | 2 lines
81 Changed paths:
82    M /rc-scripts/trunk/rc.d/rc.sysinit
83
84 Plase usbdevfs and devfs filesystems into /etc/mtab, too.
85
86 ------------------------------------------------------------------------
87 rev 1460:  arekm | 2003-10-31 00:30:01 +0100 (Fri, 31 Oct 2003) | 2 lines
88 Changed paths:
89    M /rc-scripts/trunk/rc.d/rc.sysinit
90
91 Handle situation where multiple usb-controller aliases were defined and some of them were "off".
92
93 ------------------------------------------------------------------------
94 rev 1459:  arekm | 2003-10-31 00:27:29 +0100 (Fri, 31 Oct 2003) | 2 lines
95 Changed paths:
96    M /rc-scripts/trunk/rc.d/rc.sysinit
97
98 Firewire modules are now loaded if proper modprobe aliases were found (from mdk).
99
100 ------------------------------------------------------------------------
101 rev 1458:  arekm | 2003-10-31 00:21:05 +0100 (Fri, 31 Oct 2003) | 2 lines
102 Changed paths:
103    M /rc-scripts/trunk/rc.d/rc.sysinit
104
105 Use -e option for first swapon call. Now swapon will silently skip swap devices it they are not available at this time (like for example swap files on some partitions).
106
107 ------------------------------------------------------------------------
108 rev 1456:  arekm | 2003-10-30 22:41:23 +0100 (Thu, 30 Oct 2003) | 2 lines
109 Changed paths:
110    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
111    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
112
113 - first flush addresses and then down interface. Previously things were done in reversed order and that caused problems on 2.6 kernels (ip flush was hanging). Additionaly things are now done in sync with how it's done in set_down_loopback().
114
115 ------------------------------------------------------------------------
116 rev 1455:  arekm | 2003-10-28 02:09:19 +0100 (Tue, 28 Oct 2003) | 1 line
117 Changed paths:
118    M /rc-scripts/trunk/rc.d/rc.sysinit
119
120 - fix /sys mount and simplify check if usbfs is already mounted
121 ------------------------------------------------------------------------
122 rev 1452:  arekm | 2003-10-26 01:34:19 +0200 (Sun, 26 Oct 2003) | 1 line
123 Changed paths:
124    M /rc-scripts/trunk/ChangeLog
125
126 - update for upcoming 0.4.0.3 release
127 ------------------------------------------------------------------------
128 rev 1451:  arekm | 2003-10-26 01:32:31 +0200 (Sun, 26 Oct 2003) | 1 line
129 Changed paths:
130    M /rc-scripts/trunk/configure.ac
131
132 - 0.4.0.3 release
133 ------------------------------------------------------------------------
134 rev 1445:  arekm | 2003-10-19 00:26:15 +0200 (Sun, 19 Oct 2003) | 1 line
135 Changed paths:
136    M /rc-scripts/trunk/rc.d/rc.sysinit
137
138 - fix typo in accounting script path (qboosh)
139 ------------------------------------------------------------------------
140 rev 1444:  arekm | 2003-10-17 20:55:25 +0200 (Fri, 17 Oct 2003) | 1 line
141 Changed paths:
142    M /rc-scripts/trunk/rc.d/init.d/timezone
143
144 - copy timezone file instead of symlinking it (idea by ankry)
145 ------------------------------------------------------------------------
146 rev 1437:  arekm | 2003-10-13 09:41:25 +0200 (Mon, 13 Oct 2003) | 2 lines
147 Changed paths:
148    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
149
150 - don't ignore data specified at DATAFORCHAT option (Szymon Siwek <sls@poczta.wp.pl>)
151
152 ------------------------------------------------------------------------
153 rev 1436:  arekm | 2003-10-12 21:12:43 +0200 (Sun, 12 Oct 2003) | 1 line
154 Changed paths:
155    M /rc-scripts/trunk/rc.d/init.d/functions
156    M /rc-scripts/trunk/sysconfig/system
157
158 - support for per service ulimits configuration (qboosh)
159 ------------------------------------------------------------------------
160 rev 1435:  arekm | 2003-10-12 21:11:42 +0200 (Sun, 12 Oct 2003) | 1 line
161 Changed paths:
162    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
163
164 - kill gnu in PLD name (qboosh)
165 ------------------------------------------------------------------------
166 rev 1434:  arekm | 2003-10-12 21:10:48 +0200 (Sun, 12 Oct 2003) | 1 line
167 Changed paths:
168    M /rc-scripts/trunk/po/de.po
169    M /rc-scripts/trunk/po/pl.po
170    M /rc-scripts/trunk/rc.d/rc.shutdown
171    M /rc-scripts/trunk/rc.d/rc.sysinit
172
173 - use /etc/rc.d/rc.acct for accouting; updated accouting related parts of translations (qboosh)
174 ------------------------------------------------------------------------
175 rev 1433:  wiget | 2003-10-11 13:03:28 +0200 (Sat, 11 Oct 2003) | 2 lines
176 Changed paths:
177    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
178
179 - describe HOTPLUG
180
181 ------------------------------------------------------------------------
182 rev 1432:  wiget | 2003-10-11 12:59:34 +0200 (Sat, 11 Oct 2003) | 2 lines
183 Changed paths:
184    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
185
186 - if invoced from hotplug bring up only interface with HOTPLUG=yes
187
188 ------------------------------------------------------------------------
189 rev 1431:  wiget | 2003-10-11 11:15:11 +0200 (Sat, 11 Oct 2003) | 1 line
190 Changed paths:
191    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
192
193 - ifup exit if invoked from hotplug and ONBOOT=yes
194 ------------------------------------------------------------------------
195 rev 1430:  arekm | 2003-10-08 17:03:59 +0200 (Wed, 08 Oct 2003) | 1 line
196 Changed paths:
197    M /rc-scripts/trunk/rc.d/rc.shutdown
198
199 - sysfs added to remaining list in rc.shutdown (by havner)
200 ------------------------------------------------------------------------
201 rev 1425:  arekm | 2003-10-07 17:44:32 +0200 (Tue, 07 Oct 2003) | 1 line
202 Changed paths:
203    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
204
205 - bring PPPOA_IFACE up before starting pppoa; small fix in logged message (both by adasi)
206 ------------------------------------------------------------------------
207 rev 1424:  arekm | 2003-10-07 11:41:38 +0200 (Tue, 07 Oct 2003) | 1 line
208 Changed paths:
209    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
210
211 - initial eagle (pppoa) support by Witold Krecicki <adasi@grubno.da.ru>)
212 ------------------------------------------------------------------------
213 rev 1413:  arekm | 2003-10-06 11:19:16 +0200 (Mon, 06 Oct 2003) | 1 line
214 Changed paths:
215    M /rc-scripts/trunk/hwprofile
216
217 - fix typo in available word (qboosh)
218 ------------------------------------------------------------------------
219 rev 1412:  arekm | 2003-10-04 15:02:29 +0200 (Sat, 04 Oct 2003) | 1 line
220 Changed paths:
221    M /rc-scripts/trunk/rc.d/init.d/functions
222
223 - return with some retval
224 ------------------------------------------------------------------------
225 rev 1411:  arekm | 2003-10-04 14:06:27 +0200 (Sat, 04 Oct 2003) | 1 line
226 Changed paths:
227    M /rc-scripts/trunk/rc.d/init.d/functions
228
229 - allow unknown options to be passed to initlog()
230 ------------------------------------------------------------------------
231 rev 1410:  arekm | 2003-10-04 13:57:35 +0200 (Sat, 04 Oct 2003) | 1 line
232 Changed paths:
233    M /rc-scripts/trunk/rc.d/init.d/functions
234
235 - move is_yes and is_not at beginning
236 ------------------------------------------------------------------------
237 rev 1409:  arekm | 2003-10-04 13:41:52 +0200 (Sat, 04 Oct 2003) | 1 line
238 Changed paths:
239    M /rc-scripts/trunk/Makefile.am
240
241 - use rpm or rpmbuild depending on which rpm version is installed
242 ------------------------------------------------------------------------
243 rev 1408:  arekm | 2003-10-04 13:30:34 +0200 (Sat, 04 Oct 2003) | 1 line
244 Changed paths:
245    M /rc-scripts/trunk/rc-scripts.spec.in
246
247 - include hwprofiles/files
248 ------------------------------------------------------------------------
249 rev 1407:  arekm | 2003-10-04 13:08:09 +0200 (Sat, 04 Oct 2003) | 2 lines
250 Changed paths:
251    M /rc-scripts/trunk/rc.d/init.d/functions
252    M /rc-scripts/trunk/sysconfig/system
253
254 Fast boot support (disables NLS, fancy logging and thus is much faster). Useful on workstations. Based on idea and patch by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.
255
256 ------------------------------------------------------------------------
257 rev 1406:  arekm | 2003-10-04 11:55:09 +0200 (Sat, 04 Oct 2003) | 1 line
258 Changed paths:
259    M /rc-scripts/trunk/setsysfont
260
261 - use CONSOLEFONT when SYSFONT is empty (Wojtek Kaniewski <wojtekka@bydg.pdi.net>)
262 ------------------------------------------------------------------------
263 rev 1405:  arekm | 2003-10-04 11:52:41 +0200 (Sat, 04 Oct 2003) | 2 lines
264 Changed paths:
265    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
266
267 Support for ppp-plugin-ifcfg-password.spec by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.
268
269 ------------------------------------------------------------------------
270 rev 1404:  arekm | 2003-10-04 11:46:51 +0200 (Sat, 04 Oct 2003) | 6 lines
271 Changed paths:
272    M /rc-scripts/trunk/hwprofile
273    M /rc-scripts/trunk/sysconfig/hwprof
274    M /rc-scripts/trunk/sysconfig/hwprofiles/Makefile.am
275    A /rc-scripts/trunk/sysconfig/hwprofiles/files
276
277 Merged patch by Tomasz Witek <tiwek@manta.univ.gda.pl>:
278 - ignore Latency in /proc/pci
279 - ability to choose profile while booting
280 - example profile file
281 - misc fixes and cleanups
282
283 ------------------------------------------------------------------------
284 rev 1401:  arekm | 2003-10-02 20:45:03 +0200 (Thu, 02 Oct 2003) | 1 line
285 Changed paths:
286    M /rc-scripts/trunk/ChangeLog
287
288 - updated for 0.4.0.2 release
289 ------------------------------------------------------------------------
290 rev 1400:  arekm | 2003-10-02 20:43:56 +0200 (Thu, 02 Oct 2003) | 1 line
291 Changed paths:
292    M /rc-scripts/trunk/configure.ac
293
294 - 0.4.0.2 release
295 ------------------------------------------------------------------------
296 rev 1399:  arekm | 2003-10-02 20:42:33 +0200 (Thu, 02 Oct 2003) | 1 line
297 Changed paths:
298    M /rc-scripts/trunk/rc.d/init.d/functions
299
300 - check own pid, not parents one
301 ------------------------------------------------------------------------
302 rev 1398:  arekm | 2003-10-02 20:33:51 +0200 (Thu, 02 Oct 2003) | 1 line
303 Changed paths:
304    M /rc-scripts/trunk/rc.d/rc.sysinit
305
306 - sleep 5 is not needed when starting usb; more protection again double mounting usbfs
307 ------------------------------------------------------------------------
308 rev 1397:  arekm | 2003-10-02 20:23:51 +0200 (Thu, 02 Oct 2003) | 1 line
309 Changed paths:
310    M /rc-scripts/trunk/rc.d/init.d/functions
311
312 - do even try to kill itself
313 ------------------------------------------------------------------------
314 rev 1393:  baggins | 2003-09-30 11:44:14 +0200 (Tue, 30 Sep 2003) | 2 lines
315 Changed paths:
316    M /rc-scripts/trunk/rc.d/rc.sysinit
317
318 - load lvm and dm modules with "autoclean"
319
320 ------------------------------------------------------------------------
321 rev 1392:  baggins | 2003-09-30 11:40:59 +0200 (Tue, 30 Sep 2003) | 2 lines
322 Changed paths:
323    M /rc-scripts/trunk/rc.d/rc.sysinit
324
325 - usb-storage must be loaded before LVM detection (disks on USB are real)
326
327 ------------------------------------------------------------------------
328 rev 1383:  wiget | 2003-09-28 18:33:55 +0200 (Sun, 28 Sep 2003) | 1 line
329 Changed paths:
330    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
331
332 - fix error message
333 ------------------------------------------------------------------------
334 rev 1382:  wiget | 2003-09-28 18:03:40 +0200 (Sun, 28 Sep 2003) | 1 line
335 Changed paths:
336    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-irda
337
338 - fix setting arp for irdaX
339 ------------------------------------------------------------------------
340 rev 1381:  arekm | 2003-09-28 16:53:30 +0200 (Sun, 28 Sep 2003) | 1 line
341 Changed paths:
342    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
343
344 - fix power/txpower/retry wlan parameters handling
345 ------------------------------------------------------------------------
346 rev 1371:  wiget | 2003-09-22 21:55:20 +0200 (Mon, 22 Sep 2003) | 1 line
347 Changed paths:
348    M /rc-scripts/trunk/run-parts
349
350 - use syntax described in SUSv2
351 ------------------------------------------------------------------------
352 rev 1370:  arekm | 2003-09-22 19:46:30 +0200 (Mon, 22 Sep 2003) | 1 line
353 Changed paths:
354    M /rc-scripts/trunk/run-parts
355
356 - oh, use RUNPARTS_DIR
357 ------------------------------------------------------------------------
358 rev 1369:  arekm | 2003-09-22 19:20:28 +0200 (Mon, 22 Sep 2003) | 1 line
359 Changed paths:
360    M /rc-scripts/trunk/run-parts
361
362 - run mainly safe named scripts and protect against some bad files
363 ------------------------------------------------------------------------
364 rev 1367:  arekm | 2003-09-22 03:45:42 +0200 (Mon, 22 Sep 2003) | 1 line
365 Changed paths:
366    M /rc-scripts/trunk/ChangeLog
367
368 - updated
369 ------------------------------------------------------------------------
370 rev 1365:  arekm | 2003-09-22 03:35:16 +0200 (Mon, 22 Sep 2003) | 1 line
371 Changed paths:
372    M /rc-scripts/trunk/rc-scripts.spec.in
373
374 - include more docs
375 ------------------------------------------------------------------------
376 rev 1364:  arekm | 2003-09-22 03:28:35 +0200 (Mon, 22 Sep 2003) | 6 lines
377 Changed paths:
378    M /rc-scripts/trunk/AUTHORS
379    M /rc-scripts/trunk/ChangeLog
380    M /rc-scripts/trunk/DEVELOPMENT
381    M /rc-scripts/trunk/README
382    M /rc-scripts/trunk/configure.ac
383    M /rc-scripts/trunk/doc/ipcalc.1
384    M /rc-scripts/trunk/doc/net-scripts.txt
385    M /rc-scripts/trunk/doc/sysconfig.txt
386    M /rc-scripts/trunk/doc/sysvinitfiles
387    M /rc-scripts/trunk/hwprofile
388    M /rc-scripts/trunk/isapnp/Makefile.am
389    M /rc-scripts/trunk/isapnp/isapnp-kernel.conf
390    M /rc-scripts/trunk/makepot.pl
391    M /rc-scripts/trunk/po/de.po
392    M /rc-scripts/trunk/po/pl.po
393    M /rc-scripts/trunk/ppp/auth-down
394    M /rc-scripts/trunk/ppp/auth-up
395    M /rc-scripts/trunk/ppp/ip-down
396    M /rc-scripts/trunk/ppp/ip-down.d/logger
397    M /rc-scripts/trunk/ppp/ip-up
398    M /rc-scripts/trunk/ppp/ip-up.d/logger
399    M /rc-scripts/trunk/ppp/ipx-down
400    M /rc-scripts/trunk/ppp/ipx-up
401    M /rc-scripts/trunk/rc-scripts.spec.in
402    M /rc-scripts/trunk/rc.d/init.d/allowlogin
403    M /rc-scripts/trunk/rc.d/init.d/functions
404    M /rc-scripts/trunk/rc.d/init.d/killall
405    M /rc-scripts/trunk/rc.d/init.d/network
406    M /rc-scripts/trunk/rc.d/init.d/random
407    M /rc-scripts/trunk/rc.d/init.d/single
408    M /rc-scripts/trunk/rc.d/init.d/template.init
409    M /rc-scripts/trunk/rc.d/init.d/timezone
410    M /rc-scripts/trunk/rc.d/rc
411    M /rc-scripts/trunk/rc.d/rc.init
412    M /rc-scripts/trunk/rc.d/rc.local
413    M /rc-scripts/trunk/rc.d/rc.modules
414    M /rc-scripts/trunk/rc.d/rc.shutdown
415    M /rc-scripts/trunk/rc.d/rc.sysinit
416    M /rc-scripts/trunk/run-parts
417    M /rc-scripts/trunk/src/ipcalc.c
418    M /rc-scripts/trunk/sysconfig/clock
419    M /rc-scripts/trunk/sysconfig/hwprofiles/Makefile.am
420    M /rc-scripts/trunk/sysconfig/i18n
421    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.callback
422    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.leased1
423    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.tpsa
424    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp/logger
425    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-br0
426    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-irda0
427    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-irlan0
428    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.callback
429    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
430    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased2
431    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-sl0
432    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-description
433    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp/logger
434    M /rc-scripts/trunk/sysconfig/network
435    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
436    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
437    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
438    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-irda
439    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
440    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
441    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
442    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-vlan
443    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
444    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
445    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-br
446    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
447    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-irda
448    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-iucv
449    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-neigh
450    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
451    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plusb
452    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
453    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
454    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
455    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
456    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
457    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
458    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
459    M /rc-scripts/trunk/sysconfig/system
460
461 - preparation for upcoming 0.4.0.1 release
462 - updated all email addresses to current domain (pld-linux.org)
463 - added missing files (networking scripts mainly)
464 - updated spec file
465 - updated changelog
466
467 ------------------------------------------------------------------------
468 rev 1363:  arekm | 2003-09-22 02:55:30 +0200 (Mon, 22 Sep 2003) | 1 line
469 Changed paths:
470    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
471    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
472
473 - added missing files
474 ------------------------------------------------------------------------
475 rev 1361:  arekm | 2003-09-19 22:29:34 +0200 (Fri, 19 Sep 2003) | 1 line
476 Changed paths:
477    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
478
479 - description of DIRECT_CONNECT for ppp, too
480 ------------------------------------------------------------------------
481 rev 1331:  arekm | 2003-09-14 13:47:37 +0200 (Sun, 14 Sep 2003) | 1 line
482 Changed paths:
483    M /rc-scripts/trunk/.cvsignore
484    M /rc-scripts/trunk/AUTHORS
485    M /rc-scripts/trunk/COPYING
486    M /rc-scripts/trunk/ChangeLog
487    M /rc-scripts/trunk/DEVELOPMENT
488    M /rc-scripts/trunk/INSTALL
489    M /rc-scripts/trunk/Makefile.am
490    M /rc-scripts/trunk/NEWS
491    M /rc-scripts/trunk/README
492    M /rc-scripts/trunk/TODO
493    M /rc-scripts/trunk/adjtime
494    M /rc-scripts/trunk/autogen.sh
495    M /rc-scripts/trunk/configure.ac
496    M /rc-scripts/trunk/doc/.cvsignore
497    M /rc-scripts/trunk/doc/Makefile.am
498    M /rc-scripts/trunk/doc/consoletype.1
499    M /rc-scripts/trunk/doc/doexec.1
500    M /rc-scripts/trunk/doc/initlog.1
501    M /rc-scripts/trunk/doc/ipcalc.1
502    M /rc-scripts/trunk/doc/make-html
503    M /rc-scripts/trunk/doc/net-scripts.txt
504    M /rc-scripts/trunk/doc/netreport.1
505    M /rc-scripts/trunk/doc/polski.dsl
506    M /rc-scripts/trunk/doc/ppp-watch.8
507    M /rc-scripts/trunk/doc/rc-scripts.docb
508    M /rc-scripts/trunk/doc/sysconfig.docb
509    M /rc-scripts/trunk/doc/sysconfig.txt
510    M /rc-scripts/trunk/doc/sysvinitfiles
511    M /rc-scripts/trunk/doc/usernetctl.8
512    M /rc-scripts/trunk/doc/usleep.1
513    M /rc-scripts/trunk/dumb.sh
514    M /rc-scripts/trunk/hwprofile
515    M /rc-scripts/trunk/inittab
516    M /rc-scripts/trunk/isapnp/.cvsignore
517    M /rc-scripts/trunk/isapnp/Makefile.am
518    M /rc-scripts/trunk/isapnp/isapnp-kernel.conf
519    M /rc-scripts/trunk/lang.csh
520    M /rc-scripts/trunk/lang.sh
521    M /rc-scripts/trunk/modules
522    M /rc-scripts/trunk/po/.cvsignore
523    M /rc-scripts/trunk/po/Makefile.am
524    M /rc-scripts/trunk/po/de.po
525    M /rc-scripts/trunk/po/pl.po
526    M /rc-scripts/trunk/ppp/.cvsignore
527    M /rc-scripts/trunk/ppp/Makefile.am
528    M /rc-scripts/trunk/ppp/auth-down
529    M /rc-scripts/trunk/ppp/auth-up
530    M /rc-scripts/trunk/ppp/ip-down
531    M /rc-scripts/trunk/ppp/ip-down.d/.cvsignore
532    M /rc-scripts/trunk/ppp/ip-down.d/Makefile.am
533    M /rc-scripts/trunk/ppp/ip-down.d/logger
534    M /rc-scripts/trunk/ppp/ip-up
535    M /rc-scripts/trunk/ppp/ip-up.d/.cvsignore
536    M /rc-scripts/trunk/ppp/ip-up.d/Makefile.am
537    M /rc-scripts/trunk/ppp/ip-up.d/logger
538    M /rc-scripts/trunk/ppp/ipx-down
539    M /rc-scripts/trunk/ppp/ipx-up
540    M /rc-scripts/trunk/rc-scripts.spec.in
541    M /rc-scripts/trunk/rc.d/.cvsignore
542    M /rc-scripts/trunk/rc.d/Makefile.am
543    M /rc-scripts/trunk/rc.d/init.d/.cvsignore
544    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
545    M /rc-scripts/trunk/rc.d/init.d/allowlogin
546    M /rc-scripts/trunk/rc.d/init.d/functions
547    M /rc-scripts/trunk/rc.d/init.d/killall
548    M /rc-scripts/trunk/rc.d/init.d/network
549    M /rc-scripts/trunk/rc.d/init.d/random
550    M /rc-scripts/trunk/rc.d/init.d/single
551    M /rc-scripts/trunk/rc.d/init.d/template.init
552    M /rc-scripts/trunk/rc.d/init.d/timezone
553    M /rc-scripts/trunk/rc.d/rc
554    M /rc-scripts/trunk/rc.d/rc.init
555    M /rc-scripts/trunk/rc.d/rc.local
556    M /rc-scripts/trunk/rc.d/rc.modules
557    M /rc-scripts/trunk/rc.d/rc.shutdown
558    M /rc-scripts/trunk/rc.d/rc.sysinit
559    M /rc-scripts/trunk/run-parts
560    M /rc-scripts/trunk/service
561    M /rc-scripts/trunk/setsysfont
562    M /rc-scripts/trunk/src/.cvsignore
563    M /rc-scripts/trunk/src/Makefile.am
564    M /rc-scripts/trunk/src/consoletype.c
565    M /rc-scripts/trunk/src/doexec.c
566    M /rc-scripts/trunk/src/getkey.c
567    M /rc-scripts/trunk/src/initlog.c
568    M /rc-scripts/trunk/src/initlog.conf
569    M /rc-scripts/trunk/src/initlog.h
570    M /rc-scripts/trunk/src/ipcalc.c
571    M /rc-scripts/trunk/src/loglevel.c
572    M /rc-scripts/trunk/src/minilogd.c
573    M /rc-scripts/trunk/src/netreport.c
574    M /rc-scripts/trunk/src/ppp-watch.c
575    M /rc-scripts/trunk/src/process.c
576    M /rc-scripts/trunk/src/process.h
577    M /rc-scripts/trunk/src/resolvesymlink.c
578    M /rc-scripts/trunk/src/shvar.c
579    M /rc-scripts/trunk/src/shvar.h
580    M /rc-scripts/trunk/src/testd.c
581    M /rc-scripts/trunk/src/testdinit
582    M /rc-scripts/trunk/src/usernetctl.c
583    M /rc-scripts/trunk/src/usleep.c
584    M /rc-scripts/trunk/sysconfig/.cvsignore
585    M /rc-scripts/trunk/sysconfig/Makefile.am
586    M /rc-scripts/trunk/sysconfig/clock
587    M /rc-scripts/trunk/sysconfig/hwprof
588    M /rc-scripts/trunk/sysconfig/hwprofiles/.cvsignore
589    M /rc-scripts/trunk/sysconfig/hwprofiles/Makefile.am
590    M /rc-scripts/trunk/sysconfig/i18n
591    M /rc-scripts/trunk/sysconfig/interfaces/.cvsignore
592    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
593    M /rc-scripts/trunk/sysconfig/interfaces/data/.cvsignore
594    M /rc-scripts/trunk/sysconfig/interfaces/data/Makefile.am
595    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.callback
596    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm
597    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.leased1
598    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.tpsa
599    M /rc-scripts/trunk/sysconfig/interfaces/down.d/.cvsignore
600    M /rc-scripts/trunk/sysconfig/interfaces/down.d/Makefile.am
601    M /rc-scripts/trunk/sysconfig/interfaces/down.d/all/.cvsignore
602    M /rc-scripts/trunk/sysconfig/interfaces/down.d/all/Makefile.am
603    M /rc-scripts/trunk/sysconfig/interfaces/down.d/all/thetouch
604    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ip/.cvsignore
605    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ip/Makefile.am
606    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ipx/.cvsignore
607    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ipx/Makefile.am
608    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp/.cvsignore
609    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp/Makefile.am
610    M /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp/logger
611    M /rc-scripts/trunk/sysconfig/interfaces/down.d/tnl/.cvsignore
612    M /rc-scripts/trunk/sysconfig/interfaces/down.d/tnl/Makefile.am
613    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-br0
614    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
615    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0
616    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-irda0
617    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-irlan0
618    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.callback
619    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm
620    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
621    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased2
622    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.tpsa
623    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-sl0
624    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-description
625    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-icm
626    M /rc-scripts/trunk/sysconfig/interfaces/up.d/.cvsignore
627    M /rc-scripts/trunk/sysconfig/interfaces/up.d/Makefile.am
628    M /rc-scripts/trunk/sysconfig/interfaces/up.d/all/.cvsignore
629    M /rc-scripts/trunk/sysconfig/interfaces/up.d/all/Makefile.am
630    M /rc-scripts/trunk/sysconfig/interfaces/up.d/all/thetouch
631    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ip/.cvsignore
632    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ip/Makefile.am
633    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ipx/.cvsignore
634    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ipx/Makefile.am
635    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp/.cvsignore
636    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp/Makefile.am
637    M /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp/logger
638    M /rc-scripts/trunk/sysconfig/interfaces/up.d/tnl/.cvsignore
639    M /rc-scripts/trunk/sysconfig/interfaces/up.d/tnl/Makefile.am
640    M /rc-scripts/trunk/sysconfig/ip-rules
641    M /rc-scripts/trunk/sysconfig/network
642    M /rc-scripts/trunk/sysconfig/network-scripts/.cvsignore
643    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
644    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
645    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
646    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
647    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-irda
648    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
649    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
650    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
651    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-vlan
652    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
653    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
654    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-br
655    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
656    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-irda
657    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-iucv
658    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-neigh
659    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
660    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plusb
661    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
662    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
663    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
664    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
665    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
666    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
667    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
668    M /rc-scripts/trunk/sysconfig/static-arp
669    M /rc-scripts/trunk/sysconfig/static-nat
670    M /rc-scripts/trunk/sysconfig/static-routes
671    M /rc-scripts/trunk/sysconfig/system
672    M /rc-scripts/trunk/sysconfig/timezone
673    M /rc-scripts/trunk/sysctl.conf
674
675 - propset Id everywhere
676 ------------------------------------------------------------------------
677 rev 1328:  arekm | 2003-09-14 12:48:34 +0200 (Sun, 14 Sep 2003) | 1 line
678 Changed paths:
679    M /rc-scripts/trunk/makepot.pl
680
681 - propset test
682 ------------------------------------------------------------------------
683 rev 1129:  nobody | 2003-09-10 01:08:36 +0200 (Wed, 10 Sep 2003) | 3 lines
684 Changed paths:
685    M /rc-scripts/trunk/ChangeLog
686
687 - ChangeLog update by changelog.sh
688   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
689
690 ------------------------------------------------------------------------
691 rev 1128:  arekm | 2003-09-10 00:45:49 +0200 (Wed, 10 Sep 2003) | 2 lines
692 Changed paths:
693    M /rc-scripts/trunk/rc.d/init.d/functions
694
695 - also be able to find 2.6 modules (.ko)
696
697 ------------------------------------------------------------------------
698 rev 1127:  nobody | 2003-09-10 00:07:20 +0200 (Wed, 10 Sep 2003) | 3 lines
699 Changed paths:
700    M /rc-scripts/trunk/ChangeLog
701
702 - ChangeLog update by changelog.sh
703   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
704
705 ------------------------------------------------------------------------
706 rev 1126:  baggins | 2003-09-10 00:05:49 +0200 (Wed, 10 Sep 2003) | 2 lines
707 Changed paths:
708    M /rc-scripts/trunk/rc.d/init.d/functions
709
710 - fixed is_module - modules may be gzipped
711
712 ------------------------------------------------------------------------
713 rev 1125:  nobody | 2003-09-09 19:08:27 +0200 (Tue, 09 Sep 2003) | 3 lines
714 Changed paths:
715    M /rc-scripts/trunk/ChangeLog
716
717 - ChangeLog update by changelog.sh
718   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
719
720 ------------------------------------------------------------------------
721 rev 1124:  arekm | 2003-09-09 18:14:32 +0200 (Tue, 09 Sep 2003) | 2 lines
722 Changed paths:
723    M /rc-scripts/trunk/rc.d/rc.sysinit
724
725 - add sysfs to mtab
726
727 ------------------------------------------------------------------------
728 rev 1123:  nobody | 2003-09-08 12:07:59 +0200 (Mon, 08 Sep 2003) | 3 lines
729 Changed paths:
730    M /rc-scripts/trunk/ChangeLog
731
732 - ChangeLog update by changelog.sh
733   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
734
735 ------------------------------------------------------------------------
736 rev 1122:  arekm | 2003-09-08 11:29:34 +0200 (Mon, 08 Sep 2003) | 2 lines
737 Changed paths:
738    M /rc-scripts/trunk/rc.d/rc.sysinit
739
740 - mount sysfs in the same way as proc is
741
742 ------------------------------------------------------------------------
743 rev 1121:  nobody | 2003-09-05 17:07:51 +0200 (Fri, 05 Sep 2003) | 3 lines
744 Changed paths:
745    M /rc-scripts/trunk/ChangeLog
746
747 - ChangeLog update by changelog.sh
748   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
749
750 ------------------------------------------------------------------------
751 rev 1120:  arekm | 2003-09-05 16:53:55 +0200 (Fri, 05 Sep 2003) | 2 lines
752 Changed paths:
753    M /rc-scripts/trunk/rc.d/init.d/functions
754
755 - if there is no process then it already died
756
757 ------------------------------------------------------------------------
758 rev 1119:  nobody | 2003-08-19 16:09:02 +0200 (Tue, 19 Aug 2003) | 3 lines
759 Changed paths:
760    M /rc-scripts/trunk/ChangeLog
761
762 - ChangeLog update by changelog.sh
763   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
764
765 ------------------------------------------------------------------------
766 rev 1118:  ankry | 2003-08-19 16:07:10 +0200 (Tue, 19 Aug 2003) | 2 lines
767 Changed paths:
768    M /rc-scripts/trunk/dumb.sh
769
770 - for nessusd.init
771
772 ------------------------------------------------------------------------
773 rev 1117:  nobody | 2003-08-10 23:07:35 +0200 (Sun, 10 Aug 2003) | 3 lines
774 Changed paths:
775    M /rc-scripts/trunk/ChangeLog
776
777 - ChangeLog update by changelog.sh
778   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
779
780 ------------------------------------------------------------------------
781 rev 1116:  arekm | 2003-08-10 22:54:37 +0200 (Sun, 10 Aug 2003) | 2 lines
782 Changed paths:
783    M /rc-scripts/trunk/rc.d/rc.sysinit
784
785 - simplified mdadm support
786
787 ------------------------------------------------------------------------
788 rev 1115:  arekm | 2003-08-10 22:49:35 +0200 (Sun, 10 Aug 2003) | 2 lines
789 Changed paths:
790    M /rc-scripts/trunk/rc.d/init.d/functions
791
792 - functions for kernel version checking
793
794 ------------------------------------------------------------------------
795 rev 1114:  nobody | 2003-08-07 13:07:18 +0200 (Thu, 07 Aug 2003) | 3 lines
796 Changed paths:
797    M /rc-scripts/trunk/ChangeLog
798
799 - ChangeLog update by changelog.sh
800   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
801
802 ------------------------------------------------------------------------
803 rev 1113:  arekm | 2003-08-07 12:20:11 +0200 (Thu, 07 Aug 2003) | 2 lines
804 Changed paths:
805    M /rc-scripts/trunk/rc.d/rc.sysinit
806
807 - add support for mdadm when trying to start RAID devices
808
809 ------------------------------------------------------------------------
810 rev 1112:  nobody | 2003-08-06 22:07:38 +0200 (Wed, 06 Aug 2003) | 3 lines
811 Changed paths:
812    M /rc-scripts/trunk/ChangeLog
813
814 - ChangeLog update by changelog.sh
815   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
816
817 ------------------------------------------------------------------------
818 rev 1111:  ankry | 2003-08-06 21:23:47 +0200 (Wed, 06 Aug 2003) | 2 lines
819 Changed paths:
820    M /rc-scripts/trunk/dumb.sh
821
822 - from athcool.init
823
824 ------------------------------------------------------------------------
825 rev 1110:  nobody | 2003-07-28 15:07:33 +0200 (Mon, 28 Jul 2003) | 3 lines
826 Changed paths:
827    M /rc-scripts/trunk/ChangeLog
828
829 - ChangeLog update by changelog.sh
830   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
831
832 ------------------------------------------------------------------------
833 rev 1109:  blues | 2003-07-28 14:16:02 +0200 (Mon, 28 Jul 2003) | 2 lines
834 Changed paths:
835    M /rc-scripts/trunk/sysctl.conf
836
837 - added gc_thresh entries
838
839 ------------------------------------------------------------------------
840 rev 1108:  blues | 2003-07-28 14:11:27 +0200 (Mon, 28 Jul 2003) | 2 lines
841 Changed paths:
842    M /rc-scripts/trunk/sysconfig/network
843
844 - oops - these were my experiments...
845
846 ------------------------------------------------------------------------
847 rev 1107:  nobody | 2003-07-28 14:07:19 +0200 (Mon, 28 Jul 2003) | 3 lines
848 Changed paths:
849    M /rc-scripts/trunk/ChangeLog
850
851 - ChangeLog update by changelog.sh
852   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
853
854 ------------------------------------------------------------------------
855 rev 1106:  blues | 2003-07-28 14:02:20 +0200 (Mon, 28 Jul 2003) | 2 lines
856 Changed paths:
857    M /rc-scripts/trunk/sysconfig/network
858
859 - typo
860
861 ------------------------------------------------------------------------
862 rev 1105:  blues | 2003-07-28 13:33:48 +0200 (Mon, 28 Jul 2003) | 2 lines
863 Changed paths:
864    M /rc-scripts/trunk/sysconfig/network
865
866 - GATEWAY setup is back - with comment
867
868 ------------------------------------------------------------------------
869 rev 1104:  nobody | 2003-07-12 02:07:21 +0200 (Sat, 12 Jul 2003) | 3 lines
870 Changed paths:
871    M /rc-scripts/trunk/ChangeLog
872
873 - ChangeLog update by changelog.sh
874   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
875
876 ------------------------------------------------------------------------
877 rev 1103:  arekm | 2003-07-12 01:08:47 +0200 (Sat, 12 Jul 2003) | 2 lines
878 Changed paths:
879    M /rc-scripts/trunk/rc.d/init.d/network
880
881 - added nameif support
882
883 ------------------------------------------------------------------------
884 rev 1102:  nobody | 2003-07-10 21:07:27 +0200 (Thu, 10 Jul 2003) | 3 lines
885 Changed paths:
886    M /rc-scripts/trunk/ChangeLog
887
888 - ChangeLog update by changelog.sh
889   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
890
891 ------------------------------------------------------------------------
892 rev 1101:  baggins | 2003-07-10 20:39:21 +0200 (Thu, 10 Jul 2003) | 2 lines
893 Changed paths:
894    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
895
896 - description for VLAN_REORDER_HDR
897
898 ------------------------------------------------------------------------
899 rev 1100:  baggins | 2003-07-10 20:36:44 +0200 (Thu, 10 Jul 2003) | 2 lines
900 Changed paths:
901    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
902
903 - seems like API changed, allow REORDER_HDR on VLANs
904
905 ------------------------------------------------------------------------
906 rev 1099:  nobody | 2003-07-10 15:07:19 +0200 (Thu, 10 Jul 2003) | 3 lines
907 Changed paths:
908    M /rc-scripts/trunk/ChangeLog
909
910 - ChangeLog update by changelog.sh
911   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
912
913 ------------------------------------------------------------------------
914 rev 1098:  baggins | 2003-07-10 14:30:34 +0200 (Thu, 10 Jul 2003) | 2 lines
915 Changed paths:
916    M /rc-scripts/trunk/rc.d/init.d/network
917
918 - we should stop bridges first if we are staring them last
919
920 ------------------------------------------------------------------------
921 rev 1097:  baggins | 2003-07-10 14:26:08 +0200 (Thu, 10 Jul 2003) | 3 lines
922 Changed paths:
923    M /rc-scripts/trunk/rc.d/init.d/network
924
925 - special case bridge interfaces (br*), they *must* be handled last
926   as we are not able to know what will be bridged
927
928 ------------------------------------------------------------------------
929 rev 1096:  nobody | 2003-07-07 12:04:09 +0200 (Mon, 07 Jul 2003) | 3 lines
930 Changed paths:
931    M /rc-scripts/trunk/ChangeLog
932
933 - ChangeLog update by changelog.sh
934   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
935
936 ------------------------------------------------------------------------
937 rev 1095:  arekm | 2003-07-05 13:59:54 +0200 (Sat, 05 Jul 2003) | 2 lines
938 Changed paths:
939    M /rc-scripts/trunk/rc.d/rc.sysinit
940
941 - mount devpts, too
942
943 ------------------------------------------------------------------------
944 rev 1094:  arekm | 2003-06-30 17:36:22 +0200 (Mon, 30 Jun 2003) | 2 lines
945 Changed paths:
946    M /rc-scripts/trunk/rc.d/rc.sysinit
947
948 - keep old dmesg, too
949
950 ------------------------------------------------------------------------
951 rev 1093:  qboosh | 2003-06-24 12:34:24 +0200 (Tue, 24 Jun 2003) | 2 lines
952 Changed paths:
953    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm
954
955 - added note about bluez
956
957 ------------------------------------------------------------------------
958 rev 1092:  qboosh | 2003-06-24 12:33:28 +0200 (Tue, 24 Jun 2003) | 2 lines
959 Changed paths:
960    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
961    M /rc-scripts/trunk/sysconfig/interfaces/data/Makefile.am
962
963 - added *-ppp0.gprs-plusgsm
964
965 ------------------------------------------------------------------------
966 rev 1091:  qboosh | 2003-06-24 12:26:04 +0200 (Tue, 24 Jun 2003) | 2 lines
967 Changed paths:
968    A /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm
969    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm
970
971 - ppp examples for GPRS/PlusGSM taken from BTS#694
972
973 ------------------------------------------------------------------------
974 rev 1090:  blues | 2003-06-20 17:32:51 +0200 (Fri, 20 Jun 2003) | 2 lines
975 Changed paths:
976    M /rc-scripts/trunk/rc.d/rc.sysinit
977
978 - stupid  missing thing
979
980 ------------------------------------------------------------------------
981 rev 1089:  arekm | 2003-06-19 17:57:07 +0200 (Thu, 19 Jun 2003) | 2 lines
982 Changed paths:
983    M /rc-scripts/trunk/sysconfig/network
984    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
985    M /rc-scripts/trunk/sysconfig/static-routes
986
987 - use static-routes for ip rule configuration; drop GATRWAY from network configuration
988
989 ------------------------------------------------------------------------
990 rev 1088:  qboosh | 2003-06-17 16:02:35 +0200 (Tue, 17 Jun 2003) | 2 lines
991 Changed paths:
992    M /rc-scripts/trunk/rc.d/init.d/timezone
993
994 - posix zoneinfo files are in top level, not "posix" subdir now
995
996 ------------------------------------------------------------------------
997 rev 1087:  adasi | 2003-06-16 23:28:52 +0200 (Mon, 16 Jun 2003) | 2 lines
998 Changed paths:
999    M /rc-scripts/trunk/rc.d/rc.sysinit
1000
1001  - future is now...
1002
1003 ------------------------------------------------------------------------
1004 rev 1086:  blues | 2003-06-16 22:20:22 +0200 (Mon, 16 Jun 2003) | 2 lines
1005 Changed paths:
1006    M /rc-scripts/trunk/rc-scripts.spec.in
1007    M /rc-scripts/trunk/rc.d/rc.sysinit
1008
1009 - early mounting of sysfs under kernel 2.5
1010
1011 ------------------------------------------------------------------------
1012 rev 1085:  arekm | 2003-06-16 20:05:37 +0200 (Mon, 16 Jun 2003) | 2 lines
1013 Changed paths:
1014    M /rc-scripts/trunk/rc.d/rc.sysinit
1015
1016 - usbdevfs is usbfs in 2.5
1017
1018 ------------------------------------------------------------------------
1019 rev 1084:  nobody | 2003-06-15 19:39:39 +0200 (Sun, 15 Jun 2003) | 3 lines
1020 Changed paths:
1021    M /rc-scripts/trunk/ChangeLog
1022
1023 - ChangeLog update by changelog.sh
1024   (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
1025
1026 ------------------------------------------------------------------------
1027 rev 1083:  blues | 2003-06-06 11:02:59 +0200 (Fri, 06 Jun 2003) | 2 lines
1028 Changed paths:
1029    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
1030
1031 - fixed typo in description
1032
1033 ------------------------------------------------------------------------
1034 rev 1082:  arekm | 2003-05-31 13:59:02 +0200 (Sat, 31 May 2003) | 2 lines
1035 Changed paths:
1036    M /rc-scripts/trunk/inittab
1037
1038 - calling update is obsolete starting from 2.2.9 kernel
1039
1040 ------------------------------------------------------------------------
1041 rev 1081:  nobody | 2003-05-28 10:57:09 +0200 (Wed, 28 May 2003) | 3 lines
1042 Changed paths:
1043    A /rc-scripts/trunk/ChangeLog
1044
1045 - ChangeLog update by changelog.sh
1046   (by Arkadiusz Miskiewicz <misiek@pld.org.pl>)
1047
1048 ------------------------------------------------------------------------
1049 rev 1080:  ankry | 2003-05-22 16:11:54 +0200 (Thu, 22 May 2003) | 2 lines
1050 Changed paths:
1051    M /rc-scripts/trunk/dumb.sh
1052
1053 - updated
1054
1055 ------------------------------------------------------------------------
1056 rev 1079:  ankry | 2003-05-16 00:39:08 +0200 (Fri, 16 May 2003) | 3 lines
1057 Changed paths:
1058    M /rc-scripts/trunk/rc.d/init.d/functions
1059
1060 - formatting
1061 - fixed second argument of "status"
1062
1063 ------------------------------------------------------------------------
1064 rev 1078:  ankry | 2003-05-16 00:37:54 +0200 (Fri, 16 May 2003) | 2 lines
1065 Changed paths:
1066    M /rc-scripts/trunk/dumb.sh
1067
1068 - updated
1069
1070 ------------------------------------------------------------------------
1071 rev 1077:  ankry | 2003-05-15 23:37:46 +0200 (Thu, 15 May 2003) | 2 lines
1072 Changed paths:
1073    M /rc-scripts/trunk/rc.d/init.d/functions
1074    M /rc-scripts/trunk/rc.d/init.d/template.init
1075
1076 - LSB conformance changes
1077
1078 ------------------------------------------------------------------------
1079 rev 1076:  ankry | 2003-05-11 23:09:56 +0200 (Sun, 11 May 2003) | 2 lines
1080 Changed paths:
1081    M /rc-scripts/trunk/dumb.sh
1082
1083 - updated
1084
1085 ------------------------------------------------------------------------
1086 rev 1075:  ankry | 2003-05-11 17:26:57 +0200 (Sun, 11 May 2003) | 2 lines
1087 Changed paths:
1088    M /rc-scripts/trunk/dumb.sh
1089
1090 removed duplicates; %s fixes
1091
1092 ------------------------------------------------------------------------
1093 rev 1074:  ankry | 2003-05-11 17:13:56 +0200 (Sun, 11 May 2003) | 2 lines
1094 Changed paths:
1095    M /rc-scripts/trunk/dumb.sh
1096
1097 updated
1098
1099 ------------------------------------------------------------------------
1100 rev 1073:  ankry | 2003-05-11 14:42:40 +0200 (Sun, 11 May 2003) | 2 lines
1101 Changed paths:
1102    M /rc-scripts/trunk/dumb.sh
1103
1104 updated
1105
1106 ------------------------------------------------------------------------
1107 rev 1072:  ankry | 2003-05-09 23:08:21 +0200 (Fri, 09 May 2003) | 2 lines
1108 Changed paths:
1109    M /rc-scripts/trunk/dumb.sh
1110
1111 - updated
1112
1113 ------------------------------------------------------------------------
1114 rev 1071:  ankry | 2003-05-08 19:18:33 +0200 (Thu, 08 May 2003) | 2 lines
1115 Changed paths:
1116    M /rc-scripts/trunk/rc.d/init.d/template.init
1117
1118 - reversed bogus change
1119
1120 ------------------------------------------------------------------------
1121 rev 1070:  ankry | 2003-05-08 01:35:19 +0200 (Thu, 08 May 2003) | 2 lines
1122 Changed paths:
1123    M /rc-scripts/trunk/dumb.sh
1124
1125 - updated
1126
1127 ------------------------------------------------------------------------
1128 rev 1069:  ankry | 2003-05-06 23:54:17 +0200 (Tue, 06 May 2003) | 2 lines
1129 Changed paths:
1130    M /rc-scripts/trunk/dumb.sh
1131
1132 updated
1133
1134 ------------------------------------------------------------------------
1135 rev 1068:  ankry | 2003-05-05 02:07:23 +0200 (Mon, 05 May 2003) | 2 lines
1136 Changed paths:
1137    M /rc-scripts/trunk/dumb.sh
1138    M /rc-scripts/trunk/rc.d/init.d/template.init
1139
1140 updated
1141
1142 ------------------------------------------------------------------------
1143 rev 1067:  ankry | 2003-05-04 21:48:57 +0200 (Sun, 04 May 2003) | 2 lines
1144 Changed paths:
1145    M /rc-scripts/trunk/dumb.sh
1146
1147 updated
1148
1149 ------------------------------------------------------------------------
1150 rev 1066:  ankry | 2003-05-04 01:16:09 +0200 (Sun, 04 May 2003) | 2 lines
1151 Changed paths:
1152    M /rc-scripts/trunk/dumb.sh
1153
1154 updated
1155
1156 ------------------------------------------------------------------------
1157 rev 1065:  ankry | 2003-05-03 01:41:13 +0200 (Sat, 03 May 2003) | 2 lines
1158 Changed paths:
1159    A /rc-scripts/trunk/dumb.sh
1160
1161 - dump script with various messages
1162
1163 ------------------------------------------------------------------------
1164 rev 1064:  ankry | 2003-05-03 01:39:29 +0200 (Sat, 03 May 2003) | 2 lines
1165 Changed paths:
1166    M /rc-scripts/trunk/rc-scripts.spec.in
1167
1168 - fix improper use of %%{_sysconfigdir}
1169
1170 ------------------------------------------------------------------------
1171 rev 1063:  kloczek | 2003-05-02 22:27:04 +0200 (Fri, 02 May 2003) | 2 lines
1172 Changed paths:
1173    M /rc-scripts/trunk/po/de.po
1174
1175 - corrected charset s/iso8850-1/iso-8850-1/.
1176
1177 ------------------------------------------------------------------------
1178 rev 1062:  baggins | 2003-04-17 20:21:56 +0200 (Thu, 17 Apr 2003) | 2 lines
1179 Changed paths:
1180    M /rc-scripts/trunk/rc.d/rc.sysinit
1181
1182 - added support for device-mapper
1183
1184 ------------------------------------------------------------------------
1185 rev 1061:  misiek | 2003-04-10 09:37:41 +0200 (Thu, 10 Apr 2003) | 2 lines
1186 Changed paths:
1187    M /rc-scripts/trunk/rc.d/rc.sysinit
1188
1189 - use new evms_activate utility; drop support for evms < 2.0.0
1190
1191 ------------------------------------------------------------------------
1192 rev 1060:  misiek | 2003-04-07 21:59:48 +0200 (Mon, 07 Apr 2003) | 2 lines
1193 Changed paths:
1194    M /rc-scripts/trunk/rc.d/rc.sysinit
1195
1196 - split sysctl call into two pieces
1197
1198 ------------------------------------------------------------------------
1199 rev 1059:  misiek | 2003-04-07 21:54:39 +0200 (Mon, 07 Apr 2003) | 2 lines
1200 Changed paths:
1201    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
1202
1203 - fix Andrzej's proxy arp support
1204
1205 ------------------------------------------------------------------------
1206 rev 1058:  cieciwa | 2003-03-06 14:31:00 +0100 (Thu, 06 Mar 2003) | 2 lines
1207 Changed paths:
1208    M /rc-scripts/trunk/sysctl.conf
1209
1210 - corecting URL of grsecurity.
1211
1212 ------------------------------------------------------------------------
1213 rev 1057:  misiek | 2003-01-25 01:37:38 +0100 (Sat, 25 Jan 2003) | 2 lines
1214 Changed paths:
1215    M /rc-scripts/trunk/rc.d/rc.shutdown
1216
1217 - more generic ups support via /sbin/poweroff-ups
1218
1219 ------------------------------------------------------------------------
1220 rev 1056:  ankry | 2003-01-15 23:34:10 +0100 (Wed, 15 Jan 2003) | 5 lines
1221 Changed paths:
1222    M /rc-scripts/trunk/TODO
1223    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
1224    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
1225
1226 - support for proxy ARP per interface
1227 - fix sysctl for IPV6_DISABLE_AUTOCONF
1228 - typos, formatting
1229 - MTU for ethernet already supported [ remove from TODO ]
1230
1231 ------------------------------------------------------------------------
1232 rev 1055:  kloczek | 2003-01-07 15:45:46 +0100 (Tue, 07 Jan 2003) | 2 lines
1233 Changed paths:
1234    M /rc-scripts/trunk/rc.d/init.d/functions
1235
1236 s/broke/break/ (fixed http://bugs.pld.org.pl/?bug=520).
1237
1238 ------------------------------------------------------------------------
1239 rev 1054:  siefca | 2002-12-31 00:39:25 +0100 (Tue, 31 Dec 2002) | 4 lines
1240 Changed paths:
1241    M /rc-scripts/trunk/run-parts
1242
1243 - run-parts: current directory now in an environment variable
1244 - run-parts: args shifted
1245 - run-parts: cosmetics
1246
1247 ------------------------------------------------------------------------
1248 rev 1053:  baggins | 2002-12-17 15:01:11 +0100 (Tue, 17 Dec 2002) | 2 lines
1249 Changed paths:
1250    M /rc-scripts/trunk/doc/sysconfig.docb
1251    M /rc-scripts/trunk/doc/sysconfig.txt
1252    M /rc-scripts/trunk/po/pl.po
1253    M /rc-scripts/trunk/rc.d/init.d/network
1254    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
1255
1256 - removed references to IPV*_FORWARDING
1257
1258 ------------------------------------------------------------------------
1259 rev 1052:  baggins | 2002-12-17 14:54:17 +0100 (Tue, 17 Dec 2002) | 2 lines
1260 Changed paths:
1261    M /rc-scripts/trunk/sysconfig/network
1262
1263 - better solution to IPV*_FORWARDING
1264
1265 ------------------------------------------------------------------------
1266 rev 1051:  baggins | 2002-12-17 14:43:14 +0100 (Tue, 17 Dec 2002) | 2 lines
1267 Changed paths:
1268    M /rc-scripts/trunk/sysconfig/network
1269
1270 - removed IPV*_FORWARDING - use /etc/sysctl.conf to set this
1271
1272 ------------------------------------------------------------------------
1273 rev 1050:  alchemyx | 2002-12-02 00:59:41 +0100 (Mon, 02 Dec 2002) | 2 lines
1274 Changed paths:
1275    M /rc-scripts/trunk/rc.d/rc.sysinit
1276
1277 - typo
1278
1279 ------------------------------------------------------------------------
1280 rev 1049:  alchemyx | 2002-12-01 22:31:01 +0100 (Sun, 01 Dec 2002) | 2 lines
1281 Changed paths:
1282    M /rc-scripts/trunk/rc.d/rc.sysinit
1283
1284 - system will reboot if is instructed by fsck to do so
1285
1286 ------------------------------------------------------------------------
1287 rev 1048:  misiek | 2002-11-28 00:41:53 +0100 (Thu, 28 Nov 2002) | 2 lines
1288 Changed paths:
1289    M /rc-scripts/trunk/rc.d/rc.shutdown
1290
1291 - support for UPS powerdown before halt
1292
1293 ------------------------------------------------------------------------
1294 rev 1047:  kloczek | 2002-11-12 16:54:04 +0100 (Tue, 12 Nov 2002) | 2 lines
1295 Changed paths:
1296    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
1297
1298 typo in comment (s/dhlc/dhcp/).
1299
1300 ------------------------------------------------------------------------
1301 rev 1046:  alchemyx | 2002-11-09 00:45:05 +0100 (Sat, 09 Nov 2002) | 3 lines
1302 Changed paths:
1303    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
1304    M /rc-scripts/trunk/sysconfig/static-nat
1305
1306 - updated static-nat (reversed parameters) so it works now as intended (as
1307   described in docs)
1308
1309 ------------------------------------------------------------------------
1310 rev 1045:  baggins | 2002-10-10 17:07:48 +0200 (Thu, 10 Oct 2002) | 2 lines
1311 Changed paths:
1312    M /rc-scripts/trunk/rc.d/rc.sysinit
1313    M /rc-scripts/trunk/sysconfig/system
1314
1315 - better support fo EVMS
1316
1317 ------------------------------------------------------------------------
1318 rev 1044:  areq | 2002-09-29 01:05:40 +0200 (Sun, 29 Sep 2002) | 2 lines
1319 Changed paths:
1320    M /rc-scripts/trunk/rc.d/rc.shutdown
1321
1322 - don't force umount iso9660 ramfs tmpfs
1323
1324 ------------------------------------------------------------------------
1325 rev 1043:  orzech | 2002-09-14 21:54:16 +0200 (Sat, 14 Sep 2002) | 2 lines
1326 Changed paths:
1327    M /rc-scripts/trunk/rc.d/rc
1328    M /rc-scripts/trunk/rc.d/rc.sysinit
1329    M /rc-scripts/trunk/sysconfig/system
1330
1331 - LOAD_SOUND is obsolete
1332
1333 ------------------------------------------------------------------------
1334 rev 1042:  misiek | 2002-08-24 19:04:45 +0200 (Sat, 24 Aug 2002) | 2 lines
1335 Changed paths:
1336    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
1337
1338 - fix wvdial support; chat support still broken
1339
1340 ------------------------------------------------------------------------
1341 rev 1041:  misiek | 2002-08-24 18:05:52 +0200 (Sat, 24 Aug 2002) | 5 lines
1342 Changed paths:
1343    M /rc-scripts/trunk/README
1344    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
1345    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
1346    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
1347
1348
1349 - added userspace and kernelspace PPPoE support
1350 - pass unit option to pppd (so now ifcfg-ppp5 with DEVICE=ppp5 will
1351   _always_ create ppp5 interface when it's not used yet)
1352
1353 ------------------------------------------------------------------------
1354 rev 1040:  zagrodzki | 2002-08-24 00:13:17 +0200 (Sat, 24 Aug 2002) | 2 lines
1355 Changed paths:
1356    M /rc-scripts/trunk/rc.d/init.d/network
1357
1358 - check ONBOOT by evaluating ifcfg-* file, not by egrep
1359
1360 ------------------------------------------------------------------------
1361 rev 1039:  misiek | 2002-08-22 15:21:25 +0200 (Thu, 22 Aug 2002) | 4 lines
1362 Changed paths:
1363    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
1364    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
1365    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
1366
1367
1368 - support for limiting downstream and upstream traffic on whole interface
1369   (cbq, htb, tbf)
1370
1371 ------------------------------------------------------------------------
1372 rev 1038:  misiek | 2002-08-21 23:30:42 +0200 (Wed, 21 Aug 2002) | 2 lines
1373 Changed paths:
1374    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
1375
1376 - fix support for src addresses option
1377
1378 ------------------------------------------------------------------------
1379 rev 1037:  zagrodzki | 2002-08-13 22:31:20 +0200 (Tue, 13 Aug 2002) | 4 lines
1380 Changed paths:
1381    M /rc-scripts/trunk/rc.d/rc.sysinit
1382
1383 - /proc/bus/usb should be described in fstab - mounting manually bogus
1384   device "usbdevfs" causes mount -a to fail when fstab contains something
1385   like "none /proc/bus/usb usbdevfs ..."
1386
1387 ------------------------------------------------------------------------
1388 rev 1036:  misiek | 2002-08-11 19:05:09 +0200 (Sun, 11 Aug 2002) | 3 lines
1389 Changed paths:
1390    M /rc-scripts/trunk/sysconfig/Makefile.am
1391    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
1392    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-neigh
1393    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
1394    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
1395    A /rc-scripts/trunk/sysconfig/static-arp
1396
1397 - static arp per interface support
1398 - any device support is back
1399
1400 ------------------------------------------------------------------------
1401 rev 1035:  zagrodzki | 2002-08-09 08:30:27 +0200 (Fri, 09 Aug 2002) | 3 lines
1402 Changed paths:
1403    M /rc-scripts/trunk/rc.d/rc.sysinit
1404
1405 - fix for checking encrypted filesystems - if all have "noauto" in options,
1406   don't try to mount or fsck anything
1407
1408 ------------------------------------------------------------------------
1409 rev 1034:  misiek | 2002-07-14 23:11:17 +0200 (Sun, 14 Jul 2002) | 2 lines
1410 Changed paths:
1411    M /rc-scripts/trunk/rc.d/init.d/functions
1412    M /rc-scripts/trunk/service
1413
1414 - some code from RH (nicer than old code)
1415
1416 ------------------------------------------------------------------------
1417 rev 1033:  misiek | 2002-07-14 01:04:42 +0200 (Sun, 14 Jul 2002) | 2 lines
1418 Changed paths:
1419    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
1420
1421 - fix WLAN encryption setting
1422
1423 ------------------------------------------------------------------------
1424 rev 1032:  misiek | 2002-07-13 18:25:08 +0200 (Sat, 13 Jul 2002) | 2 lines
1425 Changed paths:
1426    M /rc-scripts/trunk/rc.d/rc.modules
1427    M /rc-scripts/trunk/rc.d/rc.sysinit
1428    M /rc-scripts/trunk/service
1429    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
1430    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-irda0
1431    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-irlan0
1432    M /rc-scripts/trunk/sysconfig/network-scripts/functions.network
1433    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown-irda
1434    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
1435    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown-vlan
1436    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
1437    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-irda
1438    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-iucv
1439    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-plusb
1440    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
1441    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
1442
1443 - more TOTALNEW merge (ppp, irda, other vlan, wireless). ALPHA
1444
1445 ------------------------------------------------------------------------
1446 rev 1031:  wojrus | 2002-07-06 14:22:56 +0200 (Sat, 06 Jul 2002) | 3 lines
1447 Changed paths:
1448    M /rc-scripts/trunk/rc.d/rc.sysinit
1449
1450 - fixed: removing directories in /var/run/app/
1451 - fixed: unneeded lines (deleting not-existing files) removed
1452
1453 ------------------------------------------------------------------------
1454 rev 1030:  klakier | 2002-06-19 20:13:07 +0200 (Wed, 19 Jun 2002) | 2 lines
1455 Changed paths:
1456    M /rc-scripts/trunk/doc/sysconfig.txt
1457
1458 - forgotten
1459
1460 ------------------------------------------------------------------------
1461 rev 1029:  klakier | 2002-06-19 20:04:07 +0200 (Wed, 19 Jun 2002) | 2 lines
1462 Changed paths:
1463    M /rc-scripts/trunk/sysconfig/network
1464
1465 - hopefully fixed explanation about NISDOMAIN
1466
1467 ------------------------------------------------------------------------
1468 rev 1028:  klakier | 2002-06-19 00:06:23 +0200 (Wed, 19 Jun 2002) | 2 lines
1469 Changed paths:
1470    M /rc-scripts/trunk/doc/sysconfig.txt
1471    M /rc-scripts/trunk/sysconfig/network
1472
1473 - more clear explanation of HOSTNAME and NISDOMAIN
1474
1475 ------------------------------------------------------------------------
1476 rev 1027:  grabba | 2002-06-13 15:06:13 +0200 (Thu, 13 Jun 2002) | 2 lines
1477 Changed paths:
1478    M /rc-scripts/trunk/rc.d/init.d/functions
1479
1480 daemon function: dont't use su when user is root
1481
1482 ------------------------------------------------------------------------
1483 rev 1026:  wojrus | 2002-05-21 14:23:09 +0200 (Tue, 21 May 2002) | 2 lines
1484 Changed paths:
1485    M /rc-scripts/trunk/sysconfig/ip-rules
1486
1487 - typo
1488
1489 ------------------------------------------------------------------------
1490 rev 1025:  misiek | 2002-05-11 23:51:32 +0200 (Sat, 11 May 2002) | 3 lines
1491 Changed paths:
1492    M /rc-scripts/trunk/rc.d/rc.sysinit
1493
1494 - process functions a bit earlier
1495 - don't mount proc twice
1496
1497 ------------------------------------------------------------------------
1498 rev 1024:  misiek | 2002-05-11 12:26:40 +0200 (Sat, 11 May 2002) | 2 lines
1499 Changed paths:
1500    M /rc-scripts/trunk/rc-scripts.spec.in
1501
1502 - updated spec file
1503
1504 ------------------------------------------------------------------------
1505 rev 1023:  misiek | 2002-05-11 11:50:53 +0200 (Sat, 11 May 2002) | 2 lines
1506 Changed paths:
1507    M /rc-scripts/trunk/rc-scripts.spec.in
1508    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
1509    D /rc-scripts/trunk/rc.d/init.d/functions.network
1510    M /rc-scripts/trunk/rc.d/init.d/network
1511    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
1512    A /rc-scripts/trunk/sysconfig/network-scripts/functions.network
1513    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
1514    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
1515    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
1516    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
1517    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
1518    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
1519    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
1520    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-br
1521    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
1522    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
1523    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
1524    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
1525    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
1526    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
1527    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
1528    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
1529
1530 - functions.network back in old place
1531
1532 ------------------------------------------------------------------------
1533 rev 1022:  misiek | 2002-05-11 11:44:04 +0200 (Sat, 11 May 2002) | 2 lines
1534 Changed paths:
1535    M /rc-scripts/trunk/ppp/Makefile.am
1536
1537 - force symlink
1538
1539 ------------------------------------------------------------------------
1540 rev 1021:  misiek | 2002-05-11 11:36:51 +0200 (Sat, 11 May 2002) | 2 lines
1541 Changed paths:
1542    M /rc-scripts/trunk/autogen.sh
1543
1544 - configure.in -> configure.ac
1545
1546 ------------------------------------------------------------------------
1547 rev 1020:  misiek | 2002-05-11 11:34:58 +0200 (Sat, 11 May 2002) | 3 lines
1548 Changed paths:
1549    M /rc-scripts/trunk/configure.ac
1550    M /rc-scripts/trunk/po/pl.po
1551
1552 - fix iso charset name
1553 - add de to supported languages
1554
1555 ------------------------------------------------------------------------
1556 rev 1019:  misiek | 2002-05-11 11:30:50 +0200 (Sat, 11 May 2002) | 2 lines
1557 Changed paths:
1558    A /rc-scripts/trunk/configure.ac
1559    D /rc-scripts/trunk/configure.in
1560
1561 - renamed + updated
1562
1563 ------------------------------------------------------------------------
1564 rev 1018:  misiek | 2002-05-11 10:48:45 +0200 (Sat, 11 May 2002) | 2 lines
1565 Changed paths:
1566    M /rc-scripts/trunk/rc.d/init.d/functions.network
1567
1568 - removed via (it shouldn't be here)
1569
1570 ------------------------------------------------------------------------
1571 rev 1017:  misiek | 2002-05-11 10:41:30 +0200 (Sat, 11 May 2002) | 3 lines
1572 Changed paths:
1573    M /rc-scripts/trunk/rc.d/init.d/functions.network
1574
1575 - use onlink option when adding default routing (in case when gw isn't in our subnetwork)
1576 - TNLOPTS removed
1577
1578 ------------------------------------------------------------------------
1579 rev 1016:  mkochano | 2002-04-21 14:22:06 +0200 (Sun, 21 Apr 2002) | 2 lines
1580 Changed paths:
1581    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.tpsa
1582
1583 - Update for current TPSA login screen.
1584
1585 ------------------------------------------------------------------------
1586 rev 1015:  misiek | 2002-04-20 15:57:57 +0200 (Sat, 20 Apr 2002) | 3 lines
1587 Changed paths:
1588    M /rc-scripts/trunk/rc.d/rc.sysinit
1589
1590 - don't mount usbdevfs again if it's already mounted (for example by modules.conf
1591   post-install directive). Patch by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.
1592
1593 ------------------------------------------------------------------------
1594 rev 1014:  adasi | 2002-04-10 21:02:56 +0200 (Wed, 10 Apr 2002) | 2 lines
1595 Changed paths:
1596    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
1597
1598  - added USER... dunno why it wasn't included, but it is in sample files and it should be added to pppd cmdline (user ${USER}). If it's wrong, roll it back
1599
1600 ------------------------------------------------------------------------
1601 rev 1013:  jajcus | 2002-04-09 13:10:38 +0200 (Tue, 09 Apr 2002) | 2 lines
1602 Changed paths:
1603    M /rc-scripts/trunk/AUTHORS
1604    M /rc-scripts/trunk/rc.d/init.d/network
1605    M /rc-scripts/trunk/sysconfig/network
1606
1607 - more LDAP garbage removed
1608
1609 ------------------------------------------------------------------------
1610 rev 1012:  jajcus | 2002-04-09 13:08:09 +0200 (Tue, 09 Apr 2002) | 2 lines
1611 Changed paths:
1612    M /rc-scripts/trunk/po/pl.po
1613
1614 - LDAP strings removed
1615
1616 ------------------------------------------------------------------------
1617 rev 1011:  jajcus | 2002-04-09 13:05:59 +0200 (Tue, 09 Apr 2002) | 2 lines
1618 Changed paths:
1619    M /rc-scripts/trunk/rc.d/init.d/network
1620
1621 - "LDAP support" removed
1622
1623 ------------------------------------------------------------------------
1624 rev 1010:  jajcus | 2002-04-09 13:05:09 +0200 (Tue, 09 Apr 2002) | 2 lines
1625 Changed paths:
1626    M /rc-scripts/trunk/rc.d/init.d/functions.network
1627
1628 - "LDAP support" removed. It was not supported anyway
1629
1630 ------------------------------------------------------------------------
1631 rev 1009:  jajcus | 2002-04-09 13:03:42 +0200 (Tue, 09 Apr 2002) | 2 lines
1632 Changed paths:
1633    M /rc-scripts/trunk/rc.d/init.d/functions.network
1634
1635 - delete '}' left after some function removal
1636
1637 ------------------------------------------------------------------------
1638 rev 1008:  klakier | 2002-03-29 18:18:45 +0100 (Fri, 29 Mar 2002) | 2 lines
1639 Changed paths:
1640    M /rc-scripts/trunk/rc.d/rc.sysinit
1641
1642 - added deleting lock files
1643
1644 ------------------------------------------------------------------------
1645 rev 1007:  wojrus | 2002-03-29 09:52:00 +0100 (Fri, 29 Mar 2002) | 2 lines
1646 Changed paths:
1647    M /rc-scripts/trunk/rc-scripts.spec.in
1648
1649 - added removed by mistake 'timezone'
1650
1651 ------------------------------------------------------------------------
1652 rev 1006:  wojrus | 2002-03-29 09:46:45 +0100 (Fri, 29 Mar 2002) | 2 lines
1653 Changed paths:
1654    A /rc-scripts/trunk/sysconfig/ip-rules
1655
1656 - example config file
1657
1658 ------------------------------------------------------------------------
1659 rev 1005:  wojrus | 2002-03-29 09:45:17 +0100 (Fri, 29 Mar 2002) | 2 lines
1660 Changed paths:
1661    M /rc-scripts/trunk/rc-scripts.spec.in
1662    M /rc-scripts/trunk/rc.d/init.d/functions.network
1663    M /rc-scripts/trunk/rc.d/init.d/network
1664    M /rc-scripts/trunk/sysconfig/Makefile.am
1665
1666 - policy routing support
1667
1668 ------------------------------------------------------------------------
1669 rev 1004:  blues | 2002-03-24 04:59:28 +0100 (Sun, 24 Mar 2002) | 2 lines
1670 Changed paths:
1671    M /rc-scripts/trunk/README
1672    M /rc-scripts/trunk/autogen.sh
1673    M /rc-scripts/trunk/po/pl.po
1674    M /rc-scripts/trunk/rc.d/rc.sysinit
1675
1676 - GNU/Linux is gone.
1677
1678 ------------------------------------------------------------------------
1679 rev 1003:  misiek | 2002-03-19 19:35:14 +0100 (Tue, 19 Mar 2002) | 2 lines
1680 Changed paths:
1681    M /rc-scripts/trunk/rc.d/rc.sysinit
1682    M /rc-scripts/trunk/sysconfig/system
1683
1684 - user and kernelspace PNP
1685
1686 ------------------------------------------------------------------------
1687 rev 1002:  misiek | 2002-03-19 19:19:57 +0100 (Tue, 19 Mar 2002) | 2 lines
1688 Changed paths:
1689    M /rc-scripts/trunk/Makefile.am
1690    M /rc-scripts/trunk/README
1691    M /rc-scripts/trunk/autogen.sh
1692    M /rc-scripts/trunk/configure.in
1693    A /rc-scripts/trunk/hwprofile
1694    A /rc-scripts/trunk/isapnp
1695    A /rc-scripts/trunk/isapnp/.cvsignore
1696    A /rc-scripts/trunk/isapnp/Makefile.am
1697    A /rc-scripts/trunk/isapnp/isapnp-kernel.conf
1698    M /rc-scripts/trunk/ppp/Makefile.am
1699    A /rc-scripts/trunk/ppp/auth-down
1700    A /rc-scripts/trunk/ppp/auth-up
1701    M /rc-scripts/trunk/ppp/ip-down
1702    M /rc-scripts/trunk/ppp/ip-up
1703    A /rc-scripts/trunk/ppp/ipx-down
1704    A /rc-scripts/trunk/ppp/ipx-up
1705    A /rc-scripts/trunk/service
1706    M /rc-scripts/trunk/sysconfig/Makefile.am
1707    A /rc-scripts/trunk/sysconfig/hwprof
1708    A /rc-scripts/trunk/sysconfig/hwprofiles
1709    A /rc-scripts/trunk/sysconfig/hwprofiles/.cvsignore
1710    A /rc-scripts/trunk/sysconfig/hwprofiles/Makefile.am
1711
1712 - started merging TOTALNEW
1713
1714 ------------------------------------------------------------------------
1715 rev 1001:  misiek | 2002-03-19 18:46:05 +0100 (Tue, 19 Mar 2002) | 2 lines
1716 Changed paths:
1717    M /rc-scripts/trunk/rc.d/rc.sysinit
1718
1719 - support for EVMS volumes
1720
1721 ------------------------------------------------------------------------
1722 rev 1000:  misiek | 2002-03-19 18:42:33 +0100 (Tue, 19 Mar 2002) | 2 lines
1723 Changed paths:
1724    M /rc-scripts/trunk/rc.d/rc.sysinit
1725    M /rc-scripts/trunk/sysconfig/system
1726
1727 - if devfs is mounted and devfsd is available then start is unconditionally
1728
1729 ------------------------------------------------------------------------
1730 rev 999:  blues | 2002-03-07 12:16:38 +0100 (Thu, 07 Mar 2002) | 2 lines
1731 Changed paths:
1732    M /rc-scripts/trunk/rc.d/init.d/network
1733    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
1734
1735 - ipx paths fixed (ipx is usable now...)
1736
1737 ------------------------------------------------------------------------
1738 rev 998:  misiek | 2002-03-07 10:48:32 +0100 (Thu, 07 Mar 2002) | 2 lines
1739 Changed paths:
1740    M /rc-scripts/trunk/rc.d/rc.sysinit
1741
1742 - protect dmesg
1743
1744 ------------------------------------------------------------------------
1745 rev 997:  gotar | 2002-02-21 01:31:34 +0100 (Thu, 21 Feb 2002) | 2 lines
1746 Changed paths:
1747    M /rc-scripts/trunk/po/pl.po
1748
1749 - more typos
1750
1751 ------------------------------------------------------------------------
1752 rev 996:  gotar | 2002-02-21 01:08:40 +0100 (Thu, 21 Feb 2002) | 2 lines
1753 Changed paths:
1754    M /rc-scripts/trunk/po/pl.po
1755    M /rc-scripts/trunk/rc.d/rc.sysinit
1756
1757 - typos
1758
1759 ------------------------------------------------------------------------
1760 rev 995:  gotar | 2002-02-21 00:43:21 +0100 (Thu, 21 Feb 2002) | 2 lines
1761 Changed paths:
1762    M /rc-scripts/trunk/po/pl.po
1763    M /rc-scripts/trunk/rc.d/rc.sysinit
1764    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
1765
1766 - updated.
1767
1768 ------------------------------------------------------------------------
1769 rev 994:  gotar | 2002-02-18 14:24:26 +0100 (Mon, 18 Feb 2002) | 2 lines
1770 Changed paths:
1771    M /rc-scripts/trunk/doc/sysconfig.docb
1772    M /rc-scripts/trunk/doc/sysconfig.txt
1773
1774 - hostname != FQDN
1775
1776 ------------------------------------------------------------------------
1777 rev 993:  adasi | 2002-02-03 17:40:18 +0100 (Sun, 03 Feb 2002) | 2 lines
1778 Changed paths:
1779    D /rc-scripts/trunk/rc-scripts-sysconfig_masq.patch
1780
1781  - moved away
1782
1783 ------------------------------------------------------------------------
1784 rev 992:  adasi | 2002-02-03 17:22:50 +0100 (Sun, 03 Feb 2002) | 3 lines
1785 Changed paths:
1786    A /rc-scripts/trunk/rc-scripts-sysconfig_masq.patch
1787
1788  - sysconfig/masquerade support patch
1789  - not for use in official rc-scripts releases
1790
1791 ------------------------------------------------------------------------
1792 rev 991:  adasi | 2002-02-03 17:17:23 +0100 (Sun, 03 Feb 2002) | 2 lines
1793 Changed paths:
1794    M /rc-scripts/trunk/doc/sysconfig.docb
1795    M /rc-scripts/trunk/doc/sysconfig.txt
1796    M /rc-scripts/trunk/rc.d/init.d/functions.network
1797    M /rc-scripts/trunk/rc.d/init.d/network
1798
1799  - reverted last change
1800
1801 ------------------------------------------------------------------------
1802 rev 990:  adasi | 2002-02-02 18:30:20 +0100 (Sat, 02 Feb 2002) | 2 lines
1803 Changed paths:
1804    M /rc-scripts/trunk/doc/sysconfig.docb
1805    M /rc-scripts/trunk/doc/sysconfig.txt
1806
1807  - added masquerade description
1808
1809 ------------------------------------------------------------------------
1810 rev 989:  adasi | 2002-02-02 18:13:01 +0100 (Sat, 02 Feb 2002) | 2 lines
1811 Changed paths:
1812    M /rc-scripts/trunk/rc.d/init.d/functions.network
1813    M /rc-scripts/trunk/rc.d/init.d/network
1814
1815  - added support for sysconfig/masquerade (NEW)
1816
1817 ------------------------------------------------------------------------
1818 rev 988:  baggins | 2002-01-27 03:14:53 +0100 (Sun, 27 Jan 2002) | 4 lines
1819 Changed paths:
1820    M /rc-scripts/trunk/src/ppp-watch.c
1821    M /rc-scripts/trunk/src/usernetctl.c
1822
1823 - rc-scripts-interfaces.patch: ifcfg-* are in /etc/sysconfig/interfaces,
1824   not /etc/sysconfig/network-scripts. And ifup and ifdown are not there
1825   but in /sbin. (qrczak)
1826
1827 ------------------------------------------------------------------------
1828 rev 987:  baggins | 2002-01-27 03:13:50 +0100 (Sun, 27 Jan 2002) | 2 lines
1829 Changed paths:
1830    M /rc-scripts/trunk/rc.d/rc.sysinit
1831
1832 - fixed syntax error
1833
1834 ------------------------------------------------------------------------
1835 rev 986:  baggins | 2002-01-27 03:13:29 +0100 (Sun, 27 Jan 2002) | 2 lines
1836 Changed paths:
1837    M /rc-scripts/trunk/rc.d/rc.shutdown
1838
1839 - don't try to umount devfs - it's pointelss
1840
1841 ------------------------------------------------------------------------
1842 rev 985:  gotar | 2002-01-23 00:46:27 +0100 (Wed, 23 Jan 2002) | 2 lines
1843 Changed paths:
1844    M /rc-scripts/trunk/po/pl.po
1845
1846 - more fixes
1847
1848 ------------------------------------------------------------------------
1849 rev 984:  gotar | 2002-01-23 00:45:27 +0100 (Wed, 23 Jan 2002) | 2 lines
1850 Changed paths:
1851    M /rc-scripts/trunk/DEVELOPMENT
1852    M /rc-scripts/trunk/TODO
1853
1854 - typos
1855
1856 ------------------------------------------------------------------------
1857 rev 983:  gotar | 2002-01-17 22:14:42 +0100 (Thu, 17 Jan 2002) | 2 lines
1858 Changed paths:
1859    M /rc-scripts/trunk/inittab
1860
1861 - added KeyboardSignal entry.
1862
1863 ------------------------------------------------------------------------
1864 rev 982:  gotar | 2002-01-17 21:56:02 +0100 (Thu, 17 Jan 2002) | 2 lines
1865 Changed paths:
1866    M /rc-scripts/trunk/po/pl.po
1867
1868 - changed personal forms to impersonal.
1869
1870 ------------------------------------------------------------------------
1871 rev 981:  gotar | 2002-01-17 21:47:06 +0100 (Thu, 17 Jan 2002) | 3 lines
1872 Changed paths:
1873    M /rc-scripts/trunk/po/pl.po
1874
1875 - iso8859-1 got 'ó' - why don't use it?
1876 - other cosmetics.
1877
1878 ------------------------------------------------------------------------
1879 rev 980:  baggins | 2002-01-08 18:42:16 +0100 (Tue, 08 Jan 2002) | 2 lines
1880 Changed paths:
1881    M /rc-scripts/trunk/rc.d/init.d/functions
1882
1883 - reverted is_no() behaviour to return true only on explicit "no"
1884
1885 ------------------------------------------------------------------------
1886 rev 979:  baggins | 2002-01-08 18:16:41 +0100 (Tue, 08 Jan 2002) | 2 lines
1887 Changed paths:
1888    M /rc-scripts/trunk/rc.d/rc.sysinit
1889
1890 - reorganized stuff so modprobe is not called before depmod
1891
1892 ------------------------------------------------------------------------
1893 rev 978:  baggins | 2002-01-08 17:48:44 +0100 (Tue, 08 Jan 2002) | 2 lines
1894 Changed paths:
1895    M /rc-scripts/trunk/configure.in
1896
1897 - version 0.3.1
1898
1899 ------------------------------------------------------------------------
1900 rev 977:  zagrodzki | 2001-12-24 13:22:41 +0100 (Mon, 24 Dec 2001) | 2 lines
1901 Changed paths:
1902    M /rc-scripts/trunk/rc.d/rc.sysinit
1903
1904 - if RUN_DEPMOD is set to "ifmissing", run simply "depmod -A"
1905
1906 ------------------------------------------------------------------------
1907 rev 976:  zagrodzki | 2001-12-21 16:49:35 +0100 (Fri, 21 Dec 2001) | 2 lines
1908 Changed paths:
1909    M /rc-scripts/trunk/rc.d/rc.sysinit
1910
1911 - fixed depmod problem (s/$mver/`uname -r`/)
1912
1913 ------------------------------------------------------------------------
1914 rev 975:  mkochano | 2001-12-14 13:56:25 +0100 (Fri, 14 Dec 2001) | 5 lines
1915 Changed paths:
1916    M /rc-scripts/trunk/rc.d/init.d/functions
1917
1918 - Previous change caused "snow ball effect" --- some code relied upon
1919   that bug.
1920 - Added code which conditionaly encloses arguments in double quotes.
1921   This is required if more than one argument is passed to /bin/su -c.
1922
1923 ------------------------------------------------------------------------
1924 rev 974:  mkochano | 2001-12-13 21:35:26 +0100 (Thu, 13 Dec 2001) | 2 lines
1925 Changed paths:
1926    M /rc-scripts/trunk/rc.d/init.d/functions
1927
1928 - Properly escape quotation marks inside quotation marks.
1929
1930 ------------------------------------------------------------------------
1931 rev 973:  jajcus | 2001-12-03 18:50:33 +0100 (Mon, 03 Dec 2001) | 2 lines
1932 Changed paths:
1933    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
1934
1935 - pass $CONFIG instead of $DEVICE to ifup-post, ifup-aliases (BTS id 20)
1936
1937 ------------------------------------------------------------------------
1938 rev 972:  cieciwa | 2001-11-30 16:11:50 +0100 (Fri, 30 Nov 2001) | 2 lines
1939 Changed paths:
1940    M /rc-scripts/trunk/sysctl.conf
1941
1942 - s/getrewted/grsecurity/
1943
1944 ------------------------------------------------------------------------
1945 rev 971:  gotar | 2001-11-23 15:33:00 +0100 (Fri, 23 Nov 2001) | 2 lines
1946 Changed paths:
1947    M /rc-scripts/trunk/rc.d/rc.sysinit
1948    M /rc-scripts/trunk/src/ppp-watch.c
1949    M /rc-scripts/trunk/src/shvar.c
1950    M /rc-scripts/trunk/src/shvar.h
1951
1952 - fixed typos.
1953
1954 ------------------------------------------------------------------------
1955 rev 970:  zagrodzki | 2001-11-19 14:00:56 +0100 (Mon, 19 Nov 2001) | 2 lines
1956 Changed paths:
1957    M /rc-scripts/trunk/rc.d/init.d/functions.network
1958
1959 - don't try to detect devicetype if it's specified
1960
1961 ------------------------------------------------------------------------
1962 rev 969:  baggins | 2001-11-12 19:47:10 +0100 (Mon, 12 Nov 2001) | 2 lines
1963 Changed paths:
1964    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
1965
1966 - RESULT variable can be empty, check for it
1967
1968 ------------------------------------------------------------------------
1969 rev 968:  baggins | 2001-11-09 19:34:41 +0100 (Fri, 09 Nov 2001) | 2 lines
1970 Changed paths:
1971    M /rc-scripts/trunk/rc.d/init.d/network
1972
1973 - run modprobe at the start of network_init()
1974
1975 ------------------------------------------------------------------------
1976 rev 967:  kloczek | 2001-11-05 17:58:50 +0100 (Mon, 05 Nov 2001) | 2 lines
1977 Changed paths:
1978    M /rc-scripts/trunk/sysconfig/network
1979
1980 - chenged comment s/Set domainname here/Set NIS domain name here/
1981
1982 ------------------------------------------------------------------------
1983 rev 966:  gotar | 2001-10-30 18:03:53 +0100 (Tue, 30 Oct 2001) | 2 lines
1984 Changed paths:
1985    M /rc-scripts/trunk/rc.d/rc.sysinit
1986
1987 - last change: perms to 664.
1988
1989 ------------------------------------------------------------------------
1990 rev 965:  gotar | 2001-10-30 10:02:58 +0100 (Tue, 30 Oct 2001) | 3 lines
1991 Changed paths:
1992    M /rc-scripts/trunk/rc.d/rc.sysinit
1993
1994 - changed /var/run/utmp(x) and /var/log/wtmp(x) permissions to 660 in
1995   order to assure compatibility with SysVinit and utempter packages.
1996
1997 ------------------------------------------------------------------------
1998 rev 963:  kloczek | 2001-10-25 10:21:11 +0200 (Thu, 25 Oct 2001) | 2 lines
1999 Changed paths:
2000    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
2001
2002 back .. s/DEVICE/REALDEVICE/
2003
2004 ------------------------------------------------------------------------
2005 rev 962:  orzech | 2001-10-25 00:27:13 +0200 (Thu, 25 Oct 2001) | 2 lines
2006 Changed paths:
2007    M /rc-scripts/trunk/rc.d/rc.sysinit
2008
2009 - small fixes
2010
2011 ------------------------------------------------------------------------
2012 rev 961:  kloczek | 2001-10-25 00:16:02 +0200 (Thu, 25 Oct 2001) | 2 lines
2013 Changed paths:
2014    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
2015
2016 s/REALDEVICE/DEVICE/
2017
2018 ------------------------------------------------------------------------
2019 rev 960:  kloczek | 2001-10-22 18:43:16 +0200 (Mon, 22 Oct 2001) | 2 lines
2020 Changed paths:
2021    M /rc-scripts/trunk/sysconfig/static-routes
2022
2023 added commented example.
2024
2025 ------------------------------------------------------------------------
2026 rev 958:  mkochano | 2001-10-14 23:33:23 +0200 (Sun, 14 Oct 2001) | 2 lines
2027 Changed paths:
2028    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
2029
2030 - Do not try to delete bridge from itself.
2031
2032 ------------------------------------------------------------------------
2033 rev 955:  baggins | 2001-10-11 20:49:00 +0200 (Thu, 11 Oct 2001) | 3 lines
2034 Changed paths:
2035    M /rc-scripts/trunk/rc.d/init.d/functions.network
2036    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2037    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-br
2038
2039 - let kernel maintain if ARP should be turned on/off if not explicitly
2040   specified
2041
2042 ------------------------------------------------------------------------
2043 rev 954:  baggins | 2001-10-10 04:03:51 +0200 (Wed, 10 Oct 2001) | 2 lines
2044 Changed paths:
2045    M /rc-scripts/trunk/rc.d/init.d/functions.network
2046
2047 - fixed regexp in DEVICETYPE detection
2048
2049 ------------------------------------------------------------------------
2050 rev 953:  baggins | 2001-10-10 00:49:00 +0200 (Wed, 10 Oct 2001) | 2 lines
2051 Changed paths:
2052    M /rc-scripts/trunk/rc.d/init.d/functions.network
2053
2054 - HANDLING cannot be 'typeset' it's mot local (thanks qboosh)
2055
2056 ------------------------------------------------------------------------
2057 rev 952:  baggins | 2001-10-10 00:46:24 +0200 (Wed, 10 Oct 2001) | 2 lines
2058 Changed paths:
2059    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
2060
2061 - typo (thanks qboosh)
2062
2063 ------------------------------------------------------------------------
2064 rev 951:  baggins | 2001-10-08 13:16:15 +0200 (Mon, 08 Oct 2001) | 2 lines
2065 Changed paths:
2066    M /rc-scripts/trunk/rc.d/rc.sysinit
2067
2068 - fix for modular LVM
2069
2070 ------------------------------------------------------------------------
2071 rev 950:  baggins | 2001-10-05 20:21:59 +0200 (Fri, 05 Oct 2001) | 2 lines
2072 Changed paths:
2073    M /rc-scripts/trunk/sysctl.conf
2074
2075 - comment out all IPv6 stuff by default
2076
2077 ------------------------------------------------------------------------
2078 rev 949:  baggins | 2001-10-05 20:17:13 +0200 (Fri, 05 Oct 2001) | 2 lines
2079 Changed paths:
2080    M /rc-scripts/trunk/rc.d/init.d/functions
2081
2082 - proper (shell dependant) ulimit use
2083
2084 ------------------------------------------------------------------------
2085 rev 948:  qboosh | 2001-10-04 09:41:48 +0200 (Thu, 04 Oct 2001) | 2 lines
2086 Changed paths:
2087    M /rc-scripts/trunk/po/pl.po
2088
2089 - applied SOURCES/rc-scripts-typo.patch (by aflinta)
2090
2091 ------------------------------------------------------------------------
2092 rev 947:  baggins | 2001-10-01 19:10:36 +0200 (Mon, 01 Oct 2001) | 2 lines
2093 Changed paths:
2094    M /rc-scripts/trunk/rc.d/init.d/functions.network
2095
2096 - allow ipv6 only interface
2097
2098 ------------------------------------------------------------------------
2099 rev 946:  baggins | 2001-10-01 19:10:17 +0200 (Mon, 01 Oct 2001) | 3 lines
2100 Changed paths:
2101    M /rc-scripts/trunk/sysctl.conf
2102
2103 - added grsec stuff
2104 - really, really disable ipv6 autoconf if one wants it
2105
2106 ------------------------------------------------------------------------
2107 rev 944:  orzech | 2001-09-19 10:09:56 +0200 (Wed, 19 Sep 2001) | 2 lines
2108 Changed paths:
2109    M /rc-scripts/trunk/rc.d/init.d/functions
2110
2111 - fixed misleading message after killproc with specified signal type
2112
2113 ------------------------------------------------------------------------
2114 rev 943:  kloczek | 2001-08-17 00:52:47 +0200 (Fri, 17 Aug 2001) | 2 lines
2115 Changed paths:
2116    M /rc-scripts/trunk/po/pl.po
2117
2118 - charset=iso-8859-2.
2119
2120 ------------------------------------------------------------------------
2121 rev 942:  roman | 2001-08-15 22:32:01 +0200 (Wed, 15 Aug 2001) | 2 lines
2122 Changed paths:
2123    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.tpsa
2124
2125 - added AUTH=no ("noauth" is not a default option of pppd)
2126
2127 ------------------------------------------------------------------------
2128 rev 941:  klakier | 2001-07-30 12:29:03 +0200 (Mon, 30 Jul 2001) | 2 lines
2129 Changed paths:
2130    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0
2131
2132 - ONBOOT=no by default
2133
2134 ------------------------------------------------------------------------
2135 rev 940:  mkochano | 2001-07-23 13:01:25 +0200 (Mon, 23 Jul 2001) | 5 lines
2136 Changed paths:
2137    M /rc-scripts/trunk/rc.d/init.d/functions
2138
2139 - Added ulimit -p unlimited before executing daemon. This will make sure
2140   daemons will have ability to fork no matter what limits are set.
2141   Limits for users are set via pam_limit.
2142 - Small optimalization (it's smaller now).
2143
2144 ------------------------------------------------------------------------
2145 rev 939:  baggins | 2001-07-22 19:28:57 +0200 (Sun, 22 Jul 2001) | 2 lines
2146 Changed paths:
2147    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2148
2149 - typos
2150
2151 ------------------------------------------------------------------------
2152 rev 938:  baggins | 2001-07-22 19:28:46 +0200 (Sun, 22 Jul 2001) | 2 lines
2153 Changed paths:
2154    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
2155
2156 - added ifcfg-eth0
2157
2158 ------------------------------------------------------------------------
2159 rev 937:  baggins | 2001-07-22 19:27:54 +0200 (Sun, 22 Jul 2001) | 2 lines
2160 Changed paths:
2161    M /rc-scripts/trunk/rc.d/rc.sysinit
2162
2163 - devfs and RAID fixes
2164
2165 ------------------------------------------------------------------------
2166 rev 936:  baggins | 2001-07-22 19:27:16 +0200 (Sun, 22 Jul 2001) | 2 lines
2167 Changed paths:
2168    M /rc-scripts/trunk/rc.d/rc.modules
2169
2170 - don't autoclean modules loaded here
2171
2172 ------------------------------------------------------------------------
2173 rev 935:  baggins | 2001-07-21 21:26:37 +0200 (Sat, 21 Jul 2001) | 4 lines
2174 Changed paths:
2175    M /rc-scripts/trunk/rc.d/rc.sysinit
2176
2177 - more merging from TOTALNEW
2178 - mainly USB and lvm
2179 - fixed thinko with SET_SLINKS
2180
2181 ------------------------------------------------------------------------
2182 rev 934:  baggins | 2001-07-21 21:21:52 +0200 (Sat, 21 Jul 2001) | 2 lines
2183 Changed paths:
2184    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0
2185    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-icm
2186
2187 - bring it up to date with the stuff ;>
2188
2189 ------------------------------------------------------------------------
2190 rev 933:  baggins | 2001-07-21 21:19:22 +0200 (Sat, 21 Jul 2001) | 2 lines
2191 Changed paths:
2192    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
2193    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
2194
2195 - s/BOOTMETHOD/BOOTPROTO/g
2196
2197 ------------------------------------------------------------------------
2198 rev 932:  klakier | 2001-07-19 22:55:33 +0200 (Thu, 19 Jul 2001) | 2 lines
2199 Changed paths:
2200    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0
2201
2202 - example config
2203
2204 ------------------------------------------------------------------------
2205 rev 931:  baggins | 2001-07-17 20:21:29 +0200 (Tue, 17 Jul 2001) | 4 lines
2206 Changed paths:
2207    M /rc-scripts/trunk/rc.d/init.d/functions
2208    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2209
2210 - merge from TOTALNEW branch:
2211         - set MTU
2212         - don't use tput if we are not on a proper terminal
2213
2214 ------------------------------------------------------------------------
2215 rev 930:  marcus | 2001-07-13 19:47:44 +0200 (Fri, 13 Jul 2001) | 2 lines
2216 Changed paths:
2217    M /rc-scripts/trunk/rc.d/init.d/functions.network
2218    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2219
2220 - added automatically vlan shutdown before shutdowing interface (eth)
2221
2222 ------------------------------------------------------------------------
2223 rev 929:  marcus | 2001-07-06 00:21:42 +0200 (Fri, 06 Jul 2001) | 2 lines
2224 Changed paths:
2225    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2226
2227 - VLAN must be set _before_ initialisation it's IP parameters
2228
2229 ------------------------------------------------------------------------
2230 rev 927:  baggins | 2001-07-05 17:56:34 +0200 (Thu, 05 Jul 2001) | 2 lines
2231 Changed paths:
2232    M /rc-scripts/trunk/rc.d/init.d/functions.network
2233    M /rc-scripts/trunk/rc.d/init.d/network
2234    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2235    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2236
2237 - cleaned up accidental mess
2238
2239 ------------------------------------------------------------------------
2240 rev 926:  baggins | 2001-07-05 17:47:39 +0200 (Thu, 05 Jul 2001) | 2 lines
2241 Changed paths:
2242    M /rc-scripts/trunk/rc.d/rc.sysinit
2243
2244 - don't mount devpts if devfs is already mounted
2245
2246 ------------------------------------------------------------------------
2247 rev 925:  baggins | 2001-07-05 17:46:06 +0200 (Thu, 05 Jul 2001) | 3 lines
2248 Changed paths:
2249    M /rc-scripts/trunk/rc.d/rc.sysinit
2250
2251 - backed up some obviously wrong changes
2252 - PLEASE do NOT make functional changes along with cosmetic ones
2253
2254 ------------------------------------------------------------------------
2255 rev 924:  gotar | 2001-07-05 00:48:07 +0200 (Thu, 05 Jul 2001) | 3 lines
2256 Changed paths:
2257    M /rc-scripts/trunk/rc.d/rc.sysinit
2258
2259 - removed /etc/HOSTNAME,
2260 - cosmetics.
2261
2262 ------------------------------------------------------------------------
2263 rev 923:  marcus | 2001-06-26 16:53:27 +0200 (Tue, 26 Jun 2001) | 2 lines
2264 Changed paths:
2265    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2266
2267 - added vconfig set_flag $DEVICE 1 - for dhcpd
2268
2269 ------------------------------------------------------------------------
2270 rev 922:  marcus | 2001-06-25 22:54:12 +0200 (Mon, 25 Jun 2001) | 2 lines
2271 Changed paths:
2272    M /rc-scripts/trunk/rc.d/init.d/functions.network
2273
2274 - added vlan_setup function (setting proper 802.1q vlan's parameters)
2275
2276 ------------------------------------------------------------------------
2277 rev 921:  marcus | 2001-06-25 22:44:49 +0200 (Mon, 25 Jun 2001) | 2 lines
2278 Changed paths:
2279    M /rc-scripts/trunk/rc.d/init.d/network
2280    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2281    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2282
2283 - added support to 802.1Q VLANs. (ifcfg-eth0.<vlan>)
2284
2285 ------------------------------------------------------------------------
2286 rev 912:  baggins | 2001-05-25 22:14:48 +0200 (Fri, 25 May 2001) | 2 lines
2287 Changed paths:
2288    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2289
2290 - don't try to add ipv4 address if there is none
2291
2292 ------------------------------------------------------------------------
2293 rev 911:  baggins | 2001-05-25 19:53:42 +0200 (Fri, 25 May 2001) | 2 lines
2294 Changed paths:
2295    M /rc-scripts/trunk/rc.d/init.d/functions.network
2296
2297 - typo
2298
2299 ------------------------------------------------------------------------
2300 rev 910:  baggins | 2001-05-25 19:48:03 +0200 (Fri, 25 May 2001) | 2 lines
2301 Changed paths:
2302    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2303
2304 - compatibility fixes
2305
2306 ------------------------------------------------------------------------
2307 rev 909:  baggins | 2001-05-25 19:34:51 +0200 (Fri, 25 May 2001) | 2 lines
2308 Changed paths:
2309    M /rc-scripts/trunk/rc.d/rc.sysinit
2310
2311 - cleanup
2312
2313 ------------------------------------------------------------------------
2314 rev 908:  baggins | 2001-05-25 16:33:22 +0200 (Fri, 25 May 2001) | 3 lines
2315 Changed paths:
2316    M /rc-scripts/trunk/rc.d/init.d/network
2317
2318 - removed shutting down "unconfigured" interfaces - that was dumb
2319   idea misiek
2320
2321 ------------------------------------------------------------------------
2322 rev 907:  baggins | 2001-05-25 16:32:08 +0200 (Fri, 25 May 2001) | 2 lines
2323 Changed paths:
2324    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2325
2326 - consistency check
2327
2328 ------------------------------------------------------------------------
2329 rev 906:  baggins | 2001-05-25 16:30:56 +0200 (Fri, 25 May 2001) | 2 lines
2330 Changed paths:
2331    M /rc-scripts/trunk/rc.d/init.d/functions.network
2332
2333 - consistency checks
2334
2335 ------------------------------------------------------------------------
2336 rev 905:  baggins | 2001-05-24 22:20:23 +0200 (Thu, 24 May 2001) | 2 lines
2337 Changed paths:
2338    M /rc-scripts/trunk/rc.d/init.d/functions.network
2339
2340 - reverted last change - not neded
2341
2342 ------------------------------------------------------------------------
2343 rev 904:  baggins | 2001-05-24 22:17:31 +0200 (Thu, 24 May 2001) | 2 lines
2344 Changed paths:
2345    M /rc-scripts/trunk/rc.d/init.d/network
2346
2347 - fixing shutting down unconfigured defices (atm stuff is not)
2348
2349 ------------------------------------------------------------------------
2350 rev 903:  baggins | 2001-05-24 22:19:40 +0200 (Thu, 24 May 2001) | 2 lines
2351 Changed paths:
2352    M /rc-scripts/trunk/rc.d/init.d/functions.network
2353
2354 - compat stuff
2355
2356 ------------------------------------------------------------------------
2357 rev 902:  baggins | 2001-05-24 22:14:55 +0200 (Thu, 24 May 2001) | 2 lines
2358 Changed paths:
2359    M /rc-scripts/trunk/rc.d/init.d/functions.network
2360
2361 - more bad merge fixes
2362
2363 ------------------------------------------------------------------------
2364 rev 901:  baggins | 2001-05-24 22:00:34 +0200 (Thu, 24 May 2001) | 2 lines
2365 Changed paths:
2366    M /rc-scripts/trunk/rc.d/init.d/functions.network
2367
2368 - fixed very stupid typo
2369
2370 ------------------------------------------------------------------------
2371 rev 900:  baggins | 2001-05-16 15:12:34 +0200 (Wed, 16 May 2001) | 2 lines
2372 Changed paths:
2373    M /rc-scripts/trunk/po/pl.po
2374
2375 - cleaned up, updated and translated
2376
2377 ------------------------------------------------------------------------
2378 rev 899:  baggins | 2001-05-16 15:12:07 +0200 (Wed, 16 May 2001) | 2 lines
2379 Changed paths:
2380    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2381    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2382    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
2383    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
2384    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
2385    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
2386    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
2387    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
2388    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
2389
2390 - nls cleanups
2391
2392 ------------------------------------------------------------------------
2393 rev 898:  baggins | 2001-05-16 04:14:36 +0200 (Wed, 16 May 2001) | 2 lines
2394 Changed paths:
2395    M /rc-scripts/trunk/rc.d/rc.shutdown
2396
2397 - do not 'exec' umount, $() is just fine (yes, it's yet another ksh93 fix)
2398
2399 ------------------------------------------------------------------------
2400 rev 897:  baggins | 2001-05-16 03:54:36 +0200 (Wed, 16 May 2001) | 4 lines
2401 Changed paths:
2402    M /rc-scripts/trunk/rc.d/rc
2403
2404 - set TMPDIR=/dev/null before exec rc.shutdown (workaround for the freaky
2405   weird ksh93 which tries to keep pipes in /tmp, and no, disabling this
2406   in source of ksh93 is not an option)
2407
2408 ------------------------------------------------------------------------
2409 rev 896:  baggins | 2001-05-16 03:33:33 +0200 (Wed, 16 May 2001) | 3 lines
2410 Changed paths:
2411    M /rc-scripts/trunk/rc.d/rc
2412    M /rc-scripts/trunk/rc.d/rc.shutdown
2413
2414 - do not use locale in rc.shutdwon (there are shells that support them
2415   and you end up with unmountable /usr)
2416
2417 ------------------------------------------------------------------------
2418 rev 895:  baggins | 2001-05-15 19:28:02 +0200 (Tue, 15 May 2001) | 2 lines
2419 Changed paths:
2420    M /rc-scripts/trunk/makepot.pl
2421
2422 - recognize "nls 'bla'"
2423
2424 ------------------------------------------------------------------------
2425 rev 894:  baggins | 2001-05-15 18:54:17 +0200 (Tue, 15 May 2001) | 2 lines
2426 Changed paths:
2427    M /rc-scripts/trunk/rc.d/init.d/template.init
2428
2429 - typo
2430
2431 ------------------------------------------------------------------------
2432 rev 893:  baggins | 2001-05-15 18:53:22 +0200 (Tue, 15 May 2001) | 2 lines
2433 Changed paths:
2434    M /rc-scripts/trunk/rc.d/rc.sysinit
2435
2436 - typos
2437
2438 ------------------------------------------------------------------------
2439 rev 892:  baggins | 2001-05-15 18:44:38 +0200 (Tue, 15 May 2001) | 2 lines
2440 Changed paths:
2441    M /rc-scripts/trunk/rc.d/init.d/functions.network
2442
2443 - typos
2444
2445 ------------------------------------------------------------------------
2446 rev 891:  agaran | 2001-05-15 18:43:02 +0200 (Tue, 15 May 2001) | 2 lines
2447 Changed paths:
2448    M /rc-scripts/trunk/po/pl.po
2449
2450 added some translations..may somebody look at that?
2451
2452 ------------------------------------------------------------------------
2453 rev 890:  baggins | 2001-05-15 18:41:26 +0200 (Tue, 15 May 2001) | 2 lines
2454 Changed paths:
2455    M /rc-scripts/trunk/rc.d/init.d/functions.network
2456
2457 - typo
2458
2459 ------------------------------------------------------------------------
2460 rev 889:  baggins | 2001-05-15 18:36:47 +0200 (Tue, 15 May 2001) | 2 lines
2461 Changed paths:
2462    M /rc-scripts/trunk/rc.d/init.d/functions.network
2463
2464 - rarp run via run_cmd
2465
2466 ------------------------------------------------------------------------
2467 rev 888:  baggins | 2001-05-15 18:05:08 +0200 (Tue, 15 May 2001) | 2 lines
2468 Changed paths:
2469    M /rc-scripts/trunk/AUTHORS
2470    M /rc-scripts/trunk/COPYING
2471    A /rc-scripts/trunk/DEVELOPMENT
2472    M /rc-scripts/trunk/Makefile.am
2473    M /rc-scripts/trunk/NEWS
2474    M /rc-scripts/trunk/README
2475    M /rc-scripts/trunk/TODO
2476    M /rc-scripts/trunk/autogen.sh
2477    M /rc-scripts/trunk/configure.in
2478    M /rc-scripts/trunk/doc/initlog.1
2479    M /rc-scripts/trunk/doc/net-scripts.txt
2480    M /rc-scripts/trunk/doc/sysconfig.txt
2481    M /rc-scripts/trunk/inittab
2482    M /rc-scripts/trunk/lang.csh
2483    M /rc-scripts/trunk/makepot.pl
2484    A /rc-scripts/trunk/modules
2485    M /rc-scripts/trunk/rc-scripts.spec.in
2486    M /rc-scripts/trunk/rc.d/Makefile.am
2487    M /rc-scripts/trunk/rc.d/init.d/functions
2488    M /rc-scripts/trunk/rc.d/init.d/functions.network
2489    M /rc-scripts/trunk/rc.d/init.d/network
2490    M /rc-scripts/trunk/rc.d/init.d/single
2491    M /rc-scripts/trunk/rc.d/init.d/template.init
2492    M /rc-scripts/trunk/rc.d/rc
2493    A /rc-scripts/trunk/rc.d/rc.modules
2494    M /rc-scripts/trunk/rc.d/rc.shutdown
2495    M /rc-scripts/trunk/rc.d/rc.sysinit
2496    M /rc-scripts/trunk/setsysfont
2497    M /rc-scripts/trunk/src/Makefile.am
2498    M /rc-scripts/trunk/src/getkey.c
2499    M /rc-scripts/trunk/src/initlog.c
2500    M /rc-scripts/trunk/src/minilogd.c
2501    M /rc-scripts/trunk/src/netreport.c
2502    M /rc-scripts/trunk/src/ppp-watch.c
2503    M /rc-scripts/trunk/src/process.c
2504    M /rc-scripts/trunk/src/shvar.c
2505    M /rc-scripts/trunk/src/shvar.h
2506    M /rc-scripts/trunk/src/usernetctl.c
2507    M /rc-scripts/trunk/sysconfig/Makefile.am
2508    M /rc-scripts/trunk/sysconfig/clock
2509    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
2510    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-br0
2511    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
2512    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
2513    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased2
2514    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-sl0
2515    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-description
2516    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-icm
2517    M /rc-scripts/trunk/sysconfig/network
2518    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
2519    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2520    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown-br
2521    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
2522    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
2523    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
2524    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2525    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
2526    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-br
2527    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
2528    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
2529    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
2530    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
2531    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
2532    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
2533    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
2534    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
2535    M /rc-scripts/trunk/sysconfig/system
2536    M /rc-scripts/trunk/sysconfig/timezone
2537    A /rc-scripts/trunk/sysctl.conf
2538
2539 - merge from TOTALNEW branch (see NEWS for more info)
2540
2541 ------------------------------------------------------------------------
2542 rev 886:  kloczek | 2001-05-13 20:39:37 +0200 (Sun, 13 May 2001) | 5 lines
2543 Changed paths:
2544    M /rc-scripts/trunk/rc.d/init.d/functions.network
2545    M /rc-scripts/trunk/rc.d/init.d/network
2546    M /rc-scripts/trunk/sysconfig/network
2547
2548 added abilities for setup static RARP table by
2549 /etc/sysconfig/network::STATIC_RARP=yes (like static ARP table) based on
2550 /etc/ethers config file. Before setting up ARRP table is checked /proc/net/rarp
2551 and if file don't exist "modprobe rarp" is performed before.
2552
2553 ------------------------------------------------------------------------
2554 rev 884:  misiek | 2001-05-13 19:47:46 +0200 (Sun, 13 May 2001) | 2 lines
2555 Changed paths:
2556    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/functions
2557    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/timezone
2558    M /rc-scripts/branches/TOTALNEW/rc.d/rc
2559    M /rc-scripts/branches/TOTALNEW/rc.d/rc.shutdown
2560    M /rc-scripts/branches/TOTALNEW/rc.d/rc.sysinit
2561    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup
2562    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-ppp
2563    M /rc-scripts/trunk/rc.d/init.d/functions.network
2564
2565 ksh93 support/fixes by Jan Rêkorajski <baggins@pld.org.pl> (from stable series)
2566
2567 ------------------------------------------------------------------------
2568 rev 883:  baggins | 2001-05-13 19:10:19 +0200 (Sun, 13 May 2001) | 5 lines
2569 Changed paths:
2570    M /rc-scripts/trunk/configure.in
2571    M /rc-scripts/trunk/rc.d/init.d/functions
2572    M /rc-scripts/trunk/rc.d/init.d/functions.network
2573    M /rc-scripts/trunk/rc.d/init.d/timezone
2574    M /rc-scripts/trunk/rc.d/rc
2575    M /rc-scripts/trunk/rc.d/rc.shutdown
2576    M /rc-scripts/trunk/rc.d/rc.sysinit
2577    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2578
2579 - version 0.2.11
2580 - true ksh support/fixes:
2581         - fixed numerous instances of incorrect quoting ("" inside itself)
2582         - s/local/typeset/
2583
2584 ------------------------------------------------------------------------
2585 rev 878:  zagrodzki | 2001-04-21 01:28:31 +0200 (Sat, 21 Apr 2001) | 2 lines
2586 Changed paths:
2587    M /rc-scripts/trunk/rc.d/rc.sysinit
2588
2589 - few more updates - util-linux 2.10s is _slightly_ fixed :>>
2590
2591 ------------------------------------------------------------------------
2592 rev 877:  zagrodzki | 2001-04-20 23:15:42 +0200 (Fri, 20 Apr 2001) | 2 lines
2593 Changed paths:
2594    M /rc-scripts/trunk/rc.d/rc.sysinit
2595
2596 - patch to allow fsck'ing crypted filesystems
2597
2598 ------------------------------------------------------------------------
2599 rev 876:  misiek | 2001-04-20 01:31:48 +0200 (Fri, 20 Apr 2001) | 2 lines
2600 Changed paths:
2601    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2602
2603 don't use quotation in DHCPOPTIONS
2604
2605 ------------------------------------------------------------------------
2606 rev 873:  qboosh | 2001-03-22 22:50:36 +0100 (Thu, 22 Mar 2001) | 2 lines
2607 Changed paths:
2608    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
2609
2610 - check if DATAFORCHAT is not null before exporting it
2611
2612 ------------------------------------------------------------------------
2613 rev 868:  misiek | 2001-03-05 18:35:01 +0100 (Mon, 05 Mar 2001) | 2 lines
2614 Changed paths:
2615    M /rc-scripts/trunk/TODO
2616
2617 removed IPX tunnels; these don't need rc-scripts support
2618
2619 ------------------------------------------------------------------------
2620 rev 867:  misiek | 2001-03-05 18:34:13 +0100 (Mon, 05 Mar 2001) | 2 lines
2621 Changed paths:
2622    M /rc-scripts/trunk/rc-scripts.spec.in
2623
2624 sysconfig/clock was missing
2625
2626 ------------------------------------------------------------------------
2627 rev 861:  laro | 2001-03-03 12:28:11 +0100 (Sat, 03 Mar 2001) | 2 lines
2628 Changed paths:
2629    M /rc-scripts/trunk/rc.d/init.d/timezone
2630
2631 typing error fixed
2632
2633 ------------------------------------------------------------------------
2634 rev 860:  malekith | 2001-03-01 17:11:34 +0100 (Thu, 01 Mar 2001) | 3 lines
2635 Changed paths:
2636    M /rc-scripts/trunk/rc.d/rc.sysinit
2637
2638 Fixed to pass --localtime option to hwclock. check hwclock
2639 manpage for details (it has changed, since i last read it)
2640
2641 ------------------------------------------------------------------------
2642 rev 857:  baggins | 2001-02-23 19:06:48 +0100 (Fri, 23 Feb 2001) | 2 lines
2643 Changed paths:
2644    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
2645
2646 - bring link up at startup
2647
2648 ------------------------------------------------------------------------
2649 rev 856:  zagrodzki | 2001-02-12 21:30:48 +0100 (Mon, 12 Feb 2001) | 2 lines
2650 Changed paths:
2651    M /rc-scripts/trunk/po/pl.po
2652
2653 - uncommented "to enter interactive startup" transl.
2654
2655 ------------------------------------------------------------------------
2656 rev 855:  roman | 2001-02-02 22:18:30 +0100 (Fri, 02 Feb 2001) | 2 lines
2657 Changed paths:
2658    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.tpsa
2659
2660 another small fix: atdt $PHONE -> atdt$PHONE
2661
2662 ------------------------------------------------------------------------
2663 rev 854:  roman | 2001-02-02 19:22:46 +0100 (Fri, 02 Feb 2001) | 2 lines
2664 Changed paths:
2665    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.tpsa
2666
2667 - small fix
2668
2669 ------------------------------------------------------------------------
2670 rev 851:  baggins | 2001-01-12 14:46:26 +0100 (Fri, 12 Jan 2001) | 2 lines
2671 Changed paths:
2672    M /rc-scripts/trunk/rc.d/init.d/network
2673
2674 - exclude nas* interfaces on boot, they need to be started by ATM utils
2675
2676 ------------------------------------------------------------------------
2677 rev 850:  mkochano | 2000-12-27 14:33:19 +0100 (Wed, 27 Dec 2000) | 4 lines
2678 Changed paths:
2679    M /rc-scripts/trunk/sysconfig/system
2680
2681 - CONSOLE_LOGLEVEL is back. It is duplicated in klogd.sysconfig, but it has to
2682   be here. It is required by rc.sysinit in order to set logging level before
2683   processing init.d/* scripts.
2684
2685 ------------------------------------------------------------------------
2686 rev 849:  mkochano | 2000-12-19 23:33:29 +0100 (Tue, 19 Dec 2000) | 2 lines
2687 Changed paths:
2688    M /rc-scripts/trunk/sysconfig/system
2689
2690 - Removed CONSOLELOG_LEVEL - has been moved to /etc/sysconfig/klogd.
2691
2692 ------------------------------------------------------------------------
2693 rev 847:  jajcus | 2000-12-14 10:49:25 +0100 (Thu, 14 Dec 2000) | 5 lines
2694 Changed paths:
2695    M /rc-scripts/trunk/rc.d/init.d/functions
2696
2697 - status() improved so it can accept now two argumens: the subsys
2698   name and (optional) the daemon name. status() checks if daemon is running
2699   or the subsys is locked. This way subsys name can differ from daemon name it
2700   is running
2701
2702 ------------------------------------------------------------------------
2703 rev 846:  jajcus | 2000-12-14 10:32:03 +0100 (Thu, 14 Dec 2000) | 2 lines
2704 Changed paths:
2705    M /rc-scripts/trunk/sysconfig/Makefile.am
2706    A /rc-scripts/trunk/sysconfig/clock
2707
2708 - /etc/sysconfig/clock added (for hardware clock options)
2709
2710 ------------------------------------------------------------------------
2711 rev 845:  kloczek | 2000-12-12 18:38:17 +0100 (Tue, 12 Dec 2000) | 2 lines
2712 Changed paths:
2713    M /rc-scripts/trunk/configure.in
2714
2715 - version 0.2.10.
2716
2717 ------------------------------------------------------------------------
2718 rev 843:  mkochano | 2000-12-09 13:02:47 +0100 (Sat, 09 Dec 2000) | 2 lines
2719 Changed paths:
2720    M /rc-scripts/trunk/rc.d/init.d/functions
2721
2722 - Added note about some not obvious behavior of is_not().
2723
2724 ------------------------------------------------------------------------
2725 rev 842:  mkochano | 2000-12-09 13:01:17 +0100 (Sat, 09 Dec 2000) | 2 lines
2726 Changed paths:
2727    M /rc-scripts/trunk/rc.d/rc.sysinit
2728
2729 - Fixed problem with $RUN_DEPMOD="ifmissing".
2730
2731 ------------------------------------------------------------------------
2732 rev 841:  roman | 2000-12-04 13:06:59 +0100 (Mon, 04 Dec 2000) | 3 lines
2733 Changed paths:
2734    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.tpsa
2735
2736
2737 Added PHONE to DATAFORCHAT
2738
2739 ------------------------------------------------------------------------
2740 rev 839:  baggins | 2000-11-17 15:47:43 +0100 (Fri, 17 Nov 2000) | 2 lines
2741 Changed paths:
2742    M /rc-scripts/trunk/configure.in
2743
2744 - version 0.2.9
2745
2746 ------------------------------------------------------------------------
2747 rev 838:  misiek | 2000-11-17 13:11:34 +0100 (Fri, 17 Nov 2000) | 2 lines
2748 Changed paths:
2749    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
2750
2751 information about specifing prefix for so called ,,aliases''
2752
2753 ------------------------------------------------------------------------
2754 rev 837:  kloczek | 2000-11-17 07:25:52 +0100 (Fri, 17 Nov 2000) | 2 lines
2755 Changed paths:
2756    M /rc-scripts/trunk/rc.d/init.d/network
2757
2758 - replace "$((" by "$( (" to w use bash as /bin/sh.
2759
2760 ------------------------------------------------------------------------
2761 rev 836:  baggins | 2000-11-16 17:04:17 +0100 (Thu, 16 Nov 2000) | 2 lines
2762 Changed paths:
2763    M /rc-scripts/trunk/rc.d/init.d/timezone
2764
2765 - cleanup from TOTALNEW
2766
2767 ------------------------------------------------------------------------
2768 rev 835:  baggins | 2000-11-16 17:03:37 +0100 (Thu, 16 Nov 2000) | 5 lines
2769 Changed paths:
2770    M /rc-scripts/trunk/rc.d/init.d/functions
2771
2772 - backport from TOTALNEW
2773 - cleaned up shell functions
2774 - fixed is_yes/is_no
2775 - added is_module, log_* functions
2776
2777 ------------------------------------------------------------------------
2778 rev 834:  baggins | 2000-11-16 17:02:12 +0100 (Thu, 16 Nov 2000) | 2 lines
2779 Changed paths:
2780    M /rc-scripts/trunk/rc.d/rc.init
2781
2782 - set/unset more (all?) locale variables (backport from TOTALNEW)
2783
2784 ------------------------------------------------------------------------
2785 rev 833:  baggins | 2000-11-16 17:01:18 +0100 (Thu, 16 Nov 2000) | 2 lines
2786 Changed paths:
2787    M /rc-scripts/trunk/rc.d/init.d/allowlogin
2788    M /rc-scripts/trunk/rc.d/init.d/killall
2789    M /rc-scripts/trunk/rc.d/init.d/random
2790    M /rc-scripts/trunk/rc.d/init.d/single
2791    M /rc-scripts/trunk/rc.d/init.d/template.init
2792    M /rc-scripts/trunk/rc.d/rc
2793    M /rc-scripts/trunk/rc.d/rc.local
2794    M /rc-scripts/trunk/rc.d/rc.shutdown
2795
2796 - added setting for vi ;)
2797
2798 ------------------------------------------------------------------------
2799 rev 832:  baggins | 2000-11-16 16:58:55 +0100 (Thu, 16 Nov 2000) | 2 lines
2800 Changed paths:
2801    M /rc-scripts/trunk/po/Makefile.am
2802    M /rc-scripts/trunk/rc.d/init.d/functions.network
2803    M /rc-scripts/trunk/rc.d/init.d/network
2804    M /rc-scripts/trunk/rc.d/rc.sysinit
2805    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2806    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
2807    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2808    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
2809
2810 - replaced sed with awk (backport from TOTALNEW branch)
2811
2812 ------------------------------------------------------------------------
2813 rev 831:  baggins | 2000-11-16 16:56:19 +0100 (Thu, 16 Nov 2000) | 2 lines
2814 Changed paths:
2815    M /rc-scripts/trunk/rc-scripts.spec.in
2816
2817 - synced with SPECS version
2818
2819 ------------------------------------------------------------------------
2820 rev 830:  baggins | 2000-11-06 20:28:05 +0100 (Mon, 06 Nov 2000) | 2 lines
2821 Changed paths:
2822    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2823
2824 - `ip -4 addr add` first `ip link set dev up` next - atm needs it
2825
2826 ------------------------------------------------------------------------
2827 rev 829:  baggins | 2000-11-06 19:33:28 +0100 (Mon, 06 Nov 2000) | 2 lines
2828 Changed paths:
2829    M /rc-scripts/trunk/configure.in
2830
2831 - version 0.2.8
2832
2833 ------------------------------------------------------------------------
2834 rev 827:  baggins | 2000-11-06 17:24:46 +0100 (Mon, 06 Nov 2000) | 2 lines
2835 Changed paths:
2836    M /rc-scripts/trunk/rc.d/init.d/network
2837
2838 - use awk instead of sed in interface selection
2839
2840 ------------------------------------------------------------------------
2841 rev 826:  baggins | 2000-11-06 16:42:19 +0100 (Mon, 06 Nov 2000) | 3 lines
2842 Changed paths:
2843    M /rc-scripts/trunk/rc.d/init.d/network
2844
2845 - skip lec and atm interfaces on start|stop, they are set using separate
2846   script
2847
2848 ------------------------------------------------------------------------
2849 rev 825:  baggins | 2000-11-06 16:40:46 +0100 (Mon, 06 Nov 2000) | 3 lines
2850 Changed paths:
2851    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2852
2853 - revert last change because IPv6 is broken and it's not possible
2854   to add an adress on DOWN interface :(
2855
2856 ------------------------------------------------------------------------
2857 rev 823:  baggins | 2000-11-05 02:28:05 +0100 (Sun, 05 Nov 2000) | 2 lines
2858 Changed paths:
2859    M /rc-scripts/trunk/sysconfig/network
2860
2861 - added global ipv6 autoconf setting
2862
2863 ------------------------------------------------------------------------
2864 rev 822:  baggins | 2000-11-04 05:44:55 +0100 (Sat, 04 Nov 2000) | 2 lines
2865 Changed paths:
2866    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2867
2868 - bring interface UP _after_ setting up addresses (other way breaks ATM)
2869
2870 ------------------------------------------------------------------------
2871 rev 819:  baggins | 2000-11-02 22:40:49 +0100 (Thu, 02 Nov 2000) | 2 lines
2872 Changed paths:
2873    M /rc-scripts/trunk/rc.d/init.d/network
2874
2875 - global setting for autoconf in proc_net()
2876
2877 ------------------------------------------------------------------------
2878 rev 808:  misiek | 2000-10-22 22:55:23 +0200 (Sun, 22 Oct 2000) | 2 lines
2879 Changed paths:
2880    M /rc-scripts/trunk/rc.d/init.d/functions
2881
2882 (run_cmd, daemon): set HOME and TMPDIR in nicer way (backport from totalnew)
2883
2884 ------------------------------------------------------------------------
2885 rev 807:  mkochano | 2000-10-22 21:30:18 +0200 (Sun, 22 Oct 2000) | 5 lines
2886 Changed paths:
2887    M /rc-scripts/trunk/rc.d/init.d/functions
2888
2889 - Remove "HOME" from environment.
2890 - Set TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail beacuse
2891   of lack of access permissions to "/root/tmp" or lack of this directory if
2892   these variables are inherited from root's environment.
2893
2894 ------------------------------------------------------------------------
2895 rev 803:  misiek | 2000-10-18 22:10:55 +0200 (Wed, 18 Oct 2000) | 3 lines
2896 Changed paths:
2897    A /rc-scripts/branches/TOTALNEW (from /rc-scripts/trunk:780)
2898    M /rc-scripts/branches/TOTALNEW/AUTHORS
2899    M /rc-scripts/branches/TOTALNEW/COPYING
2900    A /rc-scripts/branches/TOTALNEW/DEVELOPMENT
2901    M /rc-scripts/branches/TOTALNEW/Makefile.am
2902    M /rc-scripts/branches/TOTALNEW/NEWS
2903    M /rc-scripts/branches/TOTALNEW/README
2904    M /rc-scripts/branches/TOTALNEW/TODO
2905    D /rc-scripts/branches/TOTALNEW/adjtime
2906    M /rc-scripts/branches/TOTALNEW/autogen.sh
2907    M /rc-scripts/branches/TOTALNEW/configure.in
2908    M /rc-scripts/branches/TOTALNEW/doc/net-scripts.txt
2909    M /rc-scripts/branches/TOTALNEW/doc/sysconfig.txt
2910    M /rc-scripts/branches/TOTALNEW/inittab
2911    M /rc-scripts/branches/TOTALNEW/lang.csh
2912    M /rc-scripts/branches/TOTALNEW/makepot.pl
2913    A /rc-scripts/branches/TOTALNEW/modules
2914    M /rc-scripts/branches/TOTALNEW/po/Makefile.am
2915    M /rc-scripts/branches/TOTALNEW/po/pl.po
2916    M /rc-scripts/branches/TOTALNEW/rc-scripts.spec.in
2917    M /rc-scripts/branches/TOTALNEW/rc.d/Makefile.am
2918    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/allowlogin
2919    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/functions
2920    D /rc-scripts/branches/TOTALNEW/rc.d/init.d/functions.network
2921    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/killall
2922    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/network
2923    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/random
2924    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/single
2925    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/template.init
2926    M /rc-scripts/branches/TOTALNEW/rc.d/init.d/timezone
2927    M /rc-scripts/branches/TOTALNEW/rc.d/rc
2928    M /rc-scripts/branches/TOTALNEW/rc.d/rc.init
2929    M /rc-scripts/branches/TOTALNEW/rc.d/rc.local
2930    A /rc-scripts/branches/TOTALNEW/rc.d/rc.modules
2931    M /rc-scripts/branches/TOTALNEW/rc.d/rc.shutdown
2932    M /rc-scripts/branches/TOTALNEW/rc.d/rc.sysinit
2933    M /rc-scripts/branches/TOTALNEW/run-parts
2934    M /rc-scripts/branches/TOTALNEW/setsysfont
2935    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/Makefile.am
2936    A /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-atm0
2937    A /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-br0
2938    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-description
2939    A /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-lec0
2940    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-ppp0.leased1
2941    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-ppp0.leased2
2942    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-ppp0.tpsa
2943    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/ifcfg-sl0
2944    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/tnlcfg-description
2945    M /rc-scripts/branches/TOTALNEW/sysconfig/interfaces/tnlcfg-icm
2946    M /rc-scripts/branches/TOTALNEW/sysconfig/network
2947    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/Makefile.am
2948    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifdown
2949    A /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifdown-br
2950    A /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifdown-lec
2951    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifdown-post
2952    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifdown-ppp
2953    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifdown-sl
2954    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup
2955    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-aliases
2956    A /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-atm
2957    A /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-br
2958    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-ipx
2959    A /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-lec
2960    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-plip
2961    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-post
2962    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-ppp
2963    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-routes
2964    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/ifup-sl
2965    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/tnldown
2966    M /rc-scripts/branches/TOTALNEW/sysconfig/network-scripts/tnlup
2967    M /rc-scripts/branches/TOTALNEW/sysconfig/system
2968    M /rc-scripts/branches/TOTALNEW/sysconfig/timezone
2969    A /rc-scripts/branches/TOTALNEW/sysctl.conf
2970    M /rc-scripts/trunk/rc.d/init.d/functions.network
2971
2972
2973 merged totalnew 3d patch as new TOTALNEW branch
2974
2975 ------------------------------------------------------------------------
2976 rev 802:  saq | 2000-10-17 22:42:13 +0200 (Tue, 17 Oct 2000) | 2 lines
2977 Changed paths:
2978    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2979
2980 - bugfix: avoid loops when a user calls ifup and usernetctl isn't suid
2981
2982 ------------------------------------------------------------------------
2983 rev 801:  saq | 2000-09-25 15:46:34 +0200 (Mon, 25 Sep 2000) | 2 lines
2984 Changed paths:
2985    M /rc-scripts/trunk/configure.in
2986
2987 - version 0.2.7
2988
2989 ------------------------------------------------------------------------
2990 rev 800:  saq | 2000-09-23 22:43:05 +0200 (Sat, 23 Sep 2000) | 2 lines
2991 Changed paths:
2992    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
2993    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
2994
2995 - fixed DEVICETYPE determination for aliased devices
2996
2997 ------------------------------------------------------------------------
2998 rev 799:  saq | 2000-09-21 15:53:21 +0200 (Thu, 21 Sep 2000) | 2 lines
2999 Changed paths:
3000    M /rc-scripts/trunk/po/de.po
3001
3002 - minor fixes
3003
3004 ------------------------------------------------------------------------
3005 rev 798:  kloczek | 2000-09-21 01:32:28 +0200 (Thu, 21 Sep 2000) | 2 lines
3006 Changed paths:
3007    M /rc-scripts/trunk/sysconfig/static-routes
3008
3009 - commented entry description.
3010
3011 ------------------------------------------------------------------------
3012 rev 797:  saq | 2000-09-19 15:36:54 +0200 (Tue, 19 Sep 2000) | 2 lines
3013 Changed paths:
3014    M /rc-scripts/trunk/po/pl.po
3015
3016 - translations for ifup and ifup-sl
3017
3018 ------------------------------------------------------------------------
3019 rev 796:  saq | 2000-09-19 15:36:40 +0200 (Tue, 19 Sep 2000) | 2 lines
3020 Changed paths:
3021    M /rc-scripts/trunk/po/de.po
3022
3023 - s/dir/dip/
3024
3025 ------------------------------------------------------------------------
3026 rev 795:  saq | 2000-09-19 14:46:45 +0200 (Tue, 19 Sep 2000) | 3 lines
3027 Changed paths:
3028    M /rc-scripts/trunk/po/de.po
3029    M /rc-scripts/trunk/po/pl.po
3030    M /rc-scripts/trunk/rc.d/init.d/functions
3031    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3032    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
3033
3034 - merged some %s into nls invocations
3035 - German translation finetuning
3036
3037 ------------------------------------------------------------------------
3038 rev 794:  saq | 2000-09-19 00:32:04 +0200 (Tue, 19 Sep 2000) | 2 lines
3039 Changed paths:
3040    M /rc-scripts/trunk/configure.in
3041    A /rc-scripts/trunk/po/de.po
3042    M /rc-scripts/trunk/rc-scripts.spec.in
3043    M /rc-scripts/trunk/rc.d/init.d/functions
3044
3045 - introducing German translation
3046
3047 ------------------------------------------------------------------------
3048 rev 793:  baggins | 2000-09-03 04:29:02 +0200 (Sun, 03 Sep 2000) | 4 lines
3049 Changed paths:
3050    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3051    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3052
3053 - added IPV6_AUTOCONF variable to interface configuration
3054   set it to "no" if you don't want kernel to autoconfigure IPv6 address
3055   on interfaces (prefix:MAC stuff)
3056
3057 ------------------------------------------------------------------------
3058 rev 792:  zagrodzki | 2000-08-28 17:43:44 +0200 (Mon, 28 Aug 2000) | 2 lines
3059 Changed paths:
3060    M /rc-scripts/trunk/configure.in
3061
3062 - version = 0.2.6
3063
3064 ------------------------------------------------------------------------
3065 rev 791:  zagrodzki | 2000-08-28 17:38:14 +0200 (Mon, 28 Aug 2000) | 2 lines
3066 Changed paths:
3067    M /rc-scripts/trunk/rc.d/init.d/network
3068
3069 - substituted awk in place of /usr/bin/tr
3070
3071 ------------------------------------------------------------------------
3072 rev 790:  zagrodzki | 2000-08-28 17:35:48 +0200 (Mon, 28 Aug 2000) | 2 lines
3073 Changed paths:
3074    M /rc-scripts/trunk/rc.d/init.d/network
3075
3076 - removed all "xargs" calls
3077
3078 ------------------------------------------------------------------------
3079 rev 789:  zagrodzki | 2000-08-09 01:06:50 +0200 (Wed, 09 Aug 2000) | 4 lines
3080 Changed paths:
3081    M /rc-scripts/trunk/rc.d/init.d/functions
3082
3083 - added "termput op" definition -- it fixes the Blue Screen (tm) problem
3084   :) (if you don't know what's this about, try umounting /usr and running
3085   rc.sysinit -- the same effect was when /usr wasn't on root partition)
3086
3087 ------------------------------------------------------------------------
3088 rev 788:  baggins | 2000-08-04 17:25:45 +0200 (Fri, 04 Aug 2000) | 3 lines
3089 Changed paths:
3090    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3091
3092 - fixed setting up GATEWAY6*
3093 - added setting up global route for IPv6 routers
3094
3095 ------------------------------------------------------------------------
3096 rev 787:  baggins | 2000-08-04 17:20:38 +0200 (Fri, 04 Aug 2000) | 2 lines
3097 Changed paths:
3098    M /rc-scripts/trunk/sysconfig/network
3099
3100 -added IPV6_GLOBALROUTEDEV
3101
3102 ------------------------------------------------------------------------
3103 rev 786:  baggins | 2000-08-04 17:19:00 +0200 (Fri, 04 Aug 2000) | 2 lines
3104 Changed paths:
3105    M /rc-scripts/trunk/sysconfig/network
3106
3107 - added IPV6_GLOBALROUTE
3108
3109 ------------------------------------------------------------------------
3110 rev 785:  baggins | 2000-08-04 17:06:47 +0200 (Fri, 04 Aug 2000) | 2 lines
3111 Changed paths:
3112    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3113
3114 - set up GATEWAY6* only if IPV6_FORWARDING is disabled
3115
3116 ------------------------------------------------------------------------
3117 rev 784:  baggins | 2000-08-04 16:08:23 +0200 (Fri, 04 Aug 2000) | 2 lines
3118 Changed paths:
3119    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3120
3121 - added default route setup for IPv6
3122
3123 ------------------------------------------------------------------------
3124 rev 783:  baggins | 2000-08-04 16:02:20 +0200 (Fri, 04 Aug 2000) | 2 lines
3125 Changed paths:
3126    M /rc-scripts/trunk/sysconfig/network
3127
3128 - added GATEWAY6* for IPv6 routing
3129
3130 ------------------------------------------------------------------------
3131 rev 782:  marcus | 2000-08-04 15:58:52 +0200 (Fri, 04 Aug 2000) | 3 lines
3132 Changed paths:
3133    M /rc-scripts/trunk/rc.d/rc.sysinit
3134
3135
3136 - cosmetics (in mount /proc command)
3137
3138 ------------------------------------------------------------------------
3139 rev 781:  marcus | 2000-08-03 14:51:18 +0200 (Thu, 03 Aug 2000) | 3 lines
3140 Changed paths:
3141    M /rc-scripts/trunk/rc.d/rc.sysinit
3142
3143
3144 - added -o gid=17 while mounting /proc
3145
3146 ------------------------------------------------------------------------
3147 rev 780:  kloczek | 2000-07-31 09:28:22 +0200 (Mon, 31 Jul 2000) | 2 lines
3148 Changed paths:
3149    M /rc-scripts/trunk/configure.in
3150
3151 - new version 0.2.5.
3152
3153 ------------------------------------------------------------------------
3154 rev 779:  baggins | 2000-07-28 20:37:00 +0200 (Fri, 28 Jul 2000) | 2 lines
3155 Changed paths:
3156    M /rc-scripts/trunk/rc.d/init.d/functions
3157
3158 - added _modprobe function
3159
3160 ------------------------------------------------------------------------
3161 rev 778:  zagrodzki | 2000-07-28 17:03:10 +0200 (Fri, 28 Jul 2000) | 2 lines
3162 Changed paths:
3163    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
3164    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
3165
3166 - added . /etc/rc.d/init.d/functions
3167
3168 ------------------------------------------------------------------------
3169 rev 777:  zagrodzki | 2000-07-21 20:51:45 +0200 (Fri, 21 Jul 2000) | 3 lines
3170 Changed paths:
3171    M /rc-scripts/trunk/rc.d/init.d/functions.network
3172
3173 - ls 2>/dev/null (avoid "ls: no such file or directory" when directory
3174   does not exist)
3175
3176 ------------------------------------------------------------------------
3177 rev 776:  mis | 2000-07-20 12:07:00 +0200 (Thu, 20 Jul 2000) | 2 lines
3178 Changed paths:
3179    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3180
3181 - one more fix to IPXFRAMETYPE
3182
3183 ------------------------------------------------------------------------
3184 rev 775:  mis | 2000-07-20 12:03:50 +0200 (Thu, 20 Jul 2000) | 2 lines
3185 Changed paths:
3186    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3187
3188 - fixed IPXFRAMETYPE
3189
3190 ------------------------------------------------------------------------
3191 rev 774:  zagrodzki | 2000-07-13 19:42:59 +0200 (Thu, 13 Jul 2000) | 2 lines
3192 Changed paths:
3193    M /rc-scripts/trunk/configure.in
3194
3195 - version 0.2.4
3196
3197 ------------------------------------------------------------------------
3198 rev 773:  baggins | 2000-07-13 17:29:51 +0200 (Thu, 13 Jul 2000) | 2 lines
3199 Changed paths:
3200    M /rc-scripts/trunk/rc.d/rc.sysinit
3201
3202 - rm -f utmp? first
3203
3204 ------------------------------------------------------------------------
3205 rev 772:  baggins | 2000-07-13 16:51:46 +0200 (Thu, 13 Jul 2000) | 2 lines
3206 Changed paths:
3207    M /rc-scripts/trunk/sysconfig/system
3208
3209 - added NEED_XFILES=yes (we want utmpx/wtmpx)
3210
3211 ------------------------------------------------------------------------
3212 rev 771:  baggins | 2000-07-13 16:45:56 +0200 (Thu, 13 Jul 2000) | 2 lines
3213 Changed paths:
3214    M /rc-scripts/trunk/rc.d/rc.sysinit
3215
3216 - typo
3217
3218 ------------------------------------------------------------------------
3219 rev 770:  baggins | 2000-07-13 16:45:10 +0200 (Thu, 13 Jul 2000) | 2 lines
3220 Changed paths:
3221    M /rc-scripts/trunk/rc.d/rc.sysinit
3222
3223 - we _want_ utmpx and wtmpx, not utmp/wtmp
3224
3225 ------------------------------------------------------------------------
3226 rev 769:  waszi | 2000-06-29 10:24:14 +0200 (Thu, 29 Jun 2000) | 2 lines
3227 Changed paths:
3228    M /rc-scripts/trunk/po/pl.po
3229
3230 - typo
3231
3232 ------------------------------------------------------------------------
3233 rev 768:  baggins | 2000-06-27 22:22:34 +0200 (Tue, 27 Jun 2000) | 2 lines
3234 Changed paths:
3235    M /rc-scripts/trunk/rc.d/init.d/functions.network
3236
3237 - modprobe ipip if IPV6_TUNNELCONFIG == yes
3238
3239 ------------------------------------------------------------------------
3240 rev 767:  waszi | 2000-06-27 11:50:07 +0200 (Tue, 27 Jun 2000) | 3 lines
3241 Changed paths:
3242    M /rc-scripts/trunk/lang.sh
3243
3244
3245 - cleanups
3246
3247 ------------------------------------------------------------------------
3248 rev 766:  waszi | 2000-06-25 16:40:36 +0200 (Sun, 25 Jun 2000) | 4 lines
3249 Changed paths:
3250    M /rc-scripts/trunk/makepot.pl
3251    M /rc-scripts/trunk/rc.d/rc.shutdown
3252    M /rc-scripts/trunk/rc.d/rc.sysinit
3253    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3254    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.tpsa
3255
3256
3257 - typos
3258 - cleanups
3259
3260 ------------------------------------------------------------------------
3261 rev 765:  wiget | 2000-06-23 11:11:10 +0200 (Fri, 23 Jun 2000) | 2 lines
3262 Changed paths:
3263    M /rc-scripts/trunk/rc.d/rc.shutdown
3264
3265 added shmfs to noprocfs
3266
3267 ------------------------------------------------------------------------
3268 rev 764:  jajcus | 2000-06-22 16:52:10 +0200 (Thu, 22 Jun 2000) | 2 lines
3269 Changed paths:
3270    M /rc-scripts/trunk/rc.d/rc.shutdown
3271
3272 - fixed file unmounting again, after kloczek broke it "borrowing" code from RH
3273
3274 ------------------------------------------------------------------------
3275 rev 763:  zagrodzki | 2000-06-21 17:23:38 +0200 (Wed, 21 Jun 2000) | 2 lines
3276 Changed paths:
3277    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3278
3279 - IPADDR, not ADDR :)
3280
3281 ------------------------------------------------------------------------
3282 rev 762:  kloczek | 2000-06-18 11:55:24 +0200 (Sun, 18 Jun 2000) | 2 lines
3283 Changed paths:
3284    M /rc-scripts/trunk/configure.in
3285
3286 - release 2.3.
3287
3288 ------------------------------------------------------------------------
3289 rev 761:  kloczek | 2000-06-18 11:52:05 +0200 (Sun, 18 Jun 2000) | 2 lines
3290 Changed paths:
3291    M /rc-scripts/trunk/rc.d/rc.shutdown
3292
3293 - new umounting file systems procedure (borowed from RH).
3294
3295 ------------------------------------------------------------------------
3296 rev 760:  waszi | 2000-06-12 10:38:15 +0200 (Mon, 12 Jun 2000) | 4 lines
3297 Changed paths:
3298    M /rc-scripts/trunk/ppp/ip-down
3299    M /rc-scripts/trunk/rc.d/init.d/allowlogin
3300    M /rc-scripts/trunk/rc.d/init.d/functions.network
3301    M /rc-scripts/trunk/rc.d/init.d/network
3302    M /rc-scripts/trunk/rc.d/rc.sysinit
3303    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
3304    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3305    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
3306    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
3307    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
3308    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
3309    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
3310    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
3311    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
3312
3313
3314 - is_yes and is_no cleanups
3315 - typos
3316
3317 ------------------------------------------------------------------------
3318 rev 759:  mkochano | 2000-06-02 16:47:49 +0200 (Fri, 02 Jun 2000) | 2 lines
3319 Changed paths:
3320    M /rc-scripts/trunk/rc.d/init.d/functions
3321
3322 - Moves cursor to a new line also after "WORK" and "FAIL".
3323
3324 ------------------------------------------------------------------------
3325 rev 758:  mkochano | 2000-06-02 16:36:39 +0200 (Fri, 02 Jun 2000) | 6 lines
3326 Changed paths:
3327    M /rc-scripts/trunk/rc.d/init.d/functions
3328
3329 - Added new function progress(). It shows color messages in square brackets.
3330   Takes two arguments: text to display and color to use. Second argument is
3331   optional (default color is green). Outputs "op" as last terminal sequence
3332   instaed setting arbitrary color.
3333 - busy(), ok(), started(), fail() and died() modified to use progress().
3334
3335 ------------------------------------------------------------------------
3336 rev 757:  zagrodzki | 2000-06-02 12:00:12 +0200 (Fri, 02 Jun 2000) | 2 lines
3337 Changed paths:
3338    M /rc-scripts/trunk/rc.d/rc.sysinit
3339
3340 - fixed some is_yes calls (argument can be empty)
3341
3342 ------------------------------------------------------------------------
3343 rev 756:  baggins | 2000-06-01 21:33:25 +0200 (Thu, 01 Jun 2000) | 2 lines
3344 Changed paths:
3345    M /rc-scripts/trunk/rc.d/rc.sysinit
3346
3347 - fixed setting up USEMODULES variable
3348
3349 ------------------------------------------------------------------------
3350 rev 755:  zagrodzki | 2000-05-31 20:01:39 +0200 (Wed, 31 May 2000) | 2 lines
3351 Changed paths:
3352    M /rc-scripts/trunk/rc.d/rc
3353
3354 - one more typo
3355
3356 ------------------------------------------------------------------------
3357 rev 754:  zagrodzki | 2000-05-31 20:00:34 +0200 (Wed, 31 May 2000) | 2 lines
3358 Changed paths:
3359    M /rc-scripts/trunk/rc.d/rc
3360
3361 - typo
3362
3363 ------------------------------------------------------------------------
3364 rev 753:  zagrodzki | 2000-05-31 19:55:05 +0200 (Wed, 31 May 2000) | 2 lines
3365 Changed paths:
3366    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
3367
3368 - typo
3369
3370 ------------------------------------------------------------------------
3371 rev 752:  waszi | 2000-05-30 07:55:00 +0200 (Tue, 30 May 2000) | 2 lines
3372 Changed paths:
3373    M /rc-scripts/trunk/rc.d/init.d/functions
3374
3375 -typo
3376
3377 ------------------------------------------------------------------------
3378 rev 751:  waszi | 2000-05-30 07:53:45 +0200 (Tue, 30 May 2000) | 2 lines
3379 Changed paths:
3380    M /rc-scripts/trunk/rc.d/rc
3381
3382 - replaced halt -d with halt -d -p
3383
3384 ------------------------------------------------------------------------
3385 rev 750:  waszi | 2000-05-30 07:51:34 +0200 (Tue, 30 May 2000) | 2 lines
3386 Changed paths:
3387    M /rc-scripts/trunk/rc.d/rc.shutdown
3388
3389 - halt -p -> halt -w
3390
3391 ------------------------------------------------------------------------
3392 rev 749:  waszi | 2000-05-30 07:49:46 +0200 (Tue, 30 May 2000) | 2 lines
3393 Changed paths:
3394    M /rc-scripts/trunk/rc.d/rc.sysinit
3395
3396 -typo
3397
3398 ------------------------------------------------------------------------
3399 rev 748:  baggins | 2000-05-29 21:37:06 +0200 (Mon, 29 May 2000) | 2 lines
3400 Changed paths:
3401    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3402
3403 - pass $DHCPOPTIONS to dhcpcd
3404
3405 ------------------------------------------------------------------------
3406 rev 747:  baggins | 2000-05-29 21:36:43 +0200 (Mon, 29 May 2000) | 2 lines
3407 Changed paths:
3408    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
3409
3410 - kill dhcpcd if necessary
3411
3412 ------------------------------------------------------------------------
3413 rev 746:  baggins | 2000-05-29 21:31:59 +0200 (Mon, 29 May 2000) | 2 lines
3414 Changed paths:
3415    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3416
3417 - added DHCPOPTIONS variable
3418
3419 ------------------------------------------------------------------------
3420 rev 745:  kloczek | 2000-05-29 21:06:11 +0200 (Mon, 29 May 2000) | 2 lines
3421 Changed paths:
3422    M /rc-scripts/trunk/configure.in
3423
3424 - start prepare 0.2.2.
3425
3426 ------------------------------------------------------------------------
3427 rev 744:  baggins | 2000-05-29 21:03:51 +0200 (Mon, 29 May 2000) | 3 lines
3428 Changed paths:
3429    M /rc-scripts/trunk/rc.d/rc.shutdown
3430
3431 - run quotaoff -a before unmounting filesystems
3432 - minor cosmetics
3433
3434 ------------------------------------------------------------------------
3435 rev 743:  jajcus | 2000-05-20 15:34:06 +0200 (Sat, 20 May 2000) | 2 lines
3436 Changed paths:
3437    M /rc-scripts/trunk/rc.d/rc.sysinit
3438
3439 - Time setup changed, so it should work even if /usr is on separate partition
3440
3441 ------------------------------------------------------------------------
3442 rev 742:  zagrodzki | 2000-05-16 17:08:25 +0200 (Tue, 16 May 2000) | 3 lines
3443 Changed paths:
3444    M /rc-scripts/trunk/rc.d/rc.sysinit
3445
3446 - changed the way depmod was run
3447 - changed all "!=no" to "is_yes" or "! is_no" (from "functions")
3448
3449 ------------------------------------------------------------------------
3450 rev 741:  wiget | 2000-05-13 09:11:55 +0200 (Sat, 13 May 2000) | 3 lines
3451 Changed paths:
3452    M /rc-scripts/trunk/po/pl.po
3453    M /rc-scripts/trunk/rc.d/init.d/timezone
3454
3455 - rc.d/init.d/timezone - poprawki zwi±zane z t³umaczeniem
3456 - po/pl.po - serwis -> usluga, startowanie -> uruchamianie i kilka kosmetycznych zmian
3457
3458 ------------------------------------------------------------------------
3459 rev 740:  baggins | 2000-05-09 20:58:35 +0200 (Tue, 09 May 2000) | 5 lines
3460 Changed paths:
3461    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
3462    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3463
3464 - pump is b0rken
3465 - don't use pump for DHCP
3466 - use dhcpcd for DHCP ;)
3467 - and fixed typo
3468
3469 ------------------------------------------------------------------------
3470 rev 739:  kloczek | 2000-05-09 17:46:22 +0200 (Tue, 09 May 2000) | 2 lines
3471 Changed paths:
3472    M /rc-scripts/trunk/rc.d/rc.shutdown
3473
3474 - "halt -p" instead "halt -w".
3475
3476 ------------------------------------------------------------------------
3477 rev 738:  siefca | 2000-05-07 21:00:07 +0200 (Sun, 07 May 2000) | 3 lines
3478 Changed paths:
3479    M /rc-scripts/trunk/Makefile.am
3480    M /rc-scripts/trunk/configure.in
3481    M /rc-scripts/trunk/ppp/Makefile.am
3482    M /rc-scripts/trunk/ppp/ip-down
3483    M /rc-scripts/trunk/ppp/ip-up
3484    M /rc-scripts/trunk/rc-scripts.spec.in
3485    A /rc-scripts/trunk/run-parts
3486    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
3487    A /rc-scripts/trunk/sysconfig/interfaces/down.d
3488    A /rc-scripts/trunk/sysconfig/interfaces/down.d/.cvsignore
3489    A /rc-scripts/trunk/sysconfig/interfaces/down.d/Makefile.am
3490    A /rc-scripts/trunk/sysconfig/interfaces/down.d/all
3491    A /rc-scripts/trunk/sysconfig/interfaces/down.d/all/.cvsignore
3492    A /rc-scripts/trunk/sysconfig/interfaces/down.d/all/Makefile.am
3493    A /rc-scripts/trunk/sysconfig/interfaces/down.d/all/thetouch
3494    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ip
3495    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ip/.cvsignore
3496    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ip/Makefile.am
3497    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ipx
3498    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ipx/.cvsignore
3499    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ipx/Makefile.am
3500    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp
3501    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp/.cvsignore
3502    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp/Makefile.am
3503    A /rc-scripts/trunk/sysconfig/interfaces/down.d/ppp/logger
3504    A /rc-scripts/trunk/sysconfig/interfaces/down.d/tnl
3505    A /rc-scripts/trunk/sysconfig/interfaces/down.d/tnl/.cvsignore
3506    A /rc-scripts/trunk/sysconfig/interfaces/down.d/tnl/Makefile.am
3507    A /rc-scripts/trunk/sysconfig/interfaces/up.d
3508    A /rc-scripts/trunk/sysconfig/interfaces/up.d/.cvsignore
3509    A /rc-scripts/trunk/sysconfig/interfaces/up.d/Makefile.am
3510    A /rc-scripts/trunk/sysconfig/interfaces/up.d/all
3511    A /rc-scripts/trunk/sysconfig/interfaces/up.d/all/.cvsignore
3512    A /rc-scripts/trunk/sysconfig/interfaces/up.d/all/Makefile.am
3513    A /rc-scripts/trunk/sysconfig/interfaces/up.d/all/thetouch
3514    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ip
3515    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ip/.cvsignore
3516    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ip/Makefile.am
3517    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ipx
3518    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ipx/.cvsignore
3519    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ipx/Makefile.am
3520    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp
3521    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp/.cvsignore
3522    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp/Makefile.am
3523    A /rc-scripts/trunk/sysconfig/interfaces/up.d/ppp/logger
3524    A /rc-scripts/trunk/sysconfig/interfaces/up.d/tnl
3525    A /rc-scripts/trunk/sysconfig/interfaces/up.d/tnl/.cvsignore
3526    A /rc-scripts/trunk/sysconfig/interfaces/up.d/tnl/Makefile.am
3527
3528 - scripts now ready to exec run-parts for each of interfaces going up/down,
3529 - run-parts is now by rc-scripts provided (as /bin/run-parts).
3530
3531 ------------------------------------------------------------------------
3532 rev 737:  siefca | 2000-05-07 17:43:51 +0200 (Sun, 07 May 2000) | 2 lines
3533 Changed paths:
3534    M /rc-scripts/trunk/rc-scripts.spec.in
3535
3536 run-parts script now belongs here
3537
3538 ------------------------------------------------------------------------
3539 rev 736:  waszi | 2000-05-03 13:55:08 +0200 (Wed, 03 May 2000) | 5 lines
3540 Changed paths:
3541    M /rc-scripts/trunk/rc.d/rc.sysinit
3542
3543
3544 - typos
3545 - in some places changed [ VARIABLE = "yes" ] ==> is_yes
3546 - devfsd may be used without DEVFS_MOUNT=yes
3547
3548 ------------------------------------------------------------------------
3549 rev 735:  waszi | 2000-05-03 13:49:52 +0200 (Wed, 03 May 2000) | 2 lines
3550 Changed paths:
3551    M /rc-scripts/trunk/rc.d/rc
3552    M /rc-scripts/trunk/rc.d/rc.sysinit
3553
3554 - typo
3555
3556 ------------------------------------------------------------------------
3557 rev 734:  zagrodzki | 2000-05-01 22:13:24 +0200 (Mon, 01 May 2000) | 2 lines
3558 Changed paths:
3559    M /rc-scripts/trunk/rc.d/rc.sysinit
3560
3561 - typo
3562
3563 ------------------------------------------------------------------------
3564 rev 733:  zagrodzki | 2000-05-01 20:57:10 +0200 (Mon, 01 May 2000) | 4 lines
3565 Changed paths:
3566    M /rc-scripts/trunk/rc.d/rc
3567
3568 - line lengths are now evaluated properly
3569 - it's not necessary to set and unset af{2,6,7} every time we want to "say
3570   something" :)
3571
3572 ------------------------------------------------------------------------
3573 rev 732:  zagrodzki | 2000-05-01 20:53:37 +0200 (Mon, 01 May 2000) | 4 lines
3574 Changed paths:
3575    M /rc-scripts/trunk/rc.d/init.d/functions
3576
3577 - \n after messages passed to nls aren't necessary (nls uses "echo" after
3578   every printf anyway: if you want to get a message without a trailing
3579   "\n", use echo -n "`nls ...`")
3580
3581 ------------------------------------------------------------------------
3582 rev 731:  zagrodzki | 2000-05-01 20:43:55 +0200 (Mon, 01 May 2000) | 8 lines
3583 Changed paths:
3584    M /rc-scripts/trunk/rc.d/init.d/functions
3585
3586 - deltext is not necessary before ok, fail, others (it's called
3587   automatically)
3588 - [ $# -gt 0 ] instead of [ -n "$1" ]: printf_ sometimes has to accept
3589   argument lists like "" "a" (where first one is empty string)
3590 - replaced "\b\b\b..." in deltext by "termput hpa $INIT_COL"
3591 - COLOR_INIT=no doesn't mean that all other termcodes shouldn't work -
3592   COLOR_INIT is now checked only at case "setaf"
3593
3594 ------------------------------------------------------------------------
3595 rev 730:  jajcus | 2000-04-27 08:20:28 +0200 (Thu, 27 Apr 2000) | 3 lines
3596 Changed paths:
3597    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3598
3599 - missing space added (without this "peer" option was used to "ip addr add"
3600   even if no "$REMIP" was defined)
3601
3602 ------------------------------------------------------------------------
3603 rev 729:  waszi | 2000-04-25 14:01:29 +0200 (Tue, 25 Apr 2000) | 2 lines
3604 Changed paths:
3605    M /rc-scripts/trunk/rc.d/rc.sysinit
3606    M /rc-scripts/trunk/sysconfig/system
3607
3608 - added MOUNT_DEVFS option
3609
3610 ------------------------------------------------------------------------
3611 rev 728:  zagrodzki | 2000-04-24 18:56:04 +0200 (Mon, 24 Apr 2000) | 3 lines
3612 Changed paths:
3613    M /rc-scripts/trunk/rc.d/rc
3614
3615 - removed two unnecessary 0s at every textlen counting
3616 - arguments for nls in "" (necessary, when COLOR_INIT=no)
3617
3618 ------------------------------------------------------------------------
3619 rev 727:  marcus | 2000-04-23 13:46:04 +0200 (Sun, 23 Apr 2000) | 6 lines
3620 Changed paths:
3621    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3622    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
3623
3624
3625
3626 * In ifup file added suppoer for Point-to-Point IPv4 Ethernet (REMIP
3627 variable).
3628 * In ifup-ppp deleted some hashed lines.
3629
3630 ------------------------------------------------------------------------
3631 rev 726:  jajcus | 2000-04-21 19:47:49 +0200 (Fri, 21 Apr 2000) | 2 lines
3632 Changed paths:
3633    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
3634
3635 - get REALDEVICE and use it for setting up the routes
3636
3637 ------------------------------------------------------------------------
3638 rev 725:  jajcus | 2000-04-21 19:47:24 +0200 (Fri, 21 Apr 2000) | 5 lines
3639 Changed paths:
3640    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
3641
3642 - detach pppd by default
3643 - use "linkname" option to make pppd save its pid and interface name
3644 - pass $CONFIG as ipparam
3645 - don't set remotename to device name so authentication will work with peer-given name
3646
3647 ------------------------------------------------------------------------
3648 rev 724:  jajcus | 2000-04-21 19:45:24 +0200 (Fri, 21 Apr 2000) | 3 lines
3649 Changed paths:
3650    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
3651
3652 - use get_ppp_device_and_pid() to get REALDEVICE
3653 - set up queing discipline if QDISC is given
3654
3655 ------------------------------------------------------------------------
3656 rev 723:  jajcus | 2000-04-21 19:44:22 +0200 (Fri, 21 Apr 2000) | 2 lines
3657 Changed paths:
3658    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
3659
3660 - use get_ppp_device_and_pid() for getting pppd's pid
3661
3662 ------------------------------------------------------------------------
3663 rev 722:  jajcus | 2000-04-21 19:43:01 +0200 (Fri, 21 Apr 2000) | 2 lines
3664 Changed paths:
3665    M /rc-scripts/trunk/rc.d/init.d/functions.network
3666
3667 - set REALDEVICE to DEVICE if nothig else is set
3668
3669 ------------------------------------------------------------------------
3670 rev 721:  jajcus | 2000-04-21 19:40:37 +0200 (Fri, 21 Apr 2000) | 3 lines
3671 Changed paths:
3672    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.tpsa
3673
3674 - chatscript in interfaces/data
3675 - QDISC set to SFQ (useful on PPP links)
3676
3677 ------------------------------------------------------------------------
3678 rev 720:  jajcus | 2000-04-21 19:39:40 +0200 (Fri, 21 Apr 2000) | 2 lines
3679 Changed paths:
3680    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.callback
3681    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
3682
3683 - chatscript in interfaces/data
3684
3685 ------------------------------------------------------------------------
3686 rev 719:  jajcus | 2000-04-21 19:39:12 +0200 (Fri, 21 Apr 2000) | 2 lines
3687 Changed paths:
3688    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3689
3690 - QDISC parameter added (queuing discipline)
3691
3692 ------------------------------------------------------------------------
3693 rev 718:  jajcus | 2000-04-21 19:37:53 +0200 (Fri, 21 Apr 2000) | 3 lines
3694 Changed paths:
3695    M /rc-scripts/trunk/rc.d/init.d/functions.network
3696
3697 - function get_ppp_device_and_pid added. It extracts PID and REALDEVICE from
3698   /var/run/ppp-*.pid
3699
3700 ------------------------------------------------------------------------
3701 rev 717:  jajcus | 2000-04-21 19:36:42 +0200 (Fri, 21 Apr 2000) | 4 lines
3702 Changed paths:
3703    M /rc-scripts/trunk/ppp/ip-up
3704
3705 - real device name is now saved by pppd in /var/run/ppp-*.pid
3706 - ipparam is a config name not a device name
3707 - pass $CONFIG instead of ifcfg-$DEVICE to ifup-post
3708
3709 ------------------------------------------------------------------------
3710 rev 716:  jajcus | 2000-04-21 19:35:30 +0200 (Fri, 21 Apr 2000) | 4 lines
3711 Changed paths:
3712    M /rc-scripts/trunk/ppp/ip-down
3713
3714 - "compatible location" of basename
3715 - ipparam is now a config name instead of logical device
3716 - ifdown-post uses $CONFIG instead of ifcfg-$DEVICE
3717
3718 ------------------------------------------------------------------------
3719 rev 715:  zagrodzki | 2000-04-19 20:20:28 +0200 (Wed, 19 Apr 2000) | 2 lines
3720 Changed paths:
3721    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
3722
3723 - ifup-routes should be run with $CONFIG as parameter, not $DEVNAME
3724
3725 ------------------------------------------------------------------------
3726 rev 714:  jajcus | 2000-04-18 10:30:58 +0200 (Tue, 18 Apr 2000) | 2 lines
3727 Changed paths:
3728    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
3729
3730 - better hostname detection (for DHCP clients)
3731
3732 ------------------------------------------------------------------------
3733 rev 713:  jajcus | 2000-04-18 10:30:16 +0200 (Tue, 18 Apr 2000) | 2 lines
3734 Changed paths:
3735    M /rc-scripts/trunk/rc.d/init.d/functions.network
3736
3737 - "set_hostname" function fixed
3738
3739 ------------------------------------------------------------------------
3740 rev 712:  mkochano | 2000-04-14 13:14:07 +0200 (Fri, 14 Apr 2000) | 2 lines
3741 Changed paths:
3742    M /rc-scripts/trunk/rc.d/init.d/template.init
3743
3744 - s/syslogd/<service>/.
3745
3746 ------------------------------------------------------------------------
3747 rev 711:  mkochano | 2000-04-14 13:12:42 +0200 (Fri, 14 Apr 2000) | 2 lines
3748 Changed paths:
3749    M /rc-scripts/trunk/sysconfig/system
3750
3751 - Added note about aumix-OSS-preserve-settings.
3752
3753 ------------------------------------------------------------------------
3754 rev 710:  zagrodzki | 2000-04-13 10:25:18 +0200 (Thu, 13 Apr 2000) | 2 lines
3755 Changed paths:
3756    M /rc-scripts/trunk/rc.d/init.d/template.init
3757
3758 - some changes in reload)
3759
3760 ------------------------------------------------------------------------
3761 rev 709:  kloczek | 2000-04-13 01:21:48 +0200 (Thu, 13 Apr 2000) | 2 lines
3762 Changed paths:
3763    M /rc-scripts/trunk/po/pl.po
3764
3765 - typo.
3766
3767 ------------------------------------------------------------------------
3768 rev 708:  zagrodzki | 2000-04-11 16:27:03 +0200 (Tue, 11 Apr 2000) | 3 lines
3769 Changed paths:
3770    M /rc-scripts/trunk/po/pl.po
3771
3772 - typo
3773 - missing translation for "to enter interactive startup"
3774
3775 ------------------------------------------------------------------------
3776 rev 707:  zagrodzki | 2000-04-08 23:41:31 +0200 (Sat, 08 Apr 2000) | 2 lines
3777 Changed paths:
3778    M /rc-scripts/trunk/rc.d/init.d/functions
3779
3780 - added single-letter-values to is_yes and is_no
3781
3782 ------------------------------------------------------------------------
3783 rev 706:  mkochano | 2000-04-08 15:34:54 +0200 (Sat, 08 Apr 2000) | 5 lines
3784 Changed paths:
3785    M /rc-scripts/trunk/rc.d/rc.sysinit
3786
3787 - Changed 'modprobe -s midi' to 'modprobe -s synth0'. There is no module
3788   'midi'.
3789 - Changed 'modprobe -s sound' to 'modprobe -s sound-slot-0'. This causes sound
3790   card driver to be loaded.
3791
3792 ------------------------------------------------------------------------
3793 rev 705:  baggins | 2000-04-07 21:16:11 +0200 (Fri, 07 Apr 2000) | 2 lines
3794 Changed paths:
3795    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
3796
3797 - don't try start IPX on unconfigured devices
3798
3799 ------------------------------------------------------------------------
3800 rev 704:  mkochano | 2000-04-06 14:39:45 +0200 (Thu, 06 Apr 2000) | 3 lines
3801 Changed paths:
3802    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
3803
3804 - s/\$DEVICE/\$DEVNAME/. "$DEVNAME" is set by source_config() from .functions
3805   to the name of interface for which static routes should be set up.
3806
3807 ------------------------------------------------------------------------
3808 rev 703:  bszx | 2000-04-05 12:33:23 +0200 (Wed, 05 Apr 2000) | 2 lines
3809 Changed paths:
3810    M /rc-scripts/trunk/rc.d/init.d/timezone
3811
3812  - now it works under bash
3813
3814 ------------------------------------------------------------------------
3815 rev 702:  baggins | 2000-04-03 16:50:47 +0200 (Mon, 03 Apr 2000) | 6 lines
3816 Changed paths:
3817    M /rc-scripts/trunk/rc.d/init.d/network
3818    M /rc-scripts/trunk/rc.d/rc.sysinit
3819    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3820    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
3821    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
3822    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
3823    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
3824    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
3825
3826 - cleaned up ifup/ifdown mess, /sbin/ifup ethX.something works now
3827 - IPX fixes, works now
3828 - run hdparm from rc.sysinit BEFORE anything is mounted RW
3829 - fixed setting VFS_{FILE,INODE}_MAX
3830 - updated ifcfg-description
3831
3832 ------------------------------------------------------------------------
3833 rev 701:  baggins | 2000-04-03 16:50:00 +0200 (Mon, 03 Apr 2000) | 2 lines
3834 Changed paths:
3835    M /rc-scripts/trunk/configure.in
3836
3837 - version 0.2.1
3838
3839 ------------------------------------------------------------------------
3840 rev 700:  baggins | 2000-04-03 16:49:40 +0200 (Mon, 03 Apr 2000) | 2 lines
3841 Changed paths:
3842    M /rc-scripts/trunk/src/Makefile.am
3843
3844 - added initlog.conf to EXTRA_DIST
3845
3846 ------------------------------------------------------------------------
3847 rev 699:  waszi | 2000-04-01 12:24:30 +0200 (Sat, 01 Apr 2000) | 2 lines
3848 Changed paths:
3849    M /rc-scripts/trunk/rc.d/init.d/functions
3850
3851 - small termput() fixes
3852
3853 ------------------------------------------------------------------------
3854 rev 698:  misiek | 2000-03-31 15:10:22 +0200 (Fri, 31 Mar 2000) | 3 lines
3855 Changed paths:
3856    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
3857    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
3858    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
3859
3860 - support for maxfail option in pppd
3861 - cleanups in tunnel scripts
3862
3863 ------------------------------------------------------------------------
3864 rev 697:  misiek | 2000-03-27 18:07:52 +0200 (Mon, 27 Mar 2000) | 10 lines
3865 Changed paths:
3866    M /rc-scripts/trunk/INSTALL
3867    M /rc-scripts/trunk/NEWS
3868    M /rc-scripts/trunk/po/pl.po
3869    M /rc-scripts/trunk/rc-scripts.spec.in
3870    M /rc-scripts/trunk/rc.d/init.d/functions.network
3871    M /rc-scripts/trunk/rc.d/rc
3872    M /rc-scripts/trunk/rc.d/rc.sysinit
3873    M /rc-scripts/trunk/src/Makefile.am
3874    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
3875    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
3876    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
3877
3878 - removed "scripts" method of executing external programs after uping
3879   or downing device (almost nobody didn't know about it 8-)
3880 - added new method which is using run_up() and run_down() functions
3881   defined in device configuration file (ifcfg*)
3882 - fixed problem with displaing garbage instead of formated output
3883 - removed execution of random start (this should be started in standard
3884   init.d way)
3885 - set ld.so.cache if doesn't exist, too
3886 - use new (rh) style for date variables
3887
3888 ------------------------------------------------------------------------
3889 rev 696:  kloczek | 2000-03-26 08:51:45 +0200 (Sun, 26 Mar 2000) | 2 lines
3890 Changed paths:
3891    M /rc-scripts/trunk/sysconfig/system
3892
3893 - changed RUN_LDCONFIG to no.
3894
3895 ------------------------------------------------------------------------
3896 rev 695:  misiek | 2000-03-24 09:48:55 +0100 (Fri, 24 Mar 2000) | 2 lines
3897 Changed paths:
3898    M /rc-scripts/trunk/po/pl.po
3899    M /rc-scripts/trunk/rc.d/rc
3900
3901 - fixed problem with Runlevel messages and INIT_COL variable
3902
3903 ------------------------------------------------------------------------
3904 rev 694:  waszi | 2000-03-24 09:39:33 +0100 (Fri, 24 Mar 2000) | 2 lines
3905 Changed paths:
3906    M /rc-scripts/trunk/rc.d/rc.sysinit
3907
3908 - fixed nfsroot support
3909
3910 ------------------------------------------------------------------------
3911 rev 693:  wiget | 2000-03-22 23:00:06 +0100 (Wed, 22 Mar 2000) | 2 lines
3912 Changed paths:
3913    M /rc-scripts/trunk/rc-scripts.spec.in
3914
3915 use corect name
3916
3917 ------------------------------------------------------------------------
3918 rev 692:  wiget | 2000-03-22 22:55:37 +0100 (Wed, 22 Mar 2000) | 2 lines
3919 Changed paths:
3920    D /rc-scripts/trunk/rc.d/init.d/<template>.init
3921    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
3922    A /rc-scripts/trunk/rc.d/init.d/template.init
3923
3924 please don't use stupid names for files
3925
3926 ------------------------------------------------------------------------
3927 rev 691:  wiget | 2000-03-22 22:44:02 +0100 (Wed, 22 Mar 2000) | 2 lines
3928 Changed paths:
3929    M /rc-scripts/trunk/rc-scripts.spec.in
3930
3931 typo
3932
3933 ------------------------------------------------------------------------
3934 rev 690:  wiget | 2000-03-22 22:41:02 +0100 (Wed, 22 Mar 2000) | 2 lines
3935 Changed paths:
3936    M /rc-scripts/trunk/rc-scripts.spec.in
3937
3938 - added <templete>.init to %doc
3939
3940 ------------------------------------------------------------------------
3941 rev 689:  wiget | 2000-03-22 22:30:31 +0100 (Wed, 22 Mar 2000) | 2 lines
3942 Changed paths:
3943    M /rc-scripts/trunk/po/pl.po
3944
3945 cleanup
3946
3947 ------------------------------------------------------------------------
3948 rev 688:  kloczek | 2000-03-22 22:21:14 +0100 (Wed, 22 Mar 2000) | 2 lines
3949 Changed paths:
3950    M /rc-scripts/trunk/po/pl.po
3951
3952 - removed all fuzzy translations.
3953
3954 ------------------------------------------------------------------------
3955 rev 687:  kloczek | 2000-03-22 22:04:59 +0100 (Wed, 22 Mar 2000) | 2 lines
3956 Changed paths:
3957    M /rc-scripts/trunk/po/pl.po
3958
3959 - s/Stopowanie/Zatrzymywanie/
3960
3961 ------------------------------------------------------------------------
3962 rev 686:  kloczek | 2000-03-22 22:03:57 +0100 (Wed, 22 Mar 2000) | 2 lines
3963 Changed paths:
3964    M /rc-scripts/trunk/po/pl.po
3965
3966 - beter translations for stop/start serwices.
3967
3968 ------------------------------------------------------------------------
3969 rev 685:  kloczek | 2000-03-22 21:51:46 +0100 (Wed, 22 Mar 2000) | 2 lines
3970 Changed paths:
3971    M /rc-scripts/trunk/po/pl.po
3972
3973 - added missing %s in pl translations (stopping, starting messages).
3974
3975 ------------------------------------------------------------------------
3976 rev 684:  wiget | 2000-03-22 21:43:17 +0100 (Wed, 22 Mar 2000) | 2 lines
3977 Changed paths:
3978    M /rc-scripts/trunk/rc.d/init.d/functions
3979
3980 fixed small typo
3981
3982 ------------------------------------------------------------------------
3983 rev 683:  wiget | 2000-03-22 18:24:28 +0100 (Wed, 22 Mar 2000) | 3 lines
3984 Changed paths:
3985    M /rc-scripts/trunk/rc.d/rc.sysinit
3986    M /rc-scripts/trunk/sysconfig/system
3987
3988 - Allow set /proc/sys/fs/file-max & inode-max
3989   (patch by Pawe³ Krawczyk <kravietz@alfa.ceti.pl>)
3990
3991 ------------------------------------------------------------------------
3992 rev 682:  wiget | 2000-03-22 18:20:51 +0100 (Wed, 22 Mar 2000) | 2 lines
3993 Changed paths:
3994    M /rc-scripts/trunk/rc-scripts.spec.in
3995
3996 Added BuildRequires: gettext-devel
3997
3998 ------------------------------------------------------------------------
3999 rev 681:  kloczek | 2000-03-22 02:17:38 +0100 (Wed, 22 Mar 2000) | 2 lines
4000 Changed paths:
4001    M /rc-scripts/trunk/po/pl.po
4002
4003 - more pl translations.
4004
4005 ------------------------------------------------------------------------
4006 rev 680:  kloczek | 2000-03-22 02:08:00 +0100 (Wed, 22 Mar 2000) | 2 lines
4007 Changed paths:
4008    M /rc-scripts/trunk/rc.d/init.d/functions.network
4009
4010 - added using msg_stopping() in stop.
4011
4012 ------------------------------------------------------------------------
4013 rev 679:  wiget | 2000-03-22 00:59:22 +0100 (Wed, 22 Mar 2000) | 2 lines
4014 Changed paths:
4015    M /rc-scripts/trunk/makepot.pl
4016
4017 use : instead . in file location
4018
4019 ------------------------------------------------------------------------
4020 rev 678:  wiget | 2000-03-22 00:57:18 +0100 (Wed, 22 Mar 2000) | 2 lines
4021 Changed paths:
4022    M /rc-scripts/trunk/makepot.pl
4023    M /rc-scripts/trunk/po/pl.po
4024
4025 updated makepot.pl and pl.po, pl.po need fixing
4026
4027 ------------------------------------------------------------------------
4028 rev 677:  waszi | 2000-03-20 07:58:14 +0100 (Mon, 20 Mar 2000) | 2 lines
4029 Changed paths:
4030    M /rc-scripts/trunk/rc.d/rc.sysinit
4031
4032 - hacks for nfsroot, romfs
4033
4034 ------------------------------------------------------------------------
4035 rev 676:  kloczek | 2000-03-17 02:14:45 +0100 (Fri, 17 Mar 2000) | 2 lines
4036 Changed paths:
4037    M /rc-scripts/trunk/rc.d/init.d/functions
4038
4039 - more using msg_Usage().
4040
4041 ------------------------------------------------------------------------
4042 rev 675:  kloczek | 2000-03-17 00:36:12 +0100 (Fri, 17 Mar 2000) | 2 lines
4043 Changed paths:
4044    M /rc-scripts/trunk/configure.in
4045
4046 - VERSION=0.2.0 (prepare to release this version).
4047
4048 ------------------------------------------------------------------------
4049 rev 674:  misiek | 2000-03-15 16:07:46 +0100 (Wed, 15 Mar 2000) | 2 lines
4050 Changed paths:
4051    M /rc-scripts/trunk/README
4052
4053 - added info aboout Routing messages
4054
4055 ------------------------------------------------------------------------
4056 rev 673:  kloczek | 2000-03-10 02:31:25 +0100 (Fri, 10 Mar 2000) | 2 lines
4057 Changed paths:
4058    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4059    M /rc-scripts/trunk/rc.d/init.d/functions
4060
4061 - msg_Usage_noreload() and msg_Usage_reload() replace by msg_Usage().
4062
4063 ------------------------------------------------------------------------
4064 rev 672:  kloczek | 2000-03-10 02:21:40 +0100 (Fri, 10 Mar 2000) | 2 lines
4065 Changed paths:
4066    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4067
4068 - added return in exit error code $RETVAL.
4069
4070 ------------------------------------------------------------------------
4071 rev 671:  zagrodzki | 2000-03-09 12:50:24 +0100 (Thu, 09 Mar 2000) | 2 lines
4072 Changed paths:
4073    M /rc-scripts/trunk/rc.d/init.d/functions
4074
4075 - show() now substitutes %s properly
4076
4077 ------------------------------------------------------------------------
4078 rev 670:  zagrodzki | 2000-03-09 12:43:07 +0100 (Thu, 09 Mar 2000) | 2 lines
4079 Changed paths:
4080    M /rc-scripts/trunk/rc.d/init.d/functions
4081
4082 - show instead of nls in some functions
4083
4084 ------------------------------------------------------------------------
4085 rev 669:  zagrodzki | 2000-03-09 12:30:54 +0100 (Thu, 09 Mar 2000) | 2 lines
4086 Changed paths:
4087    M /rc-scripts/trunk/rc.d/init.d/functions
4088
4089 - more function
4090
4091 ------------------------------------------------------------------------
4092 rev 668:  zagrodzki | 2000-03-09 12:11:42 +0100 (Thu, 09 Mar 2000) | 2 lines
4093 Changed paths:
4094    M /rc-scripts/trunk/rc.d/init.d/functions
4095
4096 - default value for INIT_COL
4097
4098 ------------------------------------------------------------------------
4099 rev 667:  zagrodzki | 2000-03-09 11:57:57 +0100 (Thu, 09 Mar 2000) | 2 lines
4100 Changed paths:
4101    M /rc-scripts/trunk/sysconfig/system
4102
4103 - added INIT_COL setting
4104
4105 ------------------------------------------------------------------------
4106 rev 666:  zagrodzki | 2000-03-09 11:57:07 +0100 (Thu, 09 Mar 2000) | 3 lines
4107 Changed paths:
4108    M /rc-scripts/trunk/rc.d/init.d/functions
4109
4110 - slightly modified show() function
4111 - changed all "67" to "$INIT_COL"
4112
4113 ------------------------------------------------------------------------
4114 rev 665:  misiek | 2000-03-08 17:30:14 +0100 (Wed, 08 Mar 2000) | 3 lines
4115 Changed paths:
4116    M /rc-scripts/trunk/README
4117    M /rc-scripts/trunk/rc.d/init.d/functions.network
4118    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
4119    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4120    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
4121
4122 - start some scripts after interface is upped or downed
4123   (/etc/sysconfig/interfaces/scripts/ifname/somename.{up,down}
4124
4125 ------------------------------------------------------------------------
4126 rev 664:  misiek | 2000-03-08 17:29:11 +0100 (Wed, 08 Mar 2000) | 2 lines
4127 Changed paths:
4128    M /rc-scripts/trunk/po/pl.po
4129    M /rc-scripts/trunk/rc.d/init.d/functions
4130    M /rc-scripts/trunk/rc.d/rc
4131    M /rc-scripts/trunk/rc.d/rc.sysinit
4132    M /rc-scripts/trunk/sysconfig/system
4133
4134 - support for interactive starting
4135
4136 ------------------------------------------------------------------------
4137 rev 663:  zagrodzki | 2000-03-08 16:43:07 +0100 (Wed, 08 Mar 2000) | 3 lines
4138 Changed paths:
4139    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4140    M /rc-scripts/trunk/rc.d/init.d/functions
4141
4142
4143 - added "is_yes" and "is_no" functions
4144
4145 ------------------------------------------------------------------------
4146 rev 662:  zagrodzki | 2000-03-08 16:26:44 +0100 (Wed, 08 Mar 2000) | 3 lines
4147 Changed paths:
4148    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4149
4150
4151 - force-reload returns right status on exit
4152
4153 ------------------------------------------------------------------------
4154 rev 661:  zagrodzki | 2000-03-08 16:23:12 +0100 (Wed, 08 Mar 2000) | 5 lines
4155 Changed paths:
4156    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4157
4158
4159 - added force-reload option
4160 - added exit code 1 at errors
4161 - checking for running service at stop
4162
4163 ------------------------------------------------------------------------
4164 rev 660:  zagrodzki | 2000-03-08 15:59:54 +0100 (Wed, 08 Mar 2000) | 3 lines
4165 Changed paths:
4166    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4167
4168
4169 - was "2&>1" instead of "2>&1" - fixed
4170
4171 ------------------------------------------------------------------------
4172 rev 659:  zagrodzki | 2000-03-08 15:50:42 +0100 (Wed, 08 Mar 2000) | 3 lines
4173 Changed paths:
4174    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4175
4176
4177 - unified syntax for setting numerical and nonnumerical variables
4178
4179 ------------------------------------------------------------------------
4180 rev 658:  zagrodzki | 2000-03-08 15:40:38 +0100 (Wed, 08 Mar 2000) | 4 lines
4181 Changed paths:
4182    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4183
4184
4185 - default configuration support
4186 - typo
4187
4188 ------------------------------------------------------------------------
4189 rev 657:  wiget | 2000-03-08 12:52:11 +0100 (Wed, 08 Mar 2000) | 2 lines
4190 Changed paths:
4191    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4192
4193 - support exit code defined in LSB spec (http://www.linuxbase.org/)
4194
4195 ------------------------------------------------------------------------
4196 rev 656:  wiget | 2000-03-06 01:34:24 +0100 (Mon, 06 Mar 2000) | 2 lines
4197 Changed paths:
4198    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4199
4200 - nls()ed
4201
4202 ------------------------------------------------------------------------
4203 rev 655:  wiget | 2000-03-06 01:23:06 +0100 (Mon, 06 Mar 2000) | 4 lines
4204 Changed paths:
4205    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4206
4207 rm -f /var/lock/subsys/<service> >/dev/null 2&>1
4208 1. -r is not needed
4209 2. silent
4210
4211 ------------------------------------------------------------------------
4212 rev 654:  kloczek | 2000-03-06 01:19:44 +0100 (Mon, 06 Mar 2000) | 2 lines
4213 Changed paths:
4214    M /rc-scripts/trunk/rc.d/init.d/<template>.init
4215
4216 - added "rm -rf /var/lock/subsys/<service>" in stop.
4217
4218 ------------------------------------------------------------------------
4219 rev 653:  kloczek | 2000-03-06 01:10:46 +0100 (Mon, 06 Mar 2000) | 7 lines
4220 Changed paths:
4221    A /rc-scripts/trunk/rc.d/init.d/<template>.init
4222
4223 Template init script.
4224 This script can be used for preparing some unified
4225 output messages translation for other init scripts for all services)
4226
4227 Also it would be good to change all other init scripts for compatybility
4228 with this skeleton script and/or keep this file as template.
4229
4230 ------------------------------------------------------------------------
4231 rev 652:  siefca | 2000-03-04 23:40:07 +0100 (Sat, 04 Mar 2000) | 2 lines
4232 Changed paths:
4233    M /rc-scripts/trunk/rc-scripts.spec.in
4234    M /rc-scripts/trunk/rc.d/init.d/timezone
4235    M /rc-scripts/trunk/src/Makefile.am
4236    A /rc-scripts/trunk/src/resolvesymlink.c
4237
4238 Time zone information will be updated only when needed.
4239
4240 ------------------------------------------------------------------------
4241 rev 651:  siefca | 2000-03-04 14:59:17 +0100 (Sat, 04 Mar 2000) | 2 lines
4242 Changed paths:
4243    M /rc-scripts/trunk/configure.in
4244    M /rc-scripts/trunk/rc-scripts.spec.in
4245    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
4246    M /rc-scripts/trunk/sysconfig/Makefile.am
4247
4248 added time zone setting
4249
4250 ------------------------------------------------------------------------
4251 rev 650:  siefca | 2000-03-04 14:41:58 +0100 (Sat, 04 Mar 2000) | 2 lines
4252 Changed paths:
4253    A /rc-scripts/trunk/sysconfig/timezone
4254
4255 configuration parameters for time zone setting
4256
4257 ------------------------------------------------------------------------
4258 rev 649:  siefca | 2000-03-04 14:39:51 +0100 (Sat, 04 Mar 2000) | 2 lines
4259 Changed paths:
4260    M /rc-scripts/trunk/rc.d/init.d/timezone
4261
4262 chkconfig script for time zone setting
4263
4264 ------------------------------------------------------------------------
4265 rev 648:  siefca | 2000-03-04 14:38:28 +0100 (Sat, 04 Mar 2000) | 2 lines
4266 Changed paths:
4267    A /rc-scripts/trunk/rc.d/init.d/timezone
4268
4269 configuration profile (variables) for time zone setting
4270
4271 ------------------------------------------------------------------------
4272 rev 647:  wiget | 2000-03-02 18:22:15 +0100 (Thu, 02 Mar 2000) | 2 lines
4273 Changed paths:
4274    M /rc-scripts/trunk/configure.in
4275
4276 0.1.5
4277
4278 ------------------------------------------------------------------------
4279 rev 646:  misiek | 2000-02-28 13:50:45 +0100 (Mon, 28 Feb 2000) | 2 lines
4280 Changed paths:
4281    M /rc-scripts/trunk/rc.d/rc.sysinit
4282
4283 - run depmod if modules.dep is older that modules.conf, too
4284
4285 ------------------------------------------------------------------------
4286 rev 645:  misiek | 2000-02-18 19:07:01 +0100 (Fri, 18 Feb 2000) | 2 lines
4287 Changed paths:
4288    M /rc-scripts/trunk/rc.d/init.d/network
4289
4290 - set ipv6 forwarding only if ipv6 is enabled
4291
4292 ------------------------------------------------------------------------
4293 rev 644:  misiek | 2000-02-18 18:59:19 +0100 (Fri, 18 Feb 2000) | 2 lines
4294 Changed paths:
4295    M /rc-scripts/trunk/rc.d/init.d/functions
4296
4297 - translations for DONE etc are always taken from rc-scripts.mo
4298
4299 ------------------------------------------------------------------------
4300 rev 643:  waszi | 2000-02-18 13:37:36 +0100 (Fri, 18 Feb 2000) | 2 lines
4301 Changed paths:
4302    M /rc-scripts/trunk/rc.d/rc.shutdown
4303
4304 - typo
4305
4306 ------------------------------------------------------------------------
4307 rev 642:  wiget | 2000-02-18 11:42:02 +0100 (Fri, 18 Feb 2000) | 2 lines
4308 Changed paths:
4309    M /rc-scripts/trunk/rc.d/rc.shutdown
4310
4311 s/LANG/LC_ALL/ in umount
4312
4313 ------------------------------------------------------------------------
4314 rev 641:  wiget | 2000-02-18 11:37:06 +0100 (Fri, 18 Feb 2000) | 4 lines
4315 Changed paths:
4316    M /rc-scripts/trunk/rc.d/rc.shutdown
4317
4318 - fix ummounting
4319 -- locale & /usr problem
4320 -- devfs ready
4321
4322 ------------------------------------------------------------------------
4323 rev 640:  wiget | 2000-02-18 10:13:26 +0100 (Fri, 18 Feb 2000) | 2 lines
4324 Changed paths:
4325    M /rc-scripts/trunk/rc.d/rc.sysinit
4326
4327 - run devfsd before all
4328
4329 ------------------------------------------------------------------------
4330 rev 639:  waszi | 2000-02-18 09:35:18 +0100 (Fri, 18 Feb 2000) | 2 lines
4331 Changed paths:
4332    M /rc-scripts/trunk/rc.d/rc.sysinit
4333    M /rc-scripts/trunk/sysconfig/system
4334
4335 - added devfsd support
4336
4337 ------------------------------------------------------------------------
4338 rev 638:  misiek | 2000-02-17 11:59:14 +0100 (Thu, 17 Feb 2000) | 2 lines
4339 Changed paths:
4340    M /rc-scripts/trunk/po/pl.po
4341    M /rc-scripts/trunk/rc.d/rc.sysinit
4342
4343 - print space as last char in prompt
4344
4345 ------------------------------------------------------------------------
4346 rev 637:  misiek | 2000-02-10 11:31:36 +0100 (Thu, 10 Feb 2000) | 2 lines
4347 Changed paths:
4348    M /rc-scripts/trunk/rc.d/rc.sysinit
4349    M /rc-scripts/trunk/sysconfig/system
4350
4351 - running depmod is now configurable
4352
4353 ------------------------------------------------------------------------
4354 rev 636:  baggins | 2000-02-08 16:49:31 +0100 (Tue, 08 Feb 2000) | 2 lines
4355 Changed paths:
4356    M /rc-scripts/trunk/rc-scripts.spec.in
4357
4358 - removed bogus defattr
4359
4360 ------------------------------------------------------------------------
4361 rev 635:  misiek | 2000-02-03 12:50:20 +0100 (Thu, 03 Feb 2000) | 2 lines
4362 Changed paths:
4363    M /rc-scripts/trunk/rc.d/init.d/single
4364
4365 - cleanups
4366
4367 ------------------------------------------------------------------------
4368 rev 634:  misiek | 2000-02-03 12:50:05 +0100 (Thu, 03 Feb 2000) | 2 lines
4369 Changed paths:
4370    M /rc-scripts/trunk/rc.d/init.d/functions.network
4371    M /rc-scripts/trunk/rc.d/init.d/network
4372    M /rc-scripts/trunk/sysconfig/network
4373
4374 - router discovery daemon support
4375
4376 ------------------------------------------------------------------------
4377 rev 633:  misiek | 2000-02-03 12:49:04 +0100 (Thu, 03 Feb 2000) | 2 lines
4378 Changed paths:
4379    M /rc-scripts/trunk/rc.d/init.d/functions
4380
4381 - functions run_cmd() and daemon() are returning proper values now
4382
4383 ------------------------------------------------------------------------
4384 rev 632:  misiek | 2000-02-03 12:48:30 +0100 (Thu, 03 Feb 2000) | 3 lines
4385 Changed paths:
4386    M /rc-scripts/trunk/rc.d/rc.shutdown
4387
4388 - new (better) unmounting procedure from initscripts
4389 - cleanups
4390
4391 ------------------------------------------------------------------------
4392 rev 631:  misiek | 2000-01-31 15:30:11 +0100 (Mon, 31 Jan 2000) | 2 lines
4393 Changed paths:
4394    M /rc-scripts/trunk/autogen.sh
4395    M /rc-scripts/trunk/rc-scripts.spec.in
4396    M /rc-scripts/trunk/rc.d/init.d/functions
4397
4398 - fixes and updates
4399
4400 ------------------------------------------------------------------------
4401 rev 630:  misiek | 2000-01-31 15:29:53 +0100 (Mon, 31 Jan 2000) | 2 lines
4402 Changed paths:
4403    M /rc-scripts/trunk/NEWS
4404
4405 - translate to english (update)
4406
4407 ------------------------------------------------------------------------
4408 rev 629:  misiek | 2000-01-31 15:29:38 +0100 (Mon, 31 Jan 2000) | 3 lines
4409 Changed paths:
4410    M /rc-scripts/trunk/po/pl.po
4411    M /rc-scripts/trunk/rc.d/rc.sysinit
4412
4413
4414 - nls cant handle special characters such as '\n' - workaround this
4415
4416 ------------------------------------------------------------------------
4417 rev 628:  misiek | 2000-01-31 15:29:04 +0100 (Mon, 31 Jan 2000) | 2 lines
4418 Changed paths:
4419    M /rc-scripts/trunk/rc.d/init.d/functions.network
4420
4421 - avoid errors when lo interface is down
4422
4423 ------------------------------------------------------------------------
4424 rev 627:  kloczek | 2000-01-05 02:18:01 +0100 (Wed, 05 Jan 2000) | 2 lines
4425 Changed paths:
4426    M /rc-scripts/trunk/rc.d/rc.sysinit
4427
4428 - mout procsf before all.
4429
4430 ------------------------------------------------------------------------
4431 rev 626:  baggins | 2000-01-04 18:23:40 +0100 (Tue, 04 Jan 2000) | 4 lines
4432 Changed paths:
4433    M /rc-scripts/trunk/configure.in
4434    M /rc-scripts/trunk/rc.d/rc
4435    M /rc-scripts/trunk/rc.d/rc.sysinit
4436    M /rc-scripts/trunk/sysconfig/system
4437
4438 - version 0.1.4
4439 - added RUN_LDCONFIG variable to /etc/sysconfig/system, now it's
4440   possible to turn off/on ld.so.cache regeneration upon startup
4441
4442 ------------------------------------------------------------------------
4443 rev 625:  jajcus | 1999-12-30 13:11:37 +0100 (Thu, 30 Dec 1999) | 2 lines
4444 Changed paths:
4445    M /rc-scripts/trunk/rc.d/rc
4446
4447 - send messages to /dev/console (which can be serial console) instead of virtual terminal
4448
4449 ------------------------------------------------------------------------
4450 rev 624:  jajcus | 1999-12-30 13:09:45 +0100 (Thu, 30 Dec 1999) | 3 lines
4451 Changed paths:
4452    M /rc-scripts/trunk/rc.d/init.d/functions.network
4453    M /rc-scripts/trunk/rc.d/init.d/network
4454
4455 - support for "any/none" routes in /etc/sysconfig/statig routes
4456   --- these may be used for unreachable or blackhole routes
4457
4458 ------------------------------------------------------------------------
4459 rev 623:  jajcus | 1999-12-30 13:01:16 +0100 (Thu, 30 Dec 1999) | 2 lines
4460 Changed paths:
4461    M /rc-scripts/trunk/doc/sysconfig.docb
4462
4463 - updates in static-routes description
4464
4465 ------------------------------------------------------------------------
4466 rev 622:  wiget | 1999-12-28 00:38:21 +0100 (Tue, 28 Dec 1999) | 2 lines
4467 Changed paths:
4468    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
4469
4470 - fix typos
4471
4472 ------------------------------------------------------------------------
4473 rev 621:  jajcus | 1999-12-20 20:36:27 +0100 (Mon, 20 Dec 1999) | 2 lines
4474 Changed paths:
4475    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4476
4477 - ifdown should now work for user-controled interfaces
4478
4479 ------------------------------------------------------------------------
4480 rev 620:  kloczek | 1999-12-20 11:28:56 +0100 (Mon, 20 Dec 1999) | 2 lines
4481 Changed paths:
4482    M /rc-scripts/trunk/rc.d/rc.sysinit
4483
4484 - reformated.
4485
4486 ------------------------------------------------------------------------
4487 rev 619:  jajcus | 1999-12-19 17:07:02 +0100 (Sun, 19 Dec 1999) | 2 lines
4488 Changed paths:
4489    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
4490
4491 - Use IPv4 address for setting hostname (or there will be no hostname on DHCP-configured hosts)
4492
4493 ------------------------------------------------------------------------
4494 rev 618:  jajcus | 1999-12-19 17:06:02 +0100 (Sun, 19 Dec 1999) | 4 lines
4495 Changed paths:
4496    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4497
4498 - usernetctl is now in /sbin
4499 - OTHERSCRIPT should be started even if no IPv4 address is given (PPP won't work otherwise)
4500 - IPv6 link-local addresses are added by kernel. We shouldn't do it again
4501
4502 ------------------------------------------------------------------------
4503 rev 617:  jajcus | 1999-12-19 17:04:29 +0100 (Sun, 19 Dec 1999) | 3 lines
4504 Changed paths:
4505    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4506
4507 - usernetclt is now in /sbin
4508 - OTHERSCRIPT should be astarted even if no IPv4 address is given
4509
4510 ------------------------------------------------------------------------
4511 rev 616:  jajcus | 1999-12-19 16:58:12 +0100 (Sun, 19 Dec 1999) | 3 lines
4512 Changed paths:
4513    M /rc-scripts/trunk/src/usernetctl.c
4514
4515 - search for ifcfg-* files in /etc/sysconfig/interfaces
4516 - ifup and ifdown are now only in /sbin
4517
4518 ------------------------------------------------------------------------
4519 rev 615:  jajcus | 1999-12-19 16:54:32 +0100 (Sun, 19 Dec 1999) | 2 lines
4520 Changed paths:
4521    M /rc-scripts/trunk/src/.cvsignore
4522
4523 - more ignores
4524
4525 ------------------------------------------------------------------------
4526 rev 614:  kloczek | 1999-12-18 20:51:37 +0100 (Sat, 18 Dec 1999) | 2 lines
4527 Changed paths:
4528    M /rc-scripts/trunk/configure.in
4529
4530 - release 0.1.3.
4531
4532 ------------------------------------------------------------------------
4533 rev 613:  kloczek | 1999-12-18 20:51:07 +0100 (Sat, 18 Dec 1999) | 2 lines
4534 Changed paths:
4535    M /rc-scripts/trunk/src/Makefile.am
4536
4537 - added missing shvar.h to ppp_watch_SOURCES.
4538
4539 ------------------------------------------------------------------------
4540 rev 612:  kloczek | 1999-12-18 17:43:24 +0100 (Sat, 18 Dec 1999) | 2 lines
4541 Changed paths:
4542    M /rc-scripts/trunk/doc/Makefile.am
4543
4544 - updated man_MANS man pages file list.
4545
4546 ------------------------------------------------------------------------
4547 rev 611:  kloczek | 1999-12-18 17:26:30 +0100 (Sat, 18 Dec 1999) | 2 lines
4548 Changed paths:
4549    M /rc-scripts/trunk/po/pl.po
4550
4551 - s/ZDECHL/ZGINAL/.
4552
4553 ------------------------------------------------------------------------
4554 rev 610:  kloczek | 1999-12-18 17:24:38 +0100 (Sat, 18 Dec 1999) | 11 lines
4555 Changed paths:
4556    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
4557
4558 - replace:
4559
4560   grep "^$1 "
4561
4562   to:
4563
4564   grep "^$1[[:blank:]]"
4565
4566   on finding static routes entries for specified interface. This allow place
4567   also tab character after interface name.
4568
4569 ------------------------------------------------------------------------
4570 rev 609:  misiek | 1999-12-15 19:41:51 +0100 (Wed, 15 Dec 1999) | 2 lines
4571 Changed paths:
4572    A /rc-scripts/trunk/src/consoletype.c
4573
4574 - one more source file
4575
4576 ------------------------------------------------------------------------
4577 rev 608:  misiek | 1999-12-15 19:41:09 +0100 (Wed, 15 Dec 1999) | 7 lines
4578 Changed paths:
4579    A /rc-scripts/trunk/doc/consoletype.1
4580    A /rc-scripts/trunk/doc/ppp-watch.8
4581    D /rc-scripts/trunk/doc/usernetctl.1
4582    A /rc-scripts/trunk/doc/usernetctl.8
4583    M /rc-scripts/trunk/doc/usleep.1
4584    M /rc-scripts/trunk/lang.csh
4585    M /rc-scripts/trunk/lang.sh
4586    M /rc-scripts/trunk/rc-scripts.spec.in
4587    M /rc-scripts/trunk/rc.d/init.d/allowlogin
4588    M /rc-scripts/trunk/rc.d/init.d/functions
4589    M /rc-scripts/trunk/rc.d/init.d/functions.network
4590    M /rc-scripts/trunk/rc.d/init.d/network
4591    M /rc-scripts/trunk/rc.d/rc.sysinit
4592    M /rc-scripts/trunk/src/Makefile.am
4593    M /rc-scripts/trunk/src/doexec.c
4594    A /rc-scripts/trunk/src/getkey.c
4595    M /rc-scripts/trunk/src/initlog.c
4596    A /rc-scripts/trunk/src/initlog.conf
4597    A /rc-scripts/trunk/src/ppp-watch.c
4598    M /rc-scripts/trunk/src/process.c
4599    A /rc-scripts/trunk/src/shvar.c
4600    A /rc-scripts/trunk/src/shvar.h
4601    M /rc-scripts/trunk/src/testd.c
4602    M /rc-scripts/trunk/src/usernetctl.c
4603    M /rc-scripts/trunk/src/usleep.c
4604    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4605    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4606    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
4607    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
4608
4609 - fixed lang.csh
4610 - we use -a instead &&
4611 - updated few programs in src directory
4612 - fixed starting network when none of ifcfg-* file exist
4613 - write nice logo at startup
4614 - fixed problem with translated deltext() function
4615
4616 ------------------------------------------------------------------------
4617 rev 607:  misiek | 1999-12-11 13:45:13 +0100 (Sat, 11 Dec 1999) | 2 lines
4618 Changed paths:
4619    M /rc-scripts/trunk/AUTHORS
4620
4621 - added Jacek Konieczny
4622
4623 ------------------------------------------------------------------------
4624 rev 606:  kloczek | 1999-12-09 13:31:53 +0100 (Thu, 09 Dec 1999) | 3 lines
4625 Changed paths:
4626    M /rc-scripts/trunk/rc.d/rc.sysinit
4627
4628 - added including /etc/rc.d/rc.modules for loading modules before starting
4629   all services and initializing raid deveces.
4630
4631 ------------------------------------------------------------------------
4632 rev 605:  elephant | 1999-12-02 22:44:17 +0100 (Thu, 02 Dec 1999) | 2 lines
4633 Changed paths:
4634    M /rc-scripts/trunk/rc.d/init.d/functions
4635
4636 - corrected e-mail of mine
4637
4638 ------------------------------------------------------------------------
4639 rev 604:  kloczek | 1999-12-02 11:38:55 +0100 (Thu, 02 Dec 1999) | 3 lines
4640 Changed paths:
4641    M /rc-scripts/trunk/rc.d/init.d/network
4642    M /rc-scripts/trunk/rc.d/init.d/random
4643    M /rc-scripts/trunk/rc.d/init.d/single
4644
4645 - chkconfig field is back (without this upgrade from initscripts to
4646   rc-scripts fails).
4647
4648 ------------------------------------------------------------------------
4649 rev 603:  wiget | 1999-11-26 17:31:26 +0100 (Fri, 26 Nov 1999) | 2 lines
4650 Changed paths:
4651    M /rc-scripts/trunk/rc.d/init.d/functions
4652
4653 - process /etc/sysconfig/system (fix BR#110)
4654
4655 ------------------------------------------------------------------------
4656 rev 602:  wiget | 1999-11-16 15:54:01 +0100 (Tue, 16 Nov 1999) | 2 lines
4657 Changed paths:
4658    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4659    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4660
4661 - fixes
4662
4663 ------------------------------------------------------------------------
4664 rev 601:  kloczek | 1999-11-16 12:28:50 +0100 (Tue, 16 Nov 1999) | 2 lines
4665 Changed paths:
4666    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
4667
4668 - reformated.
4669
4670 ------------------------------------------------------------------------
4671 rev 600:  kloczek | 1999-11-16 02:34:40 +0100 (Tue, 16 Nov 1999) | 2 lines
4672 Changed paths:
4673    M /rc-scripts/trunk/rc.d/init.d/functions.network
4674
4675 - reformated text.
4676
4677 ------------------------------------------------------------------------
4678 rev 599:  kloczek | 1999-11-16 02:33:28 +0100 (Tue, 16 Nov 1999) | 3 lines
4679 Changed paths:
4680    M /rc-scripts/trunk/po/pl.po
4681
4682 - s/Zapis ziarna losowego/Zapisanie podstawy generatora losoweg/
4683 - other cleanups.
4684
4685 ------------------------------------------------------------------------
4686 rev 598:  wiget | 1999-11-16 00:17:20 +0100 (Tue, 16 Nov 1999) | 2 lines
4687 Changed paths:
4688    M /rc-scripts/trunk/po/pl.po
4689
4690 - updated
4691
4692 ------------------------------------------------------------------------
4693 rev 597:  kloczek | 1999-11-15 02:21:16 +0100 (Mon, 15 Nov 1999) | 2 lines
4694 Changed paths:
4695    M /rc-scripts/trunk/sysconfig/i18n
4696
4697 - s/pl/pl_PL/.
4698
4699 ------------------------------------------------------------------------
4700 rev 596:  kloczek | 1999-11-14 08:55:47 +0100 (Sun, 14 Nov 1999) | 2 lines
4701 Changed paths:
4702    M /rc-scripts/trunk/configure.in
4703
4704 - new version 1.1.2.
4705
4706 ------------------------------------------------------------------------
4707 rev 595:  kloczek | 1999-11-14 08:54:53 +0100 (Sun, 14 Nov 1999) | 2 lines
4708 Changed paths:
4709    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4710
4711 - s/DEVICEFULLNAME/
4712
4713 ------------------------------------------------------------------------
4714 rev 594:  kloczek | 1999-11-09 01:12:35 +0100 (Tue, 09 Nov 1999) | 2 lines
4715 Changed paths:
4716    M /rc-scripts/trunk/rc.d/rc.sysinit
4717
4718 - removed "chmod 0664 /var/log/wtmpx" (this is task for SysVinit %post).
4719
4720 ------------------------------------------------------------------------
4721 rev 593:  kloczek | 1999-11-07 15:00:05 +0100 (Sun, 07 Nov 1999) | 2 lines
4722 Changed paths:
4723    M /rc-scripts/trunk/rc.d/init.d/functions.network
4724
4725 - fixed BR#103 (s#==#=).
4726
4727 ------------------------------------------------------------------------
4728 rev 592:  wiget | 1999-11-06 01:25:31 +0100 (Sat, 06 Nov 1999) | 2 lines
4729 Changed paths:
4730    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4731    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4732    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
4733    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
4734
4735 - small fixes
4736
4737 ------------------------------------------------------------------------
4738 rev 591:  wiget | 1999-11-06 01:23:54 +0100 (Sat, 06 Nov 1999) | 2 lines
4739 Changed paths:
4740    M /rc-scripts/trunk/rc.d/init.d/functions.network
4741    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4742    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4743    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
4744    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
4745
4746 - now realy handle ifup <dev>
4747
4748 ------------------------------------------------------------------------
4749 rev 590:  wiget | 1999-10-27 14:09:56 +0200 (Wed, 27 Oct 1999) | 2 lines
4750 Changed paths:
4751    M /rc-scripts/trunk/rc.d/init.d/functions
4752
4753 - fix nls() function
4754
4755 ------------------------------------------------------------------------
4756 rev 589:  kloczek | 1999-10-27 07:46:52 +0200 (Wed, 27 Oct 1999) | 2 lines
4757 Changed paths:
4758    M /rc-scripts/trunk/configure.in
4759
4760 - new bersion 0.1.1.
4761
4762 ------------------------------------------------------------------------
4763 rev 588:  kloczek | 1999-10-27 07:46:27 +0200 (Wed, 27 Oct 1999) | 2 lines
4764 Changed paths:
4765    M /rc-scripts/trunk/rc.d/rc.sysinit
4766
4767 - more fixes for displaing messages on initializing raid devices.
4768
4769 ------------------------------------------------------------------------
4770 rev 587:  kloczek | 1999-10-27 05:12:27 +0200 (Wed, 27 Oct 1999) | 2 lines
4771 Changed paths:
4772    M /rc-scripts/trunk/rc-scripts.spec.in
4773
4774 - reorder in %files.
4775
4776 ------------------------------------------------------------------------
4777 rev 586:  kloczek | 1999-10-27 05:11:32 +0200 (Wed, 27 Oct 1999) | 2 lines
4778 Changed paths:
4779    M /rc-scripts/trunk/rc.d/rc.sysinit
4780
4781 - started instead busy on staring initialize raid dev.
4782
4783 ------------------------------------------------------------------------
4784 rev 585:  kloczek | 1999-10-27 04:26:45 +0200 (Wed, 27 Oct 1999) | 2 lines
4785 Changed paths:
4786    M /rc-scripts/trunk/rc-scripts.spec.in
4787
4788 - added Requires: e2fsprogs > = 1.15.
4789
4790 ------------------------------------------------------------------------
4791 rev 584:  kloczek | 1999-10-27 04:20:40 +0200 (Wed, 27 Oct 1999) | 4 lines
4792 Changed paths:
4793    M /rc-scripts/trunk/rc.d/rc.sysinit
4794
4795 - added -C to fsck parameters (display progres bar),
4796 - added support for new raidtools 0.90 utilities on ininitialize raid
4797   devices.
4798
4799 ------------------------------------------------------------------------
4800 rev 583:  waszi | 1999-10-23 10:13:00 +0200 (Sat, 23 Oct 1999) | 2 lines
4801 Changed paths:
4802    M /rc-scripts/trunk/rc.d/init.d/network
4803
4804 /etc/rc.d/init.d/functions.network -> /etc/sysconfig/network-scripts/.functions
4805
4806 ------------------------------------------------------------------------
4807 rev 582:  kloczek | 1999-10-22 13:43:15 +0200 (Fri, 22 Oct 1999) | 3 lines
4808 Changed paths:
4809    M /rc-scripts/trunk/rc.d/init.d/functions.network
4810
4811 - fix: check and get /etc/sysconfig/interfaces/ifcfg-$CONFIG instead
4812   /etc/sysconfig/interfaces/$CONFIG in source_config().
4813
4814 ------------------------------------------------------------------------
4815 rev 581:  klakier | 1999-10-17 11:34:34 +0200 (Sun, 17 Oct 1999) | 3 lines
4816 Changed paths:
4817    A /rc-scripts/trunk/doc/make-html
4818    A /rc-scripts/trunk/doc/polski.dsl
4819    A /rc-scripts/trunk/doc/rc-scripts.docb
4820    A /rc-scripts/trunk/doc/sysconfig.docb
4821
4822 Przyk³ad tworzenia pojedynczego reference entry z u¿yciem docbooka
4823 W³a¶ciwym plikiem jest sysconfig.docb
4824
4825 ------------------------------------------------------------------------
4826 rev 580:  wiget | 1999-10-14 17:59:55 +0200 (Thu, 14 Oct 1999) | 2 lines
4827 Changed paths:
4828    M /rc-scripts/trunk/rc-scripts.spec.in
4829
4830 - fixed permision to %%doc
4831
4832 ------------------------------------------------------------------------
4833 rev 579:  waszi | 1999-10-14 11:00:02 +0200 (Thu, 14 Oct 1999) | 2 lines
4834 Changed paths:
4835    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
4836
4837 - small fixes
4838
4839 ------------------------------------------------------------------------
4840 rev 578:  kloczek | 1999-10-13 23:28:40 +0200 (Wed, 13 Oct 1999) | 3 lines
4841 Changed paths:
4842    M /rc-scripts/trunk/rc-scripts.spec.in
4843    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
4844    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4845    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
4846    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
4847    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
4848    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4849    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
4850    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
4851    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
4852    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
4853    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
4854    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
4855    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
4856    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
4857
4858 - /etc/rc.d/init.d//network.functions moved to
4859   /etc/sysconfig/network-scripts/.functions.
4860
4861 ------------------------------------------------------------------------
4862 rev 577:  baggins | 1999-10-13 19:35:33 +0200 (Wed, 13 Oct 1999) | 2 lines
4863 Changed paths:
4864    M /rc-scripts/trunk/rc-scripts.spec.in
4865
4866 - added %config(noreplace) %verify(not size mtime md5) rc.local
4867
4868 ------------------------------------------------------------------------
4869 rev 576:  baggins | 1999-10-13 18:56:58 +0200 (Wed, 13 Oct 1999) | 2 lines
4870 Changed paths:
4871    M /rc-scripts/trunk/rc-scripts.spec.in
4872
4873 - typo
4874
4875 ------------------------------------------------------------------------
4876 rev 575:  baggins | 1999-10-13 18:51:25 +0200 (Wed, 13 Oct 1999) | 2 lines
4877 Changed paths:
4878    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
4879
4880 - removed nfsfs and netfs
4881
4882 ------------------------------------------------------------------------
4883 rev 574:  baggins | 1999-10-13 18:37:24 +0200 (Wed, 13 Oct 1999) | 3 lines
4884 Changed paths:
4885    M /rc-scripts/trunk/rc.d/Makefile.am
4886    M /rc-scripts/trunk/rc.d/rc
4887    A /rc-scripts/trunk/rc.d/rc.shutdown
4888    M /rc-scripts/trunk/rc.d/rc.sysinit
4889
4890 - merged halt,reboot and shutdwn into rc.shutdown
4891 - moved ldconfig to the end of system startup
4892
4893 ------------------------------------------------------------------------
4894 rev 573:  baggins | 1999-10-13 18:32:59 +0200 (Wed, 13 Oct 1999) | 2 lines
4895 Changed paths:
4896    M /rc-scripts/trunk/configure.in
4897
4898 - 0.1.0
4899
4900 ------------------------------------------------------------------------
4901 rev 572:  baggins | 1999-10-13 18:18:43 +0200 (Wed, 13 Oct 1999) | 3 lines
4902 Changed paths:
4903    M /rc-scripts/trunk/rc-scripts.spec.in
4904
4905 - removed use of chkconfig
4906 - make rc?.d/{S,K} links by hand
4907
4908 ------------------------------------------------------------------------
4909 rev 571:  baggins | 1999-10-13 18:11:27 +0200 (Wed, 13 Oct 1999) | 2 lines
4910 Changed paths:
4911    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
4912    M /rc-scripts/trunk/rc.d/init.d/allowlogin
4913    D /rc-scripts/trunk/rc.d/init.d/halt
4914    M /rc-scripts/trunk/rc.d/init.d/killall
4915    M /rc-scripts/trunk/rc.d/init.d/network
4916    M /rc-scripts/trunk/rc.d/init.d/random
4917    D /rc-scripts/trunk/rc.d/init.d/reboot
4918    D /rc-scripts/trunk/rc.d/init.d/shutdwn
4919    M /rc-scripts/trunk/rc.d/init.d/single
4920
4921 - removed usage of chkconfig
4922
4923 ------------------------------------------------------------------------
4924 rev 570:  baggins | 1999-10-13 18:04:16 +0200 (Wed, 13 Oct 1999) | 2 lines
4925 Changed paths:
4926    D /rc-scripts/trunk/rc.d/init.d/netfs
4927
4928 - these should be from appropriate *mount packages (or NFS daemons)
4929
4930 ------------------------------------------------------------------------
4931 rev 569:  baggins | 1999-10-13 17:56:31 +0200 (Wed, 13 Oct 1999) | 2 lines
4932 Changed paths:
4933    D /rc-scripts/trunk/rc.d/init.d/nfsfs
4934
4935 - obsoleted by netfs
4936
4937 ------------------------------------------------------------------------
4938 rev 568:  waszi | 1999-10-13 11:06:50 +0200 (Wed, 13 Oct 1999) | 2 lines
4939 Changed paths:
4940    M /rc-scripts/trunk/rc.d/rc.sysinit
4941
4942 - conf.modules -> modules.conf needed by new modutils
4943
4944 ------------------------------------------------------------------------
4945 rev 567:  baggins | 1999-10-12 16:09:29 +0200 (Tue, 12 Oct 1999) | 4 lines
4946 Changed paths:
4947    M /rc-scripts/trunk/configure.in
4948
4949 - version 0.0.12
4950 - halt, reboot and shutwdn merged into rc.shutdown
4951 - moved ldconfig at the end of rc system
4952
4953 ------------------------------------------------------------------------
4954 rev 566:  kloczek | 1999-10-07 02:49:51 +0200 (Thu, 07 Oct 1999) | 2 lines
4955 Changed paths:
4956    M /rc-scripts/trunk/doc/net-scripts.txt
4957
4958 - updated partialy documentation.
4959
4960 ------------------------------------------------------------------------
4961 rev 565:  kloczek | 1999-10-06 18:52:37 +0200 (Wed, 06 Oct 1999) | 2 lines
4962 Changed paths:
4963    M /rc-scripts/trunk/rc.d/init.d/allowlogin
4964    M /rc-scripts/trunk/rc.d/init.d/functions
4965    M /rc-scripts/trunk/rc.d/init.d/functions.network
4966    M /rc-scripts/trunk/rc.d/init.d/network
4967    M /rc-scripts/trunk/rc.d/rc
4968    M /rc-scripts/trunk/rc.d/rc.sysinit
4969    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4970    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
4971    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4972    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
4973    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
4974    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
4975    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
4976
4977 - remove bashizm in using test ("=" instead "==").
4978
4979 ------------------------------------------------------------------------
4980 rev 564:  jajcus | 1999-09-28 18:17:30 +0200 (Tue, 28 Sep 1999) | 2 lines
4981 Changed paths:
4982    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
4983    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
4984    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
4985    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
4986    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
4987    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
4988    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
4989    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
4990    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
4991
4992 - support for getting interface configuration from LDAP
4993
4994 ------------------------------------------------------------------------
4995 rev 563:  jajcus | 1999-09-28 18:16:42 +0200 (Tue, 28 Sep 1999) | 2 lines
4996 Changed paths:
4997    M /rc-scripts/trunk/rc.d/init.d/network
4998
4999 - support for loading interface configuration from LDAP
5000
5001 ------------------------------------------------------------------------
5002 rev 562:  jajcus | 1999-09-28 18:15:56 +0200 (Tue, 28 Sep 1999) | 3 lines
5003 Changed paths:
5004    M /rc-scripts/trunk/rc.d/init.d/functions.network
5005
5006 - functions for getting interfaces and aliases lists from LDAP added
5007 - fixed getting interface info from LDAP
5008
5009 ------------------------------------------------------------------------
5010 rev 561:  kloczek | 1999-09-28 16:43:40 +0200 (Tue, 28 Sep 1999) | 2 lines
5011 Changed paths:
5012    M /rc-scripts/trunk/configure.in
5013
5014 - release version 0.0.11
5015
5016 ------------------------------------------------------------------------
5017 rev 560:  kloczek | 1999-09-28 16:42:00 +0200 (Tue, 28 Sep 1999) | 2 lines
5018 Changed paths:
5019    M /rc-scripts/trunk/po/pl.po
5020
5021 - updated pl translation.
5022
5023 ------------------------------------------------------------------------
5024 rev 559:  kloczek | 1999-09-28 16:24:23 +0200 (Tue, 28 Sep 1999) | 2 lines
5025 Changed paths:
5026    M /rc-scripts/trunk/rc.d/rc
5027
5028 - fix: print "Entering" instead "Leaving" on entering in runlevel.
5029
5030 ------------------------------------------------------------------------
5031 rev 558:  kloczek | 1999-09-28 16:23:07 +0200 (Tue, 28 Sep 1999) | 2 lines
5032 Changed paths:
5033    M /rc-scripts/trunk/rc.d/rc.sysinit
5034
5035 - busy() instead started() on bigining initialize RAID.
5036
5037 ------------------------------------------------------------------------
5038 rev 557:  kloczek | 1999-09-28 16:04:19 +0200 (Tue, 28 Sep 1999) | 3 lines
5039 Changed paths:
5040    M /rc-scripts/trunk/rc.d/rc.sysinit
5041
5042 - print 'fail' status on on failing initialize raid and 'done' on corect
5043   initialize raid.
5044
5045 ------------------------------------------------------------------------
5046 rev 556:  kloczek | 1999-09-28 16:02:41 +0200 (Tue, 28 Sep 1999) | 2 lines
5047 Changed paths:
5048    M /rc-scripts/trunk/rc.d/init.d/functions.network
5049
5050 - fixes.
5051
5052 ------------------------------------------------------------------------
5053 rev 555:  kloczek | 1999-09-28 15:17:27 +0200 (Tue, 28 Sep 1999) | 3 lines
5054 Changed paths:
5055    M /rc-scripts/trunk/rc.d/init.d/shutdwn
5056
5057 - fix raid deintialization: deinitialize only active devices (removed also
5058   using grep in getting active md devices list).
5059
5060 ------------------------------------------------------------------------
5061 rev 554:  kloczek | 1999-09-28 14:48:41 +0200 (Tue, 28 Sep 1999) | 2 lines
5062 Changed paths:
5063    M /rc-scripts/trunk/rc.d/init.d/functions.network
5064
5065 - rearanged text.
5066
5067 ------------------------------------------------------------------------
5068 rev 553:  kloczek | 1999-09-28 14:48:16 +0200 (Tue, 28 Sep 1999) | 4 lines
5069 Changed paths:
5070    M /rc-scripts/trunk/rc.d/init.d/functions.network
5071
5072 - fixed bug on checking is file with interface description exist,
5073 - removed getting dummy code $PARENTCONFIG (this afects net interfaces LDAP
5074   description).
5075
5076 ------------------------------------------------------------------------
5077 rev 552:  wiget | 1999-09-27 22:02:52 +0200 (Mon, 27 Sep 1999) | 2 lines
5078 Changed paths:
5079    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5080
5081 - arp on for eth by default
5082
5083 ------------------------------------------------------------------------
5084 rev 551:  wiget | 1999-09-27 20:31:05 +0200 (Mon, 27 Sep 1999) | 2 lines
5085 Changed paths:
5086    M /rc-scripts/trunk/rc.d/init.d/functions
5087
5088 - fixed typo
5089
5090 ------------------------------------------------------------------------
5091 rev 550:  wiget | 1999-09-27 18:03:49 +0200 (Mon, 27 Sep 1999) | 2 lines
5092 Changed paths:
5093    M /rc-scripts/trunk/configure.in
5094
5095 - version 0.0.10
5096
5097 ------------------------------------------------------------------------
5098 rev 549:  wiget | 1999-09-27 17:40:16 +0200 (Mon, 27 Sep 1999) | 2 lines
5099 Changed paths:
5100    M /rc-scripts/trunk/po/pl.po
5101
5102 - fixes
5103
5104 ------------------------------------------------------------------------
5105 rev 548:  kloczek | 1999-09-27 17:31:00 +0200 (Mon, 27 Sep 1999) | 2 lines
5106 Changed paths:
5107    M /rc-scripts/trunk/po/pl.po
5108
5109 - typo.
5110
5111 ------------------------------------------------------------------------
5112 rev 547:  kloczek | 1999-09-27 17:29:02 +0200 (Mon, 27 Sep 1999) | 2 lines
5113 Changed paths:
5114    M /rc-scripts/trunk/po/pl.po
5115
5116 - more translations.
5117
5118 ------------------------------------------------------------------------
5119 rev 546:  wiget | 1999-09-27 17:14:20 +0200 (Mon, 27 Sep 1999) | 2 lines
5120 Changed paths:
5121    M /rc-scripts/trunk/po/pl.po
5122
5123 - sync
5124
5125 ------------------------------------------------------------------------
5126 rev 545:  wiget | 1999-09-27 17:12:26 +0200 (Mon, 27 Sep 1999) | 2 lines
5127 Changed paths:
5128    M /rc-scripts/trunk/rc.d/init.d/shutdwn
5129    M /rc-scripts/trunk/rc.d/rc.sysinit
5130
5131 - nls fixes
5132
5133 ------------------------------------------------------------------------
5134 rev 544:  wiget | 1999-09-27 17:00:30 +0200 (Mon, 27 Sep 1999) | 2 lines
5135 Changed paths:
5136    M /rc-scripts/trunk/po/pl.po
5137
5138 - small correction
5139
5140 ------------------------------------------------------------------------
5141 rev 543:  kloczek | 1999-09-27 16:53:27 +0200 (Mon, 27 Sep 1999) | 2 lines
5142 Changed paths:
5143    M /rc-scripts/trunk/po/pl.po
5144
5145 - fixed some typos, more translations.
5146
5147 ------------------------------------------------------------------------
5148 rev 542:  wiget | 1999-09-27 16:24:52 +0200 (Mon, 27 Sep 1999) | 3 lines
5149 Changed paths:
5150    M /rc-scripts/trunk/po/pl.po
5151
5152 - zmiana na formy bezosobowe
5153 - dodanie kilku nowych t³umaczeñ
5154
5155 ------------------------------------------------------------------------
5156 rev 541:  wiget | 1999-09-27 16:23:04 +0200 (Mon, 27 Sep 1999) | 2 lines
5157 Changed paths:
5158    M /rc-scripts/trunk/rc.d/rc.sysinit
5159
5160 - nls fixes
5161
5162 ------------------------------------------------------------------------
5163 rev 540:  misiek | 1999-09-27 12:02:43 +0200 (Mon, 27 Sep 1999) | 2 lines
5164 Changed paths:
5165    M /rc-scripts/trunk/sysconfig/network
5166
5167 - cleanups
5168
5169 ------------------------------------------------------------------------
5170 rev 539:  misiek | 1999-09-27 12:01:33 +0200 (Mon, 27 Sep 1999) | 3 lines
5171 Changed paths:
5172    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
5173    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
5174
5175 - nopmtudisc isn't specified by default
5176 - cleanups
5177
5178 ------------------------------------------------------------------------
5179 rev 538:  misiek | 1999-09-27 11:59:57 +0200 (Mon, 27 Sep 1999) | 3 lines
5180 Changed paths:
5181    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5182
5183 - checking for interface via MULTICAST setting instead of ARP setting
5184 - we are using ,,onlink'' option for tunnels
5185
5186 ------------------------------------------------------------------------
5187 rev 537:  misiek | 1999-09-27 11:58:00 +0200 (Mon, 27 Sep 1999) | 3 lines
5188 Changed paths:
5189    M /rc-scripts/trunk/rc.d/init.d/network
5190
5191 - more /proc/sys/net support (it can be buggy !!! testers needed)
5192 - fixed status reporting
5193
5194 ------------------------------------------------------------------------
5195 rev 536:  misiek | 1999-09-27 11:56:25 +0200 (Mon, 27 Sep 1999) | 5 lines
5196 Changed paths:
5197    M /rc-scripts/trunk/rc.d/init.d/functions
5198
5199 - termput cleanups
5200 - removed unnecesary pid of process checking
5201 - returns ,,died'' instead ,,failed'' in some cases
5202 - fixed nls()
5203
5204 ------------------------------------------------------------------------
5205 rev 535:  misiek | 1999-09-27 11:54:58 +0200 (Mon, 27 Sep 1999) | 2 lines
5206 Changed paths:
5207    M /rc-scripts/trunk/rc.d/init.d/allowlogin
5208
5209 - cleanups
5210
5211 ------------------------------------------------------------------------
5212 rev 534:  misiek | 1999-09-27 11:53:23 +0200 (Mon, 27 Sep 1999) | 3 lines
5213 Changed paths:
5214    M /rc-scripts/trunk/rc.d/init.d/functions.network
5215
5216 - fixed setup_nat() when /etc/sysconfig/static-nat doesn't exist
5217 - flushing instead deleting routing and addresses when down lo interface
5218
5219 ------------------------------------------------------------------------
5220 rev 533:  jajcus | 1999-09-26 16:56:09 +0200 (Sun, 26 Sep 1999) | 2 lines
5221 Changed paths:
5222    M /rc-scripts/trunk/rc.d/init.d/functions.network
5223    M /rc-scripts/trunk/sysconfig/network
5224
5225 - first step to keeping interface information in LDAP
5226
5227 ------------------------------------------------------------------------
5228 rev 532:  wiget | 1999-09-15 23:43:48 +0200 (Wed, 15 Sep 1999) | 2 lines
5229 Changed paths:
5230    M /rc-scripts/trunk/rc-scripts.spec.in
5231
5232 - fixed typos
5233
5234 ------------------------------------------------------------------------
5235 rev 531:  wiget | 1999-09-15 23:20:36 +0200 (Wed, 15 Sep 1999) | 3 lines
5236 Changed paths:
5237    M /rc-scripts/trunk/po/.cvsignore
5238    M /rc-scripts/trunk/rc.d/init.d/allowlogin
5239    M /rc-scripts/trunk/rc.d/init.d/functions
5240    M /rc-scripts/trunk/rc.d/rc
5241    M /rc-scripts/trunk/rc.d/rc.sysinit
5242
5243 - fixed nls messages
5244 - ignore autogenerated files
5245
5246 ------------------------------------------------------------------------
5247 rev 530:  wiget | 1999-09-15 23:19:13 +0200 (Wed, 15 Sep 1999) | 2 lines
5248 Changed paths:
5249    D /rc-scripts/trunk/po/rc-scripts.pot
5250
5251 - removed autogenerated file
5252
5253 ------------------------------------------------------------------------
5254 rev 529:  wiget | 1999-09-15 23:17:30 +0200 (Wed, 15 Sep 1999) | 2 lines
5255 Changed paths:
5256    M /rc-scripts/trunk/configure.in
5257
5258 - added list of shell scripts
5259
5260 ------------------------------------------------------------------------
5261 rev 528:  wiget | 1999-09-15 23:16:39 +0200 (Wed, 15 Sep 1999) | 2 lines
5262 Changed paths:
5263    A /rc-scripts/trunk/makepot.pl
5264
5265 - helper scripts: extract messages from scripts and make pot file
5266
5267 ------------------------------------------------------------------------
5268 rev 527:  wiget | 1999-09-15 23:12:20 +0200 (Wed, 15 Sep 1999) | 3 lines
5269 Changed paths:
5270    M /rc-scripts/trunk/po/Makefile.am
5271    M /rc-scripts/trunk/po/pl.po
5272
5273 - fixed `make rc-scripts.pot`
5274 - updated polish translation
5275
5276 ------------------------------------------------------------------------
5277 rev 526:  misiek | 1999-09-15 12:35:07 +0200 (Wed, 15 Sep 1999) | 2 lines
5278 Changed paths:
5279    M /rc-scripts/trunk/rc.d/init.d/network
5280
5281 - errors from interfaces and tunnel checking > /dev/null
5282
5283 ------------------------------------------------------------------------
5284 rev 525:  misiek | 1999-09-15 12:22:55 +0200 (Wed, 15 Sep 1999) | 2 lines
5285 Changed paths:
5286    M /rc-scripts/trunk/doc/Makefile.am
5287
5288 - removed ipchains-setup.txt
5289
5290 ------------------------------------------------------------------------
5291 rev 524:  misiek | 1999-09-15 12:16:49 +0200 (Wed, 15 Sep 1999) | 2 lines
5292 Changed paths:
5293    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5294
5295 - we are adding fe80::IPv4 addresses to sit interfaces _only_
5296
5297 ------------------------------------------------------------------------
5298 rev 523:  misiek | 1999-09-15 12:15:35 +0200 (Wed, 15 Sep 1999) | 2 lines
5299 Changed paths:
5300    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-description
5301
5302 - added information about using tnlcfg-xxx instead of ifcfg-xxx
5303
5304 ------------------------------------------------------------------------
5305 rev 522:  misiek | 1999-09-15 12:14:39 +0200 (Wed, 15 Sep 1999) | 2 lines
5306 Changed paths:
5307    M /rc-scripts/trunk/po/pl.po
5308
5309 - fixed typo
5310
5311 ------------------------------------------------------------------------
5312 rev 521:  misiek | 1999-09-13 15:37:04 +0200 (Mon, 13 Sep 1999) | 2 lines
5313 Changed paths:
5314    M /rc-scripts/trunk/rc.d/rc
5315
5316 - added test if /var/run is writable to avoid errors if it is read-only
5317
5318 ------------------------------------------------------------------------
5319 rev 520:  misiek | 1999-09-13 15:29:46 +0200 (Mon, 13 Sep 1999) | 2 lines
5320 Changed paths:
5321    M /rc-scripts/trunk/sysconfig/i18n
5322
5323 - added missing cvs keyword
5324
5325 ------------------------------------------------------------------------
5326 rev 519:  misiek | 1999-09-13 15:28:38 +0200 (Mon, 13 Sep 1999) | 2 lines
5327 Changed paths:
5328    D /rc-scripts/trunk/doc/ipchains-setup.txt
5329
5330 - removed obsolete documentation
5331
5332 ------------------------------------------------------------------------
5333 rev 518:  misiek | 1999-09-13 15:26:43 +0200 (Mon, 13 Sep 1999) | 2 lines
5334 Changed paths:
5335    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
5336    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5337
5338 - another support for IPv4 aliases via IPADDR_ALIASES variable
5339
5340 ------------------------------------------------------------------------
5341 rev 517:  misiek | 1999-09-13 15:25:54 +0200 (Mon, 13 Sep 1999) | 3 lines
5342 Changed paths:
5343    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
5344    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
5345
5346 - another way to set TTL or TOS to avoid 'inherit' value
5347 - cleanups in var names
5348
5349 ------------------------------------------------------------------------
5350 rev 516:  misiek | 1999-09-13 15:25:02 +0200 (Mon, 13 Sep 1999) | 2 lines
5351 Changed paths:
5352    M /rc-scripts/trunk/rc.d/init.d/network
5353
5354 - fixed status reporting
5355
5356 ------------------------------------------------------------------------
5357 rev 515:  waszi | 1999-09-04 21:49:41 +0200 (Sat, 04 Sep 1999) | 2 lines
5358 Changed paths:
5359    M /rc-scripts/trunk/rc.d/init.d/shutdwn
5360
5361 umount -a fixed
5362
5363 ------------------------------------------------------------------------
5364 rev 514:  waszi | 1999-09-04 21:48:47 +0200 (Sat, 04 Sep 1999) | 2 lines
5365 Changed paths:
5366    M /rc-scripts/trunk/rc.d/rc.sysinit
5367
5368 now is rootfs on NFS compatible
5369
5370 ------------------------------------------------------------------------
5371 rev 513:  waszi | 1999-09-04 21:47:15 +0200 (Sat, 04 Sep 1999) | 2 lines
5372 Changed paths:
5373    M /rc-scripts/trunk/rc.d/Makefile.am
5374
5375 small fixes
5376
5377 ------------------------------------------------------------------------
5378 rev 512:  wiget | 1999-09-03 09:54:22 +0200 (Fri, 03 Sep 1999) | 2 lines
5379 Changed paths:
5380    M /rc-scripts/trunk/rc.d/init.d/shutdwn
5381
5382 posible fix for umounting /usr
5383
5384 ------------------------------------------------------------------------
5385 rev 511:  wiget | 1999-09-03 09:42:29 +0200 (Fri, 03 Sep 1999) | 2 lines
5386 Changed paths:
5387    M /rc-scripts/trunk/rc.d/init.d/functions
5388
5389 fix in termput()
5390
5391 ------------------------------------------------------------------------
5392 rev 510:  wiget | 1999-09-03 09:24:27 +0200 (Fri, 03 Sep 1999) | 2 lines
5393 Changed paths:
5394    M /rc-scripts/trunk/rc.d/init.d/functions
5395
5396 termput() check for /usr/share/terminfo and tput everytime
5397
5398 ------------------------------------------------------------------------
5399 rev 509:  misiek | 1999-09-02 14:42:44 +0200 (Thu, 02 Sep 1999) | 2 lines
5400 Changed paths:
5401    A /rc-scripts/trunk/rc.d/rc.init
5402
5403 - added proper rc.init version
5404
5405 ------------------------------------------------------------------------
5406 rev 508:  misiek | 1999-09-02 14:38:52 +0200 (Thu, 02 Sep 1999) | 3 lines
5407 Changed paths:
5408    M /rc-scripts/trunk/NEWS
5409    M /rc-scripts/trunk/README
5410    M /rc-scripts/trunk/TODO
5411    M /rc-scripts/trunk/autogen.sh
5412    M /rc-scripts/trunk/rc-scripts.spec.in
5413    M /rc-scripts/trunk/rc.d/Makefile.am
5414    D /rc-scripts/trunk/rc.d/initscript
5415
5416
5417 - updated
5418
5419 ------------------------------------------------------------------------
5420 rev 507:  wiget | 1999-09-02 14:38:45 +0200 (Thu, 02 Sep 1999) | 2 lines
5421 Changed paths:
5422    D /rc-scripts/trunk/rc.d/rc.init
5423
5424 removed
5425
5426 ------------------------------------------------------------------------
5427 rev 506:  misiek | 1999-09-02 14:30:19 +0200 (Thu, 02 Sep 1999) | 4 lines
5428 Changed paths:
5429    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
5430    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5431
5432
5433 - another way do check if IPv4/6 is specified on interface
5434 - fixed few typo
5435
5436 ------------------------------------------------------------------------
5437 rev 505:  misiek | 1999-09-02 14:29:17 +0200 (Thu, 02 Sep 1999) | 6 lines
5438 Changed paths:
5439    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
5440    M /rc-scripts/trunk/rc.d/init.d/functions
5441    M /rc-scripts/trunk/rc.d/init.d/functions.network
5442    D /rc-scripts/trunk/rc.d/init.d/ipchains
5443
5444
5445 - added function to setup NAT rules
5446 - modprobing ipv6.o is now done in autoclean mode
5447 - removed ipchains (this script should be in ipchains package)
5448 - better errors handling in run_cmd()
5449
5450 ------------------------------------------------------------------------
5451 rev 504:  misiek | 1999-09-02 14:26:31 +0200 (Thu, 02 Sep 1999) | 3 lines
5452 Changed paths:
5453    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
5454
5455 - modprobe modules in autoclean mode and report errors via syslog
5456 - added check for /lib/modules/`uname -r`/*/module_name.o
5457
5458 ------------------------------------------------------------------------
5459 rev 503:  misiek | 1999-09-02 14:25:35 +0200 (Thu, 02 Sep 1999) | 2 lines
5460 Changed paths:
5461    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
5462
5463 -load slip.o module if available (in autoclean mode)
5464
5465 ------------------------------------------------------------------------
5466 rev 502:  misiek | 1999-09-02 14:24:35 +0200 (Thu, 02 Sep 1999) | 2 lines
5467 Changed paths:
5468    M /rc-scripts/trunk/rc.d/init.d/network
5469
5470 - SIT tunnels are upped at the end
5471
5472 ------------------------------------------------------------------------
5473 rev 501:  misiek | 1999-09-02 14:16:15 +0200 (Thu, 02 Sep 1999) | 3 lines
5474 Changed paths:
5475    M /rc-scripts/trunk/rc.d/rc.sysinit
5476
5477
5478 - logging errors from depmod and modprobe via syslog
5479
5480 ------------------------------------------------------------------------
5481 rev 500:  misiek | 1999-09-02 14:13:32 +0200 (Thu, 02 Sep 1999) | 2 lines
5482 Changed paths:
5483    A /rc-scripts/trunk/rc.d/rc.init
5484
5485 - renamed initscript to rc.init
5486
5487 ------------------------------------------------------------------------
5488 rev 499:  misiek | 1999-09-02 14:11:29 +0200 (Thu, 02 Sep 1999) | 3 lines
5489 Changed paths:
5490    M /rc-scripts/trunk/doc/ipcalc.1
5491
5492
5493 - fixed typos
5494
5495 ------------------------------------------------------------------------
5496 rev 498:  misiek | 1999-09-02 14:11:06 +0200 (Thu, 02 Sep 1999) | 3 lines
5497 Changed paths:
5498    M /rc-scripts/trunk/src/initlog.c
5499    M /rc-scripts/trunk/src/ipcalc.c
5500    M /rc-scripts/trunk/src/netreport.c
5501    M /rc-scripts/trunk/src/process.c
5502    M /rc-scripts/trunk/src/usernetctl.c
5503    M /rc-scripts/trunk/src/usleep.c
5504
5505
5506 - added casts to proper types and started NLSing
5507
5508 ------------------------------------------------------------------------
5509 rev 497:  wiget | 1999-09-01 01:51:42 +0200 (Wed, 01 Sep 1999) | 2 lines
5510 Changed paths:
5511    M /rc-scripts/trunk/rc.d/init.d/network
5512
5513 - load /etc/ethers after interface ups.
5514
5515 ------------------------------------------------------------------------
5516 rev 496:  wiget | 1999-09-01 01:30:37 +0200 (Wed, 01 Sep 1999) | 2 lines
5517 Changed paths:
5518    M /rc-scripts/trunk/rc-scripts.spec.in
5519
5520 - fix in make symlinks to rc.local
5521
5522 ------------------------------------------------------------------------
5523 rev 495:  wiget | 1999-09-01 01:12:45 +0200 (Wed, 01 Sep 1999) | 7 lines
5524 Changed paths:
5525    M /rc-scripts/trunk/configure.in
5526    M /rc-scripts/trunk/rc-scripts.spec.in
5527    M /rc-scripts/trunk/rc.d/init.d/functions
5528    M /rc-scripts/trunk/rc.d/init.d/functions.network
5529    M /rc-scripts/trunk/rc.d/rc
5530    M /rc-scripts/trunk/rc.d/rc.sysinit
5531
5532 - version up to 0.0.9
5533 - added printf_() equwalent to bash built-in printf() or /usr/bin/printf
5534 - changed nls() to work like printf
5535 - tput() -> termput()
5536 - changed all show bla bla; to show "bla bla";
5537 - added symlinks to /etc/rc.d/rc.local
5538
5539 ------------------------------------------------------------------------
5540 rev 494:  misiek | 1999-08-31 15:59:36 +0200 (Tue, 31 Aug 1999) | 2 lines
5541 Changed paths:
5542    M /rc-scripts/trunk/rc.d/rc.sysinit
5543
5544 - fixed quotacheck calls
5545
5546 ------------------------------------------------------------------------
5547 rev 493:  misiek | 1999-08-26 13:05:04 +0200 (Thu, 26 Aug 1999) | 3 lines
5548 Changed paths:
5549    M /rc-scripts/trunk/TODO
5550
5551
5552 - interfejs sit0 musi byæ podnoszony na samym koñcu
5553
5554 ------------------------------------------------------------------------
5555 rev 492:  mikrobi | 1999-08-25 16:15:36 +0200 (Wed, 25 Aug 1999) | 2 lines
5556 Changed paths:
5557    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
5558    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5559
5560 - added DEFAULTHANDLING variable (mainly for ATM startup scripts)
5561
5562 ------------------------------------------------------------------------
5563 rev 491:  misiek | 1999-08-20 15:39:55 +0200 (Fri, 20 Aug 1999) | 3 lines
5564 Changed paths:
5565    M /rc-scripts/trunk/rc.d/init.d/functions.network
5566
5567
5568 added two nls calls
5569
5570 ------------------------------------------------------------------------
5571 rev 490:  misiek | 1999-08-20 15:37:48 +0200 (Fri, 20 Aug 1999) | 4 lines
5572 Changed paths:
5573    M /rc-scripts/trunk/rc.d/init.d/functions.network
5574
5575
5576 - ipv6 addresses arn't deleted when lo device is downing (some people doesn't
5577 use IPv6, yet)
5578
5579 ------------------------------------------------------------------------
5580 rev 489:  misiek | 1999-08-18 15:28:51 +0200 (Wed, 18 Aug 1999) | 3 lines
5581 Changed paths:
5582    M /rc-scripts/trunk/rc.d/rc.sysinit
5583
5584
5585 fixed raid starting
5586
5587 ------------------------------------------------------------------------
5588 rev 488:  misiek | 1999-08-16 11:38:39 +0200 (Mon, 16 Aug 1999) | 4 lines
5589 Changed paths:
5590    M /rc-scripts/trunk/TODO
5591    M /rc-scripts/trunk/rc-scripts.spec.in
5592    M /rc-scripts/trunk/rc.d/init.d/killall
5593
5594
5595 killall is now chkconfig ready.
5596 updated TODO list.
5597
5598 ------------------------------------------------------------------------
5599 rev 487:  misiek | 1999-08-14 15:18:23 +0200 (Sat, 14 Aug 1999) | 3 lines
5600 Changed paths:
5601    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
5602
5603
5604 removed unnecesary check (via fuser)
5605
5606 ------------------------------------------------------------------------
5607 rev 486:  misiek | 1999-08-14 15:16:08 +0200 (Sat, 14 Aug 1999) | 3 lines
5608 Changed paths:
5609    M /rc-scripts/trunk/rc.d/init.d/network
5610
5611
5612 removed [ -f /etc/sysconfig/interfaces/$i ] tests
5613
5614 ------------------------------------------------------------------------
5615 rev 485:  misiek | 1999-08-14 15:16:31 +0200 (Sat, 14 Aug 1999) | 3 lines
5616 Changed paths:
5617    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
5618
5619
5620 typo
5621
5622 ------------------------------------------------------------------------
5623 rev 484:  misiek | 1999-08-14 14:57:49 +0200 (Sat, 14 Aug 1999) | 3 lines
5624 Changed paths:
5625    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
5626
5627
5628 increased sleep value after starting slattach to 2 seconds
5629
5630 ------------------------------------------------------------------------
5631 rev 483:  misiek | 1999-08-14 14:39:07 +0200 (Sat, 14 Aug 1999) | 3 lines
5632 Changed paths:
5633    M /rc-scripts/trunk/rc.d/rc.sysinit
5634
5635
5636 "quotaon /" removed. quota is turned on later by quotaon -a
5637
5638 ------------------------------------------------------------------------
5639 rev 482:  misiek | 1999-08-14 14:01:18 +0200 (Sat, 14 Aug 1999) | 3 lines
5640 Changed paths:
5641    M /rc-scripts/trunk/rc.d/init.d/functions.network
5642    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
5643
5644
5645 modprobing ipip ip_gre modules moved temporary to tnlup
5646
5647 ------------------------------------------------------------------------
5648 rev 481:  misiek | 1999-08-14 13:56:41 +0200 (Sat, 14 Aug 1999) | 3 lines
5649 Changed paths:
5650    M /rc-scripts/trunk/rc-scripts.spec.in
5651
5652
5653 interfaces file names must starting from "ifcfg-"
5654
5655 ------------------------------------------------------------------------
5656 rev 480:  misiek | 1999-08-14 13:41:08 +0200 (Sat, 14 Aug 1999) | 3 lines
5657 Changed paths:
5658    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
5659
5660
5661 fixed DIRECT_CONNECT mode (ie. for using slattach)
5662
5663 ------------------------------------------------------------------------
5664 rev 479:  misiek | 1999-08-14 13:40:15 +0200 (Sat, 14 Aug 1999) | 3 lines
5665 Changed paths:
5666    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
5667
5668
5669 now $FULLDEVNAME is passed to ifup-routes (fixed problem with duplicate routes)
5670
5671 ------------------------------------------------------------------------
5672 rev 478:  misiek | 1999-08-14 13:25:50 +0200 (Sat, 14 Aug 1999) | 3 lines
5673 Changed paths:
5674    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
5675
5676
5677 changed path to ifup (now it's /sbin/ifup)
5678
5679 ------------------------------------------------------------------------
5680 rev 477:  misiek | 1999-08-14 13:01:57 +0200 (Sat, 14 Aug 1999) | 4 lines
5681 Changed paths:
5682    M /rc-scripts/trunk/rc.d/init.d/functions
5683
5684
5685 - \b\b\b\b... characters also are NLSed (this is needed when translating
5686 "DONE", "BUSY" etc.
5687
5688 ------------------------------------------------------------------------
5689 rev 476:  misiek | 1999-08-14 12:56:51 +0200 (Sat, 14 Aug 1999) | 4 lines
5690 Changed paths:
5691    M /rc-scripts/trunk/rc.d/rc.sysinit
5692    M /rc-scripts/trunk/sysconfig/system
5693
5694
5695 added new variable SET_SLINKS. If it set to "yes" then rc.sysinit is setting
5696 symlinks in /boot dependent on kernel version.
5697
5698 ------------------------------------------------------------------------
5699 rev 475:  misiek | 1999-08-14 12:53:35 +0200 (Sat, 14 Aug 1999) | 2 lines
5700 Changed paths:
5701    M /rc-scripts/trunk/rc-scripts.spec.in
5702
5703 typo in locale path
5704
5705 ------------------------------------------------------------------------
5706 rev 474:  misiek | 1999-08-14 12:51:10 +0200 (Sat, 14 Aug 1999) | 3 lines
5707 Changed paths:
5708    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5709
5710
5711 we are adding IPv4 based link-local addresses, too.
5712
5713 ------------------------------------------------------------------------
5714 rev 473:  misiek | 1999-08-12 11:54:27 +0200 (Thu, 12 Aug 1999) | 3 lines
5715 Changed paths:
5716    M /rc-scripts/trunk/rc.d/init.d/network
5717    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
5718
5719
5720 - aliasing are upped via ifup-aliases after main device is up
5721
5722 ------------------------------------------------------------------------
5723 rev 472:  wiget | 1999-08-09 23:05:27 +0200 (Mon, 09 Aug 1999) | 2 lines
5724 Changed paths:
5725    M /rc-scripts/trunk/rc.d/init.d/functions
5726    M /rc-scripts/trunk/rc.d/rc
5727
5728 - changed ptintf to awk
5729
5730 ------------------------------------------------------------------------
5731 rev 471:  wiget | 1999-08-09 22:44:03 +0200 (Mon, 09 Aug 1999) | 2 lines
5732 Changed paths:
5733    M /rc-scripts/trunk/rc-scripts.spec.in
5734
5735 - added Requires: /bin/gettext
5736
5737 ------------------------------------------------------------------------
5738 rev 470:  wiget | 1999-08-09 22:42:02 +0200 (Mon, 09 Aug 1999) | 2 lines
5739 Changed paths:
5740    M /rc-scripts/trunk/rc.d/init.d/shutdwn
5741
5742 - fix remount to ro
5743
5744 ------------------------------------------------------------------------
5745 rev 469:  kloczek | 1999-08-09 22:20:51 +0200 (Mon, 09 Aug 1999) | 2 lines
5746 Changed paths:
5747    M /rc-scripts/trunk/sysconfig/Makefile.am
5748
5749 - removed ipchans and addes i18n to syscinfig files.
5750
5751 ------------------------------------------------------------------------
5752 rev 468:  kloczek | 1999-08-09 22:19:42 +0200 (Mon, 09 Aug 1999) | 2 lines
5753 Changed paths:
5754    D /rc-scripts/trunk/sysconfig/ipchains
5755
5756 - not neccessary (ip chaninc is handled by firewal-init scripts package).
5757
5758 ------------------------------------------------------------------------
5759 rev 467:  wiget | 1999-08-09 22:00:08 +0200 (Mon, 09 Aug 1999) | 3 lines
5760 Changed paths:
5761    M /rc-scripts/trunk/configure.in
5762    M /rc-scripts/trunk/rc.d/init.d/functions
5763
5764 - more locale strings
5765 - fix locale support in configure.in
5766
5767 ------------------------------------------------------------------------
5768 rev 466:  kloczek | 1999-08-09 21:58:00 +0200 (Mon, 09 Aug 1999) | 2 lines
5769 Changed paths:
5770    M /rc-scripts/trunk/rc-scripts.spec.in
5771
5772 - added /etc/sysconfig/i18n as a %config file.
5773
5774 ------------------------------------------------------------------------
5775 rev 465:  kloczek | 1999-08-09 21:44:58 +0200 (Mon, 09 Aug 1999) | 2 lines
5776 Changed paths:
5777    M /rc-scripts/trunk/configure.in
5778
5779 - release 0.0.8.
5780
5781 ------------------------------------------------------------------------
5782 rev 464:  wiget | 1999-08-07 12:16:14 +0200 (Sat, 07 Aug 1999) | 3 lines
5783 Changed paths:
5784    M /rc-scripts/trunk/Makefile.am
5785    M /rc-scripts/trunk/configure.in
5786    A /rc-scripts/trunk/po/Makefile.am
5787    M /rc-scripts/trunk/po/rc-scripts.pot
5788    M /rc-scripts/trunk/rc-scripts.spec.in
5789    M /rc-scripts/trunk/rc.d/init.d/functions
5790    M /rc-scripts/trunk/rc.d/init.d/functions.network
5791    M /rc-scripts/trunk/rc.d/init.d/ipchains
5792    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
5793
5794 - expr -> $(( ))
5795 - wstêp automake/autoconf do locale
5796
5797 ------------------------------------------------------------------------
5798 rev 463:  misiek | 1999-08-06 15:06:59 +0200 (Fri, 06 Aug 1999) | 2 lines
5799 Changed paths:
5800    M /rc-scripts/trunk/rc.d/init.d/functions.network
5801
5802 fixed bug with math
5803
5804 ------------------------------------------------------------------------
5805 rev 462:  misiek | 1999-08-06 15:02:54 +0200 (Fri, 06 Aug 1999) | 2 lines
5806 Changed paths:
5807    M /rc-scripts/trunk/rc.d/init.d/functions.network
5808
5809 added return 0 to proc_net() function
5810
5811 ------------------------------------------------------------------------
5812 rev 461:  misiek | 1999-08-06 12:25:28 +0200 (Fri, 06 Aug 1999) | 2 lines
5813 Changed paths:
5814    M /rc-scripts/trunk/rc.d/init.d/network
5815
5816 removed last change
5817
5818 ------------------------------------------------------------------------
5819 rev 460:  baggins | 1999-08-04 18:59:01 +0200 (Wed, 04 Aug 1999) | 3 lines
5820 Changed paths:
5821    M /rc-scripts/trunk/rc.d/init.d/network
5822
5823 A BUG has been fixed!
5824 jak u¿ywacie zmiennych shella misiowie to tam _musi_ byæ $ na pocz±tku!
5825
5826 ------------------------------------------------------------------------
5827 rev 459:  misiek | 1999-08-02 16:51:34 +0200 (Mon, 02 Aug 1999) | 2 lines
5828 Changed paths:
5829    A /rc-scripts/trunk/rc.d/initscript
5830
5831 moved here from SysVinit package
5832
5833 ------------------------------------------------------------------------
5834 rev 458:  kloczek | 1999-08-02 15:04:45 +0200 (Mon, 02 Aug 1999) | 2 lines
5835 Changed paths:
5836    M /rc-scripts/trunk/setsysfont
5837
5838 - reformated.
5839
5840 ------------------------------------------------------------------------
5841 rev 457:  kloczek | 1999-08-02 14:04:44 +0200 (Mon, 02 Aug 1999) | 2 lines
5842 Changed paths:
5843    M /rc-scripts/trunk/rc.d/rc.sysinit
5844
5845 - changed group to utmp on utmpx (to be compliant with RH).
5846
5847 ------------------------------------------------------------------------
5848 rev 456:  misiek | 1999-08-02 12:08:05 +0200 (Mon, 02 Aug 1999) | 4 lines
5849 Changed paths:
5850    M /rc-scripts/trunk/README
5851    M /rc-scripts/trunk/rc.d/init.d/functions.network
5852    M /rc-scripts/trunk/rc.d/rc.sysinit
5853    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5854    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
5855
5856
5857 - poprawiony b³±d "Delaying xxxx initialization." mimo poprawnej konfiguracji
5858 - tworzone s± poprawne linki do /boot/System.map-version
5859
5860 ------------------------------------------------------------------------
5861 rev 455:  kloczek | 1999-08-01 21:26:44 +0200 (Sun, 01 Aug 1999) | 2 lines
5862 Changed paths:
5863    A /rc-scripts/trunk/po/.cvsignore
5864
5865 - shut files.
5866
5867 ------------------------------------------------------------------------
5868 rev 454:  misiek | 1999-07-31 13:26:25 +0200 (Sat, 31 Jul 1999) | 3 lines
5869 Changed paths:
5870    A /rc-scripts/trunk/po
5871    A /rc-scripts/trunk/po/pl.po
5872    A /rc-scripts/trunk/po/rc-scripts.pot
5873
5874
5875 - pot + pl t³umaczenie
5876
5877 ------------------------------------------------------------------------
5878 rev 453:  misiek | 1999-07-31 13:24:20 +0200 (Sat, 31 Jul 1999) | 15 lines
5879 Changed paths:
5880    M /rc-scripts/trunk/AUTHORS
5881    M /rc-scripts/trunk/COPYING
5882    M /rc-scripts/trunk/INSTALL
5883    M /rc-scripts/trunk/NEWS
5884    M /rc-scripts/trunk/TODO
5885    M /rc-scripts/trunk/autogen.sh
5886    M /rc-scripts/trunk/configure.in
5887    D /rc-scripts/trunk/doc-devel
5888    M /rc-scripts/trunk/inittab
5889    M /rc-scripts/trunk/ppp/ip-down.d/logger
5890    M /rc-scripts/trunk/ppp/ip-up.d/logger
5891    M /rc-scripts/trunk/rc-scripts.spec.in
5892    M /rc-scripts/trunk/rc.d/init.d/allowlogin
5893    M /rc-scripts/trunk/rc.d/init.d/functions
5894    M /rc-scripts/trunk/rc.d/init.d/functions.network
5895    M /rc-scripts/trunk/rc.d/init.d/halt
5896    M /rc-scripts/trunk/rc.d/init.d/ipchains
5897    M /rc-scripts/trunk/rc.d/init.d/killall
5898    M /rc-scripts/trunk/rc.d/init.d/netfs
5899    M /rc-scripts/trunk/rc.d/init.d/network
5900    M /rc-scripts/trunk/rc.d/init.d/nfsfs
5901    M /rc-scripts/trunk/rc.d/init.d/random
5902    M /rc-scripts/trunk/rc.d/init.d/reboot
5903    M /rc-scripts/trunk/rc.d/init.d/shutdwn
5904    M /rc-scripts/trunk/rc.d/init.d/single
5905    M /rc-scripts/trunk/rc.d/rc
5906    M /rc-scripts/trunk/rc.d/rc.sysinit
5907    M /rc-scripts/trunk/setsysfont
5908    A /rc-scripts/trunk/sysconfig/i18n
5909    D /rc-scripts/trunk/sysconfig/interfaces/ifcfg-lo
5910    M /rc-scripts/trunk/sysconfig/ipchains
5911    M /rc-scripts/trunk/sysconfig/network
5912    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
5913    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
5914    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
5915    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
5916    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
5917    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
5918    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
5919    M /rc-scripts/trunk/sysconfig/system
5920
5921
5922 - dodana obs³uga statycznej tablicy ARP
5923 - interfejs lo nie wymaga pliku konfiguracyjnego
5924 - dodane wsparcie dla innych jêzyków ni¿ angielski (NLS)
5925 - rc.sysinit && rc ustawia odpowiednie zmienne potrzebne do obs³ugi NLS
5926 - ustawianie fontów, map ju¿ w skryptcie setsysfont
5927 - ifup && ifdown: wreszcie poprawnie dzia³aj± dla interfejsów IPv6 only
5928 - dla deinicjowania sieci interfejsy sortujemy w porz±dku odwróconym
5929 - wykorzystujemy _wy³±cznie_ iproute2 (zmodyfikowane wszelkie odwo³ania do ifconfig lub route)
5930 - usuniête Requires: net-tools
5931 - dodane label ${FULLDEVNAME} przy deinicjowaniu interfejsów
5932 - usuniêty baggins z AUTHORS
5933 - dodane COPYING (GPL) oraz standardowy plik INSTALL
5934 - dodana mo¿liwo¶æ obs³ugi t³umaczeñ DONE, BUSY itp o dlugo¶ci ró¿nej od 4 liter
5935
5936 ------------------------------------------------------------------------
5937 rev 452:  stangrze | 1999-07-29 17:09:24 +0200 (Thu, 29 Jul 1999) | 3 lines
5938 Changed paths:
5939    M /rc-scripts/trunk/TODO
5940
5941
5942 Zrobione. (to z ipv6)
5943
5944 ------------------------------------------------------------------------
5945 rev 451:  misiek | 1999-07-29 15:59:37 +0200 (Thu, 29 Jul 1999) | 2 lines
5946 Changed paths:
5947    M /rc-scripts/trunk/TODO
5948    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
5949    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
5950
5951 now running tnlup/tnldown tunel is possible
5952
5953 ------------------------------------------------------------------------
5954 rev 450:  kloczek | 1999-07-28 01:47:20 +0200 (Wed, 28 Jul 1999) | 3 lines
5955 Changed paths:
5956    M /rc-scripts/trunk/rc-scripts.spec.in
5957
5958 - added pasiing LDFLAGS="-s" to ./configure enviroment (cause stripping
5959 binaries).
5960
5961 ------------------------------------------------------------------------
5962 rev 449:  kloczek | 1999-07-27 14:51:18 +0200 (Tue, 27 Jul 1999) | 4 lines
5963 Changed paths:
5964    M /rc-scripts/trunk/TODO
5965
5966 - dodaæ mo¿liwo¶æ ustawiania statycznej tablicy arp (patrz: man ethers arp
5967   opcja -f). Najpawdopodobniej najlepszym miescem bêdzie punkt miê
5968   podnoszeniem lo a nastepnych interfejsów.
5969
5970 ------------------------------------------------------------------------
5971 rev 448:  kloczek | 1999-07-27 14:24:40 +0200 (Tue, 27 Jul 1999) | 2 lines
5972 Changed paths:
5973    M /rc-scripts/trunk/configure.in
5974
5975 - version up to 0.0.7.
5976
5977 ------------------------------------------------------------------------
5978 rev 447:  kloczek | 1999-07-27 13:50:37 +0200 (Tue, 27 Jul 1999) | 3 lines
5979 Changed paths:
5980    M /rc-scripts/trunk/rc.d/rc.sysinit
5981
5982 - use raidadd instead raidstart during initialization RAID deveces,
5983 - added raidrun for activate md devices.
5984
5985 ------------------------------------------------------------------------
5986 rev 446:  wiget | 1999-07-27 08:32:44 +0200 (Tue, 27 Jul 1999) | 2 lines
5987 Changed paths:
5988    M /rc-scripts/trunk/TODO
5989
5990 - rc.sysvinit dzia³a z e2fsprogs 1.15 (testowane z LABEL=, do przetestowania UUID=)
5991
5992 ------------------------------------------------------------------------
5993 rev 445:  kloczek | 1999-07-27 05:44:18 +0200 (Tue, 27 Jul 1999) | 3 lines
5994 Changed paths:
5995    M /rc-scripts/trunk/TODO
5996
5997 - o ile to mo¿liwe usun±æ u¿ywanie awk i sed zastêpowaæ u¿yewaniem sh lub
5998   przynajmeniej zastêpowaæ awka sedem
5999
6000 ------------------------------------------------------------------------
6001 rev 444:  kloczek | 1999-07-27 05:35:42 +0200 (Tue, 27 Jul 1999) | 4 lines
6002 Changed paths:
6003    M /rc-scripts/trunk/rc-scripts.spec.in
6004
6005 - added allowlogin to inet.d scripts,
6006 - fixed typo in post,
6007 - cosmetics,
6008
6009 ------------------------------------------------------------------------
6010 rev 443:  kloczek | 1999-07-27 05:25:58 +0200 (Tue, 27 Jul 1999) | 2 lines
6011 Changed paths:
6012    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
6013
6014 - added allowlogin to init_SCRIPTS.
6015
6016 ------------------------------------------------------------------------
6017 rev 442:  kloczek | 1999-07-27 05:11:51 +0200 (Tue, 27 Jul 1999) | 2 lines
6018 Changed paths:
6019    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
6020
6021 - added ifdown-post to networkscripts_SCRIPTS.
6022
6023 ------------------------------------------------------------------------
6024 rev 441:  kloczek | 1999-07-27 04:51:44 +0200 (Tue, 27 Jul 1999) | 3 lines
6025 Changed paths:
6026    M /rc-scripts/trunk/ppp/ip-down
6027    M /rc-scripts/trunk/ppp/ip-up
6028
6029
6030 - chnegd "#!/bin/bash" to "#!/bin/sh".
6031
6032 ------------------------------------------------------------------------
6033 rev 440:  wiget | 1999-07-22 23:53:41 +0200 (Thu, 22 Jul 1999) | 2 lines
6034 Changed paths:
6035    M /rc-scripts/trunk/TODO
6036
6037 e2progs 1.15
6038
6039 ------------------------------------------------------------------------
6040 rev 439:  stangrze | 1999-07-22 23:51:39 +0200 (Thu, 22 Jul 1999) | 5 lines
6041 Changed paths:
6042    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6043
6044
6045
6046 Maly hack zeby dzialaly iface tylko na ipv6.
6047 Pomijane jest wyliczanie natmaski/prefixu jak adres ipv4 nie jest zdefiniowany.
6048
6049 ------------------------------------------------------------------------
6050 rev 438:  kloczek | 1999-07-22 17:13:47 +0200 (Thu, 22 Jul 1999) | 2 lines
6051 Changed paths:
6052    M /rc-scripts/trunk/configure.in
6053
6054 - version to 0.0.6.
6055
6056 ------------------------------------------------------------------------
6057 rev 437:  wiget | 1999-07-22 13:11:11 +0200 (Thu, 22 Jul 1999) | 2 lines
6058 Changed paths:
6059    M /rc-scripts/trunk/rc-scripts.spec.in
6060    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
6061
6062 cleanup for release
6063
6064 ------------------------------------------------------------------------
6065 rev 436:  wiget | 1999-07-22 12:44:12 +0200 (Thu, 22 Jul 1999) | 2 lines
6066 Changed paths:
6067    M /rc-scripts/trunk/TODO
6068
6069 uwaga do tnlup
6070
6071 ------------------------------------------------------------------------
6072 rev 435:  wiget | 1999-07-22 12:40:11 +0200 (Thu, 22 Jul 1999) | 2 lines
6073 Changed paths:
6074    A /rc-scripts/trunk/TODO
6075
6076 TODO list
6077
6078 ------------------------------------------------------------------------
6079 rev 434:  wiget | 1999-07-22 12:23:20 +0200 (Thu, 22 Jul 1999) | 2 lines
6080 Changed paths:
6081    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-description
6082    D /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0.wiget
6083    A /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-description
6084    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-icm
6085
6086 cleanup
6087
6088 ------------------------------------------------------------------------
6089 rev 433:  wiget | 1999-07-22 12:19:03 +0200 (Thu, 22 Jul 1999) | 3 lines
6090 Changed paths:
6091    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-lo
6092
6093 - added IPV6_ADDR
6094 - fixed PREFIX
6095
6096 ------------------------------------------------------------------------
6097 rev 432:  wiget | 1999-07-22 11:09:35 +0200 (Thu, 22 Jul 1999) | 2 lines
6098 Changed paths:
6099    M /rc-scripts/trunk/rc-scripts.spec.in
6100
6101 - cleanup
6102
6103 ------------------------------------------------------------------------
6104 rev 431:  wiget | 1999-07-22 10:46:28 +0200 (Thu, 22 Jul 1999) | 2 lines
6105 Changed paths:
6106    M /rc-scripts/trunk/rc.d/init.d/shutdwn
6107
6108 typo
6109
6110 ------------------------------------------------------------------------
6111 rev 430:  stangrze | 1999-07-21 16:30:35 +0200 (Wed, 21 Jul 1999) | 5 lines
6112 Changed paths:
6113    M /rc-scripts/trunk/rc.d/init.d/network
6114
6115
6116
6117  Expresion with /usr/bin/cut replaced by one with sed ;-)
6118  now rc-scripts only need /bin to work properly.
6119
6120 ------------------------------------------------------------------------
6121 rev 429:  misiek | 1999-07-21 15:52:26 +0200 (Wed, 21 Jul 1999) | 2 lines
6122 Changed paths:
6123    D /rc-scripts/trunk/rc.d/init.d/functions-ip6
6124
6125 obsoletes
6126
6127 ------------------------------------------------------------------------
6128 rev 428:  wiget | 1999-07-20 11:03:43 +0200 (Tue, 20 Jul 1999) | 2 lines
6129 Changed paths:
6130    M /rc-scripts/trunk/rc-scripts.spec.in
6131
6132 rc.serial moved to setserial
6133
6134 ------------------------------------------------------------------------
6135 rev 427:  misiek | 1999-07-15 15:43:20 +0200 (Thu, 15 Jul 1999) | 3 lines
6136 Changed paths:
6137    M /rc-scripts/trunk/rc.d/init.d/functions
6138
6139
6140 - added >/dev/null 2>&1 to kill
6141
6142 ------------------------------------------------------------------------
6143 rev 426:  misiek | 1999-07-15 15:29:44 +0200 (Thu, 15 Jul 1999) | 6 lines
6144 Changed paths:
6145    M /rc-scripts/trunk/rc.d/init.d/functions
6146    M /rc-scripts/trunk/rc.d/init.d/functions.network
6147    M /rc-scripts/trunk/rc.d/init.d/network
6148    M /rc-scripts/trunk/rc.d/rc.sysinit
6149
6150
6151 - we are using better pidofproc() from RH initscripts
6152 - removed unnecesary check in rc.sysinit
6153 - removed all obsolete functions from functions.network
6154 - finished proc_net() function (interface to /proc/sys/net)
6155
6156 ------------------------------------------------------------------------
6157 rev 425:  misiek | 1999-07-15 15:16:34 +0200 (Thu, 15 Jul 1999) | 2 lines
6158 Changed paths:
6159    M /rc-scripts/trunk/rc-scripts.spec.in
6160
6161 requires: /bin/awk
6162
6163 ------------------------------------------------------------------------
6164 rev 424:  kloczek | 1999-07-14 19:49:39 +0200 (Wed, 14 Jul 1999) | 3 lines
6165 Changed paths:
6166    D /rc-scripts/trunk/rc.d/rc.serial
6167
6168
6169 - moved to setserial.
6170
6171 ------------------------------------------------------------------------
6172 rev 423:  kloczek | 1999-07-14 19:16:00 +0200 (Wed, 14 Jul 1999) | 3 lines
6173 Changed paths:
6174    M /rc-scripts/trunk/rc.d/Makefile.am
6175
6176
6177 - removed rc.derial.
6178
6179 ------------------------------------------------------------------------
6180 rev 422:  misiek | 1999-07-13 15:27:50 +0200 (Tue, 13 Jul 1999) | 2 lines
6181 Changed paths:
6182    M /rc-scripts/trunk/AUTHORS
6183
6184 authors - based on ChangeLog
6185
6186 ------------------------------------------------------------------------
6187 rev 421:  misiek | 1999-07-13 14:52:52 +0200 (Tue, 13 Jul 1999) | 4 lines
6188 Changed paths:
6189    M /rc-scripts/trunk/rc.d/init.d/functions
6190    M /rc-scripts/trunk/rc.d/rc.sysinit
6191
6192
6193 - /proc is mounted before starting fsck (needed for working LABEL support is fsck)
6194 - fixed bug in show()
6195
6196 ------------------------------------------------------------------------
6197 rev 420:  misiek | 1999-07-13 14:49:37 +0200 (Tue, 13 Jul 1999) | 2 lines
6198 Changed paths:
6199    M /rc-scripts/trunk/AUTHORS
6200    M /rc-scripts/trunk/INSTALL
6201    M /rc-scripts/trunk/Makefile.am
6202    M /rc-scripts/trunk/NEWS
6203    M /rc-scripts/trunk/README
6204    M /rc-scripts/trunk/doc/ipchains-setup.txt
6205    M /rc-scripts/trunk/doc/net-scripts.txt
6206    M /rc-scripts/trunk/doc/sysconfig.txt
6207    M /rc-scripts/trunk/doc/sysvinitfiles
6208    M /rc-scripts/trunk/doc-devel/ogolnie
6209    M /rc-scripts/trunk/inittab
6210    M /rc-scripts/trunk/lang.csh
6211    M /rc-scripts/trunk/lang.sh
6212    M /rc-scripts/trunk/ppp/ip-down
6213    M /rc-scripts/trunk/ppp/ip-up
6214    M /rc-scripts/trunk/rc-scripts.spec.in
6215    M /rc-scripts/trunk/rc.d/init.d/functions
6216    M /rc-scripts/trunk/rc.d/init.d/functions.network
6217    M /rc-scripts/trunk/rc.d/rc
6218    M /rc-scripts/trunk/rc.d/rc.local
6219    M /rc-scripts/trunk/rc.d/rc.serial
6220    M /rc-scripts/trunk/rc.d/rc.sysinit
6221    M /rc-scripts/trunk/setsysfont
6222    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.callback
6223    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.leased1
6224    M /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.tpsa
6225    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0.wiget
6226    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-lo
6227    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.callback
6228    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
6229    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased2
6230    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-sl0
6231    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-icm
6232    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
6233    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
6234    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
6235    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
6236    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6237    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
6238    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
6239    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
6240    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
6241    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
6242    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
6243    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
6244    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
6245    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
6246
6247 massive :$
6248
6249 ------------------------------------------------------------------------
6250 rev 419:  wiget | 1999-07-05 12:27:46 +0200 (Mon, 05 Jul 1999) | 2 lines
6251 Changed paths:
6252    M /rc-scripts/trunk/rc-scripts.spec.in
6253
6254 Requires: procps
6255
6256 ------------------------------------------------------------------------
6257 rev 418:  misiek | 1999-07-05 12:23:06 +0200 (Mon, 05 Jul 1999) | 2 lines
6258 Changed paths:
6259    M /rc-scripts/trunk/rc.d/init.d/functions
6260
6261 we are using printf from sh-utils package instead of cut
6262
6263 ------------------------------------------------------------------------
6264 rev 417:  wiget | 1999-07-05 11:12:06 +0200 (Mon, 05 Jul 1999) | 2 lines
6265 Changed paths:
6266    M /rc-scripts/trunk/configure.in
6267    M /rc-scripts/trunk/rc-scripts.spec.in
6268
6269 - network-scripts moved to /etc/sysconfig
6270
6271 ------------------------------------------------------------------------
6272 rev 416:  wiget | 1999-07-05 10:47:55 +0200 (Mon, 05 Jul 1999) | 2 lines
6273 Changed paths:
6274    M /rc-scripts/trunk/rc-scripts.spec.in
6275
6276 Requires: net-tools, iproute2
6277
6278 ------------------------------------------------------------------------
6279 rev 415:  wiget | 1999-07-05 10:45:52 +0200 (Mon, 05 Jul 1999) | 2 lines
6280 Changed paths:
6281    M /rc-scripts/trunk/rc-scripts.spec.in
6282
6283 Requires: sed
6284
6285 ------------------------------------------------------------------------
6286 rev 414:  wiget | 1999-07-05 10:39:36 +0200 (Mon, 05 Jul 1999) | 4 lines
6287 Changed paths:
6288    M /rc-scripts/trunk/configure.in
6289    M /rc-scripts/trunk/rc-scripts.spec.in
6290    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
6291
6292 - skrypty sieciowe w network-scripts
6293 - ipchains poniechane (jak kto¶ chce to niech wsadzi w oddzielny modu³)
6294 - net-scripts i rc-scripts po³±czone w rc-scripts
6295
6296 ------------------------------------------------------------------------
6297 rev 413:  misiek | 1999-07-05 10:08:36 +0200 (Mon, 05 Jul 1999) | 4 lines
6298 Changed paths:
6299    M /rc-scripts/trunk/rc.d/init.d/functions
6300    M /rc-scripts/trunk/rc.d/rc
6301    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6302
6303
6304 - przesuniête inormacje `ok`, `busy` itp w nieco w prawo (wiêcej miejsca na komunikaty)
6305 - dodajemy takze routing IPv6 na okreslone interfejsy
6306
6307 ------------------------------------------------------------------------
6308 rev 412:  misiek | 1999-07-03 17:09:53 +0200 (Sat, 03 Jul 1999) | 2 lines
6309 Changed paths:
6310    D /rc-scripts/trunk/sysconfig/network-scripts/ChangeLog
6311
6312 i po tescie
6313
6314 ------------------------------------------------------------------------
6315 rev 411:  misiek | 1999-07-03 17:07:43 +0200 (Sat, 03 Jul 1999) | 2 lines
6316 Changed paths:
6317    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6318
6319 ip used to sed MAC address
6320
6321 ------------------------------------------------------------------------
6322 rev 410:  misiek | 1999-07-03 17:06:38 +0200 (Sat, 03 Jul 1999) | 2 lines
6323 Changed paths:
6324    A /rc-scripts/trunk/sysconfig/network-scripts/ChangeLog
6325
6326 test
6327
6328 ------------------------------------------------------------------------
6329 rev 409:  wiget | 1999-07-02 15:21:27 +0200 (Fri, 02 Jul 1999) | 2 lines
6330 Changed paths:
6331    M /rc-scripts/trunk/rc-scripts.spec.in
6332
6333 more Requires
6334
6335 ------------------------------------------------------------------------
6336 rev 408:  wiget | 1999-07-02 13:49:25 +0200 (Fri, 02 Jul 1999) | 2 lines
6337 Changed paths:
6338    M /rc-scripts/trunk/rc-scripts.spec.in
6339
6340 more Requires
6341
6342 ------------------------------------------------------------------------
6343 rev 407:  wiget | 1999-07-02 13:31:21 +0200 (Fri, 02 Jul 1999) | 2 lines
6344 Changed paths:
6345    M /rc-scripts/trunk/rc-scripts.spec.in
6346    M /rc-scripts/trunk/src/Makefile.am
6347
6348 added missing files
6349
6350 ------------------------------------------------------------------------
6351 rev 406:  wiget | 1999-07-02 13:14:33 +0200 (Fri, 02 Jul 1999) | 2 lines
6352 Changed paths:
6353    M /rc-scripts/trunk/doc/ipcalc.1
6354
6355 from src
6356
6357 ------------------------------------------------------------------------
6358 rev 405:  wiget | 1999-07-02 13:14:13 +0200 (Fri, 02 Jul 1999) | 2 lines
6359 Changed paths:
6360    M /rc-scripts/trunk/doc/Makefile.am
6361
6362 added initlog.1
6363
6364 ------------------------------------------------------------------------
6365 rev 404:  wiget | 1999-07-02 13:12:57 +0200 (Fri, 02 Jul 1999) | 2 lines
6366 Changed paths:
6367    M /rc-scripts/trunk/src/Makefile.am
6368    D /rc-scripts/trunk/src/doexec.1
6369    D /rc-scripts/trunk/src/initlog.1
6370    D /rc-scripts/trunk/src/ipcalc.1
6371    D /rc-scripts/trunk/src/netreport.1
6372    D /rc-scripts/trunk/src/usernetctl.1
6373    D /rc-scripts/trunk/src/usleep.1
6374
6375 manuals in doc
6376
6377 ------------------------------------------------------------------------
6378 rev 403:  misiek | 1999-07-02 11:32:43 +0200 (Fri, 02 Jul 1999) | 3 lines
6379 Changed paths:
6380    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
6381    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6382
6383
6384 - ARPable by default
6385
6386 ------------------------------------------------------------------------
6387 rev 402:  misiek | 1999-07-02 11:29:52 +0200 (Fri, 02 Jul 1999) | 7 lines
6388 Changed paths:
6389    M /rc-scripts/trunk/doc-devel/ogolnie
6390    A /rc-scripts/trunk/rc.d/init.d/allowlogin
6391    M /rc-scripts/trunk/rc.d/init.d/network
6392    D /rc-scripts/trunk/rc.d/init.d/network-ip6.init
6393    M /rc-scripts/trunk/rc.d/rc
6394    M /rc-scripts/trunk/rc.d/rc.sysinit
6395    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0.wiget
6396    M /rc-scripts/trunk/sysconfig/network
6397    D /rc-scripts/trunk/sysconfig/network-ip6
6398    D /rc-scripts/trunk/sysconfig/network-ip6.conf
6399    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6400    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
6401    M /rc-scripts/trunk/sysconfig/network-scripts/tnldown
6402    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
6403
6404
6405 - obs³uga multicast, arp, src
6406 - poprawka w "Delay Login"
6407 - poprawki w template ifcfg-eth0.wiget
6408 - tnlup && tnldown uwzglêdniaj± konfiguracjê w network
6409 - ustawianie defaulowo PROTOCOL=
6410
6411 ------------------------------------------------------------------------
6412 rev 401:  wiget | 1999-07-01 23:10:17 +0200 (Thu, 01 Jul 1999) | 2 lines
6413 Changed paths:
6414    M /rc-scripts/trunk/configure.in
6415    M /rc-scripts/trunk/rc-scripts.spec.in
6416    M /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
6417    M /rc-scripts/trunk/sysconfig/interfaces/data/Makefile.am
6418
6419 now rc-scripts compile, install and make rpm correct
6420
6421 ------------------------------------------------------------------------
6422 rev 400:  wiget | 1999-07-01 16:37:12 +0200 (Thu, 01 Jul 1999) | 2 lines
6423 Changed paths:
6424    A /rc-scripts/trunk/sysconfig/interfaces/.cvsignore
6425    A /rc-scripts/trunk/sysconfig/interfaces/data/.cvsignore
6426
6427 ignore autogenerated
6428
6429 ------------------------------------------------------------------------
6430 rev 399:  misiek | 1999-06-29 18:38:04 +0200 (Tue, 29 Jun 1999) | 6 lines
6431 Changed paths:
6432    M /rc-scripts/trunk/rc.d/init.d/functions
6433    M /rc-scripts/trunk/rc.d/init.d/functions.network
6434    M /rc-scripts/trunk/rc.d/init.d/network
6435    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
6436    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6437    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
6438
6439
6440 - poprawki w calcnetmask
6441 - net-tools (prawie) > /dev/null. U¿ywamy iproute
6442 - poprawki w obs³udze aliasów (nie testowa³em ale powinno byæ mo¿liwe u¿ywanie
6443   aliasów typu eth0:PLD_JEST_SUPER)
6444
6445 ------------------------------------------------------------------------
6446 rev 398:  kloczek | 1999-06-28 22:05:04 +0200 (Mon, 28 Jun 1999) | 3 lines
6447 Changed paths:
6448    A /rc-scripts/trunk/sysconfig/interfaces/Makefile.am
6449    A /rc-scripts/trunk/sysconfig/interfaces/data/Makefile.am
6450
6451
6452 - template Makefile.am.
6453
6454 ------------------------------------------------------------------------
6455 rev 397:  kloczek | 1999-06-28 22:02:41 +0200 (Mon, 28 Jun 1999) | 3 lines
6456 Changed paths:
6457    M /rc-scripts/trunk/configure.in
6458
6459
6460 - added missing "\".
6461
6462 ------------------------------------------------------------------------
6463 rev 396:  wiget | 1999-06-28 17:39:11 +0200 (Mon, 28 Jun 1999) | 2 lines
6464 Changed paths:
6465    D /rc-scripts/trunk/src/Makefile
6466
6467 Autogenerated
6468
6469 ------------------------------------------------------------------------
6470 rev 395:  wiget | 1999-06-28 17:38:20 +0200 (Mon, 28 Jun 1999) | 2 lines
6471 Changed paths:
6472    M /rc-scripts/trunk/Makefile.am
6473    M /rc-scripts/trunk/configure.in
6474    M /rc-scripts/trunk/rc-scripts.spec.in
6475    M /rc-scripts/trunk/rc.d/init.d/Makefile.am
6476    M /rc-scripts/trunk/src/Makefile
6477    M /rc-scripts/trunk/sysconfig/Makefile.am
6478    M /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
6479
6480 first try to sync Makefile.am
6481
6482 ------------------------------------------------------------------------
6483 rev 394:  misiek | 1999-06-28 16:30:26 +0200 (Mon, 28 Jun 1999) | 2 lines
6484 Changed paths:
6485    A /rc-scripts/trunk/sysconfig/interfaces/data
6486    A /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.callback
6487    A /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.leased1
6488    A /rc-scripts/trunk/sysconfig/interfaces/data/chat-ppp0.tpsa
6489    D /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0.callback
6490    D /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0.leased1
6491    D /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0.tpsa
6492
6493 moved chat*
6494
6495 ------------------------------------------------------------------------
6496 rev 393:  misiek | 1999-06-28 15:12:05 +0200 (Mon, 28 Jun 1999) | 2 lines
6497 Changed paths:
6498    M /rc-scripts/trunk/sysconfig/network-scripts/tnlup
6499
6500 wszêdzie ${}
6501
6502 ------------------------------------------------------------------------
6503 rev 392:  misiek | 1999-06-28 15:07:45 +0200 (Mon, 28 Jun 1999) | 6 lines
6504 Changed paths:
6505    M /rc-scripts/trunk/doc/sysconfig.txt
6506    M /rc-scripts/trunk/rc.d/init.d/functions.network
6507    M /rc-scripts/trunk/rc.d/init.d/network
6508    D /rc-scripts/trunk/rc.d/init.d/tunnels-ip6.init
6509    M /rc-scripts/trunk/src/ipcalc.c
6510    D /rc-scripts/trunk/sysconfig/network-scripts/ifdhcpc-done
6511    D /rc-scripts/trunk/sysconfig/network-scripts/ifdown-tnl
6512    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6513    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
6514    D /rc-scripts/trunk/sysconfig/network-scripts/ifup-tnl
6515    A /rc-scripts/trunk/sysconfig/network-scripts/tnldown
6516    A /rc-scripts/trunk/sysconfig/network-scripts/tnlup
6517    A /rc-scripts/trunk/sysconfig/static-nat
6518
6519
6520 - zmiana syntaxy dla routingu statycznego
6521 - if{up,down}-tnl -> tnl{up,down}
6522 - poprawki dotycz±ce PREFIX
6523 - tunnels-ip6.init, ifdhcpc-done - zbêdne (zast±pione przez inne narzêdzia)
6524
6525 ------------------------------------------------------------------------
6526 rev 391:  stangrze | 1999-06-27 20:48:31 +0200 (Sun, 27 Jun 1999) | 3 lines
6527 Changed paths:
6528    M /rc-scripts/trunk/rc.d/init.d/functions.network
6529
6530
6531 Added function to calculate netmask from prefix
6532
6533 ------------------------------------------------------------------------
6534 rev 390:  misiek | 1999-06-27 20:26:38 +0200 (Sun, 27 Jun 1999) | 2 lines
6535 Changed paths:
6536    M /rc-scripts/trunk/doc-devel/ogolnie
6537
6538 removed 2 config files
6539
6540 ------------------------------------------------------------------------
6541 rev 389:  misiek | 1999-06-27 20:14:01 +0200 (Sun, 27 Jun 1999) | 2 lines
6542 Changed paths:
6543    M /rc-scripts/trunk/rc.d/init.d/network
6544
6545 tunnels
6546
6547 ------------------------------------------------------------------------
6548 rev 388:  misiek | 1999-06-27 20:11:10 +0200 (Sun, 27 Jun 1999) | 3 lines
6549 Changed paths:
6550    M /rc-scripts/trunk/doc/net-scripts.txt
6551    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0.wiget
6552    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-lo
6553    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
6554    M /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased2
6555    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6556    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
6557
6558
6559 NETMASK= is obsoletes (instead we use PREFIX=)
6560
6561 ------------------------------------------------------------------------
6562 rev 387:  misiek | 1999-06-27 19:34:25 +0200 (Sun, 27 Jun 1999) | 2 lines
6563 Changed paths:
6564    M /rc-scripts/trunk/src/ipcalc.1
6565    M /rc-scripts/trunk/src/ipcalc.c
6566
6567 PREFIX instead NETMASK in --prefix option
6568
6569 ------------------------------------------------------------------------
6570 rev 386:  misiek | 1999-06-27 19:25:15 +0200 (Sun, 27 Jun 1999) | 2 lines
6571 Changed paths:
6572    M /rc-scripts/trunk/rc.d/init.d/functions.network
6573
6574 poprawki
6575
6576 ------------------------------------------------------------------------
6577 rev 385:  misiek | 1999-06-27 19:24:04 +0200 (Sun, 27 Jun 1999) | 2 lines
6578 Changed paths:
6579    M /rc-scripts/trunk/rc.d/init.d/functions.network
6580
6581 poprawki
6582
6583 ------------------------------------------------------------------------
6584 rev 384:  misiek | 1999-06-27 19:23:41 +0200 (Sun, 27 Jun 1999) | 2 lines
6585 Changed paths:
6586    M /rc-scripts/trunk/rc.d/init.d/functions.network
6587
6588 poprawki
6589
6590 ------------------------------------------------------------------------
6591 rev 383:  misiek | 1999-06-27 19:11:13 +0200 (Sun, 27 Jun 1999) | 2 lines
6592 Changed paths:
6593    M /rc-scripts/trunk/rc.d/init.d/functions.network
6594
6595 typo
6596
6597 ------------------------------------------------------------------------
6598 rev 382:  stangrze | 1999-06-27 19:00:19 +0200 (Sun, 27 Jun 1999) | 3 lines
6599 Changed paths:
6600    M /rc-scripts/trunk/rc.d/init.d/functions.network
6601
6602
6603 Added function for calulating network prefix.
6604
6605 ------------------------------------------------------------------------
6606 rev 381:  misiek | 1999-06-27 18:06:32 +0200 (Sun, 27 Jun 1999) | 3 lines
6607 Changed paths:
6608    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6609
6610
6611 small poprawken
6612
6613 ------------------------------------------------------------------------
6614 rev 380:  misiek | 1999-06-27 17:30:45 +0200 (Sun, 27 Jun 1999) | 3 lines
6615 Changed paths:
6616    M /rc-scripts/trunk/src/ipcalc.1
6617    M /rc-scripts/trunk/src/ipcalc.c
6618
6619
6620 - added support for short netmask style (/24 etc)
6621
6622 ------------------------------------------------------------------------
6623 rev 379:  misiek | 1999-06-27 16:42:52 +0200 (Sun, 27 Jun 1999) | 2 lines
6624 Changed paths:
6625    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0.wiget
6626
6627 readed
6628
6629 ------------------------------------------------------------------------
6630 rev 378:  misiek | 1999-06-27 16:27:50 +0200 (Sun, 27 Jun 1999) | 6 lines
6631 Changed paths:
6632    M /rc-scripts/trunk/rc.d/rc.sysinit
6633    M /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-icm
6634    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
6635    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
6636    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
6637    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown-tnl
6638    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6639    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
6640    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
6641    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
6642    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
6643    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-tnl
6644    D /rc-scripts/trunk/sysconfig/tunnels-ip6.conf
6645
6646
6647 - u¿ywamy pumpa do bootp/dhcpd
6648 - dodano ifup-tnl && ifdown-tnl - obs³uga tuneli ipip, sit, gre (ipxip niezrobiona jeszcze)
6649 - tunnels-ip6.conf - zbêdne (tunele s± konfigurowane w stylu SySV)
6650 - drobne poprawki
6651
6652 ------------------------------------------------------------------------
6653 rev 377:  misiek | 1999-06-23 19:14:36 +0200 (Wed, 23 Jun 1999) | 2 lines
6654 Changed paths:
6655    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-lo
6656
6657 removed
6658
6659 ------------------------------------------------------------------------
6660 rev 376:  baggins | 1999-06-21 22:36:47 +0200 (Mon, 21 Jun 1999) | 2 lines
6661 Changed paths:
6662    M /rc-scripts/trunk/rc.d/rc.sysinit
6663
6664 usuwanie lockow po pam_console
6665
6666 ------------------------------------------------------------------------
6667 rev 375:  kloczek | 1999-06-19 13:29:04 +0200 (Sat, 19 Jun 1999) | 5 lines
6668 Changed paths:
6669    M /rc-scripts/trunk/Makefile.am
6670    M /rc-scripts/trunk/autogen.sh
6671    D /rc-scripts/trunk/inputrc
6672    M /rc-scripts/trunk/rc.d/init.d/functions
6673    M /rc-scripts/trunk/rc.d/init.d/killall
6674    M /rc-scripts/trunk/rc.d/init.d/shutdwn
6675    M /rc-scripts/trunk/rc.d/init.d/single
6676    M /rc-scripts/trunk/rc.d/rc.sysinit
6677
6678
6679 - removed inputrc (it must be in readline),
6680 - reformatings,
6681 - removed processing doc in Makefile.am and autogen.sh.
6682
6683 ------------------------------------------------------------------------
6684 rev 374:  misiek | 1999-06-18 21:23:52 +0200 (Fri, 18 Jun 1999) | 2 lines
6685 Changed paths:
6686    A /rc-scripts/trunk/doc/initlog.1
6687    A /rc-scripts/trunk/doc-devel
6688    A /rc-scripts/trunk/doc-devel/ogolnie
6689    M /rc-scripts/trunk/rc.d/init.d/functions
6690    A /rc-scripts/trunk/rc.d/init.d/netfs
6691    M /rc-scripts/trunk/rc.d/init.d/network
6692    M /rc-scripts/trunk/rc.d/init.d/shutdwn
6693    M /rc-scripts/trunk/rc.d/init.d/single
6694    M /rc-scripts/trunk/rc.d/rc.serial
6695    M /rc-scripts/trunk/rc.d/rc.sysinit
6696    A /rc-scripts/trunk/src/Makefile
6697    A /rc-scripts/trunk/src/initlog.1
6698    A /rc-scripts/trunk/src/initlog.c
6699    A /rc-scripts/trunk/src/initlog.h
6700    A /rc-scripts/trunk/src/loglevel.c
6701    A /rc-scripts/trunk/src/minilogd.c
6702    A /rc-scripts/trunk/src/process.c
6703    A /rc-scripts/trunk/src/process.h
6704    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-sl0
6705    A /rc-scripts/trunk/sysconfig/interfaces/tnlcfg-icm
6706    D /rc-scripts/trunk/sysconfig/network-scripts/tnlcfg-icm
6707    M /rc-scripts/trunk/sysconfig/system
6708
6709 pare zmian
6710
6711 ------------------------------------------------------------------------
6712 rev 373:  misiek | 1999-06-18 21:14:00 +0200 (Fri, 18 Jun 1999) | 2 lines
6713 Changed paths:
6714    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-eth0
6715    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-eth0.wiget
6716    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.callback
6717    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.leased1
6718    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.leased2
6719    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.tpsa
6720    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
6721    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
6722    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
6723    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6724    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
6725    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
6726    D /rc-scripts/trunk/sysconfig/network-scripts/network-functions
6727
6728 *** empty log message ***
6729
6730 ------------------------------------------------------------------------
6731 rev 372:  misiek | 1999-06-16 19:29:07 +0200 (Wed, 16 Jun 1999) | 2 lines
6732 Changed paths:
6733    M /rc-scripts/trunk/rc.d/rc.sysinit
6734
6735 fixed colors
6736
6737 ------------------------------------------------------------------------
6738 rev 371:  kloczek | 1999-06-15 20:06:17 +0200 (Tue, 15 Jun 1999) | 3 lines
6739 Changed paths:
6740    D /rc-scripts/trunk/rc.d/rc.media
6741
6742
6743 - removed. This was (my) silly idea.
6744
6745 ------------------------------------------------------------------------
6746 rev 370:  kloczek | 1999-06-15 16:31:39 +0200 (Tue, 15 Jun 1999) | 3 lines
6747 Changed paths:
6748    D /rc-scripts/trunk/src/Makefile
6749
6750
6751 - autogenerated.
6752
6753 ------------------------------------------------------------------------
6754 rev 369:  stangrze | 1999-06-14 23:17:11 +0200 (Mon, 14 Jun 1999) | 3 lines
6755 Changed paths:
6756    M /rc-scripts/trunk/.cvsignore
6757    A /rc-scripts/trunk/AUTHORS
6758    A /rc-scripts/trunk/COPYING
6759    A /rc-scripts/trunk/INSTALL
6760    D /rc-scripts/trunk/Makefile
6761    A /rc-scripts/trunk/Makefile.am
6762    A /rc-scripts/trunk/NEWS
6763    A /rc-scripts/trunk/README
6764    A /rc-scripts/trunk/autogen.sh
6765    A /rc-scripts/trunk/configure.in
6766    A /rc-scripts/trunk/doc
6767    A /rc-scripts/trunk/doc/.cvsignore
6768    A /rc-scripts/trunk/doc/Makefile.am
6769    A /rc-scripts/trunk/doc/doexec.1
6770    A /rc-scripts/trunk/doc/ipcalc.1
6771    A /rc-scripts/trunk/doc/ipchains-setup.txt
6772    A /rc-scripts/trunk/doc/net-scripts.txt
6773    A /rc-scripts/trunk/doc/netreport.1
6774    A /rc-scripts/trunk/doc/sysconfig.txt
6775    A /rc-scripts/trunk/doc/sysvinitfiles
6776    A /rc-scripts/trunk/doc/usernetctl.1
6777    A /rc-scripts/trunk/doc/usleep.1
6778    D /rc-scripts/trunk/ipchains-setup.txt
6779    A /rc-scripts/trunk/lang.csh
6780    M /rc-scripts/trunk/lang.sh
6781    D /rc-scripts/trunk/net-scripts.txt
6782    A /rc-scripts/trunk/ppp/Makefile.am
6783    A /rc-scripts/trunk/ppp/ip-down.d/Makefile.am
6784    A /rc-scripts/trunk/ppp/ip-up.d/Makefile.am
6785    D /rc-scripts/trunk/rc-scripts.spec
6786    A /rc-scripts/trunk/rc-scripts.spec.in
6787    A /rc-scripts/trunk/rc.d/Makefile.am
6788    A /rc-scripts/trunk/rc.d/init.d/Makefile.am
6789    M /rc-scripts/trunk/rc.d/init.d/functions
6790    A /rc-scripts/trunk/rc.d/init.d/functions.network
6791    M /rc-scripts/trunk/rc.d/init.d/halt
6792    M /rc-scripts/trunk/rc.d/init.d/network
6793    M /rc-scripts/trunk/rc.d/init.d/reboot
6794    M /rc-scripts/trunk/rc.d/init.d/shutdwn
6795    M /rc-scripts/trunk/rc.d/init.d/single
6796    M /rc-scripts/trunk/rc.d/rc
6797    M /rc-scripts/trunk/rc.d/rc.serial
6798    M /rc-scripts/trunk/rc.d/rc.sysinit
6799    A /rc-scripts/trunk/src/Makefile.am
6800    A /rc-scripts/trunk/sysconfig/Makefile.am
6801    A /rc-scripts/trunk/sysconfig/interfaces
6802    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-lo
6803    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.callback
6804    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
6805    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.leased2
6806    A /rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.tpsa
6807    M /rc-scripts/trunk/sysconfig/network
6808    A /rc-scripts/trunk/sysconfig/network-scripts/Makefile.am
6809    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
6810    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
6811    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
6812    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6813    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
6814    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
6815    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
6816    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
6817    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
6818    M /rc-scripts/trunk/sysconfig/system
6819    D /rc-scripts/trunk/sysconfig.txt
6820    D /rc-scripts/trunk/sysvinitfiles
6821
6822
6823 Synced with latest from old repo
6824
6825 ------------------------------------------------------------------------
6826 rev 368:  stangrze | 1999-06-14 23:06:05 +0200 (Mon, 14 Jun 1999) | 3 lines
6827 Changed paths:
6828    A /rc-scripts/trunk/ipchains-setup.txt
6829
6830
6831 now synced. (one file was missed)
6832
6833 ------------------------------------------------------------------------
6834 rev 367:  stangrze | 1999-06-14 23:05:09 +0200 (Mon, 14 Jun 1999) | 3 lines
6835 Changed paths:
6836    M /rc-scripts/trunk/Makefile
6837    A /rc-scripts/trunk/net-scripts.txt
6838    M /rc-scripts/trunk/rc-scripts.spec
6839    M /rc-scripts/trunk/rc.d/init.d/functions
6840    A /rc-scripts/trunk/rc.d/init.d/ipchains
6841    M /rc-scripts/trunk/rc.d/init.d/network
6842    A /rc-scripts/trunk/rc.d/rc.media
6843    M /rc-scripts/trunk/rc.d/rc.sysinit
6844    A /rc-scripts/trunk/sysconfig/ipchains
6845    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-eth0.wiget
6846    A /rc-scripts/trunk/sysconfig/static-routes
6847    M /rc-scripts/trunk/sysconfig/system
6848
6849
6850 synced with 0.0.5
6851
6852 ------------------------------------------------------------------------
6853 rev 366:  stangrze | 1999-06-14 22:53:24 +0200 (Mon, 14 Jun 1999) | 3 lines
6854 Changed paths:
6855    M /rc-scripts/trunk/Makefile
6856    M /rc-scripts/trunk/lang.sh
6857    M /rc-scripts/trunk/rc-scripts.spec
6858    M /rc-scripts/trunk/setsysfont
6859    M /rc-scripts/trunk/src/testdinit
6860    M /rc-scripts/trunk/sysconfig/network
6861    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6862    M /rc-scripts/trunk/sysconfig.txt
6863
6864
6865 Synced with 0.0.4
6866
6867 ------------------------------------------------------------------------
6868 rev 365:  stangrze | 1999-06-14 22:50:19 +0200 (Mon, 14 Jun 1999) | 3 lines
6869 Changed paths:
6870    A /rc-scripts/trunk/sysconfig/network
6871    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-eth0
6872
6873
6874 now is really synced with 0.0.3
6875
6876 ------------------------------------------------------------------------
6877 rev 364:  stangrze | 1999-06-14 22:44:32 +0200 (Mon, 14 Jun 1999) | 3 lines
6878 Changed paths:
6879    M /rc-scripts/trunk/inputrc
6880    M /rc-scripts/trunk/ppp/ip-down.d/logger
6881    M /rc-scripts/trunk/ppp/ip-up.d/logger
6882    D /rc-scripts/trunk/radvd.init
6883    M /rc-scripts/trunk/rc-scripts.spec
6884    M /rc-scripts/trunk/rc.d/init.d/functions
6885    M /rc-scripts/trunk/rc.d/init.d/network
6886    D /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0
6887    D /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0
6888    M /rc-scripts/trunk/sysconfig/network-scripts/ifdhcpc-done
6889    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
6890    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
6891    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
6892    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
6893    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6894    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
6895    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
6896    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
6897    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
6898    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
6899    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
6900    M /rc-scripts/trunk/sysconfig/network-scripts/network-functions
6901    M /rc-scripts/trunk/sysconfig.txt
6902    D /rc-scripts/trunk/tunnels-ip6.init
6903
6904
6905 Synced with rc-scripts-0.0.3 from old repo.
6906
6907 ------------------------------------------------------------------------
6908 rev 363:  stangrze | 1999-06-14 22:12:06 +0200 (Mon, 14 Jun 1999) | 3 lines
6909 Changed paths:
6910    M /rc-scripts/trunk/.cvsignore
6911    M /rc-scripts/trunk/Makefile
6912    M /rc-scripts/trunk/ppp/ip-down.d/logger
6913    M /rc-scripts/trunk/ppp/ip-up.d/logger
6914    M /rc-scripts/trunk/rc-scripts.spec
6915    M /rc-scripts/trunk/rc.d/init.d/functions
6916    M /rc-scripts/trunk/rc.d/init.d/network
6917    M /rc-scripts/trunk/rc.d/rc.sysinit
6918    M /rc-scripts/trunk/src/Makefile
6919    M /rc-scripts/trunk/sysconfig/system
6920
6921
6922 Synced with rc-scripts-0.0.2 from old repo.
6923
6924 ------------------------------------------------------------------------
6925 rev 362:  stangrze | 1999-06-14 22:08:17 +0200 (Mon, 14 Jun 1999) | 3 lines
6926 Changed paths:
6927    M /rc-scripts/trunk/Makefile
6928    M /rc-scripts/trunk/inittab
6929    A /rc-scripts/trunk/inputrc
6930    M /rc-scripts/trunk/lang.sh
6931    A /rc-scripts/trunk/rc-scripts.spec
6932    M /rc-scripts/trunk/rc.d/init.d/functions
6933    M /rc-scripts/trunk/rc.d/init.d/functions-ip6
6934    M /rc-scripts/trunk/rc.d/init.d/halt
6935    M /rc-scripts/trunk/rc.d/init.d/killall
6936    M /rc-scripts/trunk/rc.d/init.d/network
6937    A /rc-scripts/trunk/rc.d/init.d/network-ip6.init
6938    M /rc-scripts/trunk/rc.d/init.d/nfsfs
6939    M /rc-scripts/trunk/rc.d/init.d/random
6940    A /rc-scripts/trunk/rc.d/init.d/reboot
6941    A /rc-scripts/trunk/rc.d/init.d/shutdwn
6942    M /rc-scripts/trunk/rc.d/init.d/single
6943    A /rc-scripts/trunk/rc.d/init.d/tunnels-ip6.init
6944    M /rc-scripts/trunk/rc.d/rc
6945    M /rc-scripts/trunk/rc.d/rc.local
6946    M /rc-scripts/trunk/rc.d/rc.serial
6947    M /rc-scripts/trunk/rc.d/rc.sysinit
6948    M /rc-scripts/trunk/src/Makefile
6949    M /rc-scripts/trunk/src/usernetctl.c
6950    M /rc-scripts/trunk/sysconfig/network-ip6
6951    M /rc-scripts/trunk/sysconfig/network-ip6.conf
6952    A /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0.callback
6953    A /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0.leased1
6954    A /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0.tpsa
6955    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.callback
6956    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.leased1
6957    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.leased2
6958    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0.tpsa
6959    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown
6960    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
6961    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
6962    M /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
6963    M /rc-scripts/trunk/sysconfig/network-scripts/ifup
6964    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
6965    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
6966    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
6967    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
6968    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
6969    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
6970    M /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
6971    A /rc-scripts/trunk/sysconfig/network-scripts/tnlcfg-icm
6972    A /rc-scripts/trunk/sysconfig/tunnels-ip6.conf
6973    M /rc-scripts/trunk/sysconfig.txt
6974    A /rc-scripts/trunk/sysvinitfiles
6975
6976
6977 Synced with rc-scripts-0.0.1 from old repo.
6978
6979 ------------------------------------------------------------------------
6980 rev 361:  kloczek | 1999-06-14 21:55:09 +0200 (Mon, 14 Jun 1999) | 9 lines
6981 Changed paths:
6982    A /rc-scripts/trunk/sysconfig/system
6983
6984
6985 - added initial main system configuration file with:
6986 -- RUN_SULOGIN_ON_ERR=yes
6987 -- DEFAULT_SERVICE_RUN_NICE_LEVEL=0
6988 -- RUN_ISAPNP=yes
6989 -- PANIC_REBOOT_TIME=0
6990 -- DELAY_LOGIN=yes
6991 -- CLEAN_TMP=yes
6992
6993 ------------------------------------------------------------------------
6994 rev 360:  kloczek | 1999-06-14 21:31:48 +0200 (Mon, 14 Jun 1999) | 3 lines
6995 Changed paths:
6996    M /rc-scripts/trunk/rc.d/init.d/functions
6997
6998
6999 - added suporting colors with using tput instead hardcoded term sequences.
7000
7001 ------------------------------------------------------------------------
7002 rev 359:  kloczek | 1999-06-14 21:25:03 +0200 (Mon, 14 Jun 1999) | 3 lines
7003 Changed paths:
7004    A /rc-scripts/trunk/.cvsignore
7005    A /rc-scripts/trunk/ppp/.cvsignore
7006    A /rc-scripts/trunk/ppp/ip-down.d/.cvsignore
7007    A /rc-scripts/trunk/ppp/ip-up.d/.cvsignore
7008    A /rc-scripts/trunk/rc.d/.cvsignore
7009    A /rc-scripts/trunk/rc.d/init.d/.cvsignore
7010    A /rc-scripts/trunk/src/.cvsignore
7011    A /rc-scripts/trunk/sysconfig/.cvsignore
7012    A /rc-scripts/trunk/sysconfig/network-scripts/.cvsignore
7013
7014
7015 - added template .cvsignore.
7016
7017 ------------------------------------------------------------------------
7018 rev 357:  wiget | 1999-06-14 21:22:23 +0200 (Mon, 14 Jun 1999) | 2 lines
7019 Changed paths:
7020    A /rc-scripts/trunk
7021    A /rc-scripts/trunk/Makefile
7022    A /rc-scripts/trunk/adjtime
7023    A /rc-scripts/trunk/inittab
7024    A /rc-scripts/trunk/lang.sh
7025    A /rc-scripts/trunk/ppp
7026    A /rc-scripts/trunk/ppp/ip-down
7027    A /rc-scripts/trunk/ppp/ip-down.d
7028    A /rc-scripts/trunk/ppp/ip-down.d/logger
7029    A /rc-scripts/trunk/ppp/ip-up
7030    A /rc-scripts/trunk/ppp/ip-up.d
7031    A /rc-scripts/trunk/ppp/ip-up.d/logger
7032    A /rc-scripts/trunk/radvd.init
7033    A /rc-scripts/trunk/rc.d
7034    A /rc-scripts/trunk/rc.d/init.d
7035    A /rc-scripts/trunk/rc.d/init.d/functions
7036    A /rc-scripts/trunk/rc.d/init.d/functions-ip6
7037    A /rc-scripts/trunk/rc.d/init.d/halt
7038    A /rc-scripts/trunk/rc.d/init.d/killall
7039    A /rc-scripts/trunk/rc.d/init.d/network
7040    A /rc-scripts/trunk/rc.d/init.d/nfsfs
7041    A /rc-scripts/trunk/rc.d/init.d/random
7042    A /rc-scripts/trunk/rc.d/init.d/single
7043    A /rc-scripts/trunk/rc.d/rc
7044    A /rc-scripts/trunk/rc.d/rc.local
7045    A /rc-scripts/trunk/rc.d/rc.serial
7046    A /rc-scripts/trunk/rc.d/rc.sysinit
7047    A /rc-scripts/trunk/setsysfont
7048    A /rc-scripts/trunk/src
7049    A /rc-scripts/trunk/src/Makefile
7050    A /rc-scripts/trunk/src/doexec.1
7051    A /rc-scripts/trunk/src/doexec.c
7052    A /rc-scripts/trunk/src/ipcalc.1
7053    A /rc-scripts/trunk/src/ipcalc.c
7054    A /rc-scripts/trunk/src/netreport.1
7055    A /rc-scripts/trunk/src/netreport.c
7056    A /rc-scripts/trunk/src/testd.c
7057    A /rc-scripts/trunk/src/testdinit
7058    A /rc-scripts/trunk/src/usernetctl.1
7059    A /rc-scripts/trunk/src/usernetctl.c
7060    A /rc-scripts/trunk/src/usleep.1
7061    A /rc-scripts/trunk/src/usleep.c
7062    A /rc-scripts/trunk/sysconfig
7063    A /rc-scripts/trunk/sysconfig/network-ip6
7064    A /rc-scripts/trunk/sysconfig/network-ip6.conf
7065    A /rc-scripts/trunk/sysconfig/network-scripts
7066    A /rc-scripts/trunk/sysconfig/network-scripts/chat-ppp0
7067    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-lo
7068    A /rc-scripts/trunk/sysconfig/network-scripts/ifcfg-ppp0
7069    A /rc-scripts/trunk/sysconfig/network-scripts/ifdhcpc-done
7070    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown
7071    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown-post
7072    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown-ppp
7073    A /rc-scripts/trunk/sysconfig/network-scripts/ifdown-sl
7074    A /rc-scripts/trunk/sysconfig/network-scripts/ifup
7075    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-aliases
7076    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-ipx
7077    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-plip
7078    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-post
7079    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-ppp
7080    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-routes
7081    A /rc-scripts/trunk/sysconfig/network-scripts/ifup-sl
7082    A /rc-scripts/trunk/sysconfig/network-scripts/network-functions
7083    A /rc-scripts/trunk/sysconfig.txt
7084    A /rc-scripts/trunk/tunnels-ip6.init
7085
7086 Initial revision
7087
7088 ------------------------------------------------------------------------
This page took 0.487399 seconds and 4 git commands to generate.