# Set up a pslot for the production jobs, adding a START requirement to
 # prohibit accepting backfill jobs.  If you already have a p-slot configuration
-# you only need to add the slot_type_1_start expression below. It prevents BOINC
+# you only need to add the slot_type_1_start expression below. It prevents
 # workfetch jobs from starting on the p-slot.
 #
 slot_type_1_partitionable = true
@@ -113,7 +113,7 @@
 slot_type_2 = cpus=$(BackfillCpusPerSlot) memory=$(BackfillMemoryPerSlot), gpus=0
 num_slots_type_2 = $INT(NumBackfillSlots)
 slot_type_2_BackfillSlot = True
-slot_type_2_start = (Owner == "$(BOINC_Owner)") && ($(Backfill_Resources_Exhausted) == False)
+slot_type_2_start = (Owner == "$(FAH_Owner)") && ($(Backfill_Resources_Exhausted) == False)
 slot_type_2_preempt = $(Backfill_Resources_Exhausted)
 slot_type_2_want_vacate = False