From 034aee24debefbbda2d2b0047930713465aae553 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 19 Jul 2000 06:35:58 +0000 Subject: [PATCH] Apm device is now safe to be world readable, so make it so. --- etc/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 69756f73e88..fd2a92089fe 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -1366,7 +1366,7 @@ gsc*) apm) mknod apm c 39 0 root:operator - chmod 660 apm + chmod 664 apm ;; apmctl)