public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
From: Lars.Henriksen@netman.dk
To: pdm-gnats@zamazal.org,gnats-prs@gnu.org,bug-gnats@gnu.org
Subject: gnats/376: mkdb does not honour configure option
Date: Fri, 12 Apr 2002 05:02:00 -0000	[thread overview]
Message-ID: <E16vzXO-0001ra-00@fencepost.gnu.org> (raw)

>Number:         376
>Category:       gnats
>Synopsis:       mkdb does not honour configure option
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 12 07:48:18 -0400 2002
>Originator:     Lars Henriksen
>Release:        4.0-beta1
>Organization:

>Environment:

>Description:
The mkdb command does not honour the configure option 
--with-gnats-dblist-file, which specifies the file containing the list of databases (instead it looks in SYSCONFDIR/gnats/databases). See Fix.
>How-To-Repeat:

>Fix:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/gnats/gnats/gnats/Makefile.in,v
retrieving revision 1.57
diff -u -r1.57 Makefile.in
--- Makefile.in 3 Mar 2002 20:15:17 -0000       1.57
+++ Makefile.in 12 Apr 2002 11:46:26 -0000
@@ -252,6 +252,7 @@
        @echo Creating mkdb...
        @sed  -e 's,xGNATS_USERx,$(GNATS_USER),g' \
              -e 's,xLIBEXECDIRx,$(libexecdir),g' \
+             -e 's,xGLOBAL_DB_LIST_FILEx,$(GLOBAL_DB_LIST_FILE),g' \
              -e 's,xSYSCONFDIRx,$(sysconfdir),g' $(srcdir)/mkdb.sh > $@-t
        @mv $@-t $@
        @chmod a+x $@

Index: mkdb.sh
===================================================================
RCS file: /cvsroot/gnats/gnats/gnats/mkdb.sh,v
retrieving revision 1.7
diff -u -r1.7 mkdb.sh
--- mkdb.sh     2 Dec 2001 14:39:09 -0000       1.7
+++ mkdb.sh     12 Apr 2002 11:55:25 -0000
@@ -24,7 +24,7 @@
 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 GNATS_USER=xGNATS_USERx
-DATABASES=xSYSCONFDIRx/gnats/databases
+DATABASES=xGLOBAL_DB_LIST_FILEx
 DATADIR=xSYSCONFDIRx/gnats/defaults
 LIBEXECDIR=xLIBEXECDIRx
>Unformatted:
 

_______________________________________________
Gnats-prs mailing list
Gnats-prs@gnu.org
http://mail.gnu.org/mailman/listinfo/gnats-prs


                 reply	other threads:[~2002-04-12 12:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E16vzXO-0001ra-00@fencepost.gnu.org \
    --to=lars.henriksen@netman.dk \
    --cc=bug-gnats@gnu.org \
    --cc=gnats-prs@gnu.org \
    --cc=pdm-gnats@zamazal.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).