summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@netgate.com>2018-12-19 15:25:52 -0500
committerjim-p <jimp@netgate.com>2018-12-19 15:29:07 -0500
commitb964e7355f44df566d5906568c7598e7f9313da0 (patch)
treea6e964e7f0c3aac3d39ea1676dbdeeb84ec74523
parent518496b29ae0ab6da2a9512efa1425bfdba7b1c2 (diff)
downloadFreeBSD-src-b964e7355f44df566d5906568c7598e7f9313da0.zip
FreeBSD-src-b964e7355f44df566d5906568c7598e7f9313da0.tar.gz
Touch the correct package sync file for 2.4.4. Fixes #9214
(cherry picked from commit 974cd28133694f9d2a3172830df7a6530d94bf84)
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 7fe59ec..98360e3 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -511,7 +511,7 @@ if [ -r /tmp/recovered_config/config.xml ] ; then
/usr/bin/touch ${BSDINSTALL_CHROOT}/cf/conf/installer_copied_config
# Only set the package sync flag if the restored config.xml contains active packages
if [ `/usr/bin/grep -c '<package>' ${BSDINSTALL_CHROOT}/cf/conf/config.xml` -gt 0 ]; then
- /usr/bin/touch ${BSDINSTALL_CHROOT}/cf/conf/needs_package_sync_after_reboot
+ /usr/bin/touch ${BSDINSTALL_CHROOT}/cf/conf/needs_package_sync
fi
# If there is an existing configuration, then there is no need to run the wizard.
if [ -r ${BSDINSTALL_CHROOT}/cf/conf/trigger_initial_wizard ]; then
OpenPOWER on IntegriCloud