MFC after: 1 day
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I just tried both the old URL and the one with your correction.
% curl -v -d "nickname=anon" -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
and
% curl -v -d "nickname=anon" -d "description=FreeBSD/$(uname -m) on $(kenv smbios.system.maker) $(kenv smbios.system.product)" -d "do=add" --data-urlencode 'dmesg@/var/run/dmesg.boot' http://dmesgd.nycbug.org/index.cgi
From http://dmesgd.nycbug.org/index.cgi, both submissions were accepted and look to be pretty much identical.
% curl -s "http://dmesgd.nycbug.org/index.cgi?do=view&id=8450" > add.txt % curl -s "http://dmesgd.nycbug.org/index.cgi?do=view&id=8451" > addd.txt % diff add.txt addd.txt 131c131 < <strong>Date:</strong> 2025-07-13 20:03:51<br /> --- > <strong>Date:</strong> 2025-07-13 20:04:57<br />
It doesn't seem like anything needs to be fixed.