Apm device is now safe to be world readable, so make it so.

This commit is contained in:
Warner Losh 2000-07-19 06:35:58 +00:00
parent ad5536b59f
commit 034aee24de

View file

@ -1366,7 +1366,7 @@ gsc*)
apm)
mknod apm c 39 0 root:operator
chmod 660 apm
chmod 664 apm
;;
apmctl)