diff options
| -rw-r--r-- | debian/README.Debian | 10 | ||||
| -rw-r--r-- | debian/changelog | 7 |
2 files changed, 9 insertions, 8 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 0e20e53e..59a789e4 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -8,7 +8,7 @@ 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 dbus with the command "/etc/init.d/dbus reload". +After that you have to reload D-Bus with the command "/etc/init.d/dbus reload". Configuration ~~~~~~~~~~~~~ @@ -28,7 +28,7 @@ iface wlan0 inet dhcp 1.a) allow-hotplug eth0 iface eth0 inet dhcp --> This device is manager by NM +-> This device is managed by NM 2.) auto wlan0 @@ -42,9 +42,9 @@ iface wlan0 inet dhcp 4.) iface eth0 inet static -address 192.168.1.10 -netmask 255.255.255.0 -gateway 192.168.1.1 + address 192.168.1.10 + netmask 255.255.255.0 + gateway 192.168.1.1 -> This device is *not* managed by NM because it is configured as "static" and has additional options. diff --git a/debian/changelog b/debian/changelog index 3ea54527..e653d562 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ network-manager (0.6.4-1) unstable; urgency=low - * New upstream release. (closes: #379163) - - allow "auto-hotplug" iface to be managed by NM. (closes: #381017) + * New upstream release. (Closes: #379163) + * Allow interfaces marked "auto-hotplug" to be managed by NM. + (Closes: #381017) * Added 09_fix_bigendian_words.patch wich will fix the WPA+plaint text pw - auth method on powerpc (and in other bigendian arch) (closes: #381464) + auth method on powerpc (and on other bigendian arch). (Closes: #381464) -- Riccardo Setti <giskard@debian.org> Mon, 7 Aug 2006 17:06:47 +0200 |