diff options
author | lme <lme@FreeBSD.org> | 2009-11-19 05:18:55 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2009-11-19 05:18:55 +0800 |
commit | 11bd90e620dbb6ee61b0bd91a895a3541df6c289 (patch) | |
tree | bf012af9d5e2c83c8a9db3aceed95b78263ffc1f /net-mgmt | |
parent | ffeb9a8a0312da44716ba90dd62f6e64fc487d48 (diff) | |
download | freebsd-ports-gnome-11bd90e620dbb6ee61b0bd91a895a3541df6c289.tar.gz freebsd-ports-gnome-11bd90e620dbb6ee61b0bd91a895a3541df6c289.tar.zst freebsd-ports-gnome-11bd90e620dbb6ee61b0bd91a895a3541df6c289.zip |
- Update pkg-message for FreeBSD 8.x
- Bump PORTREVISION
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/aircrack-ng/files/pkg-message.in | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index deb90f4b4b6c..bf638bf5095e 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= aircrack-ng DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://download.aircrack-ng.org/ \ http://bsd-geek.de/FreeBSD/distfiles/ diff --git a/net-mgmt/aircrack-ng/files/pkg-message.in b/net-mgmt/aircrack-ng/files/pkg-message.in index 8385164f3c6b..c8153182f3ec 100644 --- a/net-mgmt/aircrack-ng/files/pkg-message.in +++ b/net-mgmt/aircrack-ng/files/pkg-message.in @@ -1,5 +1,7 @@ ============================================================================== +Note for FreeBSD 7.x: + Contrary to Linux, it is not necessary to use airmon-ng to enable the monitor mode of your wireless card. So do not care about what the manpages say about airmon-ng, airodump-ng sets monitor mode automatically. @@ -8,6 +10,14 @@ To return from monitor mode, issue the following command: ifconfig ${INTERFACE} -mediaopt monitor + +Note for FreeBSD 8.x + +Due to the addition of virtual access points (VAP) in FreeBSD 8 you need to +create a new wlan device in monitor mode to use with airodump-ng. To do so, +issue the following command: + ifconfig ${VAP_INTERFACE} create wlandev ${INTERFACE} wlanmode monitor + For aireplay-ng you need FreeBSD >= 7.0. ============================================================================== |