diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-04-02 18:02:09 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-04-02 18:02:09 +0000 |
| commit | ab79d32b92a7c7c479af685ce345956344a4b5e4 (patch) | |
| tree | d403cd8bd2d27de8654cbaf69632fcfea7496233 /debian/README.Debian | |
| parent | 15792ef7e8756e253133524a47e255c65cd6e768 (diff) | |
- Close some bugs in the changelog.
- Added autostart file for nm-applet. Updated README.Debian correspondingly. - Added dependency on hal to network-manager. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@778 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/README.Debian')
| -rw-r--r-- | debian/README.Debian | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index a34d88d8..0fad5552 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,11 +1,8 @@ -NetworkManger has two parts one is run on the system level to -manager connections and gather information. The other is an applet -the user can interact with. Since NetworkManager is not part of -main yet, you have to add nm-applet to your session once. +NetworkManger consists of two parts: one is on the system level daemon that +manages the connections and gathers information about new networks. The other +is an applet that users can use to interact with the NetworkManager daemon. -(instructions for gnome only) -First add yourself to the netdev group -Go to System -> Preferences -> Sessions -In the Startup Programs tab, click Add -type "nm-applet", click OK. -log out of your gnome session, and log back in again. +To allow users to connect to the NetworkManager daemon they have to be in the +group "netdev". If you want to add a user to group "netdev" use the command +"adduser username netdev" or one of the graphical user management frontends. +After that you have to reload dbus with the command "/etc/init.d/dbus reload". |