summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-10 02:32:29 +0000
committerphk <phk@FreeBSD.org>1994-11-10 02:32:29 +0000
commit4026933d052ddbb2cfc187bdcefdc8a9dddb0d75 (patch)
tree98d447e800bb188a6d55577ab592e5f6a28315f6 /etc/MAKEDEV
parent2276a223eec7ef69b693fafe51628a9bb5f66c23 (diff)
downloadFreeBSD-src-4026933d052ddbb2cfc187bdcefdc8a9dddb0d75.zip
FreeBSD-src-4026933d052ddbb2cfc187bdcefdc8a9dddb0d75.tar.gz
/dev/apm should be /dev/apm0
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 6bdf2fe..e0b3fb0 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -71,7 +71,7 @@
# socksys iBCS2 socket system driver
# vat VAT compatibility audio driver (requires snd*)
#
-# $Id: MAKEDEV,v 1.46 1994/11/01 01:47:08 pst Exp $
+# $Id: MAKEDEV,v 1.47 1994/11/02 06:36:42 phk Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -595,10 +595,10 @@ vat)
;;
apm)
- rm -f apm
- mknod apm c 39 0
- chown root.wheel apm
- chmod 660 apm
+ rm -f apm0
+ mknod apm0 c 39 0
+ chown root.wheel apm0
+ chmod 660 apm0
;;
local)
OpenPOWER on IntegriCloud