[Midnightbsd-cvs] src [12318] trunk/sys/tools/fw_stub.awk: sync with FreeBSD 11-stable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 8 14:41:46 EST 2020
Revision: 12318
http://svnweb.midnightbsd.org/src/?rev=12318
Author: laffer1
Date: 2020-02-08 14:41:45 -0500 (Sat, 08 Feb 2020)
Log Message:
-----------
sync with FreeBSD 11-stable
Modified Paths:
--------------
trunk/sys/tools/fw_stub.awk
Property Changed:
----------------
trunk/sys/tools/fw_stub.awk
Modified: trunk/sys/tools/fw_stub.awk
===================================================================
--- trunk/sys/tools/fw_stub.awk 2020-02-08 19:40:31 UTC (rev 12317)
+++ trunk/sys/tools/fw_stub.awk 2020-02-08 19:41:45 UTC (rev 12318)
@@ -25,8 +25,8 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD: src/sys/tools/fw_stub.awk,v 1.6.2.1 2009/11/02 09:47:41 fjoe Exp $
-# $MidnightBSD: src/sys/tools/fw_stub.awk,v 1.3 2012/01/11 04:11:27 laffer1 Exp $
+# $FreeBSD: stable/11/sys/tools/fw_stub.awk 289399 2015-10-16 00:38:05Z bdrewery $
+# $MidnightBSD$
#
# Script to generate module .c file from a list of firmware images
@@ -157,7 +157,7 @@
printc("\
TUNABLE_LONG_FETCH(\"legal." opt_l ".license_ack\", &" opt_l "_license_ack);\
if (!" opt_l "_license_ack) {\
- printf(\"" opt_m ": You need to read the LICENSE file in /usr/share/doc/legal/" opt_l "/.\\n\");\
+ printf(\"" opt_m ": You need to read the LICENSE file in /usr/share/doc/legal/" opt_l ".LICENSE.\\n\");\
printf(\"" opt_m ": If you agree with the license, set legal." opt_l ".license_ack=1 in /boot/loader.conf.\\n\");\
return(EPERM);\
}\n");
Property changes on: trunk/sys/tools/fw_stub.awk
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list