Page MenuHomeFreeBSD

fortune: Fix typo in dmesgd.nycbug.org example
ClosedPublic

Authored by christos on Jul 13 2025, 6:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 19, 11:42 AM
Unknown Object (File)
Mon, Nov 17, 1:33 PM
Unknown Object (File)
Wed, Nov 12, 7:34 AM
Unknown Object (File)
Oct 29 2025, 2:03 PM
Unknown Object (File)
Oct 29 2025, 1:14 PM
Unknown Object (File)
Oct 29 2025, 11:39 AM
Unknown Object (File)
Oct 29 2025, 11:38 AM
Unknown Object (File)
Oct 18 2025, 3:09 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This is actually a question patch. I'm not sure if this is really a typo or not.

In D51293#1171363, @imp wrote:

I think this is good.

Meaning the original is good or the patch? :-)

This is good. "This" also refers to the patch, not the original.

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.

I think in this case we could still commit this for correctness.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 13 2025, 9:26 PM
This revision was automatically updated to reflect the committed changes.