diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-02-08 20:12:00 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-02-08 20:12:00 +0000 |
| commit | 8ed381f07ffca8445390df3ffb3e82e6f114d4b3 (patch) | |
| tree | 4e63f3af0f8939ea194c5a02875220c671af0e74 /debian/network-manager.install | |
| parent | a9dd8a1292c4570dc3213e694f9ddeee5f5154ba (diff) | |
- Do not ship our own DBUS access files. Use the upstream version and replace
at_console="true" with group="plugdev" (patches/dbus_access*.patch). TODO: Find and use a better group for this!!! This makes the diff.gz smaller and better tracks upstream changes. Removed the install commands from debian/rules and added the *.conf files to the corresponding install files. - Removed the creation of the /etc/NetworkManager/dispatcher.d directory from debian/rules. This is better handled by network-manager.dirs. - Removed useless dirs file - Fixed some *.install files (location of binaries have changed, additional files etc.) - Removed configure switch --without-named, seems to be unused, added configure switch --with-wpa_supplicant git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@559 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/network-manager.install')
| -rw-r--r-- | debian/network-manager.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/network-manager.install b/debian/network-manager.install index b0c7b38b..0f9b1179 100644 --- a/debian/network-manager.install +++ b/debian/network-manager.install @@ -1,2 +1,3 @@ -debian/tmp/usr/bin/NetworkManager usr/sbin/ -debian/tmp/usr/bin/NetworkManagerDispatcher usr/sbin/ +debian/tmp/usr/sbin/NetworkManager +debian/tmp/usr/sbin/NetworkManagerDispatcher +debian/tmp/etc/dbus-1/system.d/NetworkManager.conf |