don't need to call umask here anymore, since makedevs does that.
authorPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 14:08:23 +0000 (14:08 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 14:08:23 +0000 (14:08 +0000)
BKrev: 40eab257-JgNWJXKd_Eh5DEAKHHDqg

initscripts/initscripts-1.0/devices

index 5747268..fc1d967 100644 (file)
@@ -45,7 +45,6 @@ else
        mkdir -p dev/pts
        ln -sf /proc/self/fd /dev/fd
        ln -sf /proc/kcore /dev/core
-       umask 0000
        /sbin/makedevs -r / -D /etc/device_table
        if test $? -ne 0; then
                if test "$VERBOSE" != "no"; then echo "failed"; fi