aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/send-pr
Commit message (Collapse)AuthorAgeFilesLines
* Since we do not honour the Confidential: field, and as an attempt toCeri Davies2003-11-021-0/+13
| | | | | | | | | | decrease the number of misfiled PR submissions in general, do not allow users to send a PR that contains errors. Discussed with: core Notes: svn path=/head/; revision=121900
* Eliminate the need in uname(1) during install.Ruslan Ermilov2003-09-071-2/+2
| | | | Notes: svn path=/head/; revision=119843
* Back out revision 1.32; it attaches the files in the wrong section of the PR.Ceri Davies2003-08-111-3/+0
| | | | Notes: svn path=/head/; revision=118796
* Have the -a and -f options work together.Ceri Davies2003-08-111-0/+3
| | | | | | | PR: misc/40057 Notes: svn path=/head/; revision=118793
* Add an amd64 category now that amd64 has its own mailing list and all.Dag-Erling Smørgrav2003-06-202-0/+4
| | | | Notes: svn path=/head/; revision=116611
* Document the MAIL_AGENT environment var.Giorgos Keramidas2003-03-261-0/+13
| | | | | | | | PR: 48277 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=112656
* Shorten the URL to the problem-reports article.Dag-Erling Smørgrav2003-03-181-1/+1
| | | | Notes: svn path=/head/; revision=112374
* Our gnats sets Confidential to "no" by default.Giorgos Keramidas2002-08-291-1/+1
| | | | | | | | | PR: docs/41727 Submitted by: osgene@web.de Reviewed by: des Notes: svn path=/head/; revision=102587
* Add PowerPC category.Marc Fonvieille2002-08-131-0/+3
| | | | | | | | | PR: docs/41595 Submitted by: Christian Brueffer <chris@unixpages.org> MFC after: 3 days Notes: svn path=/head/; revision=101779
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* Add the "java" category.Dag-Erling Smørgrav2002-07-032-0/+4
| | | | Notes: svn path=/head/; revision=99321
* Document new categories.Dag-Erling Smørgrav2002-04-041-1/+10
| | | | | | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> MFC after: 3 days Notes: svn path=/head/; revision=93803
* Add www categoryDag-Erling Smørgrav2002-03-201-0/+1
| | | | Notes: svn path=/head/; revision=92814
* Rename the (not really new but so far unused) sparc category to sparc64.Dag-Erling Smørgrav2002-03-191-1/+1
| | | | Notes: svn path=/head/; revision=92620
* Uncomment the powerpc category. It maps to the freebsd-ppc mailing list.Dag-Erling Smørgrav2002-03-191-1/+1
| | | | Notes: svn path=/head/; revision=92617
* Add a "standards" category at mike@'s request.Dag-Erling Smørgrav2002-03-191-0/+1
| | | | Notes: svn path=/head/; revision=92615
* Add an ia64 category; we'll need it sooner or later. Also add a commented-Dag-Erling Smørgrav2002-03-181-0/+3
| | | | | | | | out entry for powerpc; I'll enable it when the powerpc port gets its own mailing list. Notes: svn path=/head/; revision=92613
* The -a switch didn't cause send-pr to attach the specified file if theDima Dorfman2002-03-091-0/+1
| | | | | | | | | | PR template was obtained from the environment variable $PF_FORM. PR: 34831 Submitted by: Mike Makonnen <mike_makonnen@yahoo.com> Notes: svn path=/head/; revision=91926
* Add some verbiage to the comments at the top of the PR template:Dag-Erling Smørgrav2002-02-181-3/+12
| | | | | | | | | | | - point at the FDP article rather than GNU's send-pr documentation - warn the user that PRs are public information and will be published in mailing lists and on the web - suggest that the user contact security-officer@ directly if the report concerns sensitive security issues. Notes: svn path=/head/; revision=90840
* Fix what was a pointless conditional. Use $GCC_EXEC_PREFIX ifCrist J. Clark2002-01-101-1/+1
| | | | | | | | | | /etc/gnats does not exist. PR: gnu/33682 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=89183
* Note that submitted patches are assumed to be under the same license asNik Clayton2001-08-201-0/+4
| | | | | | | the file they patch. Notes: svn path=/head/; revision=81974
* When processing -a, strip off the path of the argument before copyingDima Dorfman2001-06-181-3/+4
| | | | | | | | | it to the output. Reviewed by: alex Notes: svn path=/head/; revision=78438
* Document the -a flag.Alexander Langer2001-06-171-0/+12
| | | | Notes: svn path=/head/; revision=78389
* Add an -a option which will make send-pr copy the specified file intoDima Dorfman2001-06-171-1/+21
| | | | | | | | | | the Fix: section. Binary files (as determined by file(1)) are uuencode'd. Submitted by: alex Notes: svn path=/head/; revision=78375
* Don't allow the user to change the subject; instead, always generateDima Dorfman2001-06-071-10/+19
| | | | | | | | | | | | | it from the Synopsis field. There's no reason for the subject to be different, since all that does is cause confusion. Users may get confused because they may think the subject and synopsis are supposed to be different, and developers may get confused because it may look like there are two different problems. Requested by: ru Notes: svn path=/head/; revision=77846
* Put the originator's full name in the From and Reply-to fields, andDima Dorfman2001-06-031-3/+3
| | | | | | | | | | stick their username (which sendmail will make into an e-mail address) inside '<>'. Sendmail will still DTRT with this, and it conveniently puts the submitter's name and e-mail address on one line, just like it should be after "Submitted by" in a commit message. Notes: svn path=/head/; revision=77643
* Use pw(8) instead of grep'ing through /etc/passwd. This fixesDima Dorfman2001-05-241-3/+3
| | | | | | | | | automatic filling of the "Originator" field for NIS users. PR: 24372 Notes: svn path=/head/; revision=77107
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-6/+1
| | | | Notes: svn path=/head/; revision=75286
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74861
* Assume that the submitter knows what he is doing and order theNick Hibma2001-01-071-1/+1
| | | | | | | suggested actions accordingly. S)end should be the first one. Notes: svn path=/head/; revision=70755
* Add two new classes of problem reports primarily for the Ports Collection:Steve Price2000-10-292-3/+3
| | | | | | | | | | | | | | - update: For submitting non-maintainer updates/changes - maintainer-update: For submitting maintainer updates/changes The intent is to make it easier to spot maintainer sactioned or submitted updates to ports though it might also be useful for userland code that is maintained by someone that is not a FreeBSD committer. Submitted by: nbm and many others Notes: svn path=/head/; revision=67909
* Update to version 3.113. Major changes were to incorporate FreeBSD-Steve Price2000-10-299-196/+326
| | | | | | | | | | | | | | | specific changes into the original distribution (although sometimes with a slightly different approach) and to add two commandline options to send-pr(1): -c which allows you to specify an address to CC this PR to -s allow the severity to be specified on the commandline PR: 17922 Notes: svn path=/head/; revision=67908
* Stop the freebsd hardwired version of send-pr from requestingPeter Wemm2000-09-251-30/+7
| | | | | | | | submitter-id's and try and stop people sending 'Confidential: yes' PRs. The gnats database is public. Notes: svn path=/head/; revision=66368
* Don't allow people to create new PRs with a 'wish' class.Steve Price2000-05-242-3/+3
| | | | | | | Requested by: Sheldon Hearn <sheldonh@uunet.co.za> Notes: svn path=/head/; revision=60882
* Only set $MAIL_AGENT if it isn't already defined in the environment.Nik Clayton2000-04-301-1/+1
| | | | | | | | | | No idea why this was sent in as a docs bug. . . PR: docs/17014 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> Notes: svn path=/head/; revision=59807
* Add a new wishlist category.Steve Price2000-04-182-3/+5
| | | | Notes: svn path=/head/; revision=59366
* Fix unsafe tempfile creation. This file is already off the vendorSheldon Hearn2000-04-031-12/+13
| | | | | | | | | | | | branch. Although this problem has been reported to the GNU folks, it's unlikely that any solution they may come up with will involve the use of mktemp(1). PR: 16942 Submitted by: Colin Phipps <crp22@cam.ac.uk> Notes: svn path=/head/; revision=58968
* Provide some verbage for FreeBSD's list of categories.Steve Price1999-12-291-0/+35
| | | | | | | | PR: 2897 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=55249
* Correctly document the -V and --version options.Mike Pritchard1999-10-211-3/+11
| | | | | | | | PR: docs/14417 Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au> Notes: svn path=/head/; revision=52423
* Remove superfluous tab in `Fix:' field.Chris Costello1999-09-021-1/+1
| | | | | | | Cosmetic, and done mostly for consistency. Notes: svn path=/head/; revision=50800
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add the 'advocacy' category, sort this document.Bill Fumerola1999-05-301-1/+2
| | | | Notes: svn path=/head/; revision=47637
* Missed a '/' in the last commit.Steve Price1999-04-011-2/+2
| | | | | | | | PR: 10909 Submitted by: Yasuhiro Fukama <yasuf@big.or.jp> Notes: svn path=/head/; revision=45235
* Defer the expansion of $PATTERN until it has a useful value and notSteve Price1999-03-241-8/+7
| | | | | | | | | | one that may have existed in the user's environment. PR: 6795 Submitted by: Greg Lehey <grog@lemis.com> Notes: svn path=/head/; revision=44996
* Added a alpha category to the list.Wolfram Schneider1998-05-041-0/+1
| | | | Notes: svn path=/head/; revision=35685
* Added a sparc category to the list.Wolfram Schneider1997-12-201-0/+1
| | | | Notes: svn path=/head/; revision=31901
* fix a few spelling changesJohn-Mark Gurney1997-08-301-1/+1
| | | | | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author. Notes: svn path=/head/; revision=28935
* Remove "support" class since we don't provide support services to users.Paul Richards1997-06-072-4/+4
| | | | Notes: svn path=/head/; revision=26502
* Close PR#3118Jordan K. Hubbard1997-04-131-1/+1
| | | | Notes: svn path=/head/; revision=24859