about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@teco.edu>2006-04-01 12:46:47 +0000
committerMichael Biebl <biebl@teco.edu>2006-04-01 12:46:47 +0000
commit573354e6c4a37cb9de06a29eb2ad4d01889c87d6 (patch)
treebf1d41ba3fbe403d81ac120e2cf3eb6f5bd0b434
parent5e7af6f6f819143869be8728cfeed8a55e535d51 (diff)
The wpa_supplicant binary was moved from /usr/sbin to /sbin.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@771 ceb527fc-18e6-0310-9fe2-813c157c29e7
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ff810fc..61cdf819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ network-manager (0.6.2-1) unstable; urgency=low
   * Updated if_fix.patch, parts of it have been fixed upstream.
   * Depend on dhcbd (>= 1.12-2) because NM 0.6.2 does not start dhcdbd itself
     anymore.
+  * The wpa_supplicant binary was moved from /usr/sbin to /sbin. Updated
+    debian/rules accordingly.
 
  -- Michael Biebl <biebl@teco.edu>  Mon, 27 Mar 2006 21:56:37 +0200
 
diff --git a/debian/rules b/debian/rules
index ee921281..d8813abe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-lm"
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 		--with-dbus-sys=/etc/dbus-1/system.d \
-		--with-wpa_supplicant=/usr/sbin/wpa_supplicant \
+		--with-wpa_supplicant=/sbin/wpa_supplicant \
 		--with-dhcdbd=/usr/sbin/dhcdbd \
 		--with-distro=debian