1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Changes between netenv 0.94 - netenv 0.93
* keyword dhcp may be used for new environments
* Docs rewritten
* Permissions /etc/netenv are checked
* Variables BOOTPROTO and STARTMODE introduced for ifup
* help option
* Examples adopted to current distributions using ifup
* Example netenv_setup_debian_example for Debian non PCMCIA-users
* Calling netenv_setup with parameter PROFILE
Changes between netenv 0.93 - netenv 0.92
* Introducing expert mode. If pressing CANCEL while selecting a
network environment, you will be able to get a shell. So you can
make a new profile more complex than the standard one. After
finishing exit the shell typing exit or <CTRL>-d. Now the new
profile will pop up in the list. Yes, this is a security issue. But
netenv is made for laptops and so I do not care ...
* Offering restart the network if called not from the console (works
well in SuSE, others may fail)
* Hostnames like foo-bar supported
* Introducing this NEWS file
|