summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-07-19 06:35:58 +0000
committerimp <imp@FreeBSD.org>2000-07-19 06:35:58 +0000
commit42caeca20380dce4c19fdac6ca8db56e9e5ce276 (patch)
treefc4f9b81dfa06848ef84bbbb1810f52f1a9c2bf1 /etc/MAKEDEV
parenteda0d0cadc2bce492583aae178549e95376548ed (diff)
downloadFreeBSD-src-42caeca20380dce4c19fdac6ca8db56e9e5ce276.zip
FreeBSD-src-42caeca20380dce4c19fdac6ca8db56e9e5ce276.tar.gz
Apm device is now safe to be world readable, so make it so.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 69756f7..fd2a920 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)
OpenPOWER on IntegriCloud