From 42caeca20380dce4c19fdac6ca8db56e9e5ce276 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 19 Jul 2000 06:35:58 +0000 Subject: Apm device is now safe to be world readable, so make it so. --- etc/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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) -- cgit v1.1