From owner-cvs-gnu Sat Oct 19 14:43:06 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA09427 for cvs-gnu-outgoing; Sat, 19 Oct 1996 14:43:06 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA09360; Sat, 19 Oct 1996 14:42:47 -0700 (PDT) Date: Sat, 19 Oct 1996 14:42:47 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610192142.OAA09360@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.1 send-pr.sh Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/19 14:42:45 Modified: gnu/usr.bin/send-pr send-pr.1 send-pr.sh Log: Various fixes and FreeBSD modifications: . remove the blubber about `submitter-id's from the man page, we don't use them, . use REPLY_TO or REPLYTO in preference over LOGNAME as the value for the Reply-To address (closes PRs 1471 and its duplicates 1472 and 1823), . don't abuse ~/.signature as ORGANIZATION, this is almost always useless blunder, . actually list the Categories again, instead of xrefing to ``see above'' (closes PR 1835), . check the Synopsis field for being not empty, . make the mail Subject the same as Synopsis if left blank (closes PR 1209). The remaining open send-pr related PRs (184 and its duplicate 1047, and 1415) are pilot errors or local hardware problems. Revision Changes Path 1.6 +2 -20 src/gnu/usr.bin/send-pr/send-pr.1 1.6 +43 -7 src/gnu/usr.bin/send-pr/send-pr.sh