summaryrefslogtreecommitdiffstats
path: root/sys/tools
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-16 00:38:05 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-16 00:38:05 +0000
commite1f3daf5e38583f09f21948be0d9cd90fe06e7a4 (patch)
treede2e6fb5e7c29f6f223558558e55308c0862947e /sys/tools
parent7eb387b320613d2b6a50fec923d4001cc2443b8c (diff)
downloadFreeBSD-src-e1f3daf5e38583f09f21948be0d9cd90fe06e7a4.zip
FreeBSD-src-e1f3daf5e38583f09f21948be0d9cd90fe06e7a4.tar.gz
Rename the /usr/share/doc/legal files to driver.LICENSE to work around
bug of installing 'realtek' and 'intel_iwn' as files rather then as a 'LICENSE' file in their directories. Also add obsolete entries for the older names and names that existed in head for a period of time. Suggested by: jmg X-MFC-With: r289391 MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/tools')
-rw-r--r--sys/tools/fw_stub.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk
index 0c7d567..4a82c0b 100644
--- a/sys/tools/fw_stub.awk
+++ b/sys/tools/fw_stub.awk
@@ -156,7 +156,7 @@ if (opt_l) {
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");
OpenPOWER on IntegriCloud