https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211506

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dim
Date: Mon Aug  1 19:49:43 UTC 2016
New revision: 303631
URL: https://svnweb.freebsd.org/changeset/base/303631

Log:
  Fix non-functional bsdinstall services dialog.

  The most recent version of bsdinstall does not seem to respect any of
  the checkboxes in the "Choose the services you would like to be started
  at boot" dialog.  None of the chosen services end up in the rc.conf file
  that is installed onto the target system.

  This is caused by the bsdinstall/scripts/hardening script, which
  implements the new hardening options dialog.  The script starts by
  overwriting the previously written rc.conf.services file:

      echo -n > $BSDINSTALL_TMPETC/rc.conf.services

  which is obviously incorrect.  It should clear out rc.conf.hardening
  instead.

  Reviewed by:  allanjude
  PR:           211506
  MFC after:    3 days
  Differential Revision: https://reviews.freebsd.org/D7387

Changes:
  head/usr.sbin/bsdinstall/scripts/hardening

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to