[pkg-wpa-devel] r1452 - in /crda/trunk/debian: control setregdomain
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sun Nov 22 08:16:29 UTC 2009
Author: kelmo-guest
Date: Sun Nov 22 08:16:29 2009
New Revision: 1452
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1452
Log:
Recommend iw (>= 0.9.18-1) - iw moved from bin -> sbin. Fix typo in control description.
Modified:
crda/trunk/debian/control
crda/trunk/debian/setregdomain
Modified: crda/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/control?rev=1452&op=diff
==============================================================================
--- crda/trunk/debian/control (original)
+++ crda/trunk/debian/control Sun Nov 22 08:16:29 2009
@@ -15,11 +15,11 @@
Package: crda
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, wireless-regdb
-Recommends: iw
+Recommends: iw (>= 0.9.18-1)
Description: wireless Central Regulatory Domain Agent
This package provides a Central Regulatory Domain Agent (CRDA) to be used by
the Linux kernel cf80211 wireless subsystem to query and apply the regulatory
domain settings wireless devices may operate within for a given location.
.
CRDA queries operational frequency regulations stored within the regulatory
- database provided by the wireless-regd package.
+ database provided by the wireless-regdb package.
Modified: crda/trunk/debian/setregdomain
URL: http://svn.debian.org/wsvn/pkg-wpa/crda/trunk/debian/setregdomain?rev=1452&op=diff
==============================================================================
--- crda/trunk/debian/setregdomain (original)
+++ crda/trunk/debian/setregdomain Sun Nov 22 08:16:29 2009
@@ -14,11 +14,11 @@
[ -z "$REGDOMAIN" ] && exit 0
# In the future, iw may be moved to / filesystem
-[ -x /bin/iw ] && exec /bin/iw reg set "$REGDOMAIN"
+[ -x /sbin/iw ] && exec /sbin/iw reg set "$REGDOMAIN"
# Wait for /usr, it may not be mounted yet
(
. /lib/udev/hotplug.functions
- wait_for_file /usr/bin/iw
- exec /usr/bin/iw reg set "$REGDOMAIN"
+ wait_for_file /usr/sbin/iw
+ exec /usr/sbin/iw reg set "$REGDOMAIN"
) &
More information about the Pkg-wpa-devel
mailing list