aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-03-23 08:59:38 +0000
committerScott Long <scottl@FreeBSD.org>2001-03-23 08:59:38 +0000
commit6dee87c350eefe9df91886003752dc4a8499eb24 (patch)
tree1ba259d652cbe7ff129423819f19d7bf45ac8dd5 /etc
parent6a2c725953b4278ef400daa57add111225853862 (diff)
downloadsrc-6dee87c350eefe9df91886003752dc4a8499eb24.tar.gz
src-6dee87c350eefe9df91886003752dc4a8499eb24.zip
MFC rev 1.295. Create symlink for afaN device.
Approved by: jkh
Notes
Notes: svn path=/stable/4/; revision=74681
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 55f29ee3de98..3c19e2450aad 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1634,6 +1634,7 @@ i4btrc*)
aac*)
unit=`expr $i : 'aac\(.*\)'`
mknod aac$unit c 150 `unit2minor $unit`
+ ln -s aac$unit afa$unit
;;
mlx*)