Index: head/usr.bin/fortune/datfiles/freebsd-tips =================================================================== --- head/usr.bin/fortune/datfiles/freebsd-tips +++ head/usr.bin/fortune/datfiles/freebsd-tips @@ -554,3 +554,10 @@ -- Lars Engels % +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 "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 +%