svn commit: r363628 - head/sys/kern

Kyle Evans kevans at FreeBSD.org
Tue Jul 28 01:05:41 UTC 2020


Author: kevans
Date: Tue Jul 28 01:05:40 2020
New Revision: 363628
URL: https://svnweb.freebsd.org/changeset/base/363628

Log:
  makesyscalls.sh: improve the 'this is going away' message
  
  Reported by:	Ronald Klop, rgrimes

Modified:
  head/sys/kern/makesyscalls.sh

Modified: head/sys/kern/makesyscalls.sh
==============================================================================
--- head/sys/kern/makesyscalls.sh	Tue Jul 28 00:24:12 2020	(r363627)
+++ head/sys/kern/makesyscalls.sh	Tue Jul 28 01:05:40 2020	(r363628)
@@ -60,7 +60,8 @@ case $# in
 	;;
 esac
 
-1>&2 echo "$0: This script is deprecated and will be removed before FreeBSD 13."
+1>&2 echo "$0: This script has been replaced by sys/tools/makesyscalls.lua and"
+1>&2 echo "$0: will be removed before FreeBSD 13.  See also: sys/conf/sysent.mk"
 
 if [ -n "$2" ]; then
 	. "$2"


More information about the svn-src-all mailing list