]> Zhao Yanbai Git Server - minix.git/commitdiff
chgrp syntax fixed
authorBen Gras <ben@minix3.org>
Fri, 5 Aug 2005 12:16:25 +0000 (12:16 +0000)
committerBen Gras <ben@minix3.org>
Fri, 5 Aug 2005 12:16:25 +0000 (12:16 +0000)
commands/scripts/MAKEDEV.sh

index 2cffe30d73201c1b322b8074c920e5075cd4cb8a..5402d266018abf840d9e01064c6a4f92e2f888ce 100755 (executable)
@@ -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).