diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-16 00:38:05 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-16 00:38:05 +0000 |
commit | cada39d8dd93c9e4d6038bd3e379201b9b9d56c9 (patch) | |
tree | de2e6fb5e7c29f6f223558558e55308c0862947e /sys/tools | |
parent | 2b51b1f96a0ab50f458950bd6ff3f35427fc7ac6 (diff) | |
download | src-test2-cada39d8dd93c9e4d6038bd3e379201b9b9d56c9.tar.gz src-test2-cada39d8dd93c9e4d6038bd3e379201b9b9d56c9.zip |
Notes
Diffstat (limited to 'sys/tools')
-rw-r--r-- | sys/tools/fw_stub.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk index 0c7d5676a3f0..4a82c0b2441b 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"); |