summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-10 02:51:36 +0000
committerobrien <obrien@FreeBSD.org>2000-05-10 02:51:36 +0000
commit7bae16de6898b41d2bfeabef692ac61473a193c4 (patch)
tree0a755db5af3faf3a3d17740edfd13254dab0be78 /etc/MAKEDEV
parentd6b56ece4b80b7f6c8fe34ed6d216be50c4d838e (diff)
downloadFreeBSD-src-7bae16de6898b41d2bfeabef692ac61473a193c4.zip
FreeBSD-src-7bae16de6898b41d2bfeabef692ac61473a193c4.tar.gz
Fix the linking in my `sa' changes.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index e4a047b..d41a7be 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -722,11 +722,11 @@ sa*)
do
mknod sa${unit}.${m} c $chr \
`saminor 0 ${unit} ${m} 0` root:operator
- ln -f sa${unit}.${m} c rsa${unit}.${m}
+ ln -f sa${unit}.${m} rsa${unit}.${m}
mknod nsa${unit}.${m} c $chr \
`saminor 0 ${unit} ${m} 1` root:operator
- ln -f nsa${unit}.${m} c nrsa${unit}.${m}
- mknod ersa${unit}.${m} c $chr \
+ ln -f nsa${unit}.${m} nrsa${unit}.${m}
+ mknod esa${unit}.${m} c $chr \
`saminor 0 ${unit} ${m} 2` root:operator
ln -f esa${unit}.${m} ersa${unit}.${m}
done
OpenPOWER on IntegriCloud