Changes to gnats/gnats/mkdb.sh
Milan Zamazal <[email protected]> Sun, 04 Aug 2002 06:57:21 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/mkdb.sh diff -c gnats/gnats/mkdb.sh:1.8 gnats/gnats/mkdb.sh:1.9 *** gnats/gnats/mkdb.sh:1.8 Sun May 26 11:31:27 2002 --- gnats/gnats/mkdb.sh Sun Aug 4 06:57:17 2002 *************** *** 1,7 **** #! /bin/sh # Create initial database structure. ! # Copyright (C) 2001 Milan Zamazal ! # Copyright (C) 1999 Free Software Foundation, Inc. # Contributed by Bozo Bob ([email protected]). # Further hacked by Milan Zamazal ([email protected]). # --- 1,6 ---- #! /bin/sh # Create initial database structure. ! # Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. # Contributed by Bozo Bob ([email protected]). # Further hacked by Milan Zamazal ([email protected]). # *************** *** 24,30 **** # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. GNATS_USER=xGNATS_USERx ! DATABASES=xSYSCONFDIRx/gnats/databases DATADIR=xSYSCONFDIRx/gnats/defaults LIBEXECDIR=xLIBEXECDIRx --- 23,29 ---- # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. GNATS_USER=xGNATS_USERx ! DATABASES=xGLOBAL_DB_LIST_FILEx DATADIR=xSYSCONFDIRx/gnats/defaults LIBEXECDIR=xLIBEXECDIRx