git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6371268
)
don't need to call umask here anymore, since makedevs does that.
author
Phil Blundell
<philb@gnu.org>
Tue, 6 Jul 2004 14:08:23 +0000
(14:08 +0000)
committer
Phil Blundell
<philb@gnu.org>
Tue, 6 Jul 2004 14:08:23 +0000
(14:08 +0000)
BKrev:
40eab257
-JgNWJXKd_Eh5DEAKHHDqg
initscripts/initscripts-1.0/devices
patch
|
blob
|
history
diff --git
a/initscripts/initscripts-1.0/devices
b/initscripts/initscripts-1.0/devices
index
5747268
..
fc1d967
100644
(file)
--- 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