diff options
| author | Michael Biebl <biebl@debian.org> | 2009-12-17 15:18:59 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-12-17 15:18:59 +0000 |
| commit | eaf2edbf078fa1d6579ccb34f8536e07ce8c38ca (patch) | |
| tree | 0e1b30d2e838967d5e9f18ffebc7b0425c5e3107 /debian/network-manager.README.Debian | |
| parent | 12f3b34448da0d03cabdde5801492038b319ad6c (diff) | |
| parent | 8bdc9a2f1a99f9b047e8bbfb553f1ee2a7fb578a (diff) | |
Branch networkmanager for experimental (work on upstream 0.8)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@3357 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/network-manager.README.Debian')
| -rw-r--r-- | debian/network-manager.README.Debian | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/network-manager.README.Debian b/debian/network-manager.README.Debian index 0f52b41e..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,9 +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" to apply those changes. +/etc/network/interfaces you may want to tell NetworkManager about the changes +by running "service network-manager restart". Dial-up configuration |