svn commit: r295344 - head/etc/defaults
Devin Teske
dteske at FreeBSD.org
Sat Feb 6 02:35:53 UTC 2016
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:*)
More information about the svn-src-all
mailing list