chgrp syntax fixed

This commit is contained in:
Ben Gras 2005-08-05 12:16:25 +00:00
parent 157a22bbc3
commit ac68f131a5

View file

@ -222,7 +222,7 @@ do
# random data generator. # random data generator.
$e mknod random c 16 0; $e chmod 644 random $e mknod random c 16 0; $e chmod 644 random
$e mknod urandom c 16 0; $e chmod 644 urandom $e mknod urandom c 16 0; $e chmod 644 urandom
$e chgrp random urandom $e chgrp operator random urandom
;; ;;
cmos) cmos)
# cmos device (set/get system time). # cmos device (set/get system time).