summaryrefslogtreecommitdiffstats
path: root/share/examples/netgraph
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-11-02 20:06:33 +0000
committeremax <emax@FreeBSD.org>2004-11-02 20:06:33 +0000
commitec2d4a4b050cdf5931cb2cd80cba8c7b55922265 (patch)
tree851cdd5103a805aa61457b528acae9b980058da4 /share/examples/netgraph
parent29562d9fdc7b88c8313b9ff2d114ae7825f959d0 (diff)
downloadFreeBSD-src-ec2d4a4b050cdf5931cb2cd80cba8c7b55922265.zip
FreeBSD-src-ec2d4a4b050cdf5931cb2cd80cba8c7b55922265.tar.gz
Serial devices now called /dev/cuadXX not /dev/cuaaXX
Diffstat (limited to 'share/examples/netgraph')
-rw-r--r--share/examples/netgraph/bluetooth/rc.bluetooth2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/netgraph/bluetooth/rc.bluetooth b/share/examples/netgraph/bluetooth/rc.bluetooth
index 6d11c81a..7749395 100644
--- a/share/examples/netgraph/bluetooth/rc.bluetooth
+++ b/share/examples/netgraph/bluetooth/rc.bluetooth
@@ -182,7 +182,7 @@ case ${startstop} in
exit 1
fi
- ${hcseriald} -f /dev/cuaa${unit} -n ${dev}
+ ${hcseriald} -f /dev/cuad${unit} -n ${dev}
sleep 1 # wait a little bit
if [ ! -f "/var/run/hcseriald.${dev}.pid" ]; then
OpenPOWER on IntegriCloud