Author: dteske Date: Sat Feb 6 02:35:52 2016 New Revision: 295344 URL: https://svnweb.freebsd.org/changeset/base/295344
Log: Fix typo in a comment; s/redined/redefined/ Thanks to: rpokala Modified: head/etc/defaults/rc.conf Modified: head/etc/defaults/rc.conf ============================================================================== --- head/etc/defaults/rc.conf Sat Feb 6 02:32:13 2016 (r295343) +++ head/etc/defaults/rc.conf Sat Feb 6 02:35:52 2016 (r295344) @@ -716,7 +716,7 @@ if [ -z "${source_rc_confs_defined}" ]; ;; esac done - # Re-do process to pick up [possibly] redined $rc_conf_files + # Re-do process to pick up [possibly] redefined $rc_conf_files for i in ${rc_conf_files}; do case ${sourced_files} in *:$i:*) _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"