diff options
author | Robert Love <rlove@rlove.org> | 2006-01-20 21:35:28 +0000 |
---|---|---|
committer | Robert Love <rlove@rlove.org> | 2006-01-20 21:35:28 +0000 |
commit | c7f04ae08f6d5cf522b6a082431e3b422a31d0a4 (patch) | |
tree | 669789b29b4a8ca2a52261dc920e226711ed7ff8 /README | |
parent | 61b4c9738def5fb68242974514ebfd940618ea25 (diff) | |
download | NetworkManager-c7f04ae08f6d5cf522b6a082431e3b422a31d0a4.tar.gz |
Update README.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1369 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ THEORY OF OPERATION: NetworkManager attempts to keep an active network connection available at all -times. It is intended only for the desktop use-case, and is not intended for -usage on servers. The point of NetworkManager is to make networking -configuration and setup as painless and automatic as possible. If using DHCP, -NetworkManager is _intended_ to replace default routes, obtain IP addresses -from a DHCP server, and change nameservers whenever it sees fit. If you have -special needs, we'd like to hear about them, but understand that NetworkManager -is not intended to serve the needs of all users. +times. The point of NetworkManager is to make networking configuration and +setup as painless and automatic as possible. If using DHCP, NetworkManager is +_intended_ to replace default routes, obtain IP addresses from a DHCP server, +and change nameservers whenever it sees fit. In effect, the goal of +NetworkManager is to make networking Just Work. If you have special needs, +we'd like to hear about them, but understand that NetworkManager is not +intended to serve the needs of all users. From a list of all adapters currently installed on the system, NetworkManager |