diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index e990dea6072..703668ef4dd 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -35,6 +35,7 @@ CONFS= DAEMON \ ggated \ gptboot \ growfs \ + growfs_fstab \ hostid \ hostid_save \ hostname \ diff --git a/libexec/rc/rc.d/growfs b/libexec/rc/rc.d/growfs index 3c48a7dca6b..3c738e24177 100755 --- a/libexec/rc/rc.d/growfs +++ b/libexec/rc/rc.d/growfs @@ -200,7 +200,7 @@ growfs_start() disksize = size[lvl] if (verbose) print "disksize ", disksize - # Don't add swap on disks under 15 GB (decimal) by default. + # Do not add swap on disks under 15 GB (decimal) by default. if (addswap == 1 && (size[lvl] > 15000000000 || swapsize > 0)) doing_swap = 1 else