aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fortune/datfiles/freebsd-tips
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fortune/datfiles/freebsd-tips')
-rw-r--r--usr.bin/fortune/datfiles/freebsd-tips6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips
index e8800c6e8d57..5f05b4ede86f 100644
--- a/usr.bin/fortune/datfiles/freebsd-tips
+++ b/usr.bin/fortune/datfiles/freebsd-tips
@@ -554,3 +554,9 @@ Use "sysrc name=value" to add an entry and "sysrc -x name" to delete an entry.
-- Lars Engels <lme@FreeBSD.org>
%
+You can upload the dmesg of your system to help developers get an overview of commonly used hardware and peripherals for FreeBSD.
+Use the curl package to upload it in one command:
+curl -v -d "nickname=$USER" -d "description=FreeBSD/$(uname -m) on \
+$(kenv smbios.system.maker) $(kenv smbios.system.product)" -d "do=addd" \
+--data-urlencode 'dmesg@/var/run/dmesg.boot' http://dmesgd.nycbug.org/index.cgi
+%