update Sat Jun 19 12:37:00 PDT 2010
[pkgsrc.git] / wip / send-pr / MESSAGE.NetBSD
1 ===========================================================================
2 $NetBSD$
3
4 By default, the ${PKGNAME} package is not configured for NetBSD.
5
6 If you want to use send-pr for NetBSD GNATS, then use:
7
8   ${PREFIX}/bin/send-pr --to gnats-bugs@gnats.netbsd.org netbsd
9
10 Or the following settings can also be defined in a
11 ${GNATS_ROOT}/gnats-adm/config file:
12
13  # The mail address for PR submissions.
14  GNATS_ADDR=gnats-bugs@gnats.netbsd.org
15  # The release for this host.
16  DEFAULT_RELEASE=`uname -s` `uname -r`
17  # The site to look for.
18  GNATS_SITE=netbsd
19  # The submitter-id for your site.
20  SUBMITTER=net
21
22 And then set GNATS_ROOT in your environment to that base directory.
23
24 A default categories file for NetBSD is already installed
25 at ${PREFIX}/share/gnats/netbsd.
26
27 ===========================================================================