mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add /lib and /libexec to the list of directories that have the schg
flag removed prior to an upgrade. Approved by: ru (mentor) MFC after: 4 days
This commit is contained in:
parent
cd852a2996
commit
c615ed418d
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ installUpgrade(dialogMenuItem *self)
|
|||
}
|
||||
|
||||
msgNotify("chflags'ing old binaries - please wait.");
|
||||
(void)vsystem("chflags -R noschg /bin /sbin /usr/sbin /usr/bin /usr/lib /usr/libexec /var/empty /boot/kernel*");
|
||||
(void)vsystem("chflags -R noschg /bin /sbin /lib /libexec /usr/bin /usr/sbin /usr/lib /usr/libexec /var/empty /boot/kernel*");
|
||||
|
||||
if (directory_exists("/boot/kernel")) {
|
||||
msgNotify("Moving old kernel to /boot/kernel.prev");
|
||||
|
|
|
|||
Loading…
Reference in a new issue