From b964e7355f44df566d5906568c7598e7f9313da0 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 19 Dec 2018 15:25:52 -0500 Subject: Touch the correct package sync file for 2.4.4. Fixes #9214 (cherry picked from commit 974cd28133694f9d2a3172830df7a6530d94bf84) --- usr.sbin/bsdinstall/scripts/auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' ${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 -- cgit v1.1