diff options
| author | Michael Biebl <biebl@debian.org> | 2006-10-24 13:09:47 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2006-10-24 13:09:47 +0000 |
| commit | 62d4af9627d2368c88e2a8abca710f2923e824ed (patch) | |
| tree | 7597c8d3c6890d62d4767a6709efceeace990a3c | |
| parent | 9a34fb19f4531455400f52b55b2c1449eaaa5827 (diff) | |
Add instructions to README.Debian how to restart NM after changing /e/n/i.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1099 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/README.Debian | 7 | ||||
| -rw-r--r-- | debian/changelog | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 621518cd..8fc8c455 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -18,6 +18,9 @@ been configured "auto" and "dhcp" (with no other options) are managed by NM. This way you can setup a custom (static) configuration for a device and NM will not try to override this setting. +After modifying /etc/network/interfaces you have to restart NM with the +command "/etc/dbus-1/event.d/25NetworkManager restart". + Examples: 1.) @@ -65,5 +68,9 @@ NM will then make it possible to dial this connection. If you want to set up multiple internet service providers simply create a new stanza as listed above specifying the provider and a different iface, e.g. ppp1. +After modifying /etc/network/interfaces you have to restart NM with the +command "/etc/dbus-1/event.d/25NetworkManager restart". + Please read the "Debian Reference Manual", section 10.6.1.4 or the "interfaces" man page for further information. + diff --git a/debian/changelog b/debian/changelog index cfac8822..eac0afbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ network-manager (0.6.4-4) unstable; urgency=low * Correct typo in package description. (Closes: #390062) * debian/network-manager.postinst - Create group netdev if not yet existent. Add a Depends on adduser. + * Add instructions to README.Debian how to restart NetworkManager after + modifying /etc/network/interfaces. (Closes: 384892) - -- Michael Biebl <biebl@debian.org> Tue, 24 Oct 2006 14:32:54 +0200 + -- Michael Biebl <biebl@debian.org> Tue, 24 Oct 2006 14:58:19 +0200 network-manager (0.6.4-3) unstable; urgency=low |