[Pkg-utopia-commits] r922 - packages/unstable/networkmanager/debian
Michael Biebl
mbiebl-guest at costa.debian.org
Mon Aug 7 22:27:22 UTC 2006
Author: mbiebl-guest
Date: 2006-08-07 22:27:21 +0000 (Mon, 07 Aug 2006)
New Revision: 922
Modified:
packages/unstable/networkmanager/debian/README.Debian
packages/unstable/networkmanager/debian/changelog
Log:
- Use the term "D-Bus" in favor of dbus, upstream recommends this spelling.
- Proper line breaks in changelog.
- Fix for a minor typo in README.Debian.
Modified: packages/unstable/networkmanager/debian/README.Debian
===================================================================
--- packages/unstable/networkmanager/debian/README.Debian 2006-08-07 22:19:30 UTC (rev 921)
+++ packages/unstable/networkmanager/debian/README.Debian 2006-08-07 22:27:21 UTC (rev 922)
@@ -8,7 +8,7 @@
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 @@
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 @@
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.
Modified: packages/unstable/networkmanager/debian/changelog
===================================================================
--- packages/unstable/networkmanager/debian/changelog 2006-08-07 22:19:30 UTC (rev 921)
+++ packages/unstable/networkmanager/debian/changelog 2006-08-07 22:27:21 UTC (rev 922)
@@ -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 at debian.org> Mon, 7 Aug 2006 17:06:47 +0200
More information about the Pkg-utopia-commits
mailing list