Пакет alterator-net-eth: Specfile

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
%define _altdata_dir %_datadir/alterator

Name: alterator-net-eth
Version: 4.16.0
Release: alt1

Packager: Stanislav Ievlev <inger@altlinux.org>

Source:%name-%version.tar

Summary: alterator module for tcp/ip connections configuration
License: GPL
Group: System/Configuration/Other
Requires: alterator >= 4.24 libshell >= 0.0.1-alt4
Requires: alterator-l10n >= 2.1-alt9
Requires: alterator-sh-functions >= 0.12-alt1
Requires: alterator-hw-functions >= 0.7-alt2
Requires: alterator-net-functions >= 1.2
Requires: alterator-net-wifi >= 0.5-alt1
Requires: etcnet openresolv avahi-autoipd startup >= 0.9.8.21-alt1
Requires: bridge-utils
# For use in netdev_is_wireless() from alterator-hw-functions.
Requires: iw

Conflicts: alterator-lookout < 1.7-alt1
Conflicts: alterator-fbi < 5.14-alt1
Conflicts: alterator-browser-qt < 2.9.76-alt1
Conflicts: filesystem < 2.3.4-alt1
Conflicts: ifrename < 29-alt8


%add_findreq_skiplist %_datadir/install2/preinstall.d/*

BuildPreReq: alterator >= 4.7-alt3

BuildArch: noarch

#old names
Provides: alterator-network = %version
Obsoletes: alterator-network

Provides: alterator-net-tcp = %version
Obsoletes: alterator-net-tcp

Provides: alterator-backend-simple_etcnet = %version
Obsoletes: alterator-backend-simple_etcnet

Provides: alterator-net-general = %version
Obsoletes: alterator-net-general

# Automatically added by buildreq on Mon Jul 11 2005 (-bi)
BuildRequires: alterator

%description
alterator module for tcp/ip connections configuration

%package -n hostname-hook-hosts
Summary: /etc/hooks/hostname.d hook for use with alterator-net-eth
Group: System/Configuration/Other
Requires: %name = %version-%release

%description -n hostname-hook-hosts
This package contains the hook for /etc/hooks/hostname.d which provides
mapping current hostname to 127.0.0.1 in /etc/hosts.

%prep
%setup -q

%build
%make_build

%install
%makeinstall

%files
%_altdata_dir/applications/*
%_altdata_dir/ui/*/
%_alterator_backend3dir/*
%attr(700,root,root) %dir %_libexecdir/alterator/hooks/net-eth.d
%attr(700,root,root) %dir %_libexecdir/alterator/hooks/net-eth-precommit.d

%files -n hostname-hook-hosts
%_sysconfdir/hooks/hostname.d/*

%changelog
* Thu Nov 22 2012 Mikhail Efremov <sem@altlinux.org> 4.16.0-alt1
- Add iw to requires.
- Disable DNS and search lists if configuration is not static.
- Write CONFIG_WIRELESS etcnet option.
- Drop ip_string parameter.
- Implement IPv6 support.
- hosts-hook-hostname: Drop all lines with old hostname.

* Tue Jul 05 2011 Mikhail Efremov <sem@altlinux.org> 4.15.2-alt1
- Add bridge-utils to requires (see #25740).
- Fix reading addresses for iface (closes: #23689).

* Thu May 12 2011 Mikhail Efremov <sem@altlinux.org> 4.15.1-alt1
- backend: Drop obsoleted line.
- Fix read_hostname(): Always return hostname with domain.

* Fri May 06 2011 Mikhail Efremov <sem@altlinux.org> 4.15-alt1
- Don't use separate cache file for addresses.
- Use woo-list for retrieval of iface addresses.
- Fix syntax error on empty host variable.

* Sun May 01 2011 Mikhail Efremov <sem@altlinux.org> 4.14-alt2
- Fix addresses list retrieval (closes: #25506).

* Mon Apr 04 2011 Anton Farygin <rider@altlinux.ru> 4.14-alt1
- disabled FQDN in computer name if alterator-net-backend installed

* Fri Apr 01 2011 Anton Farygin <rider@altlinux.ru> 4.13-alt1
- allow full hostname (with domain) in computer name field

* Fri Apr 01 2011 Sergey V Turchin <zerg at altlinux dot org> 4.12-alt4
- clear ip edit field after adding

* Fri Apr 01 2011 Sergey V Turchin <zerg at altlinux dot org> 4.12-alt3
- clean information label

* Thu Mar 31 2011 Sergey V Turchin <zerg at altlinux dot org> 4.12-alt2
- show ip addresses as list

* Thu Mar 17 2011 Mikhail Efremov <sem@altlinux.org> 4.11-alt4
- Move hook for /etc/hosts to subpackage (closes: #17498).

* Fri Feb 18 2011 Mikhail Efremov <sem@altlinux.org> 4.11-alt3
- Add hook for /etc/hosts.

* Wed Dec 08 2010 Sergey V Turchin <zerg@altlinux.org> 4.12-alt1
- readd multiple interface addresses support

* Tue Nov 09 2010 Mikhail Efremov <sem@altlinux.org> 4.11-alt2
- qt gui: fix prev_iface value.
- backend: fix real_iface() calls.
- Don't expose NetworkManager for bridge as a controlling system.
- To cache the changes when going to 'advanced' page (closes: #23689).
- backend: remove debug output.
- backend: remove unused variable.

* Wed Nov 03 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.11-alt1
- revert to last usable version (4.8-alt1)

* Thu Oct 21 2010 Sergey V Turchin <zerg@altlinux.org> 4.10-alt1
- using ipv4-addrwmask-list type

* Thu Sep 09 2010 Sergey V Turchin <zerg@altlinux.org> 4.9-alt1
- add multiple interface addresses support

* Thu May 13 2010 Mikhail Efremov <sem@altlinux.org> 4.8-alt1
- create/destroy bridges.

* Wed Mar 03 2010 Mikhail Efremov <sem@altlinux.org> 4.7-alt3
- check hostname length.

* Tue Nov 17 2009 Stanislav Ievlev <inger@altlinux.org> 4.7-alt2
- fix ui for qt interface

* Fri Nov 13 2009 Stanislav Ievlev <inger@altlinux.org> 4.7-alt1
- user alterator_export_var

* Thu Sep 03 2009 Stanislav Ievlev <inger@altlinux.org> 4.6-alt2
- qt ui: fix layout
- use ipv4addr_prefix_to_mask instead of maskname

* Wed Aug 19 2009 Vladislav Zavjalov <slazav@altlinux.org> 4.6-alt1
[slazav@]
- fix net-wifi calls
[inger@]
- fix wireless property calculation, use real interface instead of bridge
  (closes: #19870)
- html ui:
  * move "wireless settings" button into main interface
  * show "wireless settings" button only for interfaces controlled by etcnet
  * redirect to wireless dialog with real interface, not bridge
- qt ui:
  * move "wireless settings" button into main interface
  * show "wireless settings" button only for interfaces controlled by etcnet
  * redirect to wireless dialog with real interface, not bridge

* Fri Jun 26 2009 Stanislav Ievlev <inger@altlinux.org> 4.5-alt3
- use workflow 'none'
- drop "hardware binding" support because ifrename doing it automatically now.
  (closes: #13351) (closes: #20500) (closes: #20272)
- ajax: fix "prev_name" initial setup

* Wed Jun 10 2009 Stanislav Ievlev <inger@altlinux.org> 4.5-alt2
- net-eth backend: add 'ip string' parameter

* Thu Apr 30 2009 Stanislav Ievlev <inger@altlinux.org> 4.5-alt1
- use nameref attribute
- fix "default gateway" option processing

* Thu Apr 16 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 4.4-alt2
- alterator-net-eth/preinstall.d/70-net-eth.sh deleted 

* Fri Apr 10 2009 Stanislav Ievlev <inger@altlinux.org> 4.4-alt1
- add support for bridge interfaces

* Tue Apr 07 2009 Stanislav Ievlev <inger@altlinux.org> 4.3-alt5
- add precommit hooks. It's useful to validate a future network configuration.

* Mon Mar 30 2009 Stanislav Ievlev <inger@altlinux.org> 4.3-alt4
- don't copy search and dns data from propagator for dhcp interfaces

* Wed Mar 25 2009 Stanislav Ievlev <inger@altlinux.org> 4.3-alt3
- resurrect full hostname setup (for propagator)

* Mon Mar 23 2009 Stanislav Ievlev <inger@altlinux.org> 4.3-alt2
- stop interface with old configuration, start with new one.

* Thu Mar 19 2009 Stanislav Ievlev <inger@altlinux.org> 4.3-alt1
- edit resolv.conf for each interface

* Mon Mar 16 2009 Stanislav Ievlev <inger@altlinux.org> 4.2-alt4
- don't stop network interfaces during installation process

* Fri Mar 13 2009 Mikhail Efremov <sem@altlinux.org> 4.2-alt3
- use 'controlled' parameter in preinstall.d script
- removed unused variable

* Thu Mar 12 2009 Mikhail Efremov <sem@altlinux.org> 4.2-alt2
- updated UI for installer

* Thu Mar 12 2009 Mikhail Efremov <sem@altlinux.org> 4.2-alt1
- added 'Controlled by' combobox
- allow configuration when interface controlled by NetworkManager

* Tue Mar 10 2009 Stanislav Ievlev <inger@altlinux.org> 4.1-alt3
- more powerfull "on update" hook

* Thu Mar 05 2009 Stanislav Ievlev <inger@altlinux.org> 4.1-alt2
- minimize number of layers to work with cache
- restart only "cached" interfaces (TODO: restart only changed interfaces)
- add hooks if ip was changed

* Wed Mar 04 2009 Stanislav Ievlev <inger@altlinux.org> 4.1-alt1
- edit computer name instead of full name
- improve hostname.d hooks calling

* Wed Feb 25 2009 Stanislav Ievlev <inger@altlinux.org> 4.0-alt3
- run /etc/hooks/hostname.d instead of hostname binding to 127.0.0.1
- improve UI horizontal size

* Wed Feb 18 2009 Stanislav Ievlev <inger@altlinux.org> 4.0-alt2
- fix work in wizardface

* Mon Feb 16 2009 Stanislav Ievlev <inger@altlinux.org> 4.0-alt1
- new ajax based html interface, use new form API
- improve UI: add network adaptor name
- use translations directly from alterator-l10n

* Thu Jan 15 2009 Stanislav Ievlev <inger@altlinux.org> 3.3-alt1
- don't setup /etc/HOSTNAME
- use help directly from alterator-l10n

* Tue Dec 09 2008 Vladislav Zavjalov <slazav@altlinux.org> 3.2-alt9
- rebuild with new alterator-l10n (fix help)

* Fri Dec 05 2008 Vladislav Zavjalov <slazav@altlinux.org> 3.2-alt8
- use help from l10n
- rebuild

* Thu Nov 13 2008 Vladislav Zavjalov <slazav@altlinux.org> 3.2-alt7
- hide "Wireless settings" ref for non-w/l ifaces
- printf -> write_bool_param in backend

* Wed Nov 05 2008 Vladislav Zavjalov <slazav@altlinux.org> 3.2-alt6
- fix help html

* Wed Sep 17 2008 Stanislav Ievlev <inger@altlinux.org> 3.2-alt5
- rebuild with alterator-l10n

* Wed Sep 17 2008 Vladislav Zavjalov <slazav@altlinux.org> 3.2-alt4
- fix help and desktop-file (by mike@)

* Tue Sep 16 2008 Vladislav Zavjalov <slazav@altlinux.org> 3.2-alt3
- add Requires: alterator-sh-functions >= 0.6-alt5 (write_type_item)

* Tue Sep 16 2008 Vladislav Zavjalov <slazav@altlinux.org> 3.2-alt2
- don't show NM item when NM isn't installed

* Mon Sep 15 2008 Stanislav Ievlev <inger@altlinux.org> 3.2-alt1
- replace constraints with types

* Mon Sep 08 2008 Stanislav Ievlev <inger@altlinux.org> 3.1-alt6
- new configuration 'Managed by user (NetworkManager)'

* Fri Sep 05 2008 Stanislav Ievlev <inger@altlinux.org> 3.1-alt5
- add ability to skip interface restart on commit (parameter restart)

* Fri Aug 29 2008 Stanislav Ievlev <inger@altlinux.org> 3.1-alt4
- workaround: shutdown interface if we disable it

* Tue Jul 01 2008 Stanislav Ievlev <inger@altlinux.org> 3.1-alt3
- simplify i18n declarations
- replace effect-enable with effect-disable

* Mon Jun 23 2008 Stanislav Ievlev <inger@altlinux.org> 3.1-alt2
- rename: effect-update to update-effect
          effect-init to init-effect

* Fri Jun 20 2008 Stanislav Ievlev <inger@altlinux.org> 3.1-alt1
- use effect-disable

* Tue Jun 17 2008 Stanislav Ievlev <inger@altlinux.org> 3.0-alt1
- more functions from alterator-net-common

* Mon Jun 09 2008 Stanislav Ievlev <inger@altlinux.org> 2.2-alt12
- remove translations for desktop file
- remove po-file
- use common module.mak

* Tue Jun 03 2008 Vladislav Zavjalov <slazav@altlinux.org> 2.2-alt11
- fix label

* Mon Jun 02 2008 Vladislav Zavjalov <slazav@altlinux.org> 2.2-alt10
- add zeroconf
- Requires: avahi-autoipd

* Wed May 28 2008 Vladislav Zavjalov <slazav@altlinux.org> 2.1-alt10
- remove  "hrefarg" attr in href to net-wifi

* Wed May 28 2008 Vladislav Zavjalov <slazav@altlinux.org> 2.1-alt8
- change "target" attr to "hrefarg" in href to net-wifi 
  (see alterator-fbi-2.4-alt6)

* Mon May 26 2008 Vladislav Zavjalov <slazav@altlinux.org> 2.1-alt7
- change href to net-wifi for new alterator-net-wifi module

* Fri May 23 2008 Stanislav Ievlev <inger@altlinux.org> 2.1-alt6
- remove autoinstall backend usage

* Thu May 22 2008 Vladislav Zavjalov <slazav@altlinux.org> 2.1-alt5
- fix prev change
- add help from alterator-net-general

* Mon May 19 2008 Vladislav Zavjalov <slazav@altlinux.org> 2.1-alt4
- don't restart interface used in installer

* Thu May 15 2008 Stanislav Ievlev <inger@altlinux.org> 2.1-alt3
- fix cache initialization

* Tue May 13 2008 Stanislav Ievlev <inger@altlinux.org> 2.1-alt2
- use write_string_param
- remove po files
- use common select.js from alterator-fbi

* Thu May 08 2008 Stanislav Ievlev <inger@altlinux.org> 2.1-alt1
- use enumref, fix constraints

* Wed Apr 30 2008 Stanislav Ievlev <inger@altlinux.org> 2.0-alt3
- join to common translation database
- call update_chrooted on commit

* Tue Apr 29 2008 Stanislav Ievlev <inger@altlinux.org> 2.0-alt2
- update html UI for latest changes

* Mon Apr 28 2008 Stanislav Ievlev <inger@altlinux.org> 2.0-alt1
- merge with alterator-net-general

* Sat Apr 26 2008 Stanislav Ievlev <inger@altlinux.org> 1.0-alt6
- html UI: remove template-*, sync with qt UI
- backend: don't use ifvar utility, simplify list_iface result

* Fri Apr 25 2008 Stanislav Ievlev <inger@altlinux.org> 1.0-alt5
- improve qt UI

* Thu Apr 24 2008 Stanislav Ievlev <inger@altlinux.org> 1.0-alt4
- remove html-messages
- create common behaviour both for installer and acc

* Mon Mar 24 2008 Vladislav Zavjalov <slazav@altlinux.org> 1.0-alt3
- remove layout-policy attribute (bug #14945)
- remove quit button from UI

* Fri Feb 29 2008 Vladislav Zavjalov <slazav@altlinux.org> 1.0-alt2
- removed () in ifaceinfo

* Mon Feb 18 2008 Stanislav Ievlev <inger@altlinux.org> 1.0-alt1
- little interface improvements
- use alterator-sh-functions and libshell

* Mon Jan 14 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt1
- update to new help system
- new feature: replace stupid iftabupdate with interface binding to hardware

* Wed Nov 14 2007 Stanislav Ievlev <inger@altlinux.org> 0.8-alt7
- use new ifcheckwireless common script

* Tue Oct 30 2007 Stanislav Ievlev <inger@altlinux.org> 0.8-alt6
- fix iftab generation
- move tools to alterator-net-common

* Tue Sep 25 2007 Stanislav Ievlev <inger@altlinux.org> 0.8-alt5
- replace C tool with shell script

* Wed Aug 15 2007 Stanislav Ievlev <inger@altlinux.org> 0.8-alt4
- updated Ukrainian translation

* Thu Aug 02 2007 Stanislav Ievlev <inger@altlinux.org> 0.8-alt3
- try to fix behaviour in installer

* Wed Aug 01 2007 Stanislav Ievlev <inger@altlinux.org> 0.8-alt2
- fix iftab creating

* Thu Jul 19 2007 Stanislav Ievlev <inger@altlinux.org> 0.8-alt1
- move all common functions to common place (alterator-net-common),
- replace ifdump with ifvar (ifdump was too slow)

* Wed Jul 18 2007 Stanislav Ievlev <inger@altlinux.org> 0.7-alt7
- avoid wrong mac addresses from broken drivers (like rt61)
- don't use constraints (was conflict in tab widget)

* Wed Jun 13 2007 Stanislav Ievlev <inger@altlinux.org> 0.7-alt6
- add desktop file
- use std woo-list/name+label function

* Thu May 31 2007 Stanislav Ievlev <inger@altlinux.org> 0.7-alt5
- add interface status information
- remove 'enabled' parameter

* Thu May 31 2007 Stanislav Ievlev <inger@altlinux.org> 0.7-alt4
- rebuild with latest standalone
- add interface status information

* Thu May 10 2007 Stanislav Ievlev <inger@altlinux.org> 0.7-alt3
- fix information about non-configured devices

* Mon May 07 2007 Stanislav Ievlev <inger@altlinux.org> 0.7-alt2
- return apply,cancel buttons to old places
- update call of /net-wifi sub-dialog

* Fri May 04 2007 Stanislav Ievlev <inger@altlinux.org> 0.7-alt1
- rename module to net-eth
- bugfix: enforce eth type in etcnet configs

* Thu May 03 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt22
- shutup ifup (in verbose mode)

* Fri Apr 27 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt21
- add link to wireless settings

* Mon Apr 23 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt20
- update Ukrainian translation

* Thu Apr 19 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt19
- little CSS optimizations

* Mon Apr 16 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt18
- fix work with empty interface list

* Wed Apr 11 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt16
- backend: start loopback device at start

* Thu Apr 05 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt15
- temporary remove config-* scripts

* Wed Apr 04 2007 Alexey Gladkov <legion@altlinux.ru> 0.6-alt14.1
- Add netmask default value.

* Tue Apr 03 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt14
- usability improvements (reverse mask list)

* Fri Mar 30 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt13
- add Ukrainian translation
- help improvements from kirill@
- fix titles


* Wed Mar 28 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt12
- improve po template generation
- add documentation

* Mon Mar 26 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt11
- assign weight

* Wed Mar 14 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt10
- assign 'Network' group

* Wed Mar 07 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt9
- more translations
- rename to 'IP Interfaces'

* Mon Mar 05 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt8
- prepare for tabbox

* Tue Feb 27 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt7
- another improvements from legion
  (Auto save network settings on select another interface,
   Restart network interfaces on exit.)

* Thu Feb 22 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt6
- improvements from legion
  (Return default parameters in read_iface() if iface does not exist.
   Add some checks.)

* Wed Feb 21 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt5
- automatically fill iftab

* Mon Feb 19 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt4
- simplify backend: separate interface name and interface label
- html: add link to top-level menu

* Fri Feb 16 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt3
- improve wireless detection

* Wed Feb 14 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt2
- fix ui layout
- add hrefs to wireless settings and general settings
- improve interface listing algo

* Thu Feb 08 2007 Stanislav Ievlev <inger@altlinux.org> 0.6-alt1
- add fbi data
- obsolete alterator-network and alterator-backend-simple_etcnet

* Wed Feb 07 2007 Stanislav Ievlev <inger@altlinux.org> 0.5-alt2
- clean environment before ifup/ifdown start (etcnet has problems)

* Mon Feb 05 2007 Stanislav Ievlev <inger@altlinux.org> 0.5-alt1
- add card description to interface list
- fix wrong grep (/eth0/eth/)

* Mon Jan 29 2007 Stanislav Ievlev <inger@altlinux.org> 0.4-alt3
- add support for autoinstall

* Mon Jan 15 2007 Stanislav Ievlev <inger@altlinux.org> 0.4-alt2
- require gettext
- fix path to ifup/ifdown tools

* Fri Jan 12 2007 Stanislav Ievlev <inger@altlinux.org> 0.4-alt1
- add label constraints
- add translations
- use ifup/ifdown instead of full network restart

* Thu Dec 14 2006 Stanislav Ievlev <inger@altlinux.org> 0.3-alt3
- special behaviour for installer

* Wed Dec 13 2006 Stanislav Ievlev <inger@altlinux.org> 0.3-alt2
- improve backend: add default values, don't fail on read /

* Tue Dec 05 2006 Stanislav Ievlev <inger@altlinux.org> 0.3-alt1
- add tool to converting masks
- generate mask names in backend

* Fri Dec 01 2006 Stanislav Ievlev <inger@altlinux.org> 0.2-alt6
- show splash message during network restart

* Thu Nov 30 2006 Stanislav Ievlev <inger@altlinux.org> 0.2-alt5
- tunings for installer

* Wed Nov 22 2006 Stanislav Ievlev <inger@altlinux.org> 0.2-alt4
- add "exclude" constraints

* Thu Nov 16 2006 Stanislav Ievlev <inger@altlinux.org> 0.2-alt3
- enable constraints

* Wed Nov 01 2006 Stanislav Ievlev <inger@altlinux.org> 0.2-alt2
- minor bugfixes

* Mon Oct 16 2006 Stanislav Ievlev <inger@altlinux.org> 0.2-alt1
- replace command-arg-ref with modern woo-get-option

* Mon Oct 02 2006 Stanislav Ievlev <inger@altlinux.org> 0.1-alt1
- initial release