mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
makesyscalls.sh: improve the 'this is going away' message
Reported by: Ronald Klop, rgrimes
This commit is contained in:
parent
952d18a214
commit
fd35bfaecf
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue