--- freebsd-tips.ori 2018-11-26 21:45:07.605010000 +0000 +++ freebsd-tips 2018-11-26 22:26:03.482360000 +0000 @@ -556,7 +556,7 @@ % 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 \ +curl -v -d "nickname=$USER" -d "email=$USER@$(hostname)" -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 %