From: Phil Blundell Date: Tue, 6 Jul 2004 14:08:23 +0000 (+0000) Subject: don't need to call umask here anymore, since makedevs does that. X-Git-Tag: Release-2010-05/1~18285 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbcb7eb6a5d4dd85adc55675e20bc60906727e6;p=openembedded.git don't need to call umask here anymore, since makedevs does that. BKrev: 40eab257-JgNWJXKd_Eh5DEAKHHDqg --- diff --git a/initscripts/initscripts-1.0/devices b/initscripts/initscripts-1.0/devices index 57472688c8..fc1d96788b 100644 --- a/initscripts/initscripts-1.0/devices +++ b/initscripts/initscripts-1.0/devices @@ -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