comparison lib-src/send-pr @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 48d667d6f17f
children
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
22 22
23 # The version of this send-pr. 23 # The version of this send-pr.
24 VERSION=3.101 24 VERSION=3.101
25 25
26 # The submitter-id for your site. 26 # The submitter-id for your site.
27 SUBMITTER=unknown 27 SUBMITTER=net
28 28
29 # Where the GNATS directory lives, if at all. 29 # Where the GNATS directory lives, if at all.
30 [ -z "$GNATS_ROOT" ] && 30 [ -z "$GNATS_ROOT" ] &&
31 GNATS_ROOT=/usr/lib/gnats/gnats-db 31 GNATS_ROOT=/usr/lib/gnats/gnats-db
32 32
33 # The default mail address for PR submissions. 33 # The default mail address for PR submissions.
34 GNATS_ADDR=bugs@altair.xemacs.org 34 GNATS_ADDR=bugs@xemacs.org
35 35
36 # Where the gnats category tree lives. 36 # Where the gnats category tree lives.
37 [ -z "$DATADIR" ] &&
37 DATADIR=/usr/share 38 DATADIR=/usr/share
38 39
39 # If we've been moved around, try using GCC_EXEC_PREFIX. 40 # If we've been moved around, try using GCC_EXEC_PREFIX.
40 [ ! -d $DATADIR/gnats -a -d "$GCC_EXEC_PREFIX" ] && 41 [ ! -d $DATADIR/gnats -a -d "$GCC_EXEC_PREFIX" ] &&
41 DATADIR=${GCC_EXEC_PREFIX}../../../lib 42 DATADIR=${GCC_EXEC_PREFIX}../../../lib
46 47
47 # The default organization. 48 # The default organization.
48 DEFAULT_ORGANIZATION="XEmacs Users" 49 DEFAULT_ORGANIZATION="XEmacs Users"
49 50
50 # The default site to look for. 51 # The default site to look for.
51 GNATS_SITE=altair.xemacs.org 52 GNATS_SITE=xemacs.org
52 53
53 # Newer config information? 54 # Newer config information?
54 [ -f ${GNATS_ROOT}/gnats-adm/config ] && . ${GNATS_ROOT}/gnats-adm/config 55 [ -f ${GNATS_ROOT}/gnats-adm/config ] && . ${GNATS_ROOT}/gnats-adm/config
55 56
56 # What mailer to use. This must come after the config file, since it is 57 # What mailer to use. This must come after the config file, since it is