Subject: Re: bin/24623
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, peter@netbsd.org,>
From: None <peter@netbsd.org>
List: netbsd-bugs
Date: 02/22/2005 16:08:32
Synopsis: patch for send-pr to attach files in the PR

State-Changed-From-To: open->closed
State-Changed-By: peter@netbsd.org
State-Changed-When: Tue, 22 Feb 2005 16:08:31 +0000
State-Changed-Why:
Close this PR from me, I haven't used this patch for a long time and
appending patches to PRs can also be done by using the -P and -f options
in send-pr(1), e.g.: send-pr -P > temp; cat patch >> temp; send-pr -f temp;