summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-07-25 22:36:17 +0000
committerscottl <scottl@FreeBSD.org>2001-07-25 22:36:17 +0000
commit66a4ec3504be7d88eb1cb08faa4d361c503c12dc (patch)
tree465fca396b4e0a33c85803361f45dfe069b08af8 /etc
parent3344c4cdc27e1e345d34cee2ed61020ed95a5810 (diff)
downloadFreeBSD-src-66a4ec3504be7d88eb1cb08faa4d361c503c12dc.zip
FreeBSD-src-66a4ec3504be7d88eb1cb08faa4d361c503c12dc.tar.gz
Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI
utility will work, and document it in the manpage. MFC after: 3 days
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index a9750e4..4c13224 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1710,6 +1710,7 @@ aac*)
unit=`expr $i : 'aac\(.*\)'`
mknod aac$unit c 150 `unit2minor $unit`
ln -fs aac$unit afa$unit
+ ln -fs aac$unit hpn$unit
;;
mlx*)
OpenPOWER on IntegriCloud