socsvn commit: r296804 - soc2015/clord/head/sys/contrib/ficl

clord at FreeBSD.org clord at FreeBSD.org
Mon Jan 11 20:41:32 UTC 2016


Author: clord
Date: Mon Jan 11 20:41:31 2016
New Revision: 296804
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=296804

Log:
  Remove unnecessary "ok> " prompts that get printed at boot time.
  

Modified:
  soc2015/clord/head/sys/contrib/ficl/ficl.h

Modified: soc2015/clord/head/sys/contrib/ficl/ficl.h
==============================================================================
--- soc2015/clord/head/sys/contrib/ficl/ficl.h	Mon Jan 11 19:36:44 2016	(r296803)
+++ soc2015/clord/head/sys/contrib/ficl/ficl.h	Mon Jan 11 20:41:31 2016	(r296804)
@@ -640,7 +640,7 @@
 #define FICL_VERSION_MINOR  1
 
 #if !defined (FICL_PROMPT)
-#define FICL_PROMPT		"ok> "
+#define FICL_PROMPT		""
 #endif
 
 /*


More information about the svn-soc-all mailing list