diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2006-11-11 10:38:10 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2006-11-11 10:38:10 +0000 |
| commit | c615ed418d32853e7cdba68cfe70a2eecd2ba128 (patch) | |
| tree | f698ecbd30b439e3669fe6ba2d630de53405f5ee /usr.sbin/sysinstall | |
| parent | cd852a29960985851be71dd7bf9c24b96f36617a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index b45ac49223e5..e43819c73a2c 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -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"); |
