svn commit: r267486 - in head: . etc gnu/usr.bin gnu/usr.bin/send-pr share/man/man7

Steve Kargl sgk at troutmask.apl.washington.edu
Sat Jun 14 20:48:30 UTC 2014


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/'



More information about the svn-src-all mailing list