diff options
| author | Michael Biebl <biebl@debian.org> | 2009-11-27 06:21:56 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-11-27 06:21:56 +0000 |
| commit | d5db28b9e1afe4dd3fcd47abdb0dfb24e03b1c02 (patch) | |
| tree | a26999525e271b7d70bf186fa3a64233cd6cf7af | |
| parent | cf2c0238e8bf2e185d8f42df06bdcee298892e3f (diff) | |
A few more smaller updates to README.Debian
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3303 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/network-manager.README.Debian | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/debian/network-manager.README.Debian b/debian/network-manager.README.Debian index 90c3aa6d..74221a38 100644 --- a/debian/network-manager.README.Debian +++ b/debian/network-manager.README.Debian @@ -1,14 +1,14 @@ NetworkManager consists of two parts: one is on the system level daemon that -manages the connections and gathers information about new networks. The other -is a systray applet that users can use to interact with the NetworkManager -daemon. +manages the connections and gathers information about new networks. The other +is a systray applet that users can use to interact with the NetworkManager +daemon. Security ~~~~~~~~ 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 D-Bus with the command "/etc/init.d/dbus reload". +After that you have to reload D-Bus with the command "service dbus reload". Alternatively you can install the "consolekit" package which will grant access for all locally logged in users. @@ -35,10 +35,8 @@ wireless devices. After modifying /etc/NetworkManager/nm-systems-settings.conf _or_ -/etc/network/interfaces you may want to restart the system-settings daemon -using the command: -"sudo killall nm-system-settings" or by running -"sudo service network-manager restart". +/etc/network/interfaces you may want to tell NetworkManager about the changes +by running "service network-manager restart". Dial-up configuration |