On Sat, Jun 14, 2014 at 08:36:33PM +0000, Gavin Atkinson wrote: > Author: gavin > Date: Sat Jun 14 20:36:32 2014 > New Revision: 267486 > URL: http://svnweb.freebsd.org/changeset/base/267486 > > Log: > Remove send-pr, the supported interface to submit bugs is now via > https://bugs.freebsd.org/submit/ > > Removing send-pr also removes one more piece of non-BSD-licensed software. > > Hat: bugmeister > MFC after: 3 days > > Deleted: > head/gnu/usr.bin/send-pr/
Given that send-pr(1) may be ingrained into peoples brains and referenced in 3rd documentation or articles on the web, perhaps, we should have a script point to bugzilla. $ cat send-pr #! /bin/sh echo 'send-pr(1) has been replaced by bugzilla.' echo 'See http://bugs.freebsd.org/' _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
