summaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-10-01 03:32:26 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-10-01 03:32:26 +0000
commit48a103c37941a8a1f5315a4f1ed2884bfe495f20 (patch)
treea6d346aeb0481aa18434f90692cda69a30a8d0eb /etc/etc.i386
parent414c40f66d57c428f72eef27b04d6bdd5bee4f72 (diff)
downloadsrc-test2-48a103c37941a8a1f5315a4f1ed2884bfe495f20.tar.gz
src-test2-48a103c37941a8a1f5315a4f1ed2884bfe495f20.zip
Notes
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 8ad6195a1f0d..4a1c9d987e67 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -69,7 +69,7 @@
# snd* various sound cards
# pcaudio PCM audio driver
#
-# $Id: MAKEDEV,v 1.40 1994/09/23 19:17:27 wollman Exp $
+# $Id: MAKEDEV,v 1.41 1994/09/30 07:33:42 rgrimes Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -576,6 +576,13 @@ snd*)
chmod 666 audio1
;;
+apm)
+ rm -f apm
+ mknod apm c 39 0
+ chown root.wheel apm
+ chmod 660 apm
+ ;;
+
local)
umask 0
sh MAKEDEV.local