> Hi,
>
> Helpful addition. Might it help people more to make the message point to the
> replacement of the deprecated functionality?
>
> Regards,
> Ronald.
I tend to agree here, the functionality was not depricated,
it was replaced by a new implementation in another language.
It would be better to replace the word deprecated with "replaced
by" as in:
This script has been replaced by makesyscalls.lua and
this version shall be removed in FreeBSD 13.
>
>
> Van: Kyle Evans <[email protected]>
> Datum: maandag, 27 juli 2020 05:13
> Aan: [email protected], [email protected],
> [email protected]
> Onderwerp: svn commit: r363595 - head/sys/kern
> >
> > Author: kevans
> > Date: Mon Jul 27 03:13:23 2020
> > New Revision: 363595
> > URL: https://svnweb.freebsd.org/changeset/base/363595
> >
> > Log:
> > makesyscalls.sh: spit out a deprecation notice to stderr
> >
> > This has for a while been replaced by makesyscalls.lua in the stock
> > FreeBSD
> > build. Ensure downstreams get some notice that it'a going away if they're
> > reliant on it, maybe.
> >
> > Modified:
> > head/sys/kern/makesyscalls.sh
> >
> > Modified: head/sys/kern/makesyscalls.sh
> > ==============================================================================
> > --- head/sys/kern/makesyscalls.sh Mon Jul 27 01:53:27 2020 (r363594)
> > +++ head/sys/kern/makesyscalls.sh Mon Jul 27 03:13:23 2020 (r363595)
> > @@ -60,6 +60,8 @@ case $# in
> > ;;
> > esac
> >
> > +1>&2 echo "$0: This script is deprecated and will be removed before
> > FreeBSD 13."
> > +
> > if [ -n "$2" ]; then
> > . "$2"
> > fi
> > _______________________________________________
> > [email protected] mailing list
> > https://lists.freebsd.org/mailman/listinfo/svn-src-all
> > To unsubscribe, send any mail to "[email protected]"
> >
> >
> >
--
Rod Grimes [email protected]
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"