=================================================================== RCS file: /cvs/openbsd/update_openbsd/post_dmesg_to_nycbug,v retrieving revision 1.6 retrieving revision 1.8 diff -u -r1.6 -r1.8 --- openbsd/update_openbsd/post_dmesg_to_nycbug 2016/10/04 02:44:20 1.6 +++ openbsd/update_openbsd/post_dmesg_to_nycbug 2016/10/04 06:27:00 1.8 @@ -48,7 +48,7 @@ $dmesg =~ s/^.*\n(OpenBSD )/$1/s; my $res = HTTP::Tiny->new->post_form( - 'http://www.nycbug.org/index.cgi', + 'http://dmesgd.nycbug.org/index.cgi', { action => 'dmesgd', do => 'addd', nickname => $nickname, @@ -61,3 +61,5 @@ say $res->{success} ? 'Sent dmesg' : "Unable to send dmesg: $res->{status} $res->{reason}"; + +say $res->{content};