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.dirs | |
| 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.dirs')
| -rw-r--r-- | debian/network-manager.dirs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/network-manager.dirs b/debian/network-manager.dirs index 86847abc..19c18e1e 100644 --- a/debian/network-manager.dirs +++ b/debian/network-manager.dirs @@ -1,5 +1,4 @@ etc/dbus-1/event.d etc/dbus-1/system.d -usr/bin -usr/share/locale +etc/NetworkManager/dispatcher.d var/lib/NetworkManager |