FreeBSD Bugzilla – Attachment 169025 Details for
Bug 208568
reduce requirements for zfs filesystems in zfsboot for unattended installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for zfsboot adding a check for existing /tmp, /var/tmp
zfsboot.patch (text/plain), 470 bytes, created by
Willi Burmeister
on 2016-04-06 08:01:35 UTC
(
hide
)
Description:
Patch for zfsboot adding a check for existing /tmp, /var/tmp
Filename:
MIME Type:
Creator:
Willi Burmeister
Created:
2016-04-06 08:01:35 UTC
Size:
470 bytes
patch
obsolete
>--- zfsboot.ori 2016-03-25 03:15:33.000000000 +0100 >+++ zfsboot 2016-04-06 07:49:04.798730624 +0200 >@@ -1256,8 +1256,10 @@ > f_dprintf "$funcname: Modifying directory permissions..." > local dir > for dir in /tmp /var/tmp; do >- f_eval_catch $funcname chmod "$CHMOD_MODE" 1777 \ >+ if [ -d $BSDINSTALL_CHROOT$dir ]; then >+ f_eval_catch $funcname chmod "$CHMOD_MODE" 1777 \ > $BSDINSTALL_CHROOT$dir || return $FAILURE >+ fi > done > > # Create symlink(s)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208568
: 169025