From: Ben Gras Date: Fri, 5 Aug 2005 12:16:25 +0000 (+0000) Subject: chgrp syntax fixed X-Git-Tag: v3.1.0~437 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-dsfromkey.html?a=commitdiff_plain;h=ac68f131a5265e9e6b5f3143b8206c4b447308b6;p=minix.git chgrp syntax fixed --- diff --git a/commands/scripts/MAKEDEV.sh b/commands/scripts/MAKEDEV.sh index 2cffe30d7..5402d2660 100755 --- a/commands/scripts/MAKEDEV.sh +++ b/commands/scripts/MAKEDEV.sh @@ -222,7 +222,7 @@ do # random data generator. $e mknod random c 16 0; $e chmod 644 random $e mknod urandom c 16 0; $e chmod 644 urandom - $e chgrp random urandom + $e chgrp operator random urandom ;; cmos) # cmos device (set/get system time).