summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arlcontrol
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-06-01 07:38:11 +0000
committerfjoe <fjoe@FreeBSD.org>2004-06-01 07:38:11 +0000
commitac4a1eaf409bb3923058739e1b03dd0ae247e7f5 (patch)
tree2fa5f4be7b72fa042622684eeb5c811addf53bca /usr.sbin/arlcontrol
parent5dc6beb6a4e8abdad50237100f14bdb27a4c1063 (diff)
downloadFreeBSD-src-ac4a1eaf409bb3923058739e1b03dd0ae247e7f5.zip
FreeBSD-src-ac4a1eaf409bb3923058739e1b03dd0ae247e7f5.tar.gz
Finish repo move arlconfig -> arlcontrol.
Diffstat (limited to 'usr.sbin/arlcontrol')
-rw-r--r--usr.sbin/arlcontrol/Makefile11
-rw-r--r--usr.sbin/arlcontrol/arlcontrol.812
2 files changed, 17 insertions, 6 deletions
diff --git a/usr.sbin/arlcontrol/Makefile b/usr.sbin/arlcontrol/Makefile
new file mode 100644
index 0000000..a7b4a14
--- /dev/null
+++ b/usr.sbin/arlcontrol/Makefile
@@ -0,0 +1,11 @@
+#
+# $RISS: if_arl/arlconfig/Makefile,v 1.5 2003/01/13 08:05:29 frol Exp $
+# $FreeBSD$
+#
+
+PROG= arlcontrol
+SRCS= arlcontrol.c
+CFLAGS= -I${.CURDIR}/../../sys -DARLCACHE
+MAN= arlcontrol.8
+
+.include <bsd.prog.mk>
diff --git a/usr.sbin/arlcontrol/arlcontrol.8 b/usr.sbin/arlcontrol/arlcontrol.8
index 00816b1..09eb5b1 100644
--- a/usr.sbin/arlcontrol/arlcontrol.8
+++ b/usr.sbin/arlcontrol/arlcontrol.8
@@ -34,7 +34,7 @@
.Dt ARLCONFIG 8 i386
.Os
.Sh NAME
-.Nm arlconfig
+.Nm arlcontrol
.Nd configure Aironet Arlan 655 device
.Sh SYNOPSIS
.Nm
@@ -129,16 +129,16 @@ Also the driver extracts values from ACK packets.
.El
.Sh EXAMPLES
.Bd -literal -offset indent
-arlconfig arl0 country 11 priority high
-arlconfig arl0 quality
-arlconfig arl0 stat
-arlconfig arl0
+arlcontrol arl0 country 11 priority high
+arlcontrol arl0 quality
+arlcontrol arl0 stat
+arlcontrol arl0
.Pp
You can configure the Arlan 655 card from /etc/start_if.arl0.
For example:
.Pp
#!/bin/sh
-/sbin/arlconfig country 9 priority highest
+/usr/sbin/arlcontrol country 9 priority highest
.Sh SEE ALSO
.Xr arl 4 ,
.Xr "Arlan 655 ISA Wireless LAN Client Card User Guide" .
OpenPOWER on IntegriCloud