diff options
Diffstat (limited to 'base/aaabasicfs/lfs-bootscripts-01.patch')
-rw-r--r-- | base/aaabasicfs/lfs-bootscripts-01.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/aaabasicfs/lfs-bootscripts-01.patch b/base/aaabasicfs/lfs-bootscripts-01.patch index dd3a80edb..8e8163a0f 100644 --- a/base/aaabasicfs/lfs-bootscripts-01.patch +++ b/base/aaabasicfs/lfs-bootscripts-01.patch @@ -25,7 +25,7 @@ boot_mesg -n "Cleaning file systems:" ${INFO} boot_mesg -n " /tmp" ${NORMAL} -+ chmod 177 /tmp ++ chmod 1777 /tmp cd /tmp && find . -xdev -mindepth 1 ! -name lost+found \ -delete || failed=1 |