svn commit: r367043 - head/libexec/rc/rc.d

Ed Maste emaste at FreeBSD.org
Sun Oct 25 18:27:22 UTC 2020


Author: emaste
Date: Sun Oct 25 18:27:21 2020
New Revision: 367043
URL: https://svnweb.freebsd.org/changeset/base/367043

Log:
  rc.d/syscons: remove spaces before tab

Modified:
  head/libexec/rc/rc.d/syscons

Modified: head/libexec/rc/rc.d/syscons
==============================================================================
--- head/libexec/rc/rc.d/syscons	Sun Oct 25 18:06:45 2020	(r367042)
+++ head/libexec/rc/rc.d/syscons	Sun Oct 25 18:27:21 2020	(r367043)
@@ -151,7 +151,7 @@ kbdcontrol_load_keymap()
 		if [ -n "${keymap_vt}" ]; then
 			errmsg=`kbdcontrol < ${kbddev} -l ${keymap_vt} 2>&1`
 			if [ -z "${errmsg}" ]; then
-		    		_sc_keymap_msg="New keymap: In /etc/rc.conf replace 'keymap=${keymap}' by 'keymap=${keymap_vt}'"
+				_sc_keymap_msg="New keymap: In /etc/rc.conf replace 'keymap=${keymap}' by 'keymap=${keymap_vt}'"
 			fi
 		else
 			_sc_keymap_msg="No replacement found for keymap '${keymap}'.


More information about the svn-src-all mailing list